[DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bug
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.7.X          Development release working toward v5.8
29 --------------
30 ____________________________________________________________________________
31 [ 17501] By: jhi                                   on 2002/07/12  12:56:57
32         Log: Regen modlib, toc.
33      Branch: perl
34            ! pod/perlmodlib.pod pod/perltoc.pod
35 ____________________________________________________________________________
36 [ 17500] By: jhi                                   on 2002/07/12  12:47:11
37         Log: Document that one cannot "proxy" enable threading.
38      Branch: perl
39            ! ext/threads/threads.pm
40 ____________________________________________________________________________
41 [ 17499] By: jhi                                   on 2002/07/12  12:43:15
42         Log: Subject: Re: Thread object by tid?
43              From: Elizabeth Mattijsen <liz@dijkmat.nl>
44              Date: Fri, 12 Jul 2002 00:27:53 +0200
45              Message-Id: <4.2.0.58.20020712002638.0218ce10@mickey.dijkmat.nl>
46      Branch: perl
47            ! ext/threads/threads.pm
48 ____________________________________________________________________________
49 [ 17498] By: jhi                                   on 2002/07/12  12:39:00
50         Log: Subject: [PATCH9 BigInt v1.60 fix for "\n"
51              From: Tels <tels@bloodgate.com>
52              Date: Fri, 12 Jul 2002 08:38:45 +0200 (CEST)
53              Message-Id: <200207120634.g6C6YjG6742777@taku.hut.fi>
54      Branch: perl
55            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bare_mbi.t
56            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
57            ! lib/Math/BigInt/t/sub_mbi.t
58 ____________________________________________________________________________
59 [ 17497] By: jhi                                   on 2002/07/12  02:53:12
60         Log: AUTHORS updates.
61      Branch: perl
62            ! AUTHORS
63 ____________________________________________________________________________
64 [ 17496] By: jhi                                   on 2002/07/12  00:03:03
65         Log: BeOS failure merge, noticed by Daniel Berger.
66      Branch: perl
67            ! README.beos pod/perldelta.pod
68 ____________________________________________________________________________
69 [ 17495] By: jhi                                   on 2002/07/11  21:40:05
70         Log: Can't get #17492 to work with -Uuseperlio otherwise (either
71              coredumps or warnings about failing to close _GEN_0 ensue)
72      Branch: perl
73            ! ext/XS/Typemap/Typemap.t
74 ____________________________________________________________________________
75 [ 17494] By: jhi                                   on 2002/07/11  21:00:31
76         Log: Subject: Re: $Storable::drop_utf8 is undeclared
77              From: Nicholas Clark <nick@unfortu.net>
78              Date: Thu, 11 Jul 2002 22:40:05 +0100
79              Message-ID: <20020711214004.GC291@Bagpuss.unfortu.net>
80      Branch: perl
81            ! ext/Storable/Storable.xs
82 ____________________________________________________________________________
83 [ 17493] By: jhi                                   on 2002/07/11  19:47:28
84         Log: Mention the FAT vs NDBM_File problem on Cygwin also in perldelta.
85      Branch: perl
86            ! pod/perldelta.pod
87 ____________________________________________________________________________
88 [ 17492] By: jhi                                   on 2002/07/11  19:42:35
89         Log: Subject: [PATCH] finall fix core dump in XS::Typemap
90              From: Tim Jenness <t.jenness@jach.hawaii.edu>
91              Date: Thu, 11 Jul 2002 10:15:45 -1000 (HST)
92              Message-ID: <Pine.LNX.4.44.0207111013090.31260-100000@lapaki>
93      Branch: perl
94            ! ext/XS/Typemap/Typemap.t ext/XS/Typemap/Typemap.xs
95 ____________________________________________________________________________
96 [ 17491] By: jhi                                   on 2002/07/11  19:16:31
97         Log: Microdoctweak.
98      Branch: perl
99            ! pod/perlapio.pod
100 ____________________________________________________________________________
101 [ 17490] By: jhi                                   on 2002/07/11  19:14:28
102         Log: metaconfig unit change for #17489.
103      Branch: metaconfig/U/perl
104            ! Extensions.U
105 ____________________________________________________________________________
106 [ 17489] By: jhi                                   on 2002/07/11  19:14:09
107         Log: Subject: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
108              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
109              Date: Thu, 11 Jul 2002 21:35:41 +0200
110              Message-ID: <311512104521.20020711213541@familiehaase.de>
111              
112              (plus add a warning about NDBM_File on FAT to README.cygwin)
113      Branch: perl
114            ! Configure README.cygwin
115 ____________________________________________________________________________
116 [ 17488] By: jhi                                   on 2002/07/11  16:48:09
117         Log: Subject: [PATCH] MM_Unix.pm : work around File::Find problem on VMS
118              From: "Craig A. Berry" <craigberry@mac.com>
119              Date: Thu, 11 Jul 2002 12:44:41 -0500
120              Message-Id: <5.1.1.5.0.20020708172342.03422ac8@exchi01>
121      Branch: perl
122            ! lib/ExtUtils/MM_Unix.pm
123 ____________________________________________________________________________
124 [ 17487] By: jhi                                   on 2002/07/11  15:45:33
125         Log: Subject: [PATCH] Re: BigInt and "\n"
126              From: Tels <perl_dummy@bloodgate.com>
127              Date: Thu, 11 Jul 2002 18:44:29 +0200 (CEST)
128      Branch: perl
129            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
130 ____________________________________________________________________________
131 [ 17486] By: jhi                                   on 2002/07/11  15:43:44
132         Log: Apparently OS/2 likes to export the Perl malloc interface
133              to external libraries and the #16291 broke that when removing
134              the bincompat5005 feature.
135      Branch: perl
136            ! makedef.pl
137 ____________________________________________________________________________
138 [ 17485] By: jhi                                   on 2002/07/11  15:41:32
139         Log: Document better the PerlIO_{export,release,import}FILE()
140              relationships (or the lack thereof).
141      Branch: perl
142            ! perlio.c pod/perlapio.pod
143 ____________________________________________________________________________
144 [ 17484] By: nick                                  on 2002/07/11  15:33:53
145         Log: Integrate mainline
146      Branch: perlio
147           !> ext/threads/threads.xs lib/Locale/Maketext/TPJ13.pod
148           !> vms/ext/Stdio/Stdio.xs
149 ____________________________________________________________________________
150 [ 17483] By: jhi                                   on 2002/07/11  15:32:31
151         Log: Subject: [PATCH] VMS::Stdio fixups for mode arg to PerlIO_importFILE
152              From: "Craig A. Berry" <craigberry@mac.com>
153              Date: Thu, 11 Jul 2002 11:09:03 -0500
154              Message-Id: <a05111b05b9535cbf2914@[172.16.52.1]>
155      Branch: perl
156            ! vms/ext/Stdio/Stdio.xs
157 ____________________________________________________________________________
158 [ 17482] By: jhi                                   on 2002/07/11  14:46:11
159         Log: Subject: [PATCH] Locale::Maketext::TPJ13 nits
160              From: Autrijus Tang <autrijus@autrijus.org>
161              Date: Thu, 11 Jul 2002 23:30:23 +0800
162              Message-ID: <20020711153023.GA20806@not.autrijus.org>
163      Branch: perl
164            ! lib/Locale/Maketext/TPJ13.pod
165 ____________________________________________________________________________
166 [ 17481] By: sky                                   on 2002/07/11  13:02:15
167         Log: Don't set the context to the running thread before
168              we run destroy on the old, cures segfault on linux.
169      Branch: perl
170            ! ext/threads/threads.xs
171 ____________________________________________________________________________
172 [ 17480] By: jhi                                   on 2002/07/11  12:24:53
173         Log: Integrate perlio:
174              
175              [ 17478]
176              Various core-dump preventions for cases Craig found on VMS.
177              Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
178              
179              [ 17479]
180              (Re-)instate :pop as a "back door" to perl level layer stack
181              manipulation.
182      Branch: perl
183           !> lib/PerlIO.pm perlio.c
184 ____________________________________________________________________________
185 [ 17479] By: nick                                  on 2002/07/11  09:16:46
186         Log: (Re-)instate :pop as a "back door" to perl level layer stack
187              manipulation.
188      Branch: perlio
189            ! lib/PerlIO.pm perlio.c
190 ____________________________________________________________________________
191 [ 17478] By: nick                                  on 2002/07/11  08:43:28
192         Log: Various core-dump preventions for cases Craig found on VMS.
193              Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
194      Branch: perlio
195            ! perlio.c
196 ____________________________________________________________________________
197 [ 17477] By: nick                                  on 2002/07/11  07:42:34
198         Log: Integrate mainline
199      Branch: perlio
200           !> Changes Porting/pumpkin.pod ext/PerlIO/via/via.pm
201           !> ext/Storable/t/integer.t ext/threads/shared/shared.pm
202           !> ext/threads/t/list.t ext/threads/threads.pm
203           !> ext/threads/threads.xs lib/ExtUtils/MM_Win95.pm
204           !> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
205           !> patchlevel.h pod/perldelta.pod pod/perldiag.pod
206           !> pod/perliol.pod regexec.c t/op/magic.t
207 ____________________________________________________________________________
208 [ 17476] By: sky                                   on 2002/07/11  05:35:53
209         Log: Problem fixed with detached threads reported by Stacy Maughan 
210              and debugged by Jan Dubois. Problem occured when a thread
211              cleared itself out and then switched back to itself (which was
212              gone) and wanted a function pointer for the PerlMemShared free.
213      Branch: perl
214            ! ext/threads/threads.xs
215 ____________________________________________________________________________
216 [ 17475] By: jhi                                   on 2002/07/10  23:36:37
217         Log: Small threads docs cleanups.
218      Branch: perl
219            ! ext/threads/shared/shared.pm ext/threads/threads.pm
220            ! pod/perldiag.pod
221 ____________________________________________________________________________
222 [ 17474] By: jhi                                   on 2002/07/10  23:21:10
223         Log: Subject: [DOC PATCH] ext/threads/shared/shared.pm
224              From: Dave Mitchell <davem@fdgroup.com>
225              Date: Thu, 11 Jul 2002 01:15:18 +0100
226              Message-ID: <20020711011518.B27438@fdgroup.com>
227      Branch: perl
228            ! ext/threads/shared/shared.pm
229 ____________________________________________________________________________
230 [ 17473] By: jhi                                   on 2002/07/10  23:20:10
231         Log: Retract #17455, #17427, #17425 on t/op/magic.t (but leave
232              in the toke.c change #17425, it is ARG_ZERO_IS_SCRIPT
233              specific and known to work on the platforms that need it),
234              on Sarathy's advice.
235      Branch: perl
236            ! t/op/magic.t
237 ____________________________________________________________________________
238 [ 17472] By: jhi                                   on 2002/07/10  21:43:45
239         Log: Subject: [PATCH] Re: Storable 2.04 'make test' failure on AIX, perl 5.005_03
240              From: Nicholas Clark <nick@unfortu.net>
241              Date: Wed, 10 Jul 2002 23:17:36 +0100
242              Message-ID: <20020710221735.GE312@Bagpuss.unfortu.net>
243      Branch: perl
244            ! ext/Storable/t/integer.t
245 ____________________________________________________________________________
246 [ 17471] By: jhi                                   on 2002/07/10  20:27:07
247         Log: Subject: [PATCH] QuotedPrint.t
248              From: Elizabeth Mattijsen <liz@dijkmat.nl>
249              Date: Wed, 10 Jul 2002 21:29:54 +0200
250              Message-Id: <4.2.0.58.20020710212608.02cd8100@mickey.dijkmat.nl>
251      Branch: perl
252            ! lib/PerlIO/via/t/QuotedPrint.t
253 ____________________________________________________________________________
254 [ 17470] By: jhi                                   on 2002/07/10  20:24:47
255         Log: From: Elizabeth Mattijsen <liz@dijkmat.nl>
256              Subject: [DOC PATCH] some doc nits after 17463
257              Date: Wed, 10 Jul 2002 21:13:52 +0200
258              Message-Id: <4.2.0.58.20020710211105.032546d0@mickey.dijkmat.nl>
259      Branch: perl
260            ! ext/PerlIO/via/via.pm lib/PerlIO/via/QuotedPrint.pm
261            ! pod/perldelta.pod pod/perliol.pod
262 ____________________________________________________________________________
263 [ 17469] By: jhi                                   on 2002/07/10  20:19:55
264         Log: Subject: [PATCH] MM_W95.pm, Win95 + MinGW + dmake
265              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
266              Date: Wed, 10 Jul 2002 18:47:45 +0200
267              Message-ID: <3D2C8151.30381.12DE80@localhost>
268      Branch: perl
269            ! lib/ExtUtils/MM_Win95.pm
270 ____________________________________________________________________________
271 [ 17468] By: jhi                                   on 2002/07/10  20:13:49
272         Log: Regen Changes.
273      Branch: perl
274            ! Changes
275 ____________________________________________________________________________
276 [ 17467] By: jhi                                   on 2002/07/10  20:10:23
277         Log: Retract #17375: contrary to intention, it was actually
278              harmful on EBCDIC.
279      Branch: perl
280            ! regexec.c
281 ____________________________________________________________________________
282 [ 17466] By: sky                                   on 2002/07/10  17:59:19
283         Log: Makes list skip the main thread.
284      Branch: perl
285            ! ext/threads/t/list.t ext/threads/threads.xs
286 ____________________________________________________________________________
287 [ 17465] By: jhi                                   on 2002/07/10  14:14:13
288         Log: More about the dangers of indent.
289      Branch: perl
290            ! Porting/pumpkin.pod
291 ____________________________________________________________________________
292 [ 17464] By: jhi                                   on 2002/07/10  12:42:20
293         Log: Small perldelta tweaks.
294      Branch: perl
295            ! pod/perldelta.pod
296 ____________________________________________________________________________
297 [ 17463] By: jhi                                   on 2002/07/10  11:43:09
298         Log: Update Changes.
299      Branch: perl
300            ! Changes patchlevel.h
301 ____________________________________________________________________________
302 [ 17462] By: jhi                                   on 2002/07/10  11:27:44
303         Log: EBCDIC has different codepoints.
304      Branch: perl
305            ! lib/PerlIO/via/t/QuotedPrint.t
306 ____________________________________________________________________________
307 [ 17461] By: nick                                  on 2002/07/10  06:58:47
308         Log: Integrate mainline (Via/via etc.)
309      Branch: perlio
310           +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
311           +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
312           +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs lib/Config.t
313           +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
314            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
315            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
316            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
317           !> (integrate 34 files)
318 ____________________________________________________________________________
319 [ 17460] By: jhi                                   on 2002/07/10  03:58:58
320         Log: If no PerlIO, no PerlIO::via.
321      Branch: perl
322            ! lib/PerlIO/via/t/QuotedPrint.t
323 ____________________________________________________________________________
324 [ 17459] By: jhi                                   on 2002/07/10  00:57:29
325         Log: Too much cut-and-paste from Term::Complete.t;
326              be more paranoid on readonlyness
327      Branch: perl
328            ! lib/Config.t
329 ____________________________________________________________________________
330 [ 17458] By: jhi                                   on 2002/07/09  23:29:52
331         Log: Test Config.
332      Branch: perl
333            + lib/Config.t
334            ! MANIFEST
335 ____________________________________________________________________________
336 [ 17457] By: jhi                                   on 2002/07/09  22:36:27
337         Log: Subject: [PATCH] Fwd: [ID 20020703.002] bareword processing bug under 'use strict'
338              From: Kay Röpke <kroepke@dolphin-services.de>
339              Date: Tue, 9 Jul 2002 14:12:10 +0200
340              Message-Id: <184F11EC-9335-11D6-8F80-000393414688@dolphin-services.de>
341      Branch: perl
342            ! op.c t/lib/strict/subs
343 ____________________________________________________________________________
344 [ 17456] By: jhi                                   on 2002/07/09  21:35:33
345         Log: Detypo.
346      Branch: perl
347            ! ext/threads/shared/shared.pm
348 ____________________________________________________________________________
349 [ 17455] By: jhi                                   on 2002/07/09  21:32:44
350         Log: Subject: [PATCH] fix 17425 for VMS
351              From: "Craig A. Berry" <craigberry@mac.com>
352              Date: Tue, 09 Jul 2002 17:07:12 -0500
353              Message-Id: <5.1.1.5.0.20020709164958.0313c008@exchi01>
354      Branch: perl
355            ! t/op/magic.t
356 ____________________________________________________________________________
357 [ 17454] By: jhi                                   on 2002/07/09  21:31:44
358         Log: Change PerlIO::Scalar and Via to scalar and via.
359      Branch: perl
360            + ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
361            + ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
362            + ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
363            + lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
364            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
365            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
366            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
367            - lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
368            ! MANIFEST Porting/config.sh djgpp/config.over doio.c
369            ! epoc/config.sh ext/B/B/C.pm ext/PerlIO/t/via.t hints/uwin.sh
370            ! hints/vmesa.sh perlio.c pod/perldelta.pod pod/perliol.pod
371            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
372 ____________________________________________________________________________
373 [ 17453] By: sky                                   on 2002/07/09  21:23:31
374         Log: Update documentation with &share() non prototype checking version.
375              Fix share so it once again returns a reference to whatever it just
376              shared, so now you can do my &share([]);
377              Remove check for useithreads and Config.pm from threads::shared,
378              you can now always use threads::shared in your module without
379              overhead of config.pm and without speed hit unless threads have been 
380              requested, share, cond_wait, cond_broadcast, cond_signal and lock
381              all become noops, so does : share.
382      Branch: perl
383            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
384 ____________________________________________________________________________
385 [ 17452] By: jhi                                   on 2002/07/09  18:58:45
386         Log: Tweak perldelta for the new PerlIO::Vianess.
387      Branch: perl
388            ! pod/perldelta.pod
389 ____________________________________________________________________________
390 [ 17451] By: jhi                                   on 2002/07/09  18:53:11
391         Log: Update the port status.
392      Branch: perl
393            ! pod/perlport.pod
394 ____________________________________________________________________________
395 [ 17450] By: jhi                                   on 2002/07/09  18:49:20
396         Log: Subject: [PATCH] 5.8.0-RC1 on SunOS 4!
397              From: Robin Barker <rmb1@cise.npl.co.uk>
398              Date: Tue, 9 Jul 2002 20:03:40 +0100 (BST)
399              Message-Id: <200207091903.UAA09531@tempest.npl.co.uk>
400              
401              (the sprintf() spot in Dumper.xs fixed)
402      Branch: perl
403            ! ext/Data/Dumper/Dumper.xs perl.c util.c
404 ____________________________________________________________________________
405 [ 17449] By: jhi                                   on 2002/07/09  18:38:04
406         Log: Subject: [PATCH] Removing example layers from MIME::QuotedPrint
407              From: Elizabeth Mattijsen <liz@dijkmat.nl>
408              Date: Mon, 08 Jul 2002 10:21:09 +0200
409              Message-Id: <4.2.0.58.20020708090819.02740f00@mickey.dijkmat.nl>
410              
411              Subject: Re: [PATCH] Removing example layers from MIME::QuotedPrint
412              From: Elizabeth Mattijsen <liz@dijkmat.nl>
413              Date: Tue, 09 Jul 2002 09:29:52 +0200
414              Message-Id: <4.2.0.58.20020709092337.02893300@mickey.dijkmat.nl>
415      Branch: perl
416            + lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
417            ! MANIFEST ext/MIME/Base64/QuotedPrint.pm ext/PerlIO/Via/Via.pm
418            ! ext/PerlIO/t/via.t pod/perliol.pod
419 ____________________________________________________________________________
420 [ 17448] By: jhi                                   on 2002/07/09  17:46:00
421         Log: Integrate perlio:
422              
423              [ 17446]
424              Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
425              :stdio as lower layer fails.
426              
427              [ 17447]
428              Tidy PerlIO::Via
429              - add test for open fail
430              - add PerlIO_debug() diags to open paths
431              - comments on API gaps 
432              - Update OPEN,SYSOPEN,FDOPEN pod entries.
433      Branch: perl
434           !> ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
435           !> perlio.c
436 ____________________________________________________________________________
437 [ 17447] By: nick                                  on 2002/07/09  17:13:41
438         Log: Tidy PerlIO::Via
439              - add test for open fail
440              - add PerlIO_debug() diags to open paths
441              - comments on API gaps 
442              - Update OPEN,SYSOPEN,FDOPEN pod entries.
443      Branch: perlio
444            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
445 ____________________________________________________________________________
446 [ 17446] By: nick                                  on 2002/07/09  16:59:29
447         Log: Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
448              :stdio as lower layer fails.
449      Branch: perlio
450            ! perlio.c
451 ____________________________________________________________________________
452 [ 17445] By: jhi                                   on 2002/07/09  16:32:15
453         Log: Document how to re-indent.
454      Branch: perl
455            ! Porting/pumpkin.pod
456 ____________________________________________________________________________
457 [ 17444] By: jhi                                   on 2002/07/09  15:50:45
458         Log: Retract #17428, not needed in this version of File::Spec.
459      Branch: perl
460            ! lib/File/Spec/Unix.pm
461 ____________________________________________________________________________
462 [ 17443] By: jhi                                   on 2002/07/09  15:41:57
463         Log: This is getting pretty fragmented (finish up #17441).
464      Branch: perl
465            ! pp_ctl.c t/op/eval.t
466 ____________________________________________________________________________
467 [ 17442] By: nick                                  on 2002/07/09  15:39:02
468         Log: Indentation normalize via 
469              indent -kr -nce -psl 
470              (Better indent incantations welcome - something for Porting/?)
471      Branch: perlio
472            ! ext/PerlIO/Via/Via.xs
473 ____________________________________________________________________________
474 [ 17441] By: jhi                                   on 2002/07/09  15:06:55
475         Log: Missing patch fragment, noted by Hugo.
476      Branch: perl
477            ! toke.c
478 ____________________________________________________________________________
479 [ 17440] By: jhi                                   on 2002/07/09  14:05:39
480         Log: Update Changes.
481      Branch: perl
482            ! Changes patchlevel.h
483 ____________________________________________________________________________
484 [ 17439] By: jhi                                   on 2002/07/09  13:55:16
485         Log: Empty lines.
486      Branch: perl
487            ! MANIFEST
488 ____________________________________________________________________________
489 [ 17438] By: jhi                                   on 2002/07/09  13:48:44
490         Log: Integrate perlio:
491              
492              [ 17431]
493              SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
494              
495              [ 17432]
496              Core-dump prevention for 
497              open PIPE, "-|:stdio", "cat /etc/motd";
498              (root cause not yet fixed).
499              
500              [ 17433]
501              Special case :stdio pushed method so that "-|:stdio" does 
502              not have an uninitialized layer on top.
503              
504              [ 17435]
505              Call $encoding->decode($sv) without a $chk argument.
506              This fixes modification of readonly value under use encoding().
507              Not a final fix as it does not warn on failed decode.
508              
509              [ 17437]
510              perldiag patch for implied open of STDIN/STDOUT/STDERR
511              in wrong mode.
512      Branch: perl
513           +> ext/ODBM_File/hints/linux.pl
514           !> MANIFEST perlio.c pod/perldiag.pod sv.c
515 ____________________________________________________________________________
516 [ 17437] By: nick                                  on 2002/07/09  13:42:06
517         Log: perldiag patch for implied open of STDIN/STDOUT/STDERR
518              in wrong mode.
519      Branch: perlio
520            ! pod/perldiag.pod
521 ____________________________________________________________________________
522 [ 17436] By: jhi                                   on 2002/07/09  13:05:43
523         Log: Subject: [ID 20020708.001] makedepend problem (output of cppstdin garbled)
524              From: Hans Ranke <Hans.Ranke@ei.tum.de>
525              Date: Mon, 8 Jul 2002 16:17:00 +0200 (MET DST)
526              Message-Id: <5.8.0_12541_1026136670@regency>
527      Branch: perl
528            ! makedepend.SH
529 ____________________________________________________________________________
530 [ 17435] By: nick                                  on 2002/07/09  12:38:01
531         Log: Call $encoding->decode($sv) without a $chk argument.
532              This fixes modification of readonly value under use encoding().
533              Not a final fix as it does not warn on failed decode.
534      Branch: perlio
535            ! sv.c
536 ____________________________________________________________________________
537 [ 17434] By: jhi                                   on 2002/07/09  11:50:41
538         Log: Subject: [DOC PATCH] perlre, minor error
539              From: "Steffen Mueller" <xyey9001@sneakemail.com>
540              Date: Tue, 9 Jul 2002 02:23:33 +0200
541              Message-ID: <20020709002024.28399.qmail@onion.perl.org>
542      Branch: perl
543            ! pod/perlre.pod
544 ____________________________________________________________________________
545 [ 17433] By: nick                                  on 2002/07/09  11:42:32
546         Log: Special case :stdio pushed method so that "-|:stdio" does 
547              not have an uninitialized layer on top.
548      Branch: perlio
549            ! perlio.c
550 ____________________________________________________________________________
551 [ 17432] By: nick                                  on 2002/07/09  09:38:45
552         Log: Core-dump prevention for 
553              open PIPE, "-|:stdio", "cat /etc/motd";
554              (root cause not yet fixed).
555      Branch: perlio
556            ! perlio.c
557 ____________________________________________________________________________
558 [ 17431] By: nick                                  on 2002/07/09  08:01:54
559         Log: SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
560      Branch: perlio
561            + ext/ODBM_File/hints/linux.pl
562            ! MANIFEST
563 ____________________________________________________________________________
564 [ 17430] By: nick                                  on 2002/07/09  07:59:06
565         Log: Integrate mainline
566      Branch: perlio
567           +> ext/MIME/Base64/t/quoted-print.t lib/Math/BigInt/t/bare_mif.t
568            - ext/MIME/Base64/t/qp.t
569           !> (integrate 48 files)
570 ____________________________________________________________________________
571 [ 17429] By: jhi                                   on 2002/07/09  00:17:49
572         Log: MIME::QuotedPrint is for bytes only; from Gisle.
573      Branch: perl
574            ! ext/MIME/Base64/QuotedPrint.pm
575            ! ext/MIME/Base64/t/quoted-print.t
576 ____________________________________________________________________________
577 [ 17428] By: jhi                                   on 2002/07/08  23:26:49
578         Log: (retracted by #17444)
579              Subject: [ID 20020708.003] File::Spec::Unix::tmpdir automagically creates $ENV{TMPDIR}
580              From: Diab Jerius <dj@head-cfa.harvard.edu>
581              Date: Mon, 8 Jul 2002 18:44:12 -0400 (EDT)
582              Message-Id: <200207082244.g68MiDY22791@pelf.harvard.edu>
583      Branch: perl
584            ! lib/File/Spec/Unix.pm
585 ____________________________________________________________________________
586 [ 17427] By: jhi                                   on 2002/07/08  23:17:21
587         Log: Subject: patch against   t/op/magic.t
588              From: Jim Cromie <jcromie@divsol.com>
589              Date: Mon, 08 Jul 2002 19:23:38 -0400
590              Message-ID: <3D2A1EFA.8050603@divsol.com>
591      Branch: perl
592            ! t/op/magic.t
593 ____________________________________________________________________________
594 [ 17426] By: jhi                                   on 2002/07/08  21:38:24
595         Log: Subject: [DOC PATCH] Thread::Signal.pm
596              From: Elizabeth Mattijsen <liz@dijkmat.nl>
597              Date: Mon, 08 Jul 2002 23:40:32 +0200
598              Message-Id: <4.2.0.58.20020708233854.024783b0@mickey.dijkmat.nl>
599      Branch: perl
600            ! ext/Thread/Thread/Signal.pm
601 ____________________________________________________________________________
602 [ 17425] By: jhi                                   on 2002/07/08  20:10:15
603         Log: Integrate maint patches #17421, #17424:
604              
605              on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
606              hack, $^X was improperly set to the script name when the script
607              was run via the PATH; argv[0] in that case shows up as the bare
608              name of the script rather than its fully qualified path, which
609              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
610              to recognize it as the running script name; fix tries to match
611              bare script name in that case (from Gisle Aas)
612              
613              tweak change#17421 ($0 is full path to script even when script
614              is invoked via PATH almost everywhere except Windows)
615      Branch: perl
616           !> t/op/magic.t toke.c
617 ____________________________________________________________________________
618 [ 17424] By: gsar                                  on 2002/07/08  19:54:10
619         Log: tweak change#17421 ($0 is full path to script even when script
620              is invoked via PATH almost everywhere except Windows)
621      Branch: maint-5.6/perl
622            ! t/op/magic.t
623 ____________________________________________________________________________
624 [ 17423] By: jhi                                   on 2002/07/08  19:10:29
625         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
626              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
627              Date: Mon, 08 Jul 2002 17:00:33 +0100
628              Message-Id: <200207081600.g68G0Xw07553@crypt.compulink.co.uk>
629      Branch: perl
630            ! lib/File/Basename.pm op.c t/op/wantarray.t
631 ____________________________________________________________________________
632 [ 17422] By: jhi                                   on 2002/07/08  19:08:58
633         Log: Subject: [PATCH perl@17412] regcomp.c casting tweak
634              From: "Craig A. Berry" <craigberry@mac.com>
635              Date: Mon, 08 Jul 2002 13:17:35 -0500
636              Message-Id: <5.1.1.5.0.20020708124433.034a5dd8@exchi01>
637      Branch: perl
638            ! regcomp.c
639 ____________________________________________________________________________
640 [ 17421] By: gsar                                  on 2002/07/08  17:07:01
641         Log: on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
642              hack, $^X was improperly set to the script name when the script
643              was run via the PATH; argv[0] in that case shows up as the bare
644              name of the script rather than its fully qualified path, which
645              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
646              to recognize it as the running script name; fix tries to match
647              bare script name in that case (from Gisle Aas)
648      Branch: maint-5.6/perl
649            ! t/op/magic.t toke.c
650 ____________________________________________________________________________
651 [ 17420] By: jhi                                   on 2002/07/08  12:54:52
652         Log: Subject: [ DOC PATCH] Re: build failure on Solaris with useithreads
653              From: Dave Mitchell <davem@fdgroup.com>
654              Date: Mon, 8 Jul 2002 00:45:42 +0100
655              Message-ID: <20020708004542.B14412@fdgroup.com>
656      Branch: perl
657            ! README.solaris
658 ____________________________________________________________________________
659 [ 17419] By: jhi                                   on 2002/07/08  12:19:24
660         Log: Add a note about perlmonks as suggested by Ilya Martynov;
661              add an admonition about "can you write my shopping cart
662              script for me!!!"
663      Branch: perl
664            ! pod/perlfaq2.pod
665 ____________________________________________________________________________
666 [ 17418] By: jhi                                   on 2002/07/08  12:11:31
667         Log: Subject: [DOC PATCH] perlfaq2.pod, perlmodstyle.pod
668              From: Iain Truskett <spoon@cpan.org>
669              Date: Mon, 8 Jul 2002 16:50:55 +1000
670              Message-ID: <20020708065055.GC14168@eh.org>
671      Branch: perl
672            ! pod/perlfaq2.pod pod/perlmodstyle.pod
673 ____________________________________________________________________________
674 [ 17417] By: jhi                                   on 2002/07/08  12:08:27
675         Log: Subject: [DOC PATCH] perlthrtut.pod
676              From: Iain Truskett <spoon@cpan.org>
677              Date: Mon, 8 Jul 2002 13:53:59 +1000       
678              Message-ID: <20020708035359.GB14168@eh.org>  
679      Branch: perl
680            ! pod/perlthrtut.pod
681 ____________________________________________________________________________
682 [ 17416] By: jhi                                   on 2002/07/08  12:07:11
683         Log: Subject: [PATCH] t/op/glob.t
684              From: Iain Truskett <spoon@cpan.org>
685              Date: Mon, 8 Jul 2002 11:59:21 +1000
686              Message-ID: <20020708015921.GA14168@eh.org>
687      Branch: perl
688            ! t/op/glob.t
689 ____________________________________________________________________________
690 [ 17415] By: jhi                                   on 2002/07/08  11:58:54
691         Log: More AUTHORS updates.
692      Branch: perl
693            ! AUTHORS
694 ____________________________________________________________________________
695 [ 17414] By: jhi                                   on 2002/07/07  22:17:28
696         Log: AUTHORS updates.
697      Branch: perl
698            ! AUTHORS
699 ____________________________________________________________________________
700 [ 17413] By: jhi                                   on 2002/07/07  21:42:20
701         Log: README tweaks.
702      Branch: perl
703            ! README.tru64
704 ____________________________________________________________________________
705 [ 17412] By: jhi                                   on 2002/07/07  20:54:53
706         Log: Update Changes.
707      Branch: perl
708            ! Changes patchlevel.h
709 ____________________________________________________________________________
710 [ 17411] By: jhi                                   on 2002/07/07  20:36:18
711         Log: Regen toc, modlib.
712      Branch: perl
713            ! pod/perlmodlib.pod pod/perltoc.pod
714 ____________________________________________________________________________
715 [ 17410] By: rgs                                   on 2002/07/07  20:31:37
716         Log: Replace the word "discipline" by "layer" almost everywhere,
717              by Elizabeth Mattijsen.
718      Branch: perl
719            ! MANIFEST lib/open.pm pod/perldelta.pod pod/perlfunc.pod
720            ! pod/perlpodspec.pod pod/perlrun.pod pod/perlunicode.pod
721            ! pod/perluniintro.pod pod/perlvar.pod
722 ____________________________________________________________________________
723 [ 17409] By: jhi                                   on 2002/07/07  19:58:36
724         Log: Use the same name for the QP test as MIME::Base64 does.
725      Branch: perl
726            + ext/MIME/Base64/t/quoted-print.t
727            - ext/MIME/Base64/t/qp.t
728            ! MANIFEST
729 ____________________________________________________________________________
730 [ 17408] By: jhi                                   on 2002/07/07  18:48:06
731         Log: Don't install test pods.
732      Branch: perl
733            ! installman
734 ____________________________________________________________________________
735 [ 17407] By: jhi                                   on 2002/07/07  17:04:27
736         Log: Integrate maint patches #13474, #13478, #13584, and #16539;
737              introduce the test case of [ID 20020623.009].  Once upon a
738              time #13474 introduced evil coredumps, but now things seem
739              to be better (tried both with and without ithreads).
740      Branch: perl
741            ! op.c t/run/fresh_perl.t
742 ____________________________________________________________________________
743 [ 17406] By: jhi                                   on 2002/07/07  15:29:28
744         Log: Upgrade to Math::BigInt 1.60.
745      Branch: perl
746            + lib/Math/BigInt/t/bare_mif.t
747            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
748            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
749            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
750            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
751            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/inf_nan.t
752            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
753            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
754            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/with_sub.t
755 ____________________________________________________________________________
756 [ 17405] By: rgs                                   on 2002/07/06  18:39:30
757         Log: Subject: Re: FreeBSD 4.6 imminent
758              From: Nicholas Clark <nick@unfortu.net>
759              Date: Sat, 6 Jul 2002 16:07:38 +0100
760              Message-ID: <20020706150737.GC301@Bagpuss.unfortu.net>
761      Branch: perl
762            ! README.freebsd
763 ____________________________________________________________________________
764 [ 17404] By: nick                                  on 2002/07/06  07:04:02
765         Log: Integrate mainline
766      Branch: perlio
767           !> t/README
768 ____________________________________________________________________________
769 [ 17403] By: rgs                                   on 2002/07/05  12:46:22
770         Log: Precisions and updates about running and writing tests.
771      Branch: perl
772            ! t/README
773 ____________________________________________________________________________
774 [ 17402] By: nick                                  on 2002/07/05  07:05:40
775         Log: Integrate mainline
776      Branch: perlio
777           !> (integrate 32 files)
778 ____________________________________________________________________________
779 [ 17401] By: rgs                                   on 2002/07/04  20:21:10
780         Log: Goes with change #17400.
781      Branch: perl
782            ! t/pod/podselect.xr
783 ____________________________________________________________________________
784 [ 17400] By: rgs                                   on 2002/07/04  14:44:32
785         Log: Subject: [DOC PATCH] minor typo in podselect.PL
786              From: Dave Mitchell <davem@fdgroup.com>
787              Date: Thu, 4 Jul 2002 15:30:53 +0100
788              Message-ID: <20020704153052.C1322@fdgroup.com>
789      Branch: perl
790            ! pod/podselect.PL
791 ____________________________________________________________________________
792 [ 17399] By: rgs                                   on 2002/07/04  12:01:21
793         Log: Typos and missing warning categories.
794      Branch: perl
795            ! pod/perldiag.pod
796 ____________________________________________________________________________
797 [ 17398] By: rgs                                   on 2002/07/04  10:19:11
798         Log: Subject: Re: autom4te and perl 5.8.0
799              From: Andy Dougherty <doughera@lafayette.edu>
800              Date: Wed, 3 Jul 2002 11:56:05 -0400 (EDT)
801              Message-ID: <Pine.SOL.4.10.10207031150540.6601-100000@maxwell.phys.lafayette.edu>
802              
803              (with an additional paranoid nit : skip test unless -c $devnull)
804      Branch: perl
805            ! doio.c ext/Fcntl/t/fcntl.t
806 ____________________________________________________________________________
807 [ 17397] By: rgs                                   on 2002/07/04  08:58:23
808         Log: Subject: [PATCH] Win32 build broken
809              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
810              Date: Wed, 3 Jul 2002 23:44:49 +0200
811              Message-ID: <3D238C71.6138.2E20AFC@localhost>
812              
813              (needed by change #17391)
814      Branch: perl
815            ! embed.fnc global.sym
816 ____________________________________________________________________________
817 [ 17396] By: rgs                                   on 2002/07/02  08:27:41
818         Log: Subject: [PATCH perl@17384] opendir() nit for VMS
819              From: "Craig A. Berry" <craigberry@mac.com>
820              Date: Mon, 1 Jul 2002 22:55:30 -0500
821              Message-ID: <a05111b02b946cb14a2a8@[172.16.52.1]>
822      Branch: perl
823            ! vms/vms.c
824 ____________________________________________________________________________
825 [ 17395] By: rgs                                   on 2002/07/01  18:41:17
826         Log: Subject: Re: Change 17385: AUTHORS updates.
827              From: Philip Newton <Philip.Newton@gmx.net>
828              Date: Mon, 01 Jul 2002 20:30:59 +0200
829              Message-ID: <gt71iuch89r0ektao7g62l32ntgiub1jse@4ax.com>
830      Branch: perl
831            ! AUTHORS
832 ____________________________________________________________________________
833 [ 17394] By: rgs                                   on 2002/07/01  18:35:37
834         Log: Subject: [PATCH perl@17384] more dangerous logical name warnings for VMS
835              From: "Craig A. Berry" <craigberry@mac.com>
836              Date: Mon, 01 Jul 2002 13:52:36 -0500
837              Message-ID: <5.1.1.5.0.20020701130645.01aa8258@exchi01>
838      Branch: perl
839            ! configure.com vms/test.com
840 ____________________________________________________________________________
841 [ 17393] By: rgs                                   on 2002/07/01  18:25:22
842         Log: Allow PerlIO::Via to look for modules in the default
843              namespace PerlIO::Via::.
844      Branch: perl
845            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
846 ____________________________________________________________________________
847 [ 17392] By: jhi                                   on 2002/07/01  14:14:37
848         Log: Small speedup by inlining the easy bits of is_utf8_char()
849              into is_utf8_string().
850      Branch: perl
851            ! utf8.c
852 ____________________________________________________________________________
853 [ 17391] By: jhi                                   on 2002/07/01  13:42:28
854         Log: Subject: -Dr and unicode
855              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
856              Date: Mon, 01 Jul 2002 13:28:05 +0100
857              Message-Id: <200207011228.g61CS5r06772@crypt.compulink.co.uk>
858      Branch: perl
859            ! regcomp.c
860 ____________________________________________________________________________
861 [ 17390] By: jhi                                   on 2002/07/01  13:40:44
862         Log: Subject: Re: [ID 20020630.002] utf8 regex only matches 32k 
863              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
864              Message-Id: <200207011228.g61CS4T06766@crypt.compulink.co.uk>
865              Date: Mon, 01 Jul 2002 13:28:04 +0100
866      Branch: perl
867            ! regexec.c t/op/pat.t
868 ____________________________________________________________________________
869 [ 17389] By: rgs                                   on 2002/07/01  13:04:18
870         Log: Goes with lib/open.pm diagnostics changes
871      Branch: perl
872            ! lib/open.t
873 ____________________________________________________________________________
874 [ 17388] By: rgs                                   on 2002/07/01  09:27:47
875         Log: Subject: [DOC PATCH] perliol.pod nit
876              From: Elizabeth Mattijsen <liz@dijkmat.nl>
877              Date: Sun, 30 Jun 2002 23:52:05 +0200
878              Message-ID: <4.2.0.58.20020630235023.02443670@mickey.dijkmat.nl>
879              
880              Subject: [DOC PATCH] open.pm, no more discipline
881              From: Elizabeth Mattijsen <liz@dijkmat.nl>
882              Date: Sun, 30 Jun 2002 23:02:50 +0200
883              Message-ID: <4.2.0.58.20020630230134.0289d300@mickey.dijkmat.nl>
884      Branch: perl
885            ! lib/open.pm pod/perliol.pod
886 ____________________________________________________________________________
887 [ 17387] By: rgs                                   on 2002/07/01  09:26:02
888         Log: Subject: Threads doc patch
889              From: Iain Truskett <spoon@cpan.org>
890              Date: Mon, 1 Jul 2002 14:58:14 +1000
891              Message-ID: <20020701045814.GB1805@eh.org>
892      Branch: perl
893            ! pod/perlthrtut.pod
894 ____________________________________________________________________________
895 [ 17386] By: jhi                                   on 2002/06/30  16:51:44
896         Log: Regen toc (skip the XS:: since they do not get installed)
897      Branch: perl
898            ! pod/buildtoc.PL pod/perltoc.pod
899 ____________________________________________________________________________
900 [ 17385] By: jhi                                   on 2002/06/30  16:31:35
901         Log: AUTHORS updates.
902      Branch: perl
903            ! AUTHORS
904 ____________________________________________________________________________
905 [ 17384] By: jhi                                   on 2002/06/30  15:31:53
906         Log: Update Changes.
907      Branch: perl
908            ! Changes patchlevel.h
909 ____________________________________________________________________________
910 [ 17383] By: jhi                                   on 2002/06/30  02:45:58
911         Log: Retract #17380, the refcnt tweak was misplaced (re_dup is used
912              when creation of new threads needs to duplicate the re struct)
913      Branch: perl
914            ! sv.c
915 ____________________________________________________________________________
916 [ 17382] By: jhi                                   on 2002/06/30  01:22:05
917         Log: Subject: [PATCH] Re: [PATCH] pack 'w' should be using NV, not double
918              From: Nicholas Clark <nick@unfortu.net>
919              Date: Sat, 29 Jun 2002 18:24:08 +0100
920              Message-ID: <20020629172408.GB322@Bagpuss.unfortu.net>
921      Branch: perl
922            ! t/op/pack.t
923 ____________________________________________________________________________
924 [ 17381] By: rgs                                   on 2002/06/29  13:31:12
925         Log: Various precisions.
926      Branch: perl
927            ! pod/perlhack.pod
928 ____________________________________________________________________________
929 [ 17380] By: jhi                                   on 2002/06/28  18:50:08
930         Log: (Retracted by #17383)
931              Subject: Re: [ID 20020627.002] Regexp causing segmentation fault
932              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
933              Date: Fri, 28 Jun 2002 14:29:43 +0100
934              Message-Id: <200206281329.g5SDThO10165@crypt.compulink.co.uk>
935      Branch: perl
936            ! sv.c
937 ____________________________________________________________________________
938 [ 17379] By: jhi                                   on 2002/06/28  18:36:57
939         Log: Subject: [PATCH rc2] README.os2
940              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
941              Date: Fri, 28 Jun 2002 13:32:39 -0400
942              Message-ID: <20020628133239.A26455@math.ohio-state.edu>
943      Branch: perl
944            ! README.os2 os2/Changes
945 ____________________________________________________________________________
946 [ 17378] By: jhi                                   on 2002/06/28  18:28:43
947         Log: Forgotten file.
948      Branch: perl
949            ! MANIFEST
950 ____________________________________________________________________________
951 [ 17377] By: nick                                  on 2002/06/28  17:59:37
952         Log: Integrate mainline
953      Branch: perlio
954           +> ext/Digest/MD5/hints/MacOS.pl lib/Pod/t/text.t
955           !> (integrate 27 files)
956 ____________________________________________________________________________
957 [ 17376] By: jhi                                   on 2002/06/28  13:15:17
958         Log: NetWare update from Ananth Kesari.
959      Branch: perl
960            ! NetWare/Makefile NetWare/netware.h NetWare/nw5.c
961            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_NW5.pm
962 ____________________________________________________________________________
963 [ 17375] By: jhi                                   on 2002/06/28  13:02:01
964         Log: (retracted by #17467)
965              EBCDIC-safer.
966      Branch: perl
967            ! regexec.c
968 ____________________________________________________________________________
969 [ 17374] By: rgs                                   on 2002/06/28  12:07:49
970         Log: Subject: [PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
971              From: Steve Hay <Steve.Hay@uk.radan.com>
972              Date: Fri, 28 Jun 2002 12:23:37 +0100
973              Message-ID: <3D1C4739.4090002@uk.radan.com>
974      Branch: perl
975            ! lib/Tie/Handle.pm
976 ____________________________________________________________________________
977 [ 17373] By: rgs                                   on 2002/06/28  12:06:29
978         Log: Subject: [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
979              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
980              Date: Mon, 24 Jun 2002 23:17:57 -0700
981              Message-ID: <VsAG9gzkgWla092yn@efn.org>
982      Branch: perl
983            ! pod/perlfunc.pod
984 ____________________________________________________________________________
985 [ 17372] By: jhi                                   on 2002/06/27  20:53:44
986         Log: Inlining to avoid costly UTF-8 calls.
987      Branch: perl
988            ! regexec.c sv.c
989 ____________________________________________________________________________
990 [ 17371] By: jhi                                   on 2002/06/27  19:12:46
991         Log: Shave off some more of the Unicode regex slowness.
992      Branch: perl
993            ! regexec.c
994 ____________________________________________________________________________
995 [ 17370] By: jhi                                   on 2002/06/27  16:10:17
996         Log: Cure some of the slowness of
997              [ID 20020627.001] regex and utf-8 performance problem.
998      Branch: perl
999            ! regexec.c
1000 ____________________________________________________________________________
1001 [ 17369] By: rgs                                   on 2002/06/27  11:12:43
1002         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
1003              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1004              Date: Thu, 27 Jun 2002 11:58:57 +0100
1005              Message-ID: <200206271058.g5RAwvE29057@crypt.compulink.co.uk>
1006      Branch: perl
1007            ! op.c
1008 ____________________________________________________________________________
1009 [ 17368] By: ams                                   on 2002/06/27  02:39:13
1010         Log: Subject: [DOC PATCH] DynaLoader.pm
1011              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1012              Date: Wed, 26 Jun 2002 20:27:25 +0200
1013              Message-Id: <4.2.0.58.20020626202637.025db610@mickey.dijkmat.nl>
1014              
1015              Subject: [DOC PATCH] Base64.pm
1016              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1017              Date: Thu, 27 Jun 2002 00:54:10 +0200
1018              Message-Id: <4.2.0.58.20020627005340.02c74550@mickey.dijkmat.nl>
1019      Branch: perl
1020            ! ext/DynaLoader/DynaLoader_pm.PL ext/MIME/Base64/Base64.pm
1021 ____________________________________________________________________________
1022 [ 17367] By: rgs                                   on 2002/06/26  20:32:20
1023         Log: chomp clarifications by Elizabeth Mattijsen.
1024      Branch: perl
1025            ! pod/perlfunc.pod
1026 ____________________________________________________________________________
1027 [ 17366] By: jhi                                   on 2002/06/26  18:25:51
1028         Log: Further tweaking on the Unicode s///.
1029      Branch: perl
1030            ! pp_hot.c t/op/subst.t
1031 ____________________________________________________________________________
1032 [ 17365] By: jhi                                   on 2002/06/26  18:01:09
1033         Log: Subject: Re: Another Unicode s/// buglet?
1034              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1035              Date: Wed, 26 Jun 2002 18:43:18 +0100
1036              Message-Id: <200206261743.g5QHhIC27702@crypt.compulink.co.uk>
1037      Branch: perl
1038            ! regexec.c
1039 ____________________________________________________________________________
1040 [ 17364] By: jhi                                   on 2002/06/26  15:44:57
1041         Log: Subject: Re: Another Unicode s/// buglet?
1042              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1043              Date: Wed, 26 Jun 2002 17:43:07 +0100
1044              Message-Id: <200206261643.g5QGh7519204@crypt.compulink.co.uk>
1045              
1046              (only the test cases)
1047      Branch: perl
1048            ! t/op/subst.t
1049 ____________________________________________________________________________
1050 [ 17363] By: jhi                                   on 2002/06/26  15:41:48
1051         Log: Integrate from macperl:
1052              
1053              [ 17345]
1054              Mac OS Test updates
1055              
1056              [ 17347]
1057              Support hints and OPTIMIZE in MM_MacOS
1058              
1059              [ 17348]
1060              Crank down optimization for Mac OS in Digest::MD5
1061      Branch: perl
1062           +> ext/Digest/MD5/hints/MacOS.pl
1063           !> ext/POSIX/t/taint.t lib/ExtUtils/MM_MacOS.pm
1064           !> lib/Test/Harness/t/strap-analyze.t
1065           !> lib/Test/Harness/t/test-harness.t
1066 ____________________________________________________________________________
1067 [ 17362] By: jhi                                   on 2002/06/26  15:25:45
1068         Log: Let's not leak.
1069      Branch: perl
1070            ! pp_hot.c
1071 ____________________________________________________________________________
1072 [ 17361] By: rgs                                   on 2002/06/26  15:24:24
1073         Log: Subject: [PATCH rc2] os2/Changes
1074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1075              Date: Wed, 26 Jun 2002 11:54:06 -0400
1076              Message-ID: <20020626115406.A6091@math.ohio-state.edu>
1077      Branch: perl
1078            ! os2/Changes os2/os2.c
1079 ____________________________________________________________________________
1080 [ 17360] By: rgs                                   on 2002/06/26  14:41:00
1081         Log: Subject: Re: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
1082              From: PPrymmer@factset.com
1083              Date: Wed, 26 Jun 2002 10:48:23 -0400
1084              Message-ID: <OFB1C74398.CBC80EA2-ON85256BE4.00507569@55.25.11>
1085      Branch: perl
1086            ! pod/perlport.pod
1087 ____________________________________________________________________________
1088 [ 17359] By: rgs                                   on 2002/06/26  14:38:10
1089         Log: Subject: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
1090              From: "Craig A. Berry" <craigberry@mac.com>
1091              Date: Tue, 25 Jun 2002 21:46:59 -0500
1092              Message-ID: <a05111b00b93ec39cdf8f@[172.16.52.1]>
1093      Branch: perl
1094            ! configure.com pod/perlport.pod vms/perlvms.pod
1095 ____________________________________________________________________________
1096 [ 17358] By: jhi                                   on 2002/06/26  14:37:12
1097         Log: Another Unicode s/// buglet, from SADAHIRO Tomoyuki.
1098      Branch: perl
1099            ! pp_hot.c t/op/subst.t
1100 ____________________________________________________________________________
1101 [ 17356] By: jhi                                   on 2002/06/26  12:54:51
1102         Log: Further script tweakage.
1103      Branch: perl
1104            ! Porting/testall.atom
1105 ____________________________________________________________________________
1106 [ 17355] By: rgs                                   on 2002/06/25  19:55:23
1107         Log: Subject: Re: glob [possible PATCH for perlfunc.pod] 
1108              From: "John P. Linderman" <jpl@research.att.com>
1109              Date: Tue, 25 Jun 2002 06:51:09 -0400
1110              Message-ID: <200206251051.GAA44772@raptor.research.att.com>
1111              
1112              (reformatted)
1113      Branch: perl
1114            ! pod/perlfunc.pod
1115 ____________________________________________________________________________
1116 [ 17354] By: jhi                                   on 2002/06/25  19:20:15
1117         Log: Upgrade to podlators 1.22.
1118      Branch: perl
1119            + lib/Pod/t/text.t
1120            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/man.t
1121 ____________________________________________________________________________
1122 [ 17353] By: jhi                                   on 2002/06/25  15:18:15
1123         Log: Unicode s/// buglet found by Gregor Chrupala in perl-unicode. 
1124      Branch: perl
1125            ! pp_hot.c t/op/subst.t
1126 ____________________________________________________________________________
1127 [ 17352] By: jhi                                   on 2002/06/25  13:28:33
1128         Log: Dust off the script to the new test naming.
1129      Branch: perl
1130            ! Porting/testall.atom
1131 ____________________________________________________________________________
1132 [ 17351] By: pudge                                 on 2002/06/22  21:54:43
1133         Log: Update Changes
1134      Branch: macperl
1135            + macos/Changes5.6
1136            ! macos/Changes
1137 ____________________________________________________________________________
1138 [ 17350] By: pudge                                 on 2002/06/22  20:42:37
1139         Log: Don't need this anymore
1140      Branch: macperl
1141            - macos/bundled_ext/Digest/MD5/Makefile.mk
1142 ____________________________________________________________________________
1143 [ 17349] By: pudge                                 on 2002/06/22  20:20:59
1144         Log: Fix macos Makefiles for optimization changes
1145      Branch: macperl
1146            ! macos/BuildRules.mk macos/Makefile.mk
1147 ____________________________________________________________________________
1148 [ 17348] By: pudge                                 on 2002/06/22  20:20:31
1149         Log: Crank down optimization for Mac OS in Digest::MD5
1150      Branch: macperl
1151            + ext/Digest/MD5/hints/MacOS.pl
1152 ____________________________________________________________________________
1153 [ 17347] By: pudge                                 on 2002/06/22  20:20:04
1154         Log: Support hints and OPTIMIZE in MM_MacOS
1155      Branch: macperl
1156            ! lib/ExtUtils/MM_MacOS.pm
1157 ____________________________________________________________________________
1158 [ 17346] By: pudge                                 on 2002/06/22  17:30:59
1159         Log: Misc. config/test updates in macos
1160      Branch: macperl
1161            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
1162            ! macos/bundled_ext/Digest/MD5/Makefile.mk macos/config.sh
1163 ____________________________________________________________________________
1164 [ 17345] By: pudge                                 on 2002/06/22  17:30:12
1165         Log: Mac OS Test updates
1166      Branch: macperl
1167            ! ext/POSIX/t/taint.t lib/Test/Harness/t/strap-analyze.t
1168            ! lib/Test/Harness/t/test-harness.t
1169 ____________________________________________________________________________
1170 [ 17344] By: pudge                                 on 2002/06/22  17:13:16
1171         Log: Integrate perl
1172      Branch: macperl
1173           +> ext/POSIX/t/taint.t lib/Test/Simple/t/bad_plan.t
1174           +> lib/Test/Simple/t/threads.t
1175            - lib/File/Spec/NW5.pm
1176           !> (integrate 124 files)
1177 ____________________________________________________________________________
1178 [ 17343] By: nick                                  on 2002/06/21  14:09:27
1179         Log: Integrate mainline
1180      Branch: perlio
1181           !> Changes patchlevel.h pod/perlhist.pod
1182 ____________________________________________________________________________
1183 [ 17342] By: nick                                  on 2002/06/21  13:30:07
1184         Log: Integrate mainline
1185      Branch: perlio
1186           !> (integrate 34 files)
1187 ____________________________________________________________________________
1188 [ 17341] By: jhi                                   on 2002/06/21  13:13:58
1189         Log: This is 5.8.0 RC2.
1190      Branch: perl
1191            ! patchlevel.h pod/perlhist.pod
1192 ____________________________________________________________________________
1193 [ 17340] By: jhi                                   on 2002/06/21  13:05:59
1194         Log: Update Changes.
1195      Branch: perl
1196            ! Changes patchlevel.h
1197 ____________________________________________________________________________
1198 [ 17339] By: jhi                                   on 2002/06/21  12:46:59
1199         Log: Regen stuff.
1200      Branch: perl
1201            ! Configure NetWare/config_H.wc Porting/config.sh
1202            ! Porting/config_H pod/perlmodlib.pod pod/perltoc.pod uconfig.h
1203            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
1204            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
1205            ! wince/config_H.ce
1206 ____________________________________________________________________________
1207 [ 17338] By: jhi                                   on 2002/06/21  12:34:31
1208         Log: Typos-be-gone.
1209      Branch: perl
1210            ! pod/perldelta.pod
1211 ____________________________________________________________________________
1212 [ 17337] By: jhi                                   on 2002/06/21  12:06:17
1213         Log: Slight rewording from Stas, paragraph rewrappings.
1214      Branch: perl
1215            ! pod/perliol.pod
1216 ____________________________________________________________________________
1217 [ 17336] By: jhi                                   on 2002/06/21  11:56:33
1218         Log: Integrate perlio:
1219              
1220              [ 17330]
1221              PerlIO Layer implementation future proofing.
1222              - Inspired by Nick C's suggestion add size of function table to the table
1223              as a validation check.
1224              - also optimize pseudo-layer code to avoid malloc/link of something
1225              destined to be immediately popped & freed.
1226              - Minor addition to pod/perliol.pod
1227              
1228              [ 17335]
1229              Fix bug in optimized pseudo-layers.
1230      Branch: perl
1231            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1232            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1233            ! pod/perliol.pod win32/win32io.c
1234 ____________________________________________________________________________
1235 [ 17335] By: nick                                  on 2002/06/21  08:46:57
1236         Log: Fix bug in optimized pseudo-layers.
1237      Branch: perlio
1238            ! perlio.c
1239 ____________________________________________________________________________
1240 [ 17334] By: jhi                                   on 2002/06/21  00:42:54
1241         Log: VMS: configure.com updates from Craig Berry.
1242      Branch: perl
1243            ! configure.com
1244 ____________________________________________________________________________
1245 [ 17333] By: gsar                                  on 2002/06/21  00:30:52
1246         Log: tyops
1247      Branch: perl
1248            ! pod/perlrun.pod
1249 ____________________________________________________________________________
1250 [ 17332] By: jhi                                   on 2002/06/20  20:41:20
1251         Log: Retract #17331, something broke (e.g. t/io/utf8.t became unhappy)
1252      Branch: perl
1253            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1254            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1255            ! pod/perliol.pod win32/win32io.c
1256 ____________________________________________________________________________
1257 [ 17331] By: jhi                                   on 2002/06/20  20:11:00
1258         Log: Integrate perlio:
1259              
1260              [ 17330]
1261              PerlIO Layer implementation future proofing.
1262              - Inspired by Nick C's suggestion add size of function table to the table
1263              as a validation check.
1264              - also optimize pseudo-layer code to avoid malloc/link of something
1265              destined to be immediately popped & freed.
1266              - Minor addition to pod/perliol.pod
1267      Branch: perl
1268           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1269           !> ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1270           !> pod/perliol.pod win32/win32io.c
1271 ____________________________________________________________________________
1272 [ 17330] By: nick                                  on 2002/06/20  20:04:01
1273         Log: PerlIO Layer implementation future proofing.
1274              - Inspired by Nick C's suggestion add size of function table to the table
1275              as a validation check.
1276              - also optimize pseudo-layer code to avoid malloc/link of something
1277              destined to be immediately popped & freed.
1278              - Minor addition to pod/perliol.pod
1279      Branch: perlio
1280            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1281            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1282            ! pod/perliol.pod win32/win32io.c
1283 ____________________________________________________________________________
1284 [ 17329] By: jhi                                   on 2002/06/20  18:13:31
1285         Log: AmigaOS: fork() is available but unimplemented.
1286      Branch: perl
1287            ! hints/amigaos.sh
1288 ____________________________________________________________________________
1289 [ 17328] By: jhi                                   on 2002/06/20  17:41:42
1290         Log: Integrate perlio:
1291              
1292              [ 17327]
1293              Fix segv on IO::File->open("/dev/null").
1294      Branch: perl
1295           !> doio.c perlio.c
1296 ____________________________________________________________________________
1297 [ 17327] By: nick                                  on 2002/06/20  16:54:01
1298         Log: Fix segv on IO::File->open("/dev/null").
1299      Branch: perlio
1300            ! doio.c perlio.c
1301 ____________________________________________________________________________
1302 [ 17326] By: jhi                                   on 2002/06/20  16:51:22
1303         Log: Missing from #17321.
1304      Branch: perl
1305            ! lib/Getopt/Long/CHANGES
1306 ____________________________________________________________________________
1307 [ 17325] By: jhi                                   on 2002/06/20  15:27:18
1308         Log: Subject: [PATCH]RE: mixing FATAL and non-FATAL warnings
1309              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1310              Date: Thu, 20 Jun 2002 17:14:12 +0100
1311              Message-ID: <AIEAJICLCBDNAAOLLOKLOEJAEOAA.Paul.Marquess@btinternet.com>
1312      Branch: perl
1313            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
1314            ! warnings.pl
1315 ____________________________________________________________________________
1316 [ 17324] By: jhi                                   on 2002/06/20  14:39:41
1317         Log: Subject: Re: perl v5.8.0 17303 on VMS_VAX V7.2
1318              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>   
1319              Date: Thu, 20 Jun 2002 14:51:16 +0100
1320              Message-Id: <200206201351.g5KDpGI16736@crypt.compulink.co.uk>
1321      Branch: perl
1322            ! numeric.c
1323 ____________________________________________________________________________
1324 [ 17323] By: jhi                                   on 2002/06/20  12:36:20
1325         Log: Subject: [Patch POSIX.pod] "fmod" ne "modf"
1326              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
1327              Date: Thu, 20 Jun 2002 14:28:35 +0200
1328              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCDA7@hamsem01.de.gedas.vwg>
1329      Branch: perl
1330            ! ext/POSIX/POSIX.pod
1331 ____________________________________________________________________________
1332 [ 17322] By: jhi                                   on 2002/06/20  12:29:23
1333         Log: Subject: Re: [PATCH perl.h] kill the VOIDUSED redefined warning
1334              From: Stas Bekman <stas@stason.org>
1335              Date: Thu, 20 Jun 2002 16:50:01 +0800
1336              Message-ID: <3D119739.4020901@stason.org>
1337              
1338              (mod_perl defines might define VOIDUSED)
1339      Branch: perl
1340            ! perl.h
1341 ____________________________________________________________________________
1342 [ 17321] By: jhi                                   on 2002/06/20  12:26:12
1343         Log: (Retract #17316 and) upgrade to Getopt::Long 2.32.
1344      Branch: perl
1345            ! lib/Getopt/Long.pm
1346 ____________________________________________________________________________
1347 [ 17320] By: nick                                  on 2002/06/20  06:24:29
1348         Log: Integrate mainline
1349      Branch: perlio
1350           +> lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
1351           !> MANIFEST README.irix README.win32 ext/POSIX/t/posix.t
1352           !> ext/POSIX/t/taint.t lib/ExtUtils/Changes
1353           !> lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MakeMaker.pm
1354           !> lib/ExtUtils/t/writemakefile_args.t lib/Getopt/Long.pm
1355           !> lib/Test/Builder.pm lib/Test/Harness.pm
1356           !> lib/Test/Harness/Changes lib/Test/Harness/Straps.pm
1357           !> lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
1358           !> lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
1359           !> lib/overload.pm makedef.pl pod/perldelta.pod pod/perlvar.pod
1360 ____________________________________________________________________________
1361 [ 17319] By: gsar                                  on 2002/06/20  04:51:48
1362         Log: mention Win32::GetOSName() nearabouts $^O
1363      Branch: perl
1364            ! pod/perlvar.pod
1365 ____________________________________________________________________________
1366 [ 17318] By: jhi                                   on 2002/06/20  03:51:12
1367         Log: More IRIX compiler lore.
1368      Branch: perl
1369            ! README.irix
1370 ____________________________________________________________________________
1371 [ 17317] By: gsar                                  on 2002/06/20  02:33:49
1372         Log: missing export for PerlIO_pop (used in PerlIO::Via now)
1373      Branch: perl
1374            ! makedef.pl
1375 ____________________________________________________________________________
1376 [ 17316] By: jhi                                   on 2002/06/20  00:23:35
1377         Log: (retracted by #17321) Make Getopt::Long ithread-safe.
1378      Branch: perl
1379            ! lib/Getopt/Long.pm
1380 ____________________________________________________________________________
1381 [ 17315] By: jhi                                   on 2002/06/20  00:03:56
1382         Log: Subject: [PATCH] Test::Simple/More/Builder 0.44 -> 0.45
1383              From: Michael G Schwern <schwern@pobox.com>
1384              Date: Wed, 19 Jun 2002 20:11:11 -0400
1385              Message-id: <20020620001111.GW1232@ool-18b93024.dyn.optonline.net>
1386      Branch: perl
1387            + lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
1388            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
1389            ! lib/Test/Simple.pm lib/Test/Simple/Changes
1390            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
1391 ____________________________________________________________________________
1392 [ 17314] By: jhi                                   on 2002/06/19  23:16:37
1393         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.02 -> 6.03
1394              From: Michael G Schwern <schwern@pobox.com>
1395              Date: Wed, 19 Jun 2002 20:13:16 -0400
1396              Message-id: <20020620001316.GY1232@ool-18b93024.dyn.optonline.net>
1397      Branch: perl
1398            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
1399            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/writemakefile_args.t
1400 ____________________________________________________________________________
1401 [ 17313] By: jhi                                   on 2002/06/19  23:15:41
1402         Log: Subject: [PATCH] Test::Harness 2.25 -> 2.26
1403              From: Michael G Schwern <schwern@pobox.com>
1404              Date: Wed, 19 Jun 2002 20:12:08 -0400
1405              Message-id: <20020620001208.GX1232@ool-18b93024.dyn.optonline.net>
1406      Branch: perl
1407            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1408            ! lib/Test/Harness/Straps.pm
1409 ____________________________________________________________________________
1410 [ 17312] By: jhi                                   on 2002/06/19  21:27:24
1411         Log: Integrate perlio:
1412              
1413              [ 17309]
1414              "Clean" implementation of binmode(FH)/":raw" identity.
1415              New function table entry so all layer definitions need tweaking.
1416              Extra function table entry allows a layer to remain on a binmode stack
1417              New PerlIOBase_binmode allows easy implementation of default policy.
1418      Branch: perl
1419           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
1420           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
1421           !> makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
1422 ____________________________________________________________________________
1423 [ 17311] By: jhi                                   on 2002/06/19  21:16:09
1424         Log: Subject: RE: [PATCH] POSIX taint tests
1425              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1426              Date: Wed, 19 Jun 2002 23:16:11 +0100
1427              Message-ID: <AIEAJICLCBDNAAOLLOKLGEHFEOAA.Paul.Marquess@btinternet.com>
1428      Branch: perl
1429            ! ext/POSIX/t/posix.t
1430 ____________________________________________________________________________
1431 [ 17310] By: jhi                                   on 2002/06/19  21:14:53
1432         Log: Fix for 20001101.004, at least for the memleak part.
1433      Branch: perl
1434            ! lib/overload.pm
1435 ____________________________________________________________________________
1436 [ 17309] By: nick                                  on 2002/06/19  20:50:54
1437         Log: "Clean" implementation of binmode(FH)/":raw" identity.
1438              New function table entry so all layer definitions need tweaking.
1439              Extra function table entry allows a layer to remain on a binmode stack
1440              New PerlIOBase_binmode allows easy implementation of default policy.
1441      Branch: perlio
1442            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
1443            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
1444            ! makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
1445 ____________________________________________________________________________
1446 [ 17308] By: jhi                                   on 2002/06/19  20:33:16
1447         Log: Subject: [PATCH] Re: [PATCH] POSIX taint tests
1448              From: Michael G Schwern <schwern@pobox.com>
1449              Date: Wed, 19 Jun 2002 16:51:56 -0400
1450              Message-id: <20020619205156.GH1232@ool-18b93024.dyn.optonline.net>
1451      Branch: perl
1452            ! ext/POSIX/t/posix.t ext/POSIX/t/taint.t
1453 ____________________________________________________________________________
1454 [ 17307] By: rgs                                   on 2002/06/19  20:26:24
1455         Log: Subject: Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported
1456              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1457              Date: Tue, 18 Jun 2002 15:40:08 -0700
1458              Message-ID: <Ib7D9gzkgmTG092yn@efn.org>
1459      Branch: perl
1460            ! lib/overload.pm
1461 ____________________________________________________________________________
1462 [ 17306] By: jhi                                   on 2002/06/19  18:49:06
1463         Log: Subject: Re: Mingw32: some tests fail 
1464              From: Per Einar Ellefsen <per.einar@skynet.be>
1465              Date: Wed, 19 Jun 2002 19:37:15 +0200
1466              Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be>
1467      Branch: perl
1468            ! README.win32
1469 ____________________________________________________________________________
1470 [ 17305] By: jhi                                   on 2002/06/19  17:40:29
1471         Log: Subject: [PATCH] Mention Class::Pseudohash in perldelta
1472              From: Autrijus Tang <autrijus@autrijus.org>
1473              Date: Thu, 20 Jun 2002 01:36:26 +0800
1474              Message-ID: <20020619173626.GA2650@not.autrijus.org>
1475      Branch: perl
1476            ! pod/perldelta.pod
1477 ____________________________________________________________________________
1478 [ 17304] By: nick                                  on 2002/06/19  15:57:16
1479         Log: Integrate mainline
1480      Branch: perlio
1481           +> ext/POSIX/t/taint.t
1482            - lib/File/Spec/NW5.pm
1483           !> Changes MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
1484           !> patchlevel.h pod/perltodo.pod utils/perlbug.PL
1485 ____________________________________________________________________________
1486 [ 17303] By: jhi                                   on 2002/06/19  14:06:55
1487         Log: Update Changes.
1488      Branch: perl
1489            ! Changes patchlevel.h
1490 ____________________________________________________________________________
1491 [ 17302] By: jhi                                   on 2002/06/19  14:00:35
1492         Log: #17301 was only part of the story.
1493      Branch: perl
1494            ! MANIFEST
1495 ____________________________________________________________________________
1496 [ 17301] By: jhi                                   on 2002/06/19  13:53:52
1497         Log: Make MANIFEST comply with #17297.
1498      Branch: perl
1499            ! MANIFEST
1500 ____________________________________________________________________________
1501 [ 17300] By: jhi                                   on 2002/06/19  13:37:45
1502         Log: Subject: Re: perlbug mail loop? [PATCH]
1503              From: Richard.Foley@t-online.de
1504              Date: Wed, 19 Jun 2002 15:29:37 +0200
1505              Message-ID: <17KgXO-0dYZCiC@fwd08.sul.t-online.com>
1506      Branch: perl
1507            ! utils/perlbug.PL
1508 ____________________________________________________________________________
1509 [ 17299] By: jhi                                   on 2002/06/19  13:18:42
1510         Log: opendir was missing for the list.
1511      Branch: perl
1512            ! pod/perltodo.pod
1513 ____________________________________________________________________________
1514 [ 17298] By: jhi                                   on 2002/06/19  13:01:51
1515         Log: Integrate perlio:
1516              
1517              [ 17295]
1518              Un-deprecate :raw after all - just define what it means
1519              more precisely. (Pending approval).
1520      Branch: perl
1521           !> lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
1522           !> pod/perlrun.pod
1523 ____________________________________________________________________________
1524 [ 17297] By: jhi                                   on 2002/06/19  12:33:04
1525         Log: The only difference between NW5.pm and Win32.pm was that
1526              NetWare preferred SYS:/temp over C:/temp for tmpdir().
1527      Branch: perl
1528            - lib/File/Spec/NW5.pm
1529            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
1530 ____________________________________________________________________________
1531 [ 17296] By: jhi                                   on 2002/06/19  12:20:54
1532         Log: Subject: [PATCH] POSIX taint tests
1533              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1534              Date: Wed, 19 Jun 2002 09:29:22 +0100
1535              Message-ID: <AIEAJICLCBDNAAOLLOKLMEFJEOAA.Paul.Marquess@btinternet.com>    
1536      Branch: perl
1537            + ext/POSIX/t/taint.t
1538            ! MANIFEST
1539 ____________________________________________________________________________
1540 [ 17295] By: nick                                  on 2002/06/19  12:14:32
1541         Log: Un-deprecate :raw after all - just define what it means
1542              more precisely. (Pending approval).
1543      Branch: perlio
1544            ! lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
1545            ! pod/perlrun.pod
1546 ____________________________________________________________________________
1547 [ 17294] By: nick                                  on 2002/06/19  06:09:49
1548         Log: Integrate mainline
1549      Branch: perlio
1550           !> configure.com ext/Digest/MD5/t/files.t lib/PerlIO.pm
1551           !> lib/perl5db.pl lib/utf8.pm os2/os2_base.t pod/perldelta.pod
1552           !> pod/perlfunc.pod pod/perlipc.pod pod/perlsyn.pod
1553           !> pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
1554           !> toke.c
1555 ____________________________________________________________________________
1556 [ 17293] By: jhi                                   on 2002/06/19  02:00:05
1557         Log: Subject: [PATCH os2/os2_base.t] Re: Patch 14705 botched. (was Re: os2_base test failed)
1558              From: Michael G Schwern <schwern@pobox.com>
1559              Date: Tue, 18 Jun 2002 21:31:43 -0400
1560              Message-id: <20020619013143.GF3079@ool-18b93024.dyn.optonline.net>
1561      Branch: perl
1562            ! os2/os2_base.t
1563 ____________________________________________________________________________
1564 [ 17292] By: jhi                                   on 2002/06/18  21:36:21
1565         Log: This is probably the reason for the GW failures.
1566      Branch: perl
1567            ! ext/Digest/MD5/t/files.t
1568 ____________________________________________________________________________
1569 [ 17291] By: jhi                                   on 2002/06/18  21:28:33
1570         Log: Debugger tweak from from Peter Scott.
1571      Branch: perl
1572            ! lib/perl5db.pl
1573 ____________________________________________________________________________
1574 [ 17290] By: jhi                                   on 2002/06/18  20:31:10
1575         Log: To mirror #17285.
1576      Branch: perl
1577            ! pod/perldelta.pod
1578 ____________________________________________________________________________
1579 [ 17289] By: jhi                                   on 2002/06/18  20:29:25
1580         Log: Subject: [PATCH] configure.com: build Encode sub-extensions once and only once
1581              From: "Craig A. Berry" <craigberry@mac.com>
1582              Date: Tue, 18 Jun 2002 10:34:51 -0500
1583              Message-Id: <5.1.1.5.0.20020618103102.01b643e0@exchi01>
1584      Branch: perl
1585            ! configure.com
1586 ____________________________________________________________________________
1587 [ 17288] By: jhi                                   on 2002/06/18  20:27:58
1588         Log: Tiny tweaks.
1589      Branch: perl
1590            ! lib/PerlIO.pm pod/perlfunc.pod
1591 ____________________________________________________________________________
1592 [ 17287] By: jhi                                   on 2002/06/18  20:22:56
1593         Log: Integrate perlio:
1594              
1595              [ 17280]
1596              Slight improvement to :win32 layer
1597              
1598              [ 17282]
1599              More PerlIO doc tweaks - trying to make them document what
1600              happens in current implementation while leaving way open
1601              to "fixing" things.
1602      Branch: perl
1603           !> lib/PerlIO.pm pod/perlfunc.pod win32/win32io.c
1604 ____________________________________________________________________________
1605 [ 17286] By: jhi                                   on 2002/06/18  20:19:25
1606         Log: Document the "Unicode in package/sub names" problem;
1607              a microfix in toke.c towards the final goal (the fix
1608              removes the need to have quotes around Unicode package
1609              names when calling a method on them)
1610      Branch: perl
1611            ! lib/utf8.pm pod/perldelta.pod pod/perltodo.pod
1612            ! pod/perlunicode.pod pod/perluniintro.pod toke.c
1613 ____________________________________________________________________________
1614 [ 17285] By: rgs                                   on 2002/06/18  19:03:52
1615         Log: Further clarification about safe pipe opens.
1616      Branch: perl
1617            ! pod/perlipc.pod
1618 ____________________________________________________________________________
1619 [ 17284] By: rgs                                   on 2002/06/18  18:42:49
1620         Log: perlsyn.pod tweak suggested by Larry.
1621      Branch: perl
1622            ! pod/perlsyn.pod
1623 ____________________________________________________________________________
1624 [ 17283] By: rgs                                   on 2002/06/18  18:25:53
1625         Log: Subject: [DOC PATCH] perlsyn
1626              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1627              Date: Tue, 18 Jun 2002 13:37:30 +0200
1628              Message-ID: <4.2.0.58.20020618133610.01956d30@mickey.dijkmat.nl>
1629              
1630              Subject: Re: [DOC PATCH] perlsyn (2)
1631              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1632              Date: Tue, 18 Jun 2002 15:08:17 +0200
1633              Message-ID: <4.2.0.58.20020618150341.01798100@mickey.dijkmat.nl>
1634              
1635              (Plus tweak by Ronald J Kimball)
1636      Branch: perl
1637            ! pod/perlsyn.pod
1638 ____________________________________________________________________________
1639 [ 17282] By: nick                                  on 2002/06/18  09:14:25
1640         Log: More PerlIO doc tweaks - trying to make them document what
1641              happens in current implementation while leaving way open
1642              to "fixing" things.
1643      Branch: perlio
1644            ! lib/PerlIO.pm pod/perlfunc.pod
1645 ____________________________________________________________________________
1646 [ 17281] By: nick                                  on 2002/06/18  09:12:59
1647         Log: Integrate mainline
1648      Branch: perlio
1649           !> Changes Configure config_h.SH installperl patchlevel.h
1650           !> pod/perldelta.pod pod/perlipc.pod
1651 ____________________________________________________________________________
1652 [ 17280] By: nick                                  on 2002/06/18  07:03:08
1653         Log: Slight improvement to :win32 layer
1654      Branch: perlio
1655            ! win32/win32io.c
1656 ____________________________________________________________________________
1657 [ 17279] By: jhi                                   on 2002/06/18  03:10:42
1658         Log: Do not install XS::{APItest,Typemap}
1659      Branch: perl
1660            ! installperl
1661 ____________________________________________________________________________
1662 [ 17278] By: jhi                                   on 2002/06/18  02:46:43
1663         Log: Subject: Re: Do we want XS::APItest installed?
1664              From: Andy Dougherty <doughera@lafayette.edu>
1665              Date: Mon, 17 Jun 2002 16:59:52 -0400 (EDT)
1666              Message-ID: <Pine.SOL.4.10.10206171658290.12935-100000@maxwell.phys.lafayette.edu>
1667              
1668              (rats, forgot to submit the metaconfig change separately)
1669      Branch: metaconfig/U/perl
1670            ! Extensions.U
1671      Branch: perl
1672            ! Configure config_h.SH
1673 ____________________________________________________________________________
1674 [ 17277] By: jhi                                   on 2002/06/18  02:31:26
1675         Log: "Borrow" Rafael's multiarg open descripion to perldelta,
1676              shuffle the highlights a bit (can't believe the perlio
1677              mention was missing)
1678      Branch: perl
1679            ! pod/perldelta.pod
1680 ____________________________________________________________________________
1681 [ 17276] By: rgs                                   on 2002/06/17  22:46:28
1682         Log: Document the '-|' open form in perlipc.pod
1683      Branch: perl
1684            ! pod/perlipc.pod
1685 ____________________________________________________________________________
1686 [ 17275] By: gsar                                  on 2002/06/17  19:20:06
1687         Log: avoid AUTOLOAD() clobbering $!
1688      Branch: maint-5.6/perl
1689            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
1690            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
1691            ! ext/Socket/Socket.pm ext/Sys/Syslog/Syslog.pm
1692            ! lib/AutoLoader.pm utils/h2xs.PL
1693 ____________________________________________________________________________
1694 [ 17274] By: nick                                  on 2002/06/17  14:50:35
1695         Log: Integrate mainline
1696      Branch: perlio
1697           !> README.vms lib/File/Basename.pm lib/PerlIO.pm lib/open.pm
1698           !> pod/perlfunc.pod pod/perlrun.pod
1699 ____________________________________________________________________________
1700 [ 17273] By: jhi                                   on 2002/06/17  14:34:17
1701         Log: Update Changes.
1702      Branch: perl
1703            ! Changes patchlevel.h
1704 ____________________________________________________________________________
1705 [ 17272] By: jhi                                   on 2002/06/17  14:21:55
1706         Log: :bytes is not the inverse of :crlf, either (from NI-S) 
1707      Branch: perl
1708            ! lib/PerlIO.pm
1709 ____________________________________________________________________________
1710 [ 17271] By: jhi                                   on 2002/06/17  13:56:33
1711         Log: Further discouraging of :raw.
1712      Branch: perl
1713            ! lib/PerlIO.pm lib/open.pm pod/perlfunc.pod pod/perlrun.pod
1714 ____________________________________________________________________________
1715 [ 17270] By: jhi                                   on 2002/06/17  13:27:35
1716         Log: Integrate perlio:
1717              
1718              [ 17267]
1719              Handle IO error in "slow gets"
1720      Branch: perl
1721           !> sv.c
1722 ____________________________________________________________________________
1723 [ 17269] By: jhi                                   on 2002/06/17  12:49:06
1724         Log: Subject: [PATCH File/Basename.pm] use of undef var
1725              From: Stas Bekman <stas@stason.org>
1726              Date: Mon, 17 Jun 2002 16:31:48 +0800
1727              Message-ID: <3D0D9E74.7000908@stason.org>
1728              
1729              (modified)
1730      Branch: perl
1731            ! lib/File/Basename.pm
1732 ____________________________________________________________________________
1733 [ 17268] By: jhi                                   on 2002/06/17  12:45:10
1734         Log: Subject: [PATCH] README.vms -- updated testing instructions
1735              From: "Craig A. Berry" <craigberry@mac.com>
1736              Date: Mon, 17 Jun 2002 00:31:18 -0500
1737              Message-Id: <a05111b1cb9332326226f@[172.16.52.1]>
1738      Branch: perl
1739            ! README.vms
1740 ____________________________________________________________________________
1741 [ 17267] By: nick                                  on 2002/06/17  12:41:49
1742         Log: Handle IO error in "slow gets"
1743      Branch: perlio
1744            ! sv.c
1745 ____________________________________________________________________________
1746 [ 17266] By: nick                                  on 2002/06/17  07:05:20
1747         Log: Integrate mainline
1748      Branch: perlio
1749           !> autodoc.pl embed.pl lib/perl5db.pl pod/perldebtut.pod
1750           !> pod/perldebug.pod pod/perldelta.pod
1751 ____________________________________________________________________________
1752 [ 17265] By: jhi                                   on 2002/06/17  00:53:49
1753         Log: Subject: Re: [ID 20020614.027] Bad Debugger mojo in RC1
1754              From: Peter Scott <Peter@PSDT.com>
1755              Date: Sun, 16 Jun 2002 18:31:31 -0700
1756              Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com>  
1757              
1758              @file -> source file
1759      Branch: perl
1760            ! lib/perl5db.pl pod/perldebtut.pod pod/perldebug.pod
1761 ____________________________________________________________________________
1762 [ 17264] By: jhi                                   on 2002/06/17  00:47:43
1763         Log: Missing hunk from #15363.
1764      Branch: perl
1765            ! lib/perl5db.pl
1766 ____________________________________________________________________________
1767 [ 17263] By: jhi                                   on 2002/06/17  00:36:26
1768         Log: Advertise MakeMaker.
1769      Branch: perl
1770            ! pod/perldelta.pod
1771 ____________________________________________________________________________
1772 [ 17262] By: jhi                                   on 2002/06/16  23:16:18
1773         Log: Subject: Re: [ID 20020212.002] locale test fails for *ISO8859-15 on freebsd 4.5 
1774              From: parv <parv@pair.com>
1775              Date: Sun, 16 Jun 2002 20:12:24 -0400
1776              Message-ID: <20020617001224.GC466@moo.holy.cow>
1777      Branch: perl
1778            ! pod/perldelta.pod
1779 ____________________________________________________________________________
1780 [ 17261] By: ams                                   on 2002/06/16  21:40:47
1781         Log: Subject: PATCH: correct confusing lie in {embed,autodoc}.pl
1782              From: Robin Houston <robin@kitsite.com>
1783              Date: Sun, 16 Jun 2002 23:33:50 +0100
1784              Message-Id: <20020616233350.A9675@robin.kitsite.com>
1785      Branch: perl
1786            ! autodoc.pl embed.pl
1787 ____________________________________________________________________________
1788 [ 17260] By: jhi                                   on 2002/06/16  17:06:31
1789         Log: Deprecate (or at least discourage) :raw.
1790      Branch: perl
1791            ! pod/perldelta.pod
1792 ____________________________________________________________________________
1793 [ 17259] By: jhi                                   on 2002/06/16  16:54:28
1794         Log: Integrate perlio:
1795              
1796              [ 17258]
1797              Last minute tinkering with PerlIO abstraction API.
1798              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
1799              const char *mode.
1800              - Other 'flags' field changed to U32
1801              - Discouraging words written about ":raw".
1802      Branch: perl
1803           !> perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
1804 ____________________________________________________________________________
1805 [ 17258] By: nick                                  on 2002/06/16  16:38:59
1806         Log: Last minute tinkering with PerlIO abstraction API.
1807              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
1808              const char *mode.
1809              - Other 'flags' field changed to U32
1810              - Discouraging words written about ":raw".
1811      Branch: perlio
1812            ! perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
1813 ____________________________________________________________________________
1814 [ 17257] By: nick                                  on 2002/06/16  15:16:46
1815         Log: Integrate mainline
1816      Branch: perlio
1817           !> (integrate 32 files)
1818 ____________________________________________________________________________
1819 [ 17256] By: ams                                   on 2002/06/16  09:00:51
1820         Log: Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02
1821              From: Michael G Schwern <schwern@pobox.com>
1822              Date: Sun, 16 Jun 2002 03:49:27 -0400
1823              Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net>
1824              
1825              Subject: [PATCH] Test::Harness 2.24 -> 2.25
1826              From: Michael G Schwern <schwern@pobox.com>
1827              Date: Sun, 16 Jun 2002 03:58:40 -0400
1828              Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net>
1829      Branch: perl
1830            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
1831            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_MacOS.pm
1832            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1833            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
1834            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/writemakefile_args.t
1835            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1836            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
1837            ! lib/Test/Harness/t/strap-analyze.t
1838            ! lib/Test/Harness/t/test-harness.t
1839            ! t/lib/MakeMaker/Test/Utils.pm
1840 ____________________________________________________________________________
1841 [ 17255] By: jhi                                   on 2002/06/16  03:29:09
1842         Log: Subject: [PATCH] pp.c:pp_pow() -- quit when you're done
1843              From: "Craig A. Berry" <craigberry@mac.com>
1844              Date: Sat, 15 Jun 2002 18:56:12 -0500
1845              Message-Id: <a05111b15b93181a27d6d@[172.16.52.1]>
1846      Branch: perl
1847            ! pp.c
1848 ____________________________________________________________________________
1849 [ 17254] By: jhi                                   on 2002/06/15  20:09:47
1850         Log: Collect the known AmigaOS wisdom.
1851      Branch: perl
1852            ! README.amiga hints/amigaos.sh
1853 ____________________________________________________________________________
1854 [ 17253] By: jhi                                   on 2002/06/15  18:08:06
1855         Log: Subject: [PATCH] README.vms, Multinet fix update
1856              From: "Craig A. Berry" <craigberry@mac.com>
1857              Date: Sat, 15 Jun 2002 14:02:50 -0500
1858              Message-Id: <a05111b12b9313d818599@[172.16.52.1]>
1859      Branch: perl
1860            ! README.vms
1861 ____________________________________________________________________________
1862 [ 17252] By: jhi                                   on 2002/06/15  17:22:56
1863         Log: Regenerate Changes; most importantly automassage the
1864              "Integrate perlio" entries to be more informative.
1865      Branch: perl
1866            ! Changes
1867 ____________________________________________________________________________
1868 [ 17251] By: jhi                                   on 2002/06/15  15:39:09
1869         Log: Spurious empty statements.
1870      Branch: perl
1871            ! op.c perl.c perlio.c sv.c
1872 ____________________________________________________________________________
1873 [ 17250] By: jhi                                   on 2002/06/15  15:34:51
1874         Log: Possible cure for
1875              
1876              Subject: Re: Thread bug in 5.8RC1 Win32
1877              From: Alessandro Forghieri <alf@orion.it>
1878              Date: Sat, 15 Jun 2002 12:56:35 +0200
1879              Message-ID: <20020615125635.A25110@alpha.orion.it>
1880      Branch: perl
1881            ! perl.c
1882 ____________________________________________________________________________
1883 [ 17249] By: jhi                                   on 2002/06/14  23:14:44
1884         Log: findrfuncs: small tweaks.
1885      Branch: perl
1886            ! Porting/findrfuncs
1887 ____________________________________________________________________________
1888 [ 17248] By: jhi                                   on 2002/06/14  22:34:27
1889         Log: Group the debugger changes in one place.
1890      Branch: perl
1891            ! pod/perldelta.pod
1892 ____________________________________________________________________________
1893 [ 17247] By: jhi                                   on 2002/06/14  19:26:15
1894         Log: Detypo.
1895      Branch: perl
1896            ! pod/perlfunc.pod
1897 ____________________________________________________________________________
1898 [ 17246] By: jhi                                   on 2002/06/14  19:18:44
1899         Log: Plug potential confusion.
1900      Branch: perl
1901            ! pod/perldelta.pod
1902 ____________________________________________________________________________
1903 [ 17245] By: jhi                                   on 2002/06/14  19:13:16
1904         Log: Attribute::Handlers has been adopted by Arthur.
1905      Branch: perl
1906            ! pod/perldelta.pod
1907 ____________________________________________________________________________
1908 [ 17244] By: jhi                                   on 2002/06/14  19:04:53
1909         Log: README.irix update.
1910      Branch: perl
1911            ! README.irix
1912 ____________________________________________________________________________
1913 [ 17243] By: jhi                                   on 2002/06/14  19:00:08
1914         Log: README.tru64 update.
1915      Branch: perl
1916            ! README.tru64
1917 ____________________________________________________________________________
1918 [ 17242] By: jhi                                   on 2002/06/14  18:48:33
1919         Log: Not that urgent a fix since inside #if 0, but still...
1920      Branch: perl
1921            ! perlsfio.h
1922 ____________________________________________________________________________
1923 [ 17241] By: nick                                  on 2002/06/14  17:15:38
1924         Log: Integrate mainline
1925      Branch: perlio
1926           !> Changes Configure NetWare/config.wc NetWare/config_H.wc
1927           !> Porting/Glossary Porting/config.sh Porting/config_H
1928           !> config_h.SH ext/Socket/socketpair.t lib/ExtUtils/t/Constant.t
1929           !> lib/Pod/t/basic.t lib/Term/Cap.t patchlevel.h
1930           !> pod/perldelta.pod pod/perltoc.pod pp_sys.c
1931 ____________________________________________________________________________
1932 [ 17240] By: jhi                                   on 2002/06/14  14:25:38
1933         Log: OS/2 status from John Poltorak.
1934      Branch: perl
1935            ! pod/perldelta.pod
1936 ____________________________________________________________________________
1937 [ 17239] By: jhi                                   on 2002/06/14  14:05:37
1938         Log: Regen Configure; regen perltoc.
1939      Branch: perl
1940            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1941            ! config_h.SH pod/perltoc.pod
1942 ____________________________________________________________________________
1943 [ 17238] By: jhi                                   on 2002/06/14  13:40:23
1944         Log: Update Changes.
1945      Branch: perl
1946            ! Changes patchlevel.h
1947 ____________________________________________________________________________
1948 [ 17237] By: jhi                                   on 2002/06/14  13:32:22
1949         Log: NetWare diff for XS::APItest.
1950      Branch: perl
1951            ! NetWare/config.wc NetWare/config_H.wc
1952 ____________________________________________________________________________
1953 [ 17236] By: jhi                                   on 2002/06/14  11:16:57
1954         Log: Subject: [PATCH] Constant.t for EBCDIC platforms       
1955              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
1956              Date: Fri, 14 Jun 2002 10:39:54 +0200
1957              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A438@madrid14.mad.fsc.net> 
1958      Branch: perl
1959            ! lib/ExtUtils/t/Constant.t
1960 ____________________________________________________________________________
1961 [ 17235] By: jhi                                   on 2002/06/14  11:09:07
1962         Log: Subject: [PATCH] getpwent() & POSIX-BC/BS2000 problem
1963              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
1964              Date: Fri, 14 Jun 2002 10:07:28 +0200
1965              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3D8@madrid14.mad.fsc.net>
1966      Branch: perl
1967            ! pp_sys.c
1968 ____________________________________________________________________________
1969 [ 17234] By: jhi                                   on 2002/06/14  11:08:34
1970         Log: Subject: [PATCH] basic.t for EBCDIC platforms
1971              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
1972              Date: Fri, 14 Jun 2002 09:58:49 +0200
1973              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3BF@madrid14.mad.fsc.net>
1974      Branch: perl
1975            ! lib/Pod/t/basic.t
1976 ____________________________________________________________________________
1977 [ 17233] By: jhi                                   on 2002/06/14  11:07:23
1978         Log: Subject: [PATCH] Cap.t for EBCDIC platforms
1979              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
1980              Date: Fri, 14 Jun 2002 09:53:36 +0200
1981              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3B1@madrid14.mad.fsc.net>       
1982              (why this has been working in z/OS?)
1983      Branch: perl
1984            ! lib/Term/Cap.t
1985 ____________________________________________________________________________
1986 [ 17232] By: jhi                                   on 2002/06/14  10:58:01
1987         Log: Mention Solaris x86 use64bitint troubles.
1988      Branch: perl
1989            ! pod/perldelta.pod
1990 ____________________________________________________________________________
1991 [ 17231] By: jhi                                   on 2002/06/14  10:45:16
1992         Log: All UNICOS test failures should be gone now.
1993      Branch: perl
1994            ! pod/perldelta.pod
1995 ____________________________________________________________________________
1996 [ 17230] By: jhi                                   on 2002/06/14  10:39:04
1997         Log: UNICOS and UNICOS/mk are broken only on one test.
1998      Branch: perl
1999            ! ext/Socket/socketpair.t
2000 ____________________________________________________________________________
2001 [ 17229] By: nick                                  on 2002/06/14  08:36:40
2002         Log: Integrate mainline
2003      Branch: perlio
2004           !> (integrate 32 files)
2005 ____________________________________________________________________________
2006 [ 17228] By: jhi                                   on 2002/06/14  01:36:12
2007         Log: Upgrade to Switch 2.09 (the debugging statement
2008              was already removed in blead)
2009      Branch: perl
2010            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
2011 ____________________________________________________________________________
2012 [ 17227] By: ams                                   on 2002/06/14  00:39:15
2013         Log: Subject: [PATCH perl@17206] assorted help for older VMS systems
2014              From: "Craig A. Berry" <craigberry@mac.com>
2015              Date: Thu, 13 Jun 2002 19:55:25 -0500
2016              Message-Id: <a05111b05b92ec91d165b@[172.16.52.1]>
2017      Branch: perl
2018            ! configure.com pod/perldelta.pod pp_pack.c vms/vms.c
2019 ____________________________________________________________________________
2020 [ 17226] By: jhi                                   on 2002/06/13  22:07:24
2021         Log: Thread doc tweaks.
2022      Branch: perl
2023            ! ext/threads/shared/shared.pm ext/threads/threads.pm
2024            ! pod/perlthrtut.pod
2025 ____________________________________________________________________________
2026 [ 17225] By: jhi                                   on 2002/06/13  21:59:07
2027         Log: Don't assume too much about how print will scale
2028              your fp numbers; be explicit and use printf instead--
2029              the assumption broke in UNICOS (from Mark Lutz)
2030              (Use %.0f instead of %d because in 32-bit systems
2031              the %d may end producing -1 or something else odd.)
2032      Branch: perl
2033            ! t/lib/warnings/toke
2034 ____________________________________________________________________________
2035 [ 17224] By: jhi                                   on 2002/06/13  19:22:12
2036         Log: Tell what version of PDL will be fine with 5.8.0,
2037              according to TimJ.
2038      Branch: perl
2039            ! pod/perldelta.pod
2040 ____________________________________________________________________________
2041 [ 17223] By: jhi                                   on 2002/06/13  16:44:12
2042         Log: Subject: test failure: lib/ExtUtils/t/Installed.t
2043              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2044              Date: Thu, 13 Jun 2002 15:44:24 +0100
2045              Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk>
2046      Branch: perl
2047            ! lib/ExtUtils/t/Installed.t
2048 ____________________________________________________________________________
2049 [ 17222] By: jhi                                   on 2002/06/13  16:39:35
2050         Log: Subject: Re: linux + usemorebits: gcc error?
2051              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2052              Date: Thu, 13 Jun 2002 15:03:28 +0100
2053              Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk>
2054              
2055              (go U32 based on NI-S since it's a flags field)
2056      Branch: perl
2057            ! perliol.h
2058 ____________________________________________________________________________
2059 [ 17221] By: jhi                                   on 2002/06/13  13:55:08
2060         Log: Document the tied/magical/shared array/hash non-autovivifying bug.
2061      Branch: perl
2062            ! ext/threads/shared/shared.pm pod/perldelta.pod
2063 ____________________________________________________________________________
2064 [ 17220] By: jhi                                   on 2002/06/13  12:51:14
2065         Log: Also perlsub needs to be slightly more upbeat about attributes. 
2066      Branch: perl
2067            ! pod/perlsub.pod
2068 ____________________________________________________________________________
2069 [ 17219] By: jhi                                   on 2002/06/13  12:40:36
2070         Log: One more pass on the TYPE/ATTRS issues.
2071      Branch: perl
2072            ! lib/attributes.pm pod/perlfunc.pod
2073 ____________________________________________________________________________
2074 [ 17218] By: jhi                                   on 2002/06/13  12:24:53
2075         Log: Subject: Re: [ PATCH ] AIX 5 + 17206
2076              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2077              Date: Thu, 13 Jun 2002 09:18:27 +0200
2078              Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl>
2079      Branch: perl
2080            ! hints/aix.sh
2081 ____________________________________________________________________________
2082 [ 17217] By: jhi                                   on 2002/06/13  12:24:22
2083         Log: Subject: [ PATCH ] mymalloc on HP-UX
2084              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2085              Date: Thu, 13 Jun 2002 09:58:30 +0200
2086              Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl>
2087      Branch: perl
2088            ! hints/hpux.sh
2089 ____________________________________________________________________________
2090 [ 17216] By: ams                                   on 2002/06/13  10:08:38
2091         Log: <pudge> crab, can you integrate 17215 ?
2092      Branch: perl
2093           !> ext/XS/APItest/t/printf.t
2094 ____________________________________________________________________________
2095 [ 17215] By: pudge                                 on 2002/06/13  09:51:36
2096         Log: Building XS::APItest as shared lib
2097      Branch: macperl
2098            ! ext/XS/APItest/t/printf.t
2099 ____________________________________________________________________________
2100 [ 17214] By: pudge                                 on 2002/06/13  09:50:25
2101         Log: Update tests, makefile, config
2102      Branch: macperl
2103            ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
2104 ____________________________________________________________________________
2105 [ 17213] By: pudge                                 on 2002/06/13  09:49:11
2106         Log: Integrate perl
2107      Branch: macperl
2108           +> README.freebsd README.irix ext/IO/hints/sco.pl
2109           +> ext/Thread/README.threads ext/XS/APItest/APItest.pm
2110           +> ext/XS/APItest/APItest.xs ext/XS/APItest/MANIFEST
2111           +> ext/XS/APItest/Makefile.PL ext/XS/APItest/README
2112           +> ext/XS/APItest/t/printf.t lib/Math/BigInt/t/upgradef.t
2113           +> lib/Net/Ping/Changes
2114            - README.threads lib/Net/Ping/CHANGES
2115            ! NetWare/bat/SetCodeWar.bat
2116           !> (integrate 168 files)
2117 ____________________________________________________________________________
2118 [ 17212] By: ams                                   on 2002/06/13  09:29:13
2119         Log: Subject: [PATCH] APItest.xs OUTPUT (was: perl@17206)
2120              From: Chris Nandor <pudge@pobox.com>
2121              Date: Thu, 13 Jun 2002 00:16:26 -0400
2122              Message-Id: <pudge-95528D.00162613062002@onion.valueclick.com>
2123      Branch: perl
2124            ! ext/XS/APItest/APItest.xs
2125 ____________________________________________________________________________
2126 [ 17211] By: jhi                                   on 2002/06/12  23:05:29
2127         Log: Subject: [PATCH: perl@17206] add skipping of threads and threads::shared on default builds
2128              From: PPrymmer@factset.com
2129              Date: Wed, 12 Jun 2002 18:58:50 -0400
2130              Message-ID: <OF3EE94CDE.1E9C1D28-ON85256BD6.007CC091@55.25.11>
2131      Branch: perl
2132            ! utils/perlivp.PL
2133 ____________________________________________________________________________
2134 [ 17210] By: jhi                                   on 2002/06/12  22:57:47
2135         Log: The scalar behaviour of sort is undefined.
2136      Branch: perl
2137            ! pod/perlfunc.pod
2138 ____________________________________________________________________________
2139 [ 17209] By: jhi                                   on 2002/06/12  22:56:24
2140         Log: Mention I/O layers in perlopentut.
2141      Branch: perl
2142            ! pod/perlopentut.pod
2143 ____________________________________________________________________________
2144 [ 17208] By: jhi                                   on 2002/06/12  22:36:15
2145         Log: Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).
2146      Branch: perl
2147            ! lib/attributes.pm pod/perlfunc.pod
2148 ____________________________________________________________________________
2149 [ 17207] By: jhi                                   on 2002/06/12  14:15:32
2150         Log: As noticed by Philip Newton, XS::APItest is not meant to be installed.
2151      Branch: perl
2152            ! ext/XS/APItest/README
2153 ____________________________________________________________________________
2154 [ 17206] By: jhi                                   on 2002/06/12  13:25:30
2155         Log: Update Changes.
2156      Branch: perl
2157            ! Changes patchlevel.h
2158 ____________________________________________________________________________
2159 [ 17205] By: jhi                                   on 2002/06/12  13:16:32
2160         Log: Regen toc.
2161      Branch: perl
2162            ! pod/perltoc.pod
2163 ____________________________________________________________________________
2164 [ 17204] By: jhi                                   on 2002/06/12  13:05:28
2165         Log: This should be gone now.
2166      Branch: perl
2167            ! INSTALL
2168 ____________________________________________________________________________
2169 [ 17203] By: jhi                                   on 2002/06/12  12:58:54
2170         Log: NetWare doc tweak.
2171      Branch: perl
2172            ! README.netware
2173 ____________________________________________________________________________
2174 [ 17202] By: jhi                                   on 2002/06/12  12:33:33
2175         Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. 
2176              From: Abigail <abigail@foad.org>
2177              Date: Wed, 12 Jun 2002 02:46:01 -0700
2178              Message-ID: <20020612024601.A8524@ucan.foad.org>
2179      Branch: perl
2180            ! pod/perlfunc.pod
2181 ____________________________________________________________________________
2182 [ 17201] By: jhi                                   on 2002/06/12  12:31:19
2183         Log: Subject: [PATCH] Re: linux + usemorebits: gcc error?
2184              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
2185              Date: Wed, 12 Jun 2002 13:50:59 +0200
2186              Message-ID: <3D0735A3.4020701@hexaflux.com>
2187      Branch: perl
2188            ! ext/Time/HiRes/HiRes.xs
2189 ____________________________________________________________________________
2190 [ 17200] By: jhi                                   on 2002/06/12  12:17:02
2191         Log: Synchronize config.bc and config_H.bc; add SCNfldbl;
2192              go back to disabling long doubles from MinGW because
2193              MSVCRT doesn't do long double printfing even when gcc
2194              would know how to handle them.
2195      Branch: perl
2196            ! win32/config.bc win32/config_H.bc win32/config_H.gc
2197 ____________________________________________________________________________
2198 [ 17199] By: nick                                  on 2002/06/12  11:13:16
2199         Log: Integrate mainline
2200      Branch: perlio
2201           !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c
2202           !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod
2203           !> win32/config_H.bc win32/config_H.gc
2204 ____________________________________________________________________________
2205 [ 17198] By: jhi                                   on 2002/06/12  03:01:37
2206         Log: Subject: [PATCH @17190] configure.com: join the sPRI... party
2207              From: "Craig A. Berry" <craigberry@mac.com>
2208              Date: Tue, 11 Jun 2002 22:44:31 -0500
2209              Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>
2210      Branch: perl
2211            ! configure.com
2212 ____________________________________________________________________________
2213 [ 17197] By: jhi                                   on 2002/06/12  01:52:32
2214         Log: Test relying on undefined behaviour of atan2(0, 0)
2215              (valiantly debugged by Mark Lutz).
2216      Branch: perl
2217            ! lib/Math/Trig.t
2218 ____________________________________________________________________________
2219 [ 17196] By: jhi                                   on 2002/06/12  01:41:05
2220         Log: Regen perlmodlib.
2221      Branch: perl
2222            ! pod/perlmodlib.pod
2223 ____________________________________________________________________________
2224 [ 17195] By: jhi                                   on 2002/06/12  01:39:18
2225         Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno
2226              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2227              Date: Tue, 11 Jun 2002 15:12:15 -0700
2228              Message-ID: </WnB9gzkgC5S092yn@efn.org>
2229      Branch: perl
2230            ! pod/perlmodlib.PL
2231 ____________________________________________________________________________
2232 [ 17194] By: jhi                                   on 2002/06/12  01:35:57
2233         Log: Subject: [PATCH] Re: RC1 on Playstation2
2234              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2235              Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST)
2236              Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>
2237      Branch: perl
2238            ! perl.c
2239 ____________________________________________________________________________
2240 [ 17193] By: jhi                                   on 2002/06/11  19:57:23
2241         Log: Not that I know anything about Windows compilers
2242              but Google leads me into believing that while Borland and
2243              GCC support the ANSI way of printing long doubles (%L),
2244              Visual C really doesn't support printing them.
2245      Branch: perl
2246            ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc
2247 ____________________________________________________________________________
2248 [ 17192] By: rgs                                   on 2002/06/11  19:00:37
2249         Log: Fix a cut-n-paste error.
2250      Branch: perl
2251            ! pod/perldiag.pod
2252 ____________________________________________________________________________
2253 [ 17191] By: nick                                  on 2002/06/11  16:07:14
2254         Log: Integrate mainline
2255      Branch: perlio
2256           !> Changes INSTALL ext/XS/APItest/APItest.pm
2257           !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t
2258           !> patchlevel.h
2259 ____________________________________________________________________________
2260 [ 17190] By: jhi                                   on 2002/06/11  14:09:14
2261         Log: Update Changes.
2262      Branch: perl
2263            ! Changes patchlevel.h
2264 ____________________________________________________________________________
2265 [ 17189] By: jhi                                   on 2002/06/11  13:55:12
2266         Log: Trying to printf Perl-specific datatypes using printf
2267              (with perlio or stdio) is folly, says Hugo.
2268      Branch: perl
2269            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2270            ! ext/XS/APItest/t/printf.t
2271 ____________________________________________________________________________
2272 [ 17188] By: jhi                                   on 2002/06/11  13:54:31
2273         Log: Be more specific.
2274      Branch: perl
2275            ! INSTALL
2276 ____________________________________________________________________________
2277 [ 17187] By: jhi                                   on 2002/06/11  13:03:13
2278         Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits
2279              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>      
2280              Date: Tue, 11 Jun 2002 12:21:01 +0200
2281              Message-ID: <3D05CF0D.9060409@hexaflux.com>    
2282      Branch: perl
2283            ! INSTALL
2284 ____________________________________________________________________________
2285 [ 17186] By: nick                                  on 2002/06/11  10:44:04
2286         Log: Integrate mainline
2287      Branch: perlio
2288           +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2289           +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
2290           +> ext/XS/APItest/README ext/XS/APItest/t/printf.t
2291           +> lib/Math/BigInt/t/upgradef.t
2292           !> MANIFEST NetWare/Makefile Porting/repository.pod
2293           !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2294           !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
2295           !> ext/Storable/t/malice.t lib/Math/BigFloat.pm
2296           !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
2297           !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigintpm.inc
2298           !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t
2299           !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod
2300           !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod
2301           !> win32/Makefile
2302 ____________________________________________________________________________
2303 [ 17185] By: gsar                                  on 2002/06/11  05:02:43
2304         Log: sanity-check the windows section in perldelta and add some missing
2305              entries
2306      Branch: perl
2307            ! pod/perldelta.pod
2308 ____________________________________________________________________________
2309 [ 17184] By: jhi                                   on 2002/06/11  03:45:44
2310         Log: Obviously time to get some sleep.
2311      Branch: perl
2312            ! ext/XS/APItest/t/printf.t
2313 ____________________________________________________________________________
2314 [ 17183] By: jhi                                   on 2002/06/11  03:41:35
2315         Log: #17179 wasn't quite right.
2316      Branch: perl
2317            ! ext/XS/APItest/t/printf.t
2318 ____________________________________________________________________________
2319 [ 17182] By: gsar                                  on 2002/06/11  03:27:41
2320         Log: fix outdated info about how the patches in the APC are generated;
2321              mention the perlbrowse repository gateway; add a pointer to
2322              perlhack.pod in repository.pod
2323      Branch: perl
2324            ! Porting/repository.pod pod/perlhack.pod
2325 ____________________________________________________________________________
2326 [ 17181] By: jhi                                   on 2002/06/11  03:27:24
2327         Log: Subject: Detype locale.c comment
2328              From: Philip Newton <Philip.Newton@gmx.net>
2329              Date: Tue, 11 Jun 2002 06:28:08 +0200
2330              Message-ID: <b0vagu8197d5jn2c5pt8al97loreugl9e5@4ax.com>
2331      Branch: perl
2332            ! locale.c
2333 ____________________________________________________________________________
2334 [ 17180] By: jhi                                   on 2002/06/11  03:21:53
2335         Log: Make UTF-8 locales effective only if PerlIO has been
2336              defined (ignore UTF-8 locales silently if no PerlIO).
2337      Branch: perl
2338            ! locale.c pod/perldelta.pod pod/perluniintro.pod
2339 ____________________________________________________________________________
2340 [ 17179] By: jhi                                   on 2002/06/11  02:53:34
2341         Log: Can't printf Perl specific datatypes without perlio
2342              (in other words, stdio doesn't do the %V...)
2343      Branch: perl
2344            ! ext/XS/APItest/t/printf.t
2345 ____________________________________________________________________________
2346 [ 17178] By: jhi                                   on 2002/06/11  01:54:05
2347         Log: Document XS::APItest.
2348      Branch: perl
2349            ! pod/perldelta.pod
2350 ____________________________________________________________________________
2351 [ 17177] By: jhi                                   on 2002/06/11  01:49:38
2352         Log: Add XS::APItest to Win32/DJGPP/NetWare.
2353      Branch: perl
2354            ! NetWare/Makefile djgpp/config.over win32/Makefile
2355 ____________________________________________________________________________
2356 [ 17176] By: jhi                                   on 2002/06/11  01:37:39
2357         Log: Add XS::APItest 0.01 from Tim Jenness.
2358              
2359              The perl.h change is needed by non-gcc (non-__attribute__)
2360              compilers: without it non-gccs won't have printf() mapped
2361              to PerlIO_stdoutf (when perlio, of course).  This means that
2362              non-gccs would not be able to print the Perl specific datatypes.
2363      Branch: perl
2364            + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2365            + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
2366            + ext/XS/APItest/README ext/XS/APItest/t/printf.t
2367            ! MANIFEST perl.h
2368 ____________________________________________________________________________
2369 [ 17175] By: jhi                                   on 2002/06/10  23:24:42
2370         Log: Now that binmode(FH) does implicit ":bytes" revisit
2371              the failing tests.  The worrisome one is the Digest::MD5
2372              test-- how will it fare in CRLF lands now?
2373      Branch: perl
2374            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2375            ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
2376            ! ext/Storable/t/malice.t
2377 ____________________________________________________________________________
2378 [ 17174] By: jhi                                   on 2002/06/10  20:55:00
2379         Log: Upgrade to Math::BigInt 1.59.
2380      Branch: perl
2381            + lib/Math/BigInt/t/upgradef.t
2382            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2383            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
2384            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2385            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
2386 ____________________________________________________________________________
2387 [ 17173] By: jhi                                   on 2002/06/10  20:16:30
2388         Log: Document the implicit :bytes of binmode(FH).
2389      Branch: perl
2390            ! pod/perlfunc.pod
2391 ____________________________________________________________________________
2392 [ 17172] By: jhi                                   on 2002/06/10  19:27:23
2393         Log: Integrate perlio:
2394              
2395              [ 17171]
2396              binmode(FH); to act like binmode(FH,":bytes") as well as
2397              turning off CRLF features.
2398      Branch: perl
2399           !> perlio.c t/io/utf8.t
2400 ____________________________________________________________________________
2401 [ 17171] By: nick                                  on 2002/06/10  18:40:22
2402         Log: binmode(FH); to act like binmode(FH,":bytes") as well as
2403              turning off CRLF features.
2404      Branch: perlio
2405            ! perlio.c t/io/utf8.t
2406 ____________________________________________________________________________
2407 [ 17170] By: nick                                  on 2002/06/10  17:04:28
2408         Log: Integrate mainline
2409      Branch: perlio
2410           !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t
2411           !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs
2412           !> locale.c patchlevel.h perl.c pod/perldebtut.pod
2413           !> pod/perldelta.pod sv.c
2414 ____________________________________________________________________________
2415 [ 17169] By: jhi                                   on 2002/06/10  14:47:28
2416         Log: Subject: [DOC PATCH] perldebtut
2417              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2418              Date: Mon, 10 Jun 2002 17:47:14 +0200
2419              Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl>
2420      Branch: perl
2421            ! pod/perldebtut.pod
2422 ____________________________________________________________________________
2423 [ 17168] By: jhi                                   on 2002/06/10  14:04:31
2424         Log: Document the UTF-8 env issue.  Now NI-S just needs
2425              to fix binmode() to comply with the documentation...
2426      Branch: perl
2427            ! pod/perldelta.pod
2428 ____________________________________________________________________________
2429 [ 17167] By: jhi                                   on 2002/06/10  13:47:21
2430         Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael.
2431              From: Philip Newton <Philip.Newton@gmx.net>
2432              Date: Mon, 10 Jun 2002 07:56:41 +0200
2433              Message-ID: <anf8gugjm2v70ckgmkjm12paa00atimik4@4ax.com>
2434              
2435              Subject: Re: Change 17110: Add deprecations.
2436              From: Philip Newton <Philip.Newton@gmx.net>
2437              Date: Mon, 10 Jun 2002 07:56:22 +0200
2438              Message-ID: <bpf8gu0v332thjkpv39uirardul58aa7b3@4ax.com>
2439      Branch: perl
2440            ! pod/perldelta.pod
2441 ____________________________________________________________________________
2442 [ 17166] By: jhi                                   on 2002/06/10  13:44:49
2443         Log: NI-S doesn't need these comments :-) but I'm commenting anyway.
2444      Branch: perl
2445            ! locale.c perl.c
2446 ____________________________________________________________________________
2447 [ 17165] By: jhi                                   on 2002/06/10  13:07:57
2448         Log: Update Changes.
2449      Branch: perl
2450            ! Changes patchlevel.h
2451 ____________________________________________________________________________
2452 [ 17164] By: jhi                                   on 2002/06/10  13:01:17
2453         Log: Further patch on #17163 for Tru64.
2454      Branch: perl
2455            ! sv.c
2456 ____________________________________________________________________________
2457 [ 17163] By: jhi                                   on 2002/06/10  12:40:16
2458         Log: Patch from Hugo for the 'printf' problem:
2459              - for SV-style calling, we can only get NV
2460              - for C-style calling, we assume %f is double;
2461              - for simplicity we allow any of %Lf, %llf, %qf for long double
2462      Branch: perl
2463            ! sv.c
2464 ____________________________________________________________________________
2465 [ 17162] By: jhi                                   on 2002/06/10  12:31:32
2466         Log: Integrate perlio:
2467              
2468              [ 17159]
2469              Tune test to run in UTF-8 locales
2470              - test file must be opened as :bytes or high-bit octets
2471              will be UTF-8 encoded on write in such locales, so
2472              will not read as expected.
2473      Branch: perl
2474           !> ext/PerlIO/t/fallback.t
2475 ____________________________________________________________________________
2476 [ 17161] By: jhi                                   on 2002/06/10  12:21:39
2477         Log: #17150 didn't expect -Uuseperlio.
2478      Branch: perl
2479            ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t
2480 ____________________________________________________________________________
2481 [ 17160] By: sky                                   on 2002/06/10  09:53:42
2482         Log: Subject: [PATCH] queue.pm
2483              From: Benjamin Goldberg <goldbb2@earthlink.net>
2484              Date: tis jun 04, 2002  02:03:53  Europe/Stockholm
2485              Message-Id: <3CFC03E8.A1EF9886@earthlink.net>
2486              Applied manually
2487      Branch: perl
2488            ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs
2489 ____________________________________________________________________________
2490 [ 17159] By: nick                                  on 2002/06/10  09:51:16
2491         Log: Tune test to run in UTF-8 locales
2492              - test file must be opened as :bytes or high-bit octets
2493              will be UTF-8 encoded on write in such locales, so
2494              will not read as expected.
2495      Branch: perlio
2496            ! ext/PerlIO/t/fallback.t
2497 ____________________________________________________________________________
2498 [ 17158] By: nick                                  on 2002/06/10  09:49:32
2499         Log: Integrate mainline
2500      Branch: perlio
2501           +> lib/Net/Ping/Changes
2502            - lib/Net/Ping/CHANGES
2503           !> (integrate 37 files)
2504 ____________________________________________________________________________
2505 [ 17157] By: jhi                                   on 2002/06/10  03:30:19
2506         Log: metaconfig tweak for #17156.
2507      Branch: metaconfig
2508            ! U/mkglossary
2509 ____________________________________________________________________________
2510 [ 17156] By: jhi                                   on 2002/06/10  03:30:06
2511         Log: Glossary tweaks.
2512      Branch: perl
2513            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2514 ____________________________________________________________________________
2515 [ 17155] By: jhi                                   on 2002/06/10  02:12:09
2516         Log: Upgrade to Net::Ping 2.19.
2517      Branch: perl
2518            + lib/Net/Ping/Changes
2519            - lib/Net/Ping/CHANGES
2520            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README
2521 ____________________________________________________________________________
2522 [ 17154] By: jhi                                   on 2002/06/09  23:25:48
2523         Log: Subject: [patch] ptr_table_store
2524              From: Doug MacEachern <dougm@covalent.net>
2525              Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT)
2526              Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net>
2527      Branch: perl
2528            ! sv.c
2529 ____________________________________________________________________________
2530 [ 17153] By: jhi                                   on 2002/06/09  23:25:04
2531         Log: Subject: Re: unique attribute?
2532              From: Doug MacEachern <dougm@covalent.net>
2533              Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT)
2534              Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>
2535      Branch: perl
2536            ! embed.fnc embed.h proto.h sv.c sv.h
2537 ____________________________________________________________________________
2538 [ 17152] By: jhi                                   on 2002/06/09  23:21:35
2539         Log: Update hint comments.
2540      Branch: perl
2541            ! hints/irix_6.sh
2542 ____________________________________________________________________________
2543 [ 17151] By: jhi                                   on 2002/06/09  22:59:54
2544         Log: One missing bit of Math::BigInt 1.58.
2545      Branch: perl
2546            ! t/lib/Math/BigInt/BareCalc.pm
2547 ____________________________________________________________________________
2548 [ 17150] By: jhi                                   on 2002/06/09  21:47:51
2549         Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
2550              From: Radu Greab <radu@netsoft.ro>
2551              Date: Mon, 10 Jun 2002 00:40:34 +0300
2552              Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
2553              
2554              Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
2555              ones which I cannot figure out.
2556      Branch: perl
2557            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2558            ! ext/Encode/t/guess.t ext/Storable/t/malice.t
2559 ____________________________________________________________________________
2560 [ 17149] By: jhi                                   on 2002/06/09  21:08:02
2561         Log: :unique nitpicking continues.
2562      Branch: perl
2563            ! pod/perlfunc.pod
2564 ____________________________________________________________________________
2565 [ 17148] By: jhi                                   on 2002/06/09  21:01:57
2566         Log: "thread failed to start: " is better than "Died:".
2567      Branch: perl
2568            ! ext/threads/threads.xs pod/perldiag.pod
2569 ____________________________________________________________________________
2570 [ 17147] By: jhi                                   on 2002/06/09  20:47:53
2571         Log: :unique saga continues.
2572      Branch: perl
2573            ! pod/perldelta.pod pod/perlfunc.pod
2574 ____________________________________________________________________________
2575 [ 17146] By: jhi                                   on 2002/06/09  20:44:38
2576         Log: Subject: Re: unique attribute?
2577              From: Doug MacEachern <dougm@covalent.net>
2578              Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT)
2579              Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net>
2580      Branch: perl
2581            ! sv.c
2582 ____________________________________________________________________________
2583 [ 17145] By: jhi                                   on 2002/06/09  20:09:03
2584         Log: Subject: Math::BigInt 1.58 released
2585              From: Tels <perl_dummy@bloodgate.com>
2586              Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST)
2587              Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi>
2588              
2589              Subject: [PATCH] RE: Math::BigInt 1.58 released
2590              From: Tels <perl_dummy@bloodgate.com>
2591              Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST)
2592              Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi>
2593      Branch: perl
2594            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2595            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
2596            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
2597            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
2598            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
2599            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t
2600            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2601            ! lib/Math/BigInt/t/with_sub.t
2602 ____________________________________________________________________________
2603 [ 17144] By: nick                                  on 2002/06/09  17:50:14
2604         Log: Integrate mainline
2605      Branch: perlio
2606           +> README.freebsd README.irix
2607           !> (integrate 43 files)
2608 ____________________________________________________________________________
2609 [ 17143] By: jhi                                   on 2002/06/09  17:45:50
2610         Log: Subject: cleanup's
2611              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2612              Date: Sun, 09 Jun 2002 13:55:21 +0200
2613              Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>
2614      Branch: perl
2615            ! ext/PerlIO/t/encoding.t
2616 ____________________________________________________________________________
2617 [ 17142] By: jhi                                   on 2002/06/09  17:37:45
2618         Log: open "list form" clarification.
2619      Branch: perl
2620            ! pod/perlfunc.pod
2621 ____________________________________________________________________________
2622 [ 17141] By: jhi                                   on 2002/06/09  17:24:22
2623         Log: Better wording from Sarathy.
2624      Branch: perl
2625            ! pod/perldelta.pod
2626 ____________________________________________________________________________
2627 [ 17140] By: jhi                                   on 2002/06/09  16:58:47
2628         Log: Closer to the truth.
2629      Branch: perl
2630            ! pod/perlfunc.pod
2631 ____________________________________________________________________________
2632 [ 17139] By: jhi                                   on 2002/06/09  16:49:49
2633         Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
2634              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2635              Date: Sun, 09 Jun 2002 14:52:07 +0100
2636              Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk>  
2637      Branch: perl
2638            ! numeric.c
2639 ____________________________________________________________________________
2640 [ 17138] By: jhi                                   on 2002/06/09  16:13:44
2641         Log: Clarify that the :unique makes the target readonly
2642              when the first interpreter cloning takes place.
2643      Branch: perl
2644            ! pod/perlfunc.pod
2645 ____________________________________________________________________________
2646 [ 17137] By: gsar                                  on 2002/06/09  16:05:22
2647         Log: update perlfork.pod for status as of 5.8.0
2648      Branch: perl
2649            ! pod/perlfork.pod
2650 ____________________________________________________________________________
2651 [ 17136] By: jhi                                   on 2002/06/09  16:01:50
2652         Log: Subject: possible band-aid for cygwin build of perl@17061
2653              From: PPrymmer@factset.com
2654              Date: Sat, 8 Jun 2002 20:57:05 -0400
2655              Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11>
2656      Branch: perl
2657            ! Makefile.SH README.cygwin
2658 ____________________________________________________________________________
2659 [ 17135] By: sky                                   on 2002/06/09  15:44:37
2660         Log: Follow up on changing keyword to special subroutine.
2661      Branch: perl
2662            ! pod/perlmod.pod
2663 ____________________________________________________________________________
2664 [ 17134] By: jhi                                   on 2002/06/09  15:40:52
2665         Log: CLONE doc tweaks.
2666      Branch: perl
2667            ! pod/perldelta.pod pod/perlmod.pod
2668 ____________________________________________________________________________
2669 [ 17133] By: jhi                                   on 2002/06/09  15:34:20
2670         Log: syswrite() is old news.
2671      Branch: perl
2672            ! pod/perldelta.pod
2673 ____________________________________________________________________________
2674 [ 17132] By: jhi                                   on 2002/06/09  15:14:20
2675         Log: Subject: One-argument syswrite
2676              From: Johan Vromans <jvromans@squirrel.nl>
2677              Date: Sun, 9 Jun 2002 13:20:36 +0200
2678              Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>
2679              
2680              (It's really two-argument.)
2681      Branch: perl
2682            ! pod/perldelta.pod
2683 ____________________________________________________________________________
2684 [ 17131] By: jhi                                   on 2002/06/09  15:11:13
2685         Log: Subject: [Patch] $^N issues
2686              From: Johan Vromans <jvromans@squirrel.nl>
2687              Date: Sun, 9 Jun 2002 13:12:43 +0200
2688              Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl>    
2689      Branch: perl
2690            ! lib/English.pm pod/perlre.pod
2691 ____________________________________________________________________________
2692 [ 17130] By: jhi                                   on 2002/06/09  15:10:18
2693         Log: Subject: [Patch] "#0" format in perlform
2694              From: Johan Vromans <jvromans@squirrel.nl>
2695              Date: Sun, 9 Jun 2002 12:53:01 +0200
2696              Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl>    
2697      Branch: perl
2698            ! pod/perlform.pod
2699 ____________________________________________________________________________
2700 [ 17129] By: jhi                                   on 2002/06/09  15:08:20
2701         Log: Subject: [Patch] CLONE is not in perldelta
2702              From: Johan Vromans <jvromans@squirrel.nl>
2703              Date: Sun, 9 Jun 2002 12:41:18 +0200
2704              Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>    
2705      Branch: perl
2706            ! pod/perldelta.pod
2707 ____________________________________________________________________________
2708 [ 17128] By: jhi                                   on 2002/06/09  03:02:38
2709         Log: Subject: [PATCH] fix stuck MD5 compile on VAX
2710              From: "Craig A. Berry" <craigberry@mac.com>
2711              Date: Sat, 8 Jun 2002 23:01:11 -0500
2712              Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]>
2713      Branch: perl
2714            ! ext/Digest/MD5/Makefile.PL
2715 ____________________________________________________________________________
2716 [ 17127] By: jhi                                   on 2002/06/08  22:50:43
2717         Log: ... and more.
2718      Branch: perl
2719            ! win32/makefile.mk
2720 ____________________________________________________________________________
2721 [ 17126] By: jhi                                   on 2002/06/08  22:49:43
2722         Log: More spots for perl$OS.
2723      Branch: perl
2724            ! NetWare/Makefile win32/Makefile
2725 ____________________________________________________________________________
2726 [ 17125] By: jhi                                   on 2002/06/08  22:46:17
2727         Log: One more spot to list perlfreebsd and perlirix.
2728      Branch: perl
2729            ! plan9/mkfile
2730 ____________________________________________________________________________
2731 [ 17124] By: jhi                                   on 2002/06/08  22:22:05
2732         Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.
2733      Branch: perl
2734            ! pod/perlport.pod
2735 ____________________________________________________________________________
2736 [ 17123] By: jhi                                   on 2002/06/08  22:15:31
2737         Log: Cygwin duplicated (noticed by Schwern).
2738      Branch: perl
2739            ! pod/perlport.pod
2740 ____________________________________________________________________________
2741 [ 17122] By: jhi                                   on 2002/06/08  22:03:15
2742         Log: s/Plan9/Plan 9/g; (and one remaning MacOS)
2743      Branch: perl
2744            ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod
2745            ! pod/perlport.pod pod/perlrun.pod
2746 ____________________________________________________________________________
2747 [ 17121] By: jhi                                   on 2002/06/08  21:36:00
2748         Log: Make the =heads a little bit more descriptive; regen toc.
2749      Branch: perl
2750            ! README.freebsd README.irix pod/perltoc.pod
2751 ____________________________________________________________________________
2752 [ 17120] By: jhi                                   on 2002/06/08  21:02:27
2753         Log: I wonder what a 64-bot is?
2754      Branch: perl
2755            ! README.irix
2756 ____________________________________________________________________________
2757 [ 17119] By: jhi                                   on 2002/06/08  21:01:45
2758         Log: Regen toc.
2759      Branch: perl
2760            ! pod/perltoc.pod
2761 ____________________________________________________________________________
2762 [ 17118] By: jhi                                   on 2002/06/08  21:00:18
2763         Log: Add README.irix/perlirix.
2764      Branch: perl
2765            + README.irix
2766            ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod
2767            ! pod/perldelta.pod pod/perlport.pod
2768 ____________________________________________________________________________
2769 [ 17117] By: jhi                                   on 2002/06/08  20:48:16
2770         Log: Add perlfreebsd.
2771      Branch: perl
2772            ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
2773            ! pod/perlport.pod
2774 ____________________________________________________________________________
2775 [ 17116] By: jhi                                   on 2002/06/08  20:45:25
2776         Log: Mention the FreeBSD Perl policy change.
2777      Branch: perl
2778            ! README.freebsd
2779 ____________________________________________________________________________
2780 [ 17115] By: jhi                                   on 2002/06/08  20:34:59
2781         Log: Mention the FreeBSD readdir_r bug in perldelta.
2782      Branch: perl
2783            ! pod/perldelta.pod
2784 ____________________________________________________________________________
2785 [ 17114] By: jhi                                   on 2002/06/08  20:31:18
2786         Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped)    (was: perl@17014)
2787              From: Nicholas Clark <nick@unfortu.net>
2788              Date: Sat, 8 Jun 2002 22:23:15 +0100
2789              Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net>
2790      Branch: perl
2791            + README.freebsd
2792            ! MANIFEST
2793 ____________________________________________________________________________
2794 [ 17113] By: sky                                   on 2002/06/08  20:19:28
2795         Log: Preparing A::H for CPAN release, upped version to 0.77
2796              Documented changes.
2797              Last tweak to test case.
2798      Branch: perl
2799            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
2800            ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t
2801 ____________________________________________________________________________
2802 [ 17112] By: sky                                   on 2002/06/08  19:42:33
2803         Log: Prepare CPAN release of Attribute::Handlers
2804              Make the test case know about the changes in attributes
2805              in 5.8 (lexical) and also turn off some warnings.
2806      Branch: perl
2807            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
2808 ____________________________________________________________________________
2809 [ 17111] By: jhi                                   on 2002/06/08  19:11:49
2810         Log: Because of #17097.
2811      Branch: perl
2812            ! configpm
2813 ____________________________________________________________________________
2814 [ 17110] By: jhi                                   on 2002/06/08  19:06:31
2815         Log: Add deprecations.
2816      Branch: perl
2817            ! pod/perldelta.pod
2818 ____________________________________________________________________________
2819 [ 17109] By: sky                                   on 2002/06/08  19:02:19
2820         Log: Remove leftover dummy and cleanup the test case.
2821      Branch: perl
2822            ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t
2823            ! ext/threads/shared/t/hv_simple.t
2824 ____________________________________________________________________________
2825 [ 17108] By: jhi                                   on 2002/06/08  18:55:23
2826         Log: Document the do BAREWORD change, from Rafael.
2827      Branch: perl
2828            ! pod/perldelta.pod
2829 ____________________________________________________________________________
2830 [ 17107] By: jhi                                   on 2002/06/08  18:32:50
2831         Log: Remove the newly added makedepend .depending "token directory"
2832              when cleaning up.
2833      Branch: perl
2834            ! Makefile.SH
2835 ____________________________________________________________________________
2836 [ 17106] By: jhi                                   on 2002/06/08  18:24:08
2837         Log: perldelta tweaks.
2838      Branch: perl
2839            ! pod/perldelta.pod
2840 ____________________________________________________________________________
2841 [ 17105] By: jhi                                   on 2002/06/08  18:19:40
2842         Log: I assume the Perl fork() emulation is still experimental.
2843      Branch: perl
2844            ! pod/perlfork.pod
2845 ____________________________________________________________________________
2846 [ 17104] By: jhi                                   on 2002/06/08  18:17:10
2847         Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?)
2848              From: "Craig A. Berry" <craigberry@mac.com>
2849              Date: Sat, 8 Jun 2002 14:10:41 -0500
2850              Message-Id: <a05111b03b92805d6bc97@[172.16.52.1]>
2851      Branch: perl
2852            ! README.vms pod/perldelta.pod
2853 ____________________________________________________________________________
2854 [ 17103] By: jhi                                   on 2002/06/08  18:04:37
2855         Log: Slight tweaks from Lupe Christoph.
2856      Branch: perl
2857            ! pod/perldelta.pod
2858 ____________________________________________________________________________
2859 [ 17102] By: jhi                                   on 2002/06/08  17:04:24
2860         Log: Workaround for broken symlink traversal.
2861      Branch: perl
2862            ! installperl
2863 ____________________________________________________________________________
2864 [ 17101] By: jhi                                   on 2002/06/08  16:16:46
2865         Log: h2ph: Explain why parts of asm/*.h are skipped in Linux.
2866      Branch: perl
2867            ! utils/h2ph.PL
2868 ____________________________________________________________________________
2869 [ 17100] By: nick                                  on 2002/06/08  15:54:19
2870         Log: Integrate mainline
2871      Branch: perlio
2872           !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm
2873           !> ext/Storable/Storable.xs ext/Storable/t/recurse.t
2874           !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm
2875           !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c
2876           !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
2877           !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c
2878 ____________________________________________________________________________
2879 [ 17099] By: jhi                                   on 2002/06/08  15:53:16
2880         Log: Try to avoid a looping makedepend that sometimes
2881              happens when timestamps are out of sync.
2882      Branch: perl
2883            ! makedepend.SH
2884 ____________________________________________________________________________
2885 [ 17098] By: jhi                                   on 2002/06/08  15:35:06
2886         Log: metaconfig tweaks from Robin Barker to go with #17097;
2887              update Glossary.patch and mkglossary.
2888      Branch: metaconfig
2889            ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH
2890            ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH
2891 ____________________________________________________________________________
2892 [ 17097] By: jhi                                   on 2002/06/08  15:34:09
2893         Log: Various Configure tweaks.
2894      Branch: perl
2895            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2896 ____________________________________________________________________________
2897 [ 17096] By: jhi                                   on 2002/06/08  15:05:46
2898         Log: Fix Glossary formatting bugs when creating Config.pm,
2899              from Robin Barker.
2900      Branch: perl
2901            ! configpm
2902 ____________________________________________________________________________
2903 [ 17095] By: jhi                                   on 2002/06/08  15:00:39
2904         Log: perlivp: Too Much Information. 
2905      Branch: perl
2906            ! utils/perlivp.PL
2907 ____________________________________________________________________________
2908 [ 17094] By: jhi                                   on 2002/06/08  14:58:43
2909         Log: h2ph: workarounds for too large hexadecimal constants.
2910              Now 'perlivp' passes without a whimper in Solaris 8 and
2911              Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header
2912              installation is weird; e.g. float.h is not in /usr/include...
2913              (cd /usr/include; h2ph -l -r .)
2914      Branch: perl
2915            ! utils/h2ph.PL
2916 ____________________________________________________________________________
2917 [ 17093] By: jhi                                   on 2002/06/08  14:22:10
2918         Log: h2ph: handle function pointer constants.
2919      Branch: perl
2920            ! utils/h2ph.PL
2921 ____________________________________________________________________________
2922 [ 17092] By: jhi                                   on 2002/06/08  13:54:17
2923         Log: Put back the [561+] markers (except for the New Tests
2924              section where the comparison is meaningless);
2925              note that perl561delta is really the changes both
2926              from 5.005_03 and 5.6.0.
2927      Branch: perl
2928            ! pod/perldelta.pod
2929 ____________________________________________________________________________
2930 [ 17091] By: jhi                                   on 2002/06/08  13:25:04
2931         Log: Mention the dynamicness of Socket in VMS in another spot.
2932      Branch: perl
2933            ! pod/perldelta.pod
2934 ____________________________________________________________________________
2935 [ 17090] By: jhi                                   on 2002/06/08  13:16:27
2936         Log: Address most of the issues found by Lupe Cristoph
2937              (only leave the VMS changes to the VMS people);
2938              move the VOS section to its right place;
2939              talk more about userlevel threads;
2940              eradicate end-of-line spaces.
2941      Branch: perl
2942            ! pod/perldelta.pod
2943 ____________________________________________________________________________
2944 [ 17089] By: jhi                                   on 2002/06/08  12:59:45
2945         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
2946              From: Radu Greab <radu@netsoft.ro>
2947              Date: Sat, 8 Jun 2002 16:59:56 +0300
2948              Message-ID: <15618.3548.55951.66902@ix.netsoft.ro>
2949              
2950              A test for #17082.
2951      Branch: perl
2952            ! ext/Storable/t/recurse.t
2953 ____________________________________________________________________________
2954 [ 17088] By: jhi                                   on 2002/06/08  12:35:46
2955         Log: Explain at the top the situation in a nutshell;
2956              remove the [561+] tags as redundant;
2957              AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2.
2958      Branch: perl
2959            ! pod/perldelta.pod
2960 ____________________________________________________________________________
2961 [ 17087] By: jhi                                   on 2002/06/08  12:25:15
2962         Log: Subject: [Patch] perldelta for 5.8.0 RC1
2963              From: lupe@lupe-christoph.de (Lupe Christoph)
2964              Date: Sat, 8 Jun 2002 14:08:16 +0200
2965              Message-ID: <20020608120816.GP14630@lupe-christoph.de>
2966      Branch: perl
2967            ! pod/perldelta.pod
2968 ____________________________________________________________________________
2969 [ 17086] By: jhi                                   on 2002/06/08  12:14:48
2970         Log: Advertise the upcoming Win32::GetOSName().
2971      Branch: perl
2972            ! pod/perlport.pod
2973 ____________________________________________________________________________
2974 [ 17085] By: jhi                                   on 2002/06/08  12:11:27
2975         Log: The lib/Win32.pod part of
2976              
2977              Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 )     
2978              From: "Yves Orton" <demerphq@hotmail.com>
2979              Date: Sat, 08 Jun 2002 00:27:25 +0200
2980              Message-ID: <F209R6rPlHkg6WMaScm00017481@hotmail.com>
2981              
2982              (manually applied and tweaked) 
2983      Branch: perl
2984            ! lib/Win32.pod
2985 ____________________________________________________________________________
2986 [ 17084] By: jhi                                   on 2002/06/08  11:46:36
2987         Log: Subject: Doc patches: assorted minor nits
2988              From: Philip Newton <Philip.Newton@gmx.net>
2989              Date: Sat, 08 Jun 2002 11:08:12 +0200
2990              Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
2991      Branch: perl
2992            ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
2993 ____________________________________________________________________________
2994 [ 17083] By: jhi                                   on 2002/06/08  11:44:59
2995         Log: Subject: Re: doc bug in perldoc
2996              From: Philip Newton <Philip.Newton@gmx.net>
2997              Date: Sat, 08 Jun 2002 11:05:09 +0200
2998              Message-ID: <c3i3guod7ps1u5iujokk509p43ob76815k@4ax.com>
2999      Branch: perl
3000            ! utils/perldoc.PL
3001 ____________________________________________________________________________
3002 [ 17082] By: jhi                                   on 2002/06/08  11:37:56
3003         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
3004              From: Radu Greab <radu@netsoft.ro>
3005              Date: Sat, 8 Jun 2002 08:28:58 +0300
3006              Message-ID: <15617.38426.603787.918922@ix.netsoft.ro>
3007      Branch: perl
3008            ! ext/Storable/Storable.xs
3009 ____________________________________________________________________________
3010 [ 17081] By: jhi                                   on 2002/06/08  11:36:29
3011         Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3012              From: "Craig A. Berry" <craigberry@mac.com>
3013              Date: Fri, 7 Jun 2002 22:55:34 -0500
3014              Message-Id: <a05111b02b92724737054@[172.16.52.1]>
3015              
3016              Handle also underflow on non-IEEE.
3017      Branch: perl
3018            ! numeric.c
3019 ____________________________________________________________________________
3020 [ 17080] By: sky                                   on 2002/06/08  10:06:05
3021         Log: Fix for bug [ID 20020602.007].
3022              Don't decrement the active flag until AFTER we have run perl_destruct
3023      Branch: perl
3024            ! ext/threads/threads.xs
3025 ____________________________________________________________________________
3026 [ 17079] By: jhi                                   on 2002/06/08  01:38:50
3027         Log: h2ph: evil linux/byteorder/pdp_endian.h
3028      Branch: perl
3029            ! utils/h2ph.PL
3030 ____________________________________________________________________________
3031 [ 17078] By: jhi                                   on 2002/06/08  01:14:45
3032         Log: h2ph: more evilness in the form of Linux inline assembler.
3033      Branch: perl
3034            ! utils/h2ph.PL
3035 ____________________________________________________________________________
3036 [ 17077] By: jhi                                   on 2002/06/07  23:14:10
3037         Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L
3038              (note the final L) for ia32 and ia64 long doubles.
3039      Branch: perl
3040            ! utils/h2ph.PL
3041 ____________________________________________________________________________
3042 [ 17076] By: jhi                                   on 2002/06/07  23:06:22
3043         Log: perlivp: more header matching.
3044      Branch: perl
3045            ! utils/perlivp.PL
3046 ____________________________________________________________________________
3047 [ 17075] By: jhi                                   on 2002/06/07  22:43:37
3048         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3049              From: Nicholas Clark <nick@unfortu.net>
3050              Date: Sat, 8 Jun 2002 00:39:22 +0100
3051              Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net>
3052      Branch: perl
3053            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3054 ____________________________________________________________________________
3055 [ 17074] By: jhi                                   on 2002/06/07  22:33:29
3056         Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3057              From: "Craig A. Berry" <craigberry@mac.com>
3058              Date: Fri, 7 Jun 2002 18:29:31 -0500
3059              Message-Id: <a05111b01b926db404884@[172.16.52.1]>
3060      Branch: perl
3061            ! numeric.c
3062 ____________________________________________________________________________
3063 [ 17073] By: jhi                                   on 2002/06/07  21:34:07
3064         Log: Reunite the first .PHONY targets (based on Garry Williams'
3065              reading of the GNU make manual).
3066      Branch: perl
3067            ! Makefile.SH
3068 ____________________________________________________________________________
3069 [ 17072] By: jhi                                   on 2002/06/07  20:59:14
3070         Log: Subject: Re: [DOCPATCH] Thread.pm
3071              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3072              Date: Fri, 07 Jun 2002 23:57:01 +0200
3073              Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl>
3074      Branch: perl
3075            ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm
3076 ____________________________________________________________________________
3077 [ 17071] By: jhi                                   on 2002/06/07  20:51:15
3078         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3079              From: Radu Greab <radu@netsoft.ro>
3080              Date: Sat, 8 Jun 2002 00:49:02 +0300
3081              Message-ID: <15617.10830.557640.430565@ix.netsoft.ro>
3082      Branch: perl
3083            ! ext/Storable/t/recurse.t
3084 ____________________________________________________________________________
3085 [ 17070] By: jhi                                   on 2002/06/07  19:36:16
3086         Log: h2ph: the fp exponent does need to have an explicit sign.
3087      Branch: perl
3088            ! utils/h2ph.PL
3089 ____________________________________________________________________________
3090 [ 17069] By: jhi                                   on 2002/06/07  19:28:52
3091         Log: perlivp: tell what went wrong.
3092      Branch: perl
3093            ! utils/perlivp.PL
3094 ____________________________________________________________________________
3095 [ 17068] By: jhi                                   on 2002/06/07  19:22:23
3096         Log: perlivp: sometimes headers and symbols don't quite match.
3097      Branch: perl
3098            ! utils/perlivp.PL
3099 ____________________________________________________________________________
3100 [ 17067] By: jhi                                   on 2002/06/07  19:21:39
3101         Log: h2ph: One more usage example.
3102      Branch: perl
3103            ! utils/h2ph.PL
3104 ____________________________________________________________________________
3105 [ 17066] By: jhi                                   on 2002/06/07  19:05:22
3106         Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal.
3107      Branch: perl
3108            ! utils/h2ph.PL
3109 ____________________________________________________________________________
3110 [ 17065] By: nick                                  on 2002/06/07  18:21:36
3111         Log: Integrate mainline
3112      Branch: perlio
3113           +> ext/IO/hints/sco.pl
3114           !> (integrate 27 files)
3115 ____________________________________________________________________________
3116 [ 17064] By: gsar                                  on 2002/06/07  18:04:39
3117         Log: uname() was returning "unknown" on IA64; handle other missing
3118              cases as well, and make any future unknown ones show up as
3119              unknown(0x123).
3120      Branch: perl
3121            ! win32/win32.c
3122 ____________________________________________________________________________
3123 [ 17063] By: jhi                                   on 2002/06/07  16:12:20
3124         Log: There are many ways to skin a Win32 (from Sarathy).
3125      Branch: perl
3126            ! pod/perlport.pod
3127 ____________________________________________________________________________
3128 [ 17062] By: jhi                                   on 2002/06/07  14:39:05
3129         Log: Typos spotted by Vadim.
3130      Branch: perl
3131            ! pod/perlport.pod
3132 ____________________________________________________________________________
3133 [ 17061] By: jhi                                   on 2002/06/07  14:05:16
3134         Log: Update Changes.
3135      Branch: perl
3136            ! Changes patchlevel.h
3137 ____________________________________________________________________________
3138 [ 17060] By: jhi                                   on 2002/06/07  13:26:52
3139         Log: Subject: Re: [PATCH] Small nit in perlxs.pod
3140              From: lupe@lupe-christoph.de (Lupe Christoph)
3141              Date: Fri, 7 Jun 2002 13:38:24 +0200
3142              Message-ID: <20020607113824.GD24159@lupe-christoph.de>
3143      Branch: perl
3144            ! pod/perlxs.pod
3145 ____________________________________________________________________________
3146 [ 17059] By: jhi                                   on 2002/06/07  13:25:35
3147         Log: Subject: [PATCH] README.win32 and win32/makefile.mk differ
3148              From: lupe@lupe-christoph.de (Lupe Christoph)
3149              Date: Fri, 7 Jun 2002 13:36:51 +0200
3150              Message-ID: <20020607113651.GC24159@lupe-christoph.de>
3151      Branch: perl
3152            ! README.win32
3153 ____________________________________________________________________________
3154 [ 17058] By: jhi                                   on 2002/06/07  13:22:38
3155         Log: gcc -Wall nit noticed by NI-S.
3156      Branch: perl
3157            ! pp.c
3158 ____________________________________________________________________________
3159 [ 17057] By: jhi                                   on 2002/06/07  13:20:05
3160         Log: Subject: Modification to Perl 5.6.1 source: ext/IO needs a hint
3161              From: Andrew Hamm <AHamm@civica.com.au>
3162              Date: Fri, 7 Jun 2002 17:11:24 +1000
3163              Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au>
3164      Branch: perl
3165            + ext/IO/hints/sco.pl
3166            ! MANIFEST
3167 ____________________________________________________________________________
3168 [ 17056] By: jhi                                   on 2002/06/07  13:14:44
3169         Log: Integrate perlio:
3170              
3171              [ 17053]
3172              Don't discard read data on flush if seek fails.
3173      Branch: perl
3174           !> perlio.c
3175 ____________________________________________________________________________
3176 [ 17055] By: jhi                                   on 2002/06/07  13:01:19
3177         Log: s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
3178      Branch: perl
3179            ! pod/perl561delta.pod pod/perl570delta.pod pod/perl571delta.pod
3180            ! pod/perl572delta.pod pod/perldelta.pod pod/perlfaq3.pod
3181            ! pod/perlfunc.pod pod/perlintro.pod pod/perlpodspec.pod
3182            ! pod/perlport.pod pod/perltoot.pod
3183 ____________________________________________________________________________
3184 [ 17054] By: jhi                                   on 2002/06/07  12:38:09
3185         Log: More Winlore from Vadim.
3186      Branch: perl
3187            ! pod/perlport.pod
3188 ____________________________________________________________________________
3189 [ 17053] By: nick                                  on 2002/06/07  10:11:51
3190         Log: Don't discard read data on flush if seek fails.
3191      Branch: perlio
3192            ! perlio.c
3193 ____________________________________________________________________________
3194 [ 17052] By: jhi                                   on 2002/06/07  01:34:48
3195         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3196              From: Radu Greab <radu@netsoft.ro>
3197              Date: Fri, 7 Jun 2002 05:17:58 +0300
3198              Message-ID: <15616.6102.89472.9852@ix.netsoft.ro>
3199      Branch: perl
3200            ! ext/Storable/Storable.xs
3201 ____________________________________________________________________________
3202 [ 17051] By: jhi                                   on 2002/06/07  01:31:56
3203         Log: Split in two the .PHONY target so that makes without .PHONY
3204              when invoked as "make" won't wander off into the targets "compile
3205              translator utilities" and instead stay in the "all" target.
3206              Diagnosed by Garry Williams.
3207      Branch: perl
3208            ! Makefile.SH
3209 ____________________________________________________________________________
3210 [ 17050] By: jhi                                   on 2002/06/06  20:57:11
3211         Log: Retract #16892 now that we have #17022.
3212      Branch: perl
3213            ! lib/Cwd.pm
3214 ____________________________________________________________________________
3215 [ 17049] By: jhi                                   on 2002/06/06  20:27:02
3216         Log: Update the SUPER-UX situation.
3217      Branch: perl
3218            ! pod/perldelta.pod
3219 ____________________________________________________________________________
3220 [ 17048] By: jhi                                   on 2002/06/06  20:13:53
3221         Log: More Windows wisdom from Sarathy;
3222              remove old UTS entry; add SUPER-UX.
3223      Branch: perl
3224            ! pod/perlport.pod
3225 ____________________________________________________________________________
3226 [ 17047] By: jhi                                   on 2002/06/06  20:10:14
3227         Log: Windows wisdom from Sarathy.
3228      Branch: perl
3229            ! pod/perlvar.pod
3230 ____________________________________________________________________________
3231 [ 17046] By: rgs                                   on 2002/06/06  19:33:23
3232         Log: The perlio warnings are not mandatory.
3233      Branch: perl
3234            ! pod/perldiag.pod
3235 ____________________________________________________________________________
3236 [ 17045] By: jhi                                   on 2002/06/06  19:09:52
3237         Log: Typolice.
3238      Branch: perl
3239            ! utils/c2ph.PL x2p/s2p.PL
3240 ____________________________________________________________________________
3241 [ 17044] By: jhi                                   on 2002/06/06  18:57:39
3242         Log: Document that $^O in Win32 is a bit lacking in details.
3243      Branch: perl
3244            ! pod/perlvar.pod
3245 ____________________________________________________________________________
3246 [ 17043] By: nick                                  on 2002/06/06  18:51:48
3247         Log: Integrate mainline
3248      Branch: perlio
3249           !> NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
3250           !> NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
3251           !> NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
3252           !> NetWare/t/NWScripts.pl lib/Thread.pm pod/perldelta.pod
3253           !> pod/perldiag.pod pod/perlguts.pod pod/perlthrtut.pod
3254           !> utils/c2ph.PL x2p/a2p.h x2p/s2p.PL
3255 ____________________________________________________________________________
3256 [ 17042] By: jhi                                   on 2002/06/06  18:49:22
3257         Log: Win32 is not an OS.
3258      Branch: perl
3259            ! pod/perlport.pod
3260 ____________________________________________________________________________
3261 [ 17041] By: jhi                                   on 2002/06/06  18:18:11
3262         Log: The Makefile.SH part of
3263              
3264              Subject: [PATCH] corrections to Config.pm
3265              From: Robin Barker <rmb1@cise.npl.co.uk>
3266              Date: Thu, 6 Jun 2002 18:05:17 +0100 (BST)
3267              Message-Id: <200206061705.SAA12213@tempest.npl.co.uk>
3268              
3269              and regen Configure.
3270      Branch: perl
3271            ! Configure Makefile.SH Porting/config.sh Porting/config_H
3272 ____________________________________________________________________________
3273 [ 17040] By: jhi                                   on 2002/06/06  17:46:20
3274         Log: Supported platforms tweaks.
3275      Branch: perl
3276            ! pod/perlport.pod
3277 ____________________________________________________________________________
3278 [ 17039] By: jhi                                   on 2002/06/06  16:13:15
3279         Log: Update the 5.005-threads failure list.
3280      Branch: perl
3281            ! pod/perldelta.pod
3282 ____________________________________________________________________________
3283 [ 17038] By: jhi                                   on 2002/06/06  16:10:24
3284         Log: Make pstruct and psed appear also on platforms with
3285              $Config{d_link} but filesystems without link() (like FAT).
3286              Should deal with [ID 20020602.003] and
3287              "RC1 for MSWin32-x86-multi-thread build bug report".
3288              Diagnosis by Sarathy.
3289      Branch: perl
3290            ! utils/c2ph.PL x2p/s2p.PL
3291 ____________________________________________________________________________
3292 [ 17037] By: jhi                                   on 2002/06/06  15:20:14
3293         Log: Subject: [PATCH] Thread.pm
3294              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3295              Date: Thu, 06 Jun 2002 10:47:36 +0200
3296              Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl>
3297      Branch: perl
3298            ! lib/Thread.pm
3299 ____________________________________________________________________________
3300 [ 17036] By: jhi                                   on 2002/06/06  15:07:32
3301         Log: Rafael noticed a bug in the explanation of #17035.
3302      Branch: perl
3303            ! pod/perldiag.pod
3304 ____________________________________________________________________________
3305 [ 17035] By: jhi                                   on 2002/06/06  13:18:20
3306         Log: Give more detailed explanation of open(FH, ">:foobar") failure.
3307      Branch: perl
3308            ! pod/perldiag.pod
3309 ____________________________________________________________________________
3310 [ 17034] By: jhi                                   on 2002/06/06  12:59:19
3311         Log: Subject: [DOCPATCH] perlthtut.pod
3312              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3313              Date: Thu, 06 Jun 2002 10:40:02 +0200
3314              Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl>
3315      Branch: perl
3316            ! pod/perlthrtut.pod
3317 ____________________________________________________________________________
3318 [ 17033] By: jhi                                   on 2002/06/06  12:56:57
3319         Log: NetWare update from Ananth Kesari.
3320      Branch: perl
3321            ! NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
3322            ! NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
3323            ! NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
3324            ! NetWare/t/NWScripts.pl x2p/a2p.h
3325 ____________________________________________________________________________
3326 [ 17032] By: jhi                                   on 2002/06/06  12:47:34
3327         Log: Integrate perlio:
3328              
3329              [ 17030]
3330              doio.c tweaks
3331              - see SV passed to dup type open "looks_like__number"
3332              - apply layers to pipe opens.
3333      Branch: perl
3334           !> doio.c
3335 ____________________________________________________________________________
3336 [ 17031] By: ams                                   on 2002/06/06  11:49:13
3337         Log: Subject: [PATCH] perlguts.pod
3338              From: Nicholas Clark <nick@ccl4.org>
3339              Date: Thu, 6 Jun 2002 11:29:19 +0100
3340              Message-Id: <20020606112919.P22873@plum.flirble.org>
3341      Branch: perl
3342            ! pod/perlguts.pod
3343 ____________________________________________________________________________
3344 [ 17030] By: nick                                  on 2002/06/06  07:26:11
3345         Log: doio.c tweaks
3346              - see SV passed to dup type open "looks_like__number"
3347              - apply layers to pipe opens.
3348      Branch: perlio
3349            ! doio.c
3350 ____________________________________________________________________________
3351 [ 17029] By: nick                                  on 2002/06/06  06:32:35
3352         Log: Integrate mainline
3353      Branch: perlio
3354           !> AUTHORS Changes README.beos doio.c ext/DB_File/t/db-btree.t
3355           !> ext/DB_File/t/db-recno.t lib/Pod/Html.pm
3356           !> lib/Tie/File/t/16_handle.t patchlevel.h perl.c
3357           !> pod/perldelta.pod pod/perlfunc.pod pod/perlport.pod pp.c
3358           !> t/op/arith.t t/op/tie.t utils/perldoc.PL
3359 ____________________________________________________________________________
3360 [ 17028] By: jhi                                   on 2002/06/06  02:40:12
3361         Log: With -Ud_stdstdio perl -v and perl -h didn't flush their
3362              output buffers because they exited with PerlProc_exit()
3363              instead of my_exit() (from Andy Dougherty)
3364      Branch: perl
3365            ! perl.c
3366 ____________________________________________________________________________
3367 [ 17027] By: jhi                                   on 2002/06/06  01:38:50
3368         Log: BeOS status update; all platforms status update.
3369      Branch: perl
3370            ! README.beos pod/perlport.pod
3371 ____________________________________________________________________________
3372 [ 17026] By: jhi                                   on 2002/06/06  01:25:13
3373         Log: Subject: [PATCH lib/Pod/Html.pm] anchors fix
3374              From: Stas Bekman <stas@stason.org>
3375              Date: Wed, 05 Jun 2002 15:26:02 +0800
3376              Message-ID: <3CFDBD0A.8090505@stason.org>      
3377      Branch: perl
3378            ! lib/Pod/Html.pm
3379 ____________________________________________________________________________
3380 [ 17025] By: jhi                                   on 2002/06/05  23:48:28
3381         Log: Subject: [PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't exist
3382              From: "Craig A. Berry" <craigberry@mac.com>
3383              Date: Wed, 05 Jun 2002 17:31:18 -0500
3384              Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01>
3385      Branch: perl
3386            ! t/op/arith.t
3387 ____________________________________________________________________________
3388 [ 17024] By: jhi                                   on 2002/06/05  23:47:14
3389         Log: MacOS X 10.1.5 still failing the DB tests.
3390      Branch: perl
3391            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
3392            ! pod/perldelta.pod
3393 ____________________________________________________________________________
3394 [ 17023] By: jhi                                   on 2002/06/05  21:57:09
3395         Log: Address the second half of
3396              
3397              Subject: [ID 20020604.006] Pipe opens do not support I/O layers
3398              From: jv@squirrel.nl (Johan Vromans)
3399              Date: Tue,  4 Jun 2002 23:01:44 +0200 (CEST)
3400              Message-Id: <20020604210144.3A87A8B6B3@phoenix.squirrel.nl>
3401              
3402              so that multiarg piped opens only accept optional whitespace
3403              after the "|-".  If and when perlio discipline awareness added
3404              to |-, the now added code branch will grow.
3405              
3406              No test case because hard to think of anything even remotely
3407              portable.
3408      Branch: perl
3409            ! doio.c
3410 ____________________________________________________________________________
3411 [ 17022] By: jhi                                   on 2002/06/05  20:48:18
3412         Log: Subject: Re: local tied hash slices & stray keys (was Re: Cwd breakage)
3413              From: Doug MacEachern <dougm@covalent.net>
3414              Date: Mon, 3 Jun 2002 08:27:56 -0700 (PDT)
3415              Message-ID: <Pine.LNX.4.33.0206030822330.2695-100000@mako.covalent.net>
3416              
3417              (plus a test expanded from Schwern's [ID 20020602.006])
3418      Branch: perl
3419            ! pp.c t/op/tie.t
3420 ____________________________________________________________________________
3421 [ 17021] By: jhi                                   on 2002/06/05  19:56:33
3422         Log: Subject: doc bug in perldoc
3423              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3424              Date: Wed, 5 Jun 2002 09:47:31 -1000 (HST)
3425              Message-ID: <Pine.LNX.4.44.0206050941191.29367-100000@lapaki>
3426      Branch: perl
3427            ! utils/perldoc.PL
3428 ____________________________________________________________________________
3429 [ 17020] By: jhi                                   on 2002/06/05  19:55:00
3430         Log: AUTHORS updates; perldelta blame^Wfame additions.
3431      Branch: perl
3432            ! AUTHORS pod/perldelta.pod
3433 ____________________________________________________________________________
3434 [ 17019] By: jhi                                   on 2002/06/05  19:08:00
3435         Log: Mention Carp enhancements.
3436      Branch: perl
3437            ! pod/perldelta.pod
3438 ____________________________________________________________________________
3439 [ 17018] By: sky                                   on 2002/06/05  18:49:10
3440         Log: Update text slightly and update links to threads.pm instead of Thread.pm
3441      Branch: perl
3442            ! pod/perlfunc.pod
3443 ____________________________________________________________________________
3444 [ 17017] By: rgs                                   on 2002/06/05  18:32:11
3445         Log: Remove a comma and a few whitespaces.
3446      Branch: perl
3447            ! pod/perlfunc.pod
3448 ____________________________________________________________________________
3449 [ 17016] By: rgs                                   on 2002/06/05  18:28:50
3450         Log: $^O is 'beos' on BeOS
3451      Branch: perl
3452            ! lib/Tie/File/t/16_handle.t
3453 ____________________________________________________________________________
3454 [ 17015] By: nick                                  on 2002/06/05  15:11:00
3455         Log: Integrate mainline (for Configure)
3456      Branch: perlio
3457           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3458           !> ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
3459           !> hints/linux.sh myconfig.SH pod/perldelta.pod
3460 ____________________________________________________________________________
3461 [ 17014] By: jhi                                   on 2002/06/05  13:53:51
3462         Log: Update Changes.
3463      Branch: perl
3464            ! Changes patchlevel.h
3465 ____________________________________________________________________________
3466 [ 17013] By: jhi                                   on 2002/06/05  13:41:02
3467         Log: Mention the flakiness of AIX' make.
3468      Branch: perl
3469            ! pod/perldelta.pod
3470 ____________________________________________________________________________
3471 [ 17012] By: jhi                                   on 2002/06/05  13:40:45
3472         Log: metaconfig unit change for #17011.
3473      Branch: metaconfig
3474            ! U/installdirs/inc_version_list.U
3475 ____________________________________________________________________________
3476 [ 17011] By: jhi                                   on 2002/06/05  13:23:59
3477         Log: Subject: [ID 20020604.009] [jason@openinformatics.com (Jason E. Stewart)] RC1 buglet in Configure
3478              From: jason@openinformatics.com (Jason E. Stewart)
3479              Date: 04 Jun 2002 16:42:32 -0600
3480              Message-Id: <87d6v6wtrb.fsf@openinformatics.com>
3481              
3482              Unexpanded $prefix.
3483      Branch: perl
3484            ! Configure
3485 ____________________________________________________________________________
3486 [ 17010] By: jhi                                   on 2002/06/05  13:16:49
3487         Log: glibc version is more a library issue than a compiler issue.
3488      Branch: perl
3489            ! myconfig.SH
3490 ____________________________________________________________________________
3491 [ 17009] By: jhi                                   on 2002/06/05  13:07:01
3492         Log: Subject: [Encode PATCH] spurious warning
3493              From: Nicholas Clark <nick@unfortu.net>
3494              Date: Sun, 2 Jun 2002 20:26:22 +0100
3495              Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
3496      Branch: perl
3497            ! ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
3498 ____________________________________________________________________________
3499 [ 17008] By: jhi                                   on 2002/06/05  13:03:19
3500         Log: Show gnulibc_version in myconfig. 
3501      Branch: perl
3502            ! myconfig.SH
3503 ____________________________________________________________________________
3504 [ 17007] By: jhi                                   on 2002/06/05  12:59:31
3505         Log: Regen Glossary for #16991.
3506      Branch: perl
3507            ! Porting/Glossary Porting/config.sh Porting/config_H
3508 ____________________________________________________________________________
3509 [ 17006] By: jhi                                   on 2002/06/05  12:44:45
3510         Log: More for #16991.
3511      Branch: perl
3512            ! hints/linux.sh
3513 ____________________________________________________________________________
3514 [ 17005] By: nick                                  on 2002/06/05  07:23:22
3515         Log: Integrate mainline
3516      Branch: perlio
3517           +> ext/Thread/README.threads
3518            - README.threads
3519           !> (integrate 81 files)
3520 ____________________________________________________________________________
3521 [ 17004] By: jhi                                   on 2002/06/05  03:35:24
3522         Log: FAQ sync.
3523      Branch: perl
3524            ! pod/perlfaq6.pod
3525 ____________________________________________________________________________
3526 [ 17003] By: jhi                                   on 2002/06/05  01:56:00
3527         Log: Subject: [ID 20020602.004] threads::shared::queue new nit
3528              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3529              Date: Sun, 02 Jun 2002 21:36:05 +0200
3530              Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl>
3531      Branch: perl
3532            ! ext/threads/shared/queue.pm
3533 ____________________________________________________________________________
3534 [ 17002] By: jhi                                   on 2002/06/05  01:47:02
3535         Log: Subject: [ID 20020603.010] One more failed test on BeOS 5
3536              From: "Daniel Berger" <djberg96@attbi.com>
3537              Date: Mon, 03 Jun 2002 19:18:38 GMT
3538              Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net>
3539      Branch: perl
3540            ! README.beos
3541 ____________________________________________________________________________
3542 [ 17001] By: jhi                                   on 2002/06/05  01:44:40
3543         Log: Subject: One more sorry for Oracle
3544              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3545              Date: Tue, 04 Jun 2002 10:02:17 +0200
3546              Message-Id: <20020604100132.159C.H.M.BRAND@hccnet.nl>
3547              
3548              (modified)
3549      Branch: perl
3550            ! README.hpux
3551 ____________________________________________________________________________
3552 [ 17000] By: jhi                                   on 2002/06/05  01:42:58
3553         Log: metaconfig unit change for #16999.
3554      Branch: metaconfig
3555            ! U/threads/usethreads.U
3556 ____________________________________________________________________________
3557 [ 16999] By: jhi                                   on 2002/06/05  01:42:44
3558         Log: Disable the combination of ithreads but not perlio.
3559      Branch: perl
3560            ! Configure INSTALL
3561 ____________________________________________________________________________
3562 [ 16998] By: jhi                                   on 2002/06/05  00:58:43
3563         Log: perlthrtut links.
3564      Branch: perl
3565            ! ext/threads/shared/shared.pm ext/threads/threads.pm
3566            ! pod/perldelta.pod
3567 ____________________________________________________________________________
3568 [ 16997] By: jhi                                   on 2002/06/05  00:55:08
3569         Log: Unmatchings.
3570      Branch: perl
3571            ! README.netware README.win32
3572 ____________________________________________________________________________
3573 [ 16996] By: jhi                                   on 2002/06/05  00:50:08
3574         Log: Subject: Re: 2nd draft of announcement
3575              From: "John P. Linderman" <jpl@research.att.com>
3576              Date: Mon, 03 Jun 2002 08:57:49 -0400
3577              Message-Id: <200206031257.IAA12388@raptor.research.att.com>
3578              
3579              Let's not forget the mystery IRIX failure.
3580      Branch: perl
3581            ! pod/perldelta.pod
3582 ____________________________________________________________________________
3583 [ 16995] By: jhi                                   on 2002/06/05  00:45:34
3584         Log: Move the obsolete README.threads out of sight to ext/Threads;
3585              save one part of the IRIX knowledge in INSTALL (though IRIX
3586              6.2 is quite old...)
3587      Branch: perl
3588            + ext/Thread/README.threads
3589            - README.threads
3590            ! INSTALL MANIFEST
3591 ____________________________________________________________________________
3592 [ 16994] By: jhi                                   on 2002/06/05  00:27:47
3593         Log: Upgrade to Math::BigRat 0.07.
3594      Branch: perl
3595            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
3596            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
3597            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
3598 ____________________________________________________________________________
3599 [ 16993] By: jhi                                   on 2002/06/05  00:27:08
3600         Log: metaconfig unit change #16991.
3601      Branch: metaconfig
3602            ! U/compline/d_gnulibc.U U/compline/d_stdstdio.U
3603 ____________________________________________________________________________
3604 [ 16992] By: jhi                                   on 2002/06/05  00:26:45
3605         Log: Forgot from #16991.
3606      Branch: perl
3607            ! config_h.SH
3608 ____________________________________________________________________________
3609 [ 16991] By: jhi                                   on 2002/06/05  00:16:28
3610         Log: Subject: Re: hints/linux.sh & stdio
3611              From: Andy Dougherty <doughera@lafayette.edu>
3612              Date: Mon, 3 Jun 2002 13:57:17 -0400 (EDT)
3613              Message-ID: <Pine.SOL.4.10.10206031349430.4034-100000@maxwell.phys.lafayette.edu>
3614      Branch: perl
3615            ! Configure
3616 ____________________________________________________________________________
3617 [ 16990] By: jhi                                   on 2002/06/05  00:08:57
3618         Log: Integrate maintperl change #16988;
3619              
3620              make IO::Pipe work on windows
3621      Branch: perl
3622           !> ext/IO/lib/IO/Pipe.pm
3623 ____________________________________________________________________________
3624 [ 16989] By: jhi                                   on 2002/06/05  00:07:15
3625         Log: Integrate macperl changes #16974 and #16975;
3626              
3627              nativize() isn't happy with absolute Mac paths
3628              
3629              Test::Harness test fixes, attempt #3 :-)
3630      Branch: perl
3631           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
3632           !> lib/Test/Harness/t/callback.t
3633           !> lib/Test/Harness/t/strap-analyze.t
3634           !> lib/Test/Harness/t/test-harness.t lib/lib_pm.PL
3635 ____________________________________________________________________________
3636 [ 16988] By: gsar                                  on 2002/06/04  23:14:56
3637         Log: make IO::Pipe work on windows
3638      Branch: maint-5.6/perl
3639            ! ext/IO/lib/IO/Pipe.pm
3640 ____________________________________________________________________________
3641 [ 16987] By: rgs                                   on 2002/06/04  21:37:23
3642         Log: s/modperl/mod_perl/g
3643      Branch: perl
3644            ! README.aix pod/perldelta.pod
3645 ____________________________________________________________________________
3646 [ 16986] By: rgs                                   on 2002/06/04  21:32:19
3647         Log: Subject: [DOC PATCH] perldelta.pod
3648              From: Philip Newton <Philip.Newton@gmx.net>
3649              Date: Tue, 04 Jun 2002 06:52:55 +0200
3650              Message-ID: <g9hofuk5egps80m15k59loidv60506n4nb@4ax.com>
3651              
3652              (with one nit, s/modperl/mod_perl/)
3653      Branch: perl
3654            ! pod/perldelta.pod
3655 ____________________________________________________________________________
3656 [ 16985] By: rgs                                   on 2002/06/04  20:30:00
3657         Log: perlfunc/lock() nits by Philip Newton and Johan Vromans.
3658      Branch: perl
3659            ! pod/perlfunc.pod
3660 ____________________________________________________________________________
3661 [ 16984] By: ams                                   on 2002/06/04  01:05:49
3662         Log: Subject: [PATCH] Re: Some bugs in RC1
3663              From: Michael G Schwern <schwern@pobox.com>
3664              Date: Mon, 03 Jun 2002 19:59:21 -0400
3665              Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>
3666      Branch: perl
3667            ! lib/perl5db.pl
3668 ____________________________________________________________________________
3669 [ 16983] By: pudge                                 on 2002/06/04  00:22:12
3670         Log: Update Errno slightly to latest version
3671      Branch: macperl
3672            ! macos/lib/Errno.pm
3673 ____________________________________________________________________________
3674 [ 16982] By: rgs                                   on 2002/06/03  19:15:26
3675         Log: Protect against localizing an %ENV slice.
3676      Branch: perl
3677            ! lib/Cwd.pm
3678 ____________________________________________________________________________
3679 [ 16981] By: rgs                                   on 2002/06/03  18:59:19
3680         Log: Document that lock() is a "weak keyword".
3681      Branch: perl
3682            ! pod/perlfunc.pod
3683 ____________________________________________________________________________
3684 [ 16980] By: ams                                   on 2002/06/03  18:38:26
3685         Log: Subject: [PATCH Switch.pm] Minor typo
3686              From: Philip Newton <Philip.Newton@gmx.net>
3687              Date: Mon, 03 Jun 2002 21:35:55 +0200
3688              Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
3689      Branch: perl
3690            ! lib/Switch.pm
3691 ____________________________________________________________________________
3692 [ 16979] By: ams                                   on 2002/06/03  17:06:03
3693         Log: Remove all occurrences of occurence, except for one (in the
3694              Changelog) that is preserved for historical reasons.
3695      Branch: perl
3696            ! ext/File/Glob/bsd_glob.c hints/ultrix_4.sh lib/Pod/Checker.pm
3697            ! lib/Pod/Find.pm pod/perltoc.pod t/pod/poderrs.t
3698            ! t/pod/poderrs.xr util.c wince/comp.pl x2p/find2perl.PL
3699 ____________________________________________________________________________
3700 [ 16978] By: pudge                                 on 2002/06/02  17:22:43
3701         Log: Update Changes
3702      Branch: macperl
3703            ! macos/Changes
3704 ____________________________________________________________________________
3705 [ 16977] By: pudge                                 on 2002/06/02  17:21:45
3706         Log: Update Help menu for 5.8
3707      Branch: macperl
3708            ! macos/macperl/MacPerl.podhelp
3709 ____________________________________________________________________________
3710 [ 16976] By: pudge                                 on 2002/06/02  17:21:28
3711         Log: Bump versions
3712      Branch: macperl
3713            ! macos/MPVersion.r macos/config.h macos/config.sh
3714 ____________________________________________________________________________
3715 [ 16975] By: pudge                                 on 2002/06/02  17:19:29
3716         Log: Test::Harness test fixes, attempt #3 :-)
3717      Branch: macperl
3718            ! lib/Test/Harness/t/callback.t
3719            ! lib/Test/Harness/t/strap-analyze.t
3720            ! lib/Test/Harness/t/test-harness.t
3721 ____________________________________________________________________________
3722 [ 16974] By: pudge                                 on 2002/06/02  17:18:48
3723         Log: nativize() isn't happy with absolute Mac paths
3724      Branch: macperl
3725            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
3726            ! lib/lib_pm.PL
3727 ____________________________________________________________________________
3728 [ 16973] By: jhi                                   on 2002/06/01  21:19:50
3729         Log: Integrate #16971 from maint-5.6;
3730              
3731              IO::Poll wasn't working on windows since poll.c wasn't using the
3732              same abstractions as perl; for test case, see:
3733              http://bugs.activestate.com/show_bug.cgi?id=19624
3734      Branch: perl
3735           !> XSUB.h ext/IO/poll.c
3736 ____________________________________________________________________________
3737 [ 16972] By: jhi                                   on 2002/06/01  21:14:39
3738         Log: A few links.
3739      Branch: perl
3740            ! pod/perldelta.pod
3741 ____________________________________________________________________________
3742 [ 16971] By: gsar                                  on 2002/06/01  20:39:08
3743         Log: IO::Poll wasn't working on windows since poll.c wasn't using the
3744              same abstractions as perl; for test case, see:
3745              http://bugs.activestate.com/show_bug.cgi?id=19624
3746      Branch: maint-5.6/perl
3747            ! XSUB.h ext/IO/poll.c
3748 ____________________________________________________________________________
3749 [ 16970] By: jhi                                   on 2002/06/01  20:27:03
3750         Log: Various perldelta tweaks.
3751      Branch: perl
3752            ! pod/perldelta.pod
3753 ____________________________________________________________________________
3754 [ 16969] By: jhi                                   on 2002/06/01  19:52:15
3755         Log: Update Changes.
3756      Branch: perl
3757            ! Changes patchlevel.h
3758 ____________________________________________________________________________
3759 [ 16968] By: pudge                                 on 2002/06/01  18:55:49
3760         Log: Integrate perl for 5.8.0 RC1
3761      Branch: macperl
3762           !> (integrate 77 files)
3763 ____________________________________________________________________________
3764 [ 16967] By: jhi                                   on 2002/06/01  17:46:42
3765         Log: Two obsolete files.
3766      Branch: perl
3767            ! Porting/makerel
3768 ____________________________________________________________________________
3769 [ 16966] By: jhi                                   on 2002/06/01  17:42:45
3770         Log: This is Perl 5.8.0 RC 1.
3771      Branch: perl
3772            ! patchlevel.h
3773 ____________________________________________________________________________
3774 [ 16965] By: jhi                                   on 2002/06/01  17:39:39
3775         Log: Update Changes.
3776      Branch: perl
3777            ! Changes patchlevel.h
3778 ____________________________________________________________________________
3779 [ 16964] By: jhi                                   on 2002/06/01  17:25:31
3780         Log: Subject: [Encode] 1.75 Released
3781              From: Dan Kogai <dankogai@dan.co.jp>
3782              Date: Sun, 2 Jun 2002 03:19:19 +0900
3783              Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp>
3784      Branch: perl
3785            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/TW/TW.pm
3786            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
3787            ! ext/Encode/lib/Encode/Alias.pm
3788            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3789            ! ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
3790 ____________________________________________________________________________
3791 [ 16963] By: jhi                                   on 2002/06/01  16:15:24
3792         Log: Paranoia regen_headers; no changes but at least
3793              the timestamps are now fine.
3794      Branch: perl
3795            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
3796            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
3797            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
3798            ! pod/perlintern.pod pp.sym pp_proto.h proto.h regnodes.h
3799            ! warnings.h
3800 ____________________________________________________________________________
3801 [ 16962] By: jhi                                   on 2002/06/01  16:13:17
3802         Log: Subject: Oracle / 5.8.0 / HP-UX / gcc / 64bit: Sorry
3803              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3804              Date: Sat, 01 Jun 2002 11:35:22 +0200
3805              Message-Id: <20020601103313.BF75.H.M.BRAND@hccnet.nl>
3806      Branch: perl
3807            ! README.hpux
3808 ____________________________________________________________________________
3809 [ 16961] By: jhi                                   on 2002/06/01  15:57:04
3810         Log: Garbage character in perldelta; Cygwin tip from Vadim; regen toc.
3811      Branch: perl
3812            ! pod/perldelta.pod pod/perltoc.pod
3813 ____________________________________________________________________________
3814 [ 16960] By: jhi                                   on 2002/06/01  15:30:10
3815         Log: Regen Configure + perlmodlib + perltoc, FAQ sync.
3816      Branch: perl
3817            ! Configure Porting/config.sh Porting/config_H pod/perlfaq4.pod
3818            ! pod/perlfaq5.pod pod/perlmodlib.pod pod/perltoc.pod
3819 ____________________________________________________________________________
3820 [ 16959] By: jhi                                   on 2002/06/01  15:03:57
3821         Log: Even more VMSifying (this time more like de-MacOSifying).
3822      Branch: perl
3823            ! lib/Test/Harness/t/test-harness.t
3824 ____________________________________________________________________________
3825 [ 16958] By: jhi                                   on 2002/06/01  14:58:39
3826         Log: VMSifying from Craig Berry.
3827      Branch: perl
3828            ! lib/Test/Harness/t/callback.t
3829            ! lib/Test/Harness/t/strap-analyze.t
3830            ! lib/Test/Harness/t/test-harness.t
3831 ____________________________________________________________________________
3832 [ 16957] By: jhi                                   on 2002/06/01  14:52:34
3833         Log: Mention the CJK docs.
3834      Branch: perl
3835            ! pod/perldelta.pod
3836 ____________________________________________________________________________
3837 [ 16956] By: jhi                                   on 2002/06/01  14:36:15
3838         Log: Subject: [PATCH] another Storable test
3839              From: Nicholas Clark <nick@unfortu.net>
3840              Date: Sat, 1 Jun 2002 14:07:01 +0100
3841              Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net>
3842      Branch: perl
3843            ! ext/Storable/t/interwork56.t
3844 ____________________________________________________________________________
3845 [ 16955] By: nick                                  on 2002/06/01  09:02:48
3846         Log: Integrate mainline
3847      Branch: perlio
3848            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
3849           !> (integrate 62 files)
3850 ____________________________________________________________________________
3851 [ 16954] By: jhi                                   on 2002/06/01  04:05:35
3852         Log: Make the changes MacOS-specific.
3853      Branch: perl
3854            ! lib/Test/Harness/t/callback.t
3855            ! lib/Test/Harness/t/strap-analyze.t
3856            ! lib/Test/Harness/t/test-harness.t
3857 ____________________________________________________________________________
3858 [ 16953] By: ams                                   on 2002/06/01  03:20:52
3859         Log: Remove $Id$ lines.
3860      Branch: perl
3861            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
3862            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
3863            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
3864            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
3865            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
3866            ! ext/Storable/t/integer.t ext/Storable/t/interwork56.t
3867            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
3868            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
3869            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
3870            ! ext/Storable/t/st-dump.pl ext/Storable/t/store.t
3871            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
3872            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
3873            ! ext/Storable/t/utf8hash.t
3874 ____________________________________________________________________________
3875 [ 16952] By: jhi                                   on 2002/06/01  03:09:47
3876         Log: Perl Labs dead, Smokers live.
3877      Branch: perl
3878            ! pod/perlhack.pod
3879 ____________________________________________________________________________
3880 [ 16951] By: ams                                   on 2002/06/01  03:08:02
3881         Log: Nitpick at ChangeLog until it is consistently formatted.
3882      Branch: perl
3883            ! ext/Storable/ChangeLog
3884 ____________________________________________________________________________
3885 [ 16950] By: jhi                                   on 2002/06/01  02:46:48
3886         Log: strictify lib.pm.
3887      Branch: perl
3888            ! lib/lib_pm.PL
3889 ____________________________________________________________________________
3890 [ 16949] By: jhi                                   on 2002/06/01  02:33:27
3891         Log: s/invcer/incver/
3892      Branch: perl
3893            ! lib/lib_pm.PL
3894 ____________________________________________________________________________
3895 [ 16948] By: jhi                                   on 2002/06/01  02:03:27
3896         Log: Subject: Re: perl@16925
3897              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3898              Date: Fri, 31 May 2002 19:56:39 -0700
3899              Message-ID: <nfD+8gzkgGHH092yn@efn.org>
3900              
3901              Self-tie clarifications.
3902      Branch: perl
3903            ! pod/perldelta.pod
3904 ____________________________________________________________________________
3905 [ 16947] By: jhi                                   on 2002/06/01  01:17:45
3906         Log: Be exact of what happens.
3907      Branch: perl
3908            ! README.cygwin
3909 ____________________________________________________________________________
3910 [ 16946] By: jhi                                   on 2002/06/01  01:16:59
3911         Log: Subject: [Patch] Inplace editing on Cygwin and others?
3912              From: "Gerrit P. Haase" <gp@familiehaase.de>
3913              Date: Sat, 1 Jun 2002 04:14:43 +0200
3914              Message-ID: <199100765833.20020601041443@familiehaase.de>
3915      Branch: perl
3916            ! README.cygwin doio.c perl.c
3917 ____________________________________________________________________________
3918 [ 16945] By: jhi                                   on 2002/05/31  23:03:23
3919         Log: MacOS test glitch.
3920      Branch: perl
3921            ! ext/Digest/MD5/t/files.t
3922 ____________________________________________________________________________
3923 [ 16944] By: jhi                                   on 2002/05/31  22:13:31
3924         Log: Update Changes.
3925      Branch: perl
3926            ! Changes patchlevel.h
3927 ____________________________________________________________________________
3928 [ 16943] By: jhi                                   on 2002/05/31  22:08:03
3929         Log: Subject: lib/Math/BigInt/t/bigintc.t + VMS + perl@16925
3930              From: "Craig A. Berry" <craigberry@mac.com>
3931              Date: Fri, 31 May 2002 17:20:11 -0500
3932              Message-Id: <a05111b01b91da6015790@[172.16.52.1]>
3933              
3934              Avoid redef warning.
3935      Branch: perl
3936            ! lib/Math/BigInt/Calc.pm
3937 ____________________________________________________________________________
3938 [ 16942] By: jhi                                   on 2002/05/31  21:42:12
3939         Log: Integrate macperl patches #16926 and #16938;
3940              
3941              Big MacPerl Testing Patch No. 2
3942              
3943              Big MacPerl Testing Patch No. 3
3944      Branch: perl
3945           !> ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
3946           !> lib/Devel/SelfStubber.t lib/English.t lib/ExtUtils/MM_MacOS.pm
3947           !> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
3948           !> lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t
3949           !> lib/File/Temp.pm lib/FindBin.t lib/Test/Harness/Straps.pm
3950           !> lib/Test/Harness/t/callback.t
3951           !> lib/Test/Harness/t/strap-analyze.t
3952           !> lib/Test/Harness/t/test-harness.t lib/Tie/File/t/09_gen_rs.t
3953           !> lib/diagnostics.t lib/lib.t lib/lib_pm.PL t/comp/use.t
3954           !> t/lib/MakeMaker/Test/Utils.pm utils/dprofpp.PL utils/splain.PL
3955 ____________________________________________________________________________
3956 [ 16941] By: pudge                                 on 2002/05/31  20:49:56
3957         Log: Configuration / test updates
3958      Branch: macperl
3959            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
3960            ! macos/Makefile.mk
3961 ____________________________________________________________________________
3962 [ 16940] By: pudge                                 on 2002/05/31  20:49:19
3963         Log: Fix various Makefile.PL for string/array conflicts
3964      Branch: macperl
3965            ! macos/ext/Mac/Controls/Makefile.PL
3966            ! macos/ext/Mac/Dialogs/Makefile.PL
3967            ! macos/ext/Mac/Events/Makefile.PL
3968            ! macos/ext/Mac/Files/Makefile.PL
3969            ! macos/ext/Mac/Fonts/Makefile.PL
3970            ! macos/ext/Mac/Lists/Makefile.PL
3971            ! macos/ext/Mac/Menus/Makefile.PL
3972            ! macos/ext/Mac/MoreFiles/Makefile.PL
3973            ! macos/ext/Mac/Movies/Makefile.PL
3974            ! macos/ext/Mac/Navigation/Makefile.PL
3975            ! macos/ext/Mac/Notification/Makefile.PL
3976            ! macos/ext/Mac/OSA/Makefile.PL
3977            ! macos/ext/Mac/QDOffscreen/Makefile.PL
3978            ! macos/ext/Mac/QuickTimeVR/Makefile.PL
3979            ! macos/ext/Mac/SAT/Makefile.PL macos/ext/Mac/Sound/Makefile.PL
3980            ! macos/ext/Mac/StandardFile/Makefile.PL
3981            ! macos/ext/Mac/TextEdit/Makefile.PL
3982            ! macos/ext/Mac/Windows/Makefile.PL
3983            ! macos/ext/MacPerl/Makefile.PL
3984 ____________________________________________________________________________
3985 [ 16939] By: pudge                                 on 2002/05/31  20:48:09
3986         Log: Integrate perl
3987      Branch: macperl
3988            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
3989           !> MANIFEST hints/hpux.sh lib/Math/BigInt/t/mbi_rand.t
3990           !> pod/perldelta.pod pod/perlhist.pod pod/perlport.pod
3991           !> pod/perlvar.pod
3992 ____________________________________________________________________________
3993 [ 16938] By: pudge                                 on 2002/05/31  20:46:07
3994         Log: Big MacPerl Testing Patch No. 3
3995      Branch: macperl
3996            ! lib/ExtUtils/MM_MacOS.pm lib/File/DosGlob.t
3997            ! lib/File/Spec/t/Spec.t lib/Test/Harness/Straps.pm
3998            ! lib/Test/Harness/t/callback.t
3999            ! lib/Test/Harness/t/strap-analyze.t
4000            ! lib/Test/Harness/t/test-harness.t lib/lib_pm.PL t/comp/use.t
4001            ! utils/dprofpp.PL utils/splain.PL
4002 ____________________________________________________________________________
4003 [ 16937] By: jhi                                   on 2002/05/31  20:14:45
4004         Log: Update the LWP status.
4005      Branch: perl
4006            ! pod/perldelta.pod
4007 ____________________________________________________________________________
4008 [ 16936] By: nick                                  on 2002/05/31  20:07:40
4009         Log: Integrate mainline
4010      Branch: perlio
4011           +> NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
4012           +> lib/File/Spec/NW5.pm
4013            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4014            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4015            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4016            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
4017           !> Changes MANIFEST NetWare/Makefile NetWare/Nwmain.c
4018           !> NetWare/nw5.c README.netware ext/DynaLoader/DynaLoader_pm.PL
4019           !> hints/hpux.sh lib/English.t lib/ExtUtils/MM_NW5.pm makedef.pl
4020           !> patchlevel.h pod/perldelta.pod pod/perlport.pod
4021           !> pod/perlvar.pod toke.c
4022 ____________________________________________________________________________
4023 [ 16935] By: jhi                                   on 2002/05/31  19:27:50
4024         Log: Freudian slip :-)
4025      Branch: perl
4026            ! pod/perlhist.pod
4027 ____________________________________________________________________________
4028 [ 16934] By: jhi                                   on 2002/05/31  18:58:21
4029         Log: perlhist update.
4030      Branch: perl
4031            ! pod/perlhist.pod
4032 ____________________________________________________________________________
4033 [ 16933] By: jhi                                   on 2002/05/31  18:52:26
4034         Log: Subject: RE: [doughera@lafayette.edu: [PATCH] Math/BigInt/t/mbi_rand.t pr
4035              From: Andy Dougherty <doughera@lafayette.edu>
4036              Date: Fri, 31 May 2002 15:52:34 -0400 (EDT)
4037              Message-ID: Pine.SOL.4.10.10205311550480.19295-100000@maxwell.phys.lafayette.edu>
4038      Branch: perl
4039            ! lib/Math/BigInt/t/mbi_rand.t
4040 ____________________________________________________________________________
4041 [ 16932] By: jhi                                   on 2002/05/31  18:46:54
4042         Log: From: Michael G Schwern <schwern@pobox.com>
4043              Date: Fri, 31 May 2002 15:18:02 -0400
4044              Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net>
4045              To: perl5-porters@perl.org
4046      Branch: perl
4047            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4048            ! MANIFEST
4049 ____________________________________________________________________________
4050 [ 16931] By: jhi                                   on 2002/05/31  17:52:24
4051         Log: More datapoints on gcc/alpha.
4052      Branch: perl
4053            ! pod/perldelta.pod
4054 ____________________________________________________________________________
4055 [ 16930] By: jhi                                   on 2002/05/31  17:07:14
4056         Log: Document that old gccs on Alpha are no good.
4057      Branch: perl
4058            ! pod/perldelta.pod
4059 ____________________________________________________________________________
4060 [ 16929] By: pudge                                 on 2002/05/31  16:27:30
4061         Log: Integrate perl
4062      Branch: macperl
4063           +> NetWare/bat/SetCodeWar.bat ext/Storable/t/interwork56.t
4064           +> ext/Storable/t/make_56_interwork.pl lib/ExtUtils/t/MM_NW5.t
4065           +> lib/ExtUtils/t/writemakefile_args.t lib/File/Spec/NW5.pm
4066           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4067           +> t/lib/sample-tests/skipall_nomsg
4068            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4069            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4070            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4071            - NetWare/bat/Setmpksdk.bat NetWare/bat/Setwatcom.bat
4072            - NetWare/bat/ToggleXDC.bat
4073           !> (integrate 86 files)
4074 ____________________________________________________________________________
4075 [ 16928] By: jhi                                   on 2002/05/31  16:20:02
4076         Log: Subject: [PATCH perl@16923] archname glitch on HP-UX/IA64
4077              From: Colin Watson <colinw@zeus.com>
4078              Date: Fri, 31 May 2002 17:34:06 +0100
4079              Message-ID: <20020531163406.GA10401@zeus.com>
4080      Branch: perl
4081            ! hints/hpux.sh
4082 ____________________________________________________________________________
4083 [ 16927] By: jhi                                   on 2002/05/31  16:17:29
4084         Log: Subject: [PATCH] Adjust executable suffix checks for VMS
4085              From: Paul_GreenVOS@vos.stratus.com
4086              Date: Fri, 31 May 02 12:23 edt
4087              Message-Id: <200205311622.MAA21673@mailhub2.stratus.com>
4088      Branch: perl
4089            ! pod/perlport.pod pod/perlvar.pod
4090 ____________________________________________________________________________
4091 [ 16926] By: pudge                                 on 2002/05/31  16:07:35
4092         Log: Big MacPerl Testing Patch No. 2
4093              There might be more soon, but this is almost all of it for now
4094      Branch: macperl
4095            ! ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
4096            ! lib/Devel/SelfStubber.t lib/English.t
4097            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
4098            ! lib/File/Path.t lib/File/Temp.pm lib/FindBin.t
4099            ! lib/Tie/File/t/09_gen_rs.t lib/diagnostics.t lib/lib.t
4100            ! lib/lib_pm.PL t/lib/MakeMaker/Test/Utils.pm
4101 ____________________________________________________________________________
4102 [ 16925] By: jhi                                   on 2002/05/31  14:52:22
4103         Log: Update Changes.
4104      Branch: perl
4105            ! Changes patchlevel.h
4106 ____________________________________________________________________________
4107 [ 16924] By: jhi                                   on 2002/05/31  14:34:23
4108         Log: Missing MANIFESTations.
4109      Branch: perl
4110            ! MANIFEST
4111 ____________________________________________________________________________
4112 [ 16923] By: jhi                                   on 2002/05/31  13:21:13
4113         Log: DJGPP tweaks from Laszlo.
4114      Branch: perl
4115            ! lib/English.t
4116 ____________________________________________________________________________
4117 [ 16922] By: jhi                                   on 2002/05/31  13:12:51
4118         Log: NetWare update from Ananth Kesari.
4119      Branch: perl
4120            + NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
4121            + lib/File/Spec/NW5.pm
4122            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4123            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4124            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4125            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
4126            ! MANIFEST NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
4127            ! README.netware ext/DynaLoader/DynaLoader_pm.PL
4128            ! lib/ExtUtils/MM_NW5.pm makedef.pl toke.c
4129 ____________________________________________________________________________
4130 [ 16921] By: jhi                                   on 2002/05/31  12:39:48
4131         Log: Integrate perlio:
4132              
4133              [ 16920]
4134              Use File::Spec for blib expectance tests - skating round
4135              existing MacOS and VMS hacks.
4136      Branch: perl
4137           !> lib/blib.t
4138 ____________________________________________________________________________
4139 [ 16920] By: nick                                  on 2002/05/31  08:48:40
4140         Log: Use File::Spec for blib expectance tests - skating round
4141              existing MacOS and VMS hacks.
4142      Branch: perlio
4143            ! lib/blib.t
4144 ____________________________________________________________________________
4145 [ 16919] By: nick                                  on 2002/05/31  08:39:37
4146         Log: Integrate mainline
4147      Branch: perlio
4148           +> ext/Storable/t/interwork56.t
4149           +> ext/Storable/t/make_56_interwork.pl
4150           +> lib/ExtUtils/t/writemakefile_args.t
4151           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4152           +> t/lib/sample-tests/skipall_nomsg
4153            - NetWare/bat/Setwatcom.bat
4154           !> (integrate 62 files)
4155 ____________________________________________________________________________
4156 [ 16918] By: jhi                                   on 2002/05/31  03:12:15
4157         Log: Regen toc.
4158      Branch: perl
4159            ! pod/perltoc.pod
4160 ____________________________________________________________________________
4161 [ 16917] By: jhi                                   on 2002/05/31  02:13:06
4162         Log: Subject: [PATCH] t/test.pl, which_perl, VMS
4163              From: "Craig A. Berry" <craigberry@mac.com>
4164              Date: Thu, 30 May 2002 22:14:15 -0500
4165              Message-Id: <a0511170ab91c997b6866@[172.16.52.1]>
4166      Branch: perl
4167            ! t/test.pl
4168 ____________________________________________________________________________
4169 [ 16916] By: jhi                                   on 2002/05/31  02:05:11
4170         Log: Missing from #16914.
4171      Branch: perl
4172            ! MANIFEST
4173 ____________________________________________________________________________
4174 [ 16915] By: jhi                                   on 2002/05/31  02:01:07
4175         Log: BeOS status update.
4176      Branch: perl
4177            ! AUTHORS README.beos pod/perldelta.pod
4178 ____________________________________________________________________________
4179 [ 16914] By: jhi                                   on 2002/05/31  01:54:38
4180         Log: Upgrade to Test::Harness 2.24.
4181      Branch: perl
4182            + t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4183            + t/lib/sample-tests/skipall_nomsg
4184            ! lib/Test/Harness.pm lib/Test/Harness/Changes
4185            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
4186            ! lib/Test/Harness/t/strap-analyze.t
4187            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
4188 ____________________________________________________________________________
4189 [ 16913] By: jhi                                   on 2002/05/31  01:24:32
4190         Log: metaconfig unit change for #16912.
4191      Branch: metaconfig/U/perl
4192            ! perlpath.U
4193 ____________________________________________________________________________
4194 [ 16912] By: jhi                                   on 2002/05/31  01:24:16
4195         Log: Subject: Improved $^X patch
4196              From: Paul_GreenVOS@vos.stratus.com
4197              Date: Thu, 30 May 02 17:32 edt
4198              Message-Id: <200205302132.RAA18437@mailhub1.stratus.com>
4199      Branch: perl
4200            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4201            ! pod/perlport.pod pod/perlvar.pod
4202 ____________________________________________________________________________
4203 [ 16911] By: jhi                                   on 2002/05/31  01:12:21
4204         Log: Subject: [PATCH configure.com] _ext -> _exe
4205              From: "Craig A. Berry" <craigberry@mac.com>
4206              Date: Thu, 30 May 2002 18:32:43 -0500
4207              Message-Id: <a05111705b91c5d0f3f25@[172.16.52.1]>
4208      Branch: perl
4209            ! configure.com
4210 ____________________________________________________________________________
4211 [ 16910] By: jhi                                   on 2002/05/31  01:10:08
4212         Log: Because of #16909 MANIFEST changes.
4213      Branch: perl
4214            ! t/TEST t/harness
4215 ____________________________________________________________________________
4216 [ 16909] By: jhi                                   on 2002/05/31  01:09:36
4217         Log: Subject: [PATCH] Storable compatibility with 64 bit 5.6.x
4218              From: Nicholas Clark <nick@unfortu.net>
4219              Date: Fri, 31 May 2002 00:02:22 +0100
4220              Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net>
4221      Branch: perl
4222            + ext/Storable/t/interwork56.t
4223            + ext/Storable/t/make_56_interwork.pl
4224            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
4225            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
4226            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
4227 ____________________________________________________________________________
4228 [ 16908] By: jhi                                   on 2002/05/30  20:49:34
4229         Log: Integrate perlio:
4230              
4231              [ 16895]
4232              Play safe and avoid writes to stdio's buffer (for glibc2.3)
4233      Branch: perl
4234           !> perlio.c
4235 ____________________________________________________________________________
4236 [ 16907] By: jhi                                   on 2002/05/30  20:42:42
4237         Log: Upgrade to Math::BigRat 0.06.
4238      Branch: perl
4239            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
4240 ____________________________________________________________________________
4241 [ 16906] By: jhi                                   on 2002/05/30  20:39:30
4242         Log: Upgrade to Math::BigInt 1.57.
4243      Branch: perl
4244            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4245            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4246            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
4247            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbi_rand.t
4248            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
4249 ____________________________________________________________________________
4250 [ 16905] By: jhi                                   on 2002/05/30  20:26:32
4251         Log: Subject: [PATCH perl@16893] lib/blib.t tweak for VMS
4252              From: "Craig A. Berry" <craigberry@mac.com>
4253              Date: Thu, 30 May 2002 16:22:40 -0500
4254              Message-Id: <a05111703b91c44a6865f@[172.16.52.1]>
4255      Branch: perl
4256            ! lib/blib.t
4257 ____________________________________________________________________________
4258 [ 16904] By: jhi                                   on 2002/05/30  20:24:10
4259         Log: Upgrade to ExtUtils::MakeMaker 6.01.
4260      Branch: perl
4261            + lib/ExtUtils/t/writemakefile_args.t
4262            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
4263            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
4264            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_MacOS.pm
4265            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
4266            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4267            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4268            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
4269            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/testlib.pm
4270 ____________________________________________________________________________
4271 [ 16903] By: dougm                                 on 2002/05/30  20:05:47
4272         Log: prevent attempts to load extension libraries more than once on darwin.
4273              avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo"
4274      Branch: perl
4275            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
4276 ____________________________________________________________________________
4277 [ 16902] By: jhi                                   on 2002/05/30  20:01:10
4278         Log: Obsolete file.
4279      Branch: perl
4280            - NetWare/bat/Setwatcom.bat
4281            ! MANIFEST
4282 ____________________________________________________________________________
4283 [ 16901] By: jhi                                   on 2002/05/30  19:49:57
4284         Log: Update Andy.
4285      Branch: perl
4286            ! hints/linux.sh
4287 ____________________________________________________________________________
4288 [ 16900] By: jhi                                   on 2002/05/30  19:40:14
4289         Log: INT2PTR/PTR2IV defined twice.
4290      Branch: perl
4291            ! ext/Devel/PPPort/PPPort.pm
4292 ____________________________________________________________________________
4293 [ 16899] By: jhi                                   on 2002/05/30  19:26:11
4294         Log: Subject: Re: [PATCH: perl@16826] small updates to DCL portions of perl kit
4295              From: PPrymmer@factset.com
4296              Date: Thu, 30 May 2002 13:57:31 -0400
4297              Message-ID: <OF5D13E5C1.A33F30A2-ON85256BC9.0061EF06@55.25.11>
4298              
4299              Multinet matters with s/might the/mind the/
4300      Branch: perl
4301            ! README.vms
4302 ____________________________________________________________________________
4303 [ 16898] By: nick                                  on 2002/05/30  15:55:46
4304         Log: Integrate mainline
4305      Branch: perlio
4306           !> Changes lib/charnames.pm lib/charnames.t patchlevel.h
4307           !> pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod
4308 ____________________________________________________________________________
4309 [ 16897] By: jhi                                   on 2002/05/30  15:46:52
4310         Log: Document the glibc 2.2.5 long long bug.
4311      Branch: perl
4312            ! pod/perldelta.pod
4313 ____________________________________________________________________________
4314 [ 16896] By: jhi                                   on 2002/05/30  15:43:56
4315         Log: Subject: [PATCH pod/perlfunc.pod]  Not having an unimport is no longer fatal.
4316              From: Abigail <abigail@foad.org>
4317              Date: Thu, 30 May 2002 09:33:51 -0700
4318              Message-ID: <20020530093351.A18225@ucan.foad.org>
4319      Branch: perl
4320            ! pod/perlfunc.pod
4321 ____________________________________________________________________________
4322 [ 16895] By: nick                                  on 2002/05/30  14:40:11
4323         Log: Play safe and avoid writes to stdio's buffer (for glibc2.3)
4324      Branch: perlio
4325            ! perlio.c
4326 ____________________________________________________________________________
4327 [ 16894] By: nick                                  on 2002/05/30  14:39:19
4328         Log: Integrate mainline
4329      Branch: perlio
4330           !> (integrate 50 files)
4331 ____________________________________________________________________________
4332 [ 16893] By: jhi                                   on 2002/05/30  14:24:29
4333         Log: Update Changes.
4334      Branch: perl
4335            ! Changes patchlevel.h
4336 ____________________________________________________________________________
4337 [ 16892] By: jhi                                   on 2002/05/30  14:17:43
4338         Log: Subject: RE: [PATCH pod/perlvar.pod] $^X
4339              From: "Green, Paul" <Paul.Green@stratus.com>
4340              Date: Thu, 30 May 2002 11:11:35 -0400
4341              Message-ID: <A2A34F15EE916148BC4C4748223E67A4027C25E4@EXNA4.stratus.com>  
4342      Branch: perl
4343            ! pod/perlvar.pod
4344 ____________________________________________________________________________
4345 [ 16891] By: jhi                                   on 2002/05/30  14:07:30
4346         Log: charnames patch from Thomas Wegner.
4347      Branch: perl
4348            ! lib/charnames.pm lib/charnames.t
4349 ____________________________________________________________________________
4350 [ 16890] By: jhi                                   on 2002/05/30  14:03:24
4351         Log: Subject: [Patch perl@16861] charnames::vianame tweak
4352              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4353              Date: Thu, 30 May 2002 23:56:51 +0900
4354              Message-Id: <20020530235541.D722.BQW10602@nifty.com>
4355      Branch: perl
4356            ! lib/charnames.pm
4357 ____________________________________________________________________________
4358 [ 16889] By: jhi                                   on 2002/05/30  14:02:02
4359         Log: Chart the self-tying minefield.
4360      Branch: perl
4361            ! pod/perldelta.pod
4362 ____________________________________________________________________________
4363 [ 16888] By: jhi                                   on 2002/05/30  13:58:53
4364         Log: Ignasi Roca convinced me, so #16855 is back in.
4365      Branch: perl
4366            ! utfebcdic.h
4367 ____________________________________________________________________________
4368 [ 16887] By: jhi                                   on 2002/05/30  13:51:29
4369         Log: Subject: [PATCH] Re: Linux glibc 2.2.90 issue; likely from readonly stdio mmap
4370              From: Andy Dougherty <doughera@lafayette.edu>
4371              Date: Thu, 30 May 2002 10:50:18 -0400 (EDT)
4372              Message-ID: <Pine.SOL.4.10.10205301008040.22885-100000@maxwell.phys.lafayette.edu>
4373      Branch: perl
4374            ! hints/linux.sh
4375 ____________________________________________________________________________
4376 [ 16886] By: gbarr                                 on 2002/05/30  13:49:11
4377         Log: Sync with libnet-1.12
4378      Branch: perl
4379            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm lib/Net/SMTP.pm
4380 ____________________________________________________________________________
4381 [ 16885] By: jhi                                   on 2002/05/30  13:43:28
4382         Log: Subject: Re: perl@16861
4383              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4384              Date: Wed, 29 May 2002 15:27:18 -0700
4385              Message-ID: <GXV98gzkgW7Y092yn@efn.org>
4386              
4387              Yitzchak won't give up on self-ties.
4388      Branch: perl
4389            ! pp_sys.c t/op/tie.t
4390 ____________________________________________________________________________
4391 [ 16884] By: ams                                   on 2002/05/30  13:32:52
4392         Log: Ronald Kimball pointed out that there was a run-on sentence in the
4393              last patch by Stas Bekman, and I fixed it, and while I was at it, I
4394              fixed the wording of the last phrase as well, and then I re-wrapped
4395              the paragraph.
4396      Branch: perl
4397            ! pod/perlvar.pod
4398 ____________________________________________________________________________
4399 [ 16883] By: jhi                                   on 2002/05/30  13:30:52
4400         Log: Integrate macperl change #16875.
4401      Branch: perl
4402           !> ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
4403           !> t/lib/warnings/op
4404 ____________________________________________________________________________
4405 [ 16882] By: jhi                                   on 2002/05/30  13:29:13
4406         Log: Integrate macperl patch #16868.
4407      Branch: perl
4408           !> (integrate 36 files)
4409 ____________________________________________________________________________
4410 [ 16881] By: jhi                                   on 2002/05/30  12:50:14
4411         Log: Subject: Re: [ PATCH ] module test fest
4412              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4413              Date: Thu, 30 May 2002 13:52:18 +0200
4414              Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl>
4415              
4416              HP-UX Oracle wisdom (with some tweaks)
4417      Branch: perl
4418            ! README.hpux
4419 ____________________________________________________________________________
4420 [ 16880] By: jhi                                   on 2002/05/30  12:48:09
4421         Log: metaconfig unit change for #16879.
4422      Branch: metaconfig
4423            ! U/modified/Options.U
4424 ____________________________________________________________________________
4425 [ 16879] By: jhi                                   on 2002/05/30  12:47:34
4426         Log: Configure -A should not mangle spaces, from H.Merijn B.
4427      Branch: perl
4428            ! Configure
4429 ____________________________________________________________________________
4430 [ 16878] By: jhi                                   on 2002/05/30  12:40:42
4431         Log: OS/2: found the _fd_flags() prototype.
4432      Branch: perl
4433            ! os2/os2ish.h
4434 ____________________________________________________________________________
4435 [ 16877] By: jhi                                   on 2002/05/30  12:33:05
4436         Log: Fix up the signal handler reinstallation lore.
4437      Branch: perl
4438            ! pod/perlipc.pod
4439 ____________________________________________________________________________
4440 [ 16876] By: jhi                                   on 2002/05/30  12:29:09
4441         Log: Subject: [PATCH pod/perlipc.pod] Handling the SIGHUP Signal in Daemons
4442              From: Stas Bekman <stas@stason.org>
4443              Date: Thu, 30 May 2002 15:29:02 +0800
4444              Message-ID: <3CF5D4BE.4000500@stason.org>
4445      Branch: perl
4446            ! pod/perlipc.pod
4447 ____________________________________________________________________________
4448 [ 16875] By: pudge                                 on 2002/05/30  11:48:05
4449         Log: Fixes for fixes
4450      Branch: macperl
4451            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
4452            ! t/lib/warnings/op
4453 ____________________________________________________________________________
4454 [ 16874] By: ams                                   on 2002/05/30  07:41:30
4455         Log: Fix typo in #16866.
4456      Branch: perl
4457            ! lib/File/stat.t
4458 ____________________________________________________________________________
4459 [ 16873] By: ams                                   on 2002/05/30  07:39:24
4460         Log: Subject: [PATCH lib/File/Spec/Unix.pm] catpath()'s pod part
4461              From: Stas Bekman <stas@stason.org>
4462              Date: Thu, 30 May 2002 16:14:55 +0800
4463              Message-Id: <3CF5DF7F.1060700@stason.org>
4464      Branch: perl
4465            ! lib/File/Spec/Unix.pm
4466 ____________________________________________________________________________
4467 [ 16872] By: ams                                   on 2002/05/30  07:38:34
4468         Log: Subject: [PATCH pod/perlvar.pod] $^X
4469              From: Stas Bekman <stas@stason.org>
4470              Date: Thu, 30 May 2002 15:59:48 +0800
4471              Message-Id: <3CF5DBF4.7080500@stason.org>
4472      Branch: perl
4473            ! pod/perlvar.pod
4474 ____________________________________________________________________________
4475 [ 16871] By: nick                                  on 2002/05/30  06:45:56
4476         Log: Integrate all but lib/File/stat.t which seems broken.
4477      Branch: perlio
4478           !> Changes Porting/patching.pod cygwin/perlld.in
4479           !> epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm
4480           !> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4481           !> lib/ExtUtils/MM_NW5.pm os2/os2ish.h patchlevel.h perl.h
4482           !> pp_pack.c sv.c t/base/num.t t/harness t/op/tie.t
4483           !> t/run/fresh_perl.t utfebcdic.h
4484 ____________________________________________________________________________
4485 [ 16870] By: pudge                                 on 2002/05/30  06:06:34
4486         Log: Integrate perl
4487      Branch: macperl
4488           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
4489           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4490           !> (integrate 137 files)
4491 ____________________________________________________________________________
4492 [ 16869] By: pudge                                 on 2002/05/30  05:41:50
4493         Log: Makefile / config / test updates for MacPerl
4494      Branch: macperl
4495            + macos/MacPerlMakeTests.plx
4496            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4497            ! macos/Makefile.mk macos/bundled_ext/Digest/MD5/Makefile.mk
4498            ! macos/config.h macos/config.sh macos/macperl/Makefile.mk
4499 ____________________________________________________________________________
4500 [ 16868] By: pudge                                 on 2002/05/30  05:39:51
4501         Log: Big MacPerl Testing Patch No. 1
4502              If you like this, stay tuned, there's more to come!
4503      Branch: macperl
4504            ! ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t
4505            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t
4506            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t
4507            ! ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t
4508            ! ext/PerlIO/t/fallback.t ext/Socket/Socket.t
4509            ! ext/Storable/t/utf8hash.t lib/AutoSplit.t
4510            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t
4511            ! lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl
4512            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
4513            ! lib/Test/Harness/t/strap-analyze.t
4514            ! lib/Test/Harness/t/test-harness.t lib/Test/Simple/t/exit.t
4515            ! lib/Unicode/Collate.pm lib/Unicode/UCD.t lib/blib.pm
4516            ! lib/blib.t lib/open.t lib/strict.t lib/subs.t lib/warnings.t
4517            ! perl.c t/lib/filter-util.pl t/lib/warnings/doio
4518            ! t/lib/warnings/mg t/lib/warnings/op t/x2p/s2p.t
4519 ____________________________________________________________________________
4520 [ 16867] By: jhi                                   on 2002/05/29  23:25:09
4521         Log: Attachments are okay.
4522      Branch: perl
4523            ! Porting/patching.pod
4524 ____________________________________________________________________________
4525 [ 16866] By: jhi                                   on 2002/05/29  19:46:49
4526         Log: OS/2: ENOINO.
4527      Branch: perl
4528            ! lib/File/stat.t
4529 ____________________________________________________________________________
4530 [ 16865] By: jhi                                   on 2002/05/29  19:41:53
4531         Log: OS/2: provide prototype.
4532      Branch: perl
4533            ! os2/os2ish.h
4534 ____________________________________________________________________________
4535 [ 16864] By: jhi                                   on 2002/05/29  19:29:17
4536         Log: OS/2: fp stringification fudge.
4537              (After this the whole suite passes 98.30%)
4538      Branch: perl
4539            ! t/base/num.t
4540 ____________________________________________________________________________
4541 [ 16863] By: jhi                                   on 2002/05/29  17:35:04
4542         Log: harness wasn't running x2p/s2p.t.
4543      Branch: perl
4544            ! t/harness
4545 ____________________________________________________________________________
4546 [ 16862] By: nick                                  on 2002/05/29  14:12:41
4547         Log: Integrate mainline
4548      Branch: perlio
4549           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4550           !> (integrate 100 files)
4551 ____________________________________________________________________________
4552 [ 16861] By: jhi                                   on 2002/05/29  13:41:01
4553         Log: Subject: [PATCH] pack 'w' should be using NV, not double
4554              From: Nicholas Clark <nick@ccl4.org>
4555              Date: Wed, 29 May 2002 15:38:41 +0100
4556              Message-ID: <20020529153840.L53388@plum.flirble.org>
4557      Branch: perl
4558            ! pp_pack.c
4559 ____________________________________________________________________________
4560 [ 16860] By: jhi                                   on 2002/05/29  13:31:35
4561         Log: Update Changes.
4562      Branch: perl
4563            ! Changes patchlevel.h
4564 ____________________________________________________________________________
4565 [ 16859] By: jhi                                   on 2002/05/29  13:25:31
4566         Log: Spelling bee.
4567      Branch: perl
4568            ! t/op/tie.t
4569 ____________________________________________________________________________
4570 [ 16858] By: jhi                                   on 2002/05/29  13:21:58
4571         Log: Recover some of the #16845.
4572      Branch: perl
4573            ! sv.c t/op/tie.t t/run/fresh_perl.t
4574 ____________________________________________________________________________
4575 [ 16857] By: jhi                                   on 2002/05/29  12:47:02
4576         Log: Retract #16855 until settled.
4577      Branch: perl
4578            ! utfebcdic.h
4579 ____________________________________________________________________________
4580 [ 16856] By: jhi                                   on 2002/05/29  12:31:35
4581         Log: OS/2: more missing definitions.
4582      Branch: perl
4583            ! os2/os2ish.h
4584 ____________________________________________________________________________
4585 [ 16855] By: jhi                                   on 2002/05/29  12:28:17
4586         Log: Subject: UTF-EBCDIC for POSIX-BC (Malformed UTF-8 character)
4587              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
4588              Date: Wed, 29 May 2002 13:16:16 +0200
4589              Message-ID: <318B95F90D8BD41194A5009027FD5FFBCE6CED@madrid14.mad.fsc.net>
4590      Branch: perl
4591            ! utfebcdic.h
4592 ____________________________________________________________________________
4593 [ 16854] By: jhi                                   on 2002/05/29  12:16:08
4594         Log: PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5)
4595      Branch: perl
4596            ! ext/Devel/PPPort/PPPort.pm
4597 ____________________________________________________________________________
4598 [ 16853] By: jhi                                   on 2002/05/29  11:58:43
4599         Log: Subject: Re: [PATCHES] Re: libwin32 on Cygwin?
4600              From: "Gerrit P. Haase" <gp@familiehaase.de>
4601              Date: Wed, 29 May 2002 08:06:43 +0200
4602              Message-ID: <1881715214417.20020529080643@familiehaase.de>
4603      Branch: perl
4604            ! perl.h
4605 ____________________________________________________________________________
4606 [ 16852] By: jhi                                   on 2002/05/29  11:53:12
4607         Log: OS/2: more missing headers from John Poltorak.
4608      Branch: perl
4609            ! os2/os2ish.h
4610 ____________________________________________________________________________
4611 [ 16851] By: jhi                                   on 2002/05/29  11:48:35
4612         Log: Subject: Re: forewarning: usedevel and versiononly
4613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4614              Date: Wed, 29 May 2002 09:41:23 +0200
4615              Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
4616              
4617              More 5.7.3 -> 5.8.0.
4618      Branch: perl
4619            ! cygwin/perlld.in epoc/createpkg.pl ext/Encode/bin/enc2xs
4620            ! ext/Encode/bin/piconv lib/ExtUtils/MM_NW5.pm
4621 ____________________________________________________________________________
4622 [ 16850] By: ams                                   on 2002/05/29  06:48:19
4623         Log: Lots of spring cleaning. (No functional changes.)
4624      Branch: perl
4625            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
4626            ! ext/Storable/README ext/Storable/Storable.pm
4627            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
4628            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
4629            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
4630            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
4631            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
4632            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
4633            ! ext/Storable/t/retrieve.t ext/Storable/t/st-dump.pl
4634            ! ext/Storable/t/store.t ext/Storable/t/tied.t
4635            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
4636            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
4637 ____________________________________________________________________________
4638 [ 16849] By: jhi                                   on 2002/05/29  01:16:23
4639         Log: pod cleanups.
4640      Branch: perl
4641            ! README.aix README.cygwin README.jp README.ko README.macos
4642            ! README.tw pod/perl561delta.pod pod/perldelta.pod
4643            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
4644            ! pod/perlhack.pod pod/perlipc.pod pod/perlsub.pod
4645            ! pod/perlthrtut.pod pod/perlunicode.pod pod/perluniintro.pod
4646 ____________________________________________________________________________
4647 [ 16848] By: jhi                                   on 2002/05/29  00:44:59
4648         Log: Regen perltoc.
4649      Branch: perl
4650            ! pod/perltoc.pod
4651 ____________________________________________________________________________
4652 [ 16847] By: jhi                                   on 2002/05/28  22:15:44
4653         Log: Subject: [PATCH] cross-compilation support for WinCE for non-core extensions
4654              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
4655              Date: Wed, 29 May 2002 02:48:15 +0400
4656              Message-ID: <000701c20699$c3684a30$c25cc3d9@vad>
4657      Branch: perl
4658            ! wince/Makefile.ce
4659 ____________________________________________________________________________
4660 [ 16846] By: jhi                                   on 2002/05/28  22:10:51
4661         Log: Subject: [PATCH: perl@16826] small updates to DCL portions of perl kit
4662              From: PPrymmer@factset.com
4663              Date: Tue, 28 May 2002 18:34:55 -0400
4664              Message-ID: <OF23EAAE54.E5DCAD53-ON85256BC7.007B1EA5@55.25.11>
4665      Branch: perl
4666            ! configure.com vms/genopt.com
4667 ____________________________________________________________________________
4668 [ 16845] By: jhi                                   on 2002/05/28  22:05:55
4669         Log: Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501
4670              to restore some level of sanity in the tied scalars can of worms.
4671      Branch: perl
4672            ! mg.c pp_sys.c sv.c t/op/tie.t t/run/fresh_perl.t
4673 ____________________________________________________________________________
4674 [ 16844] By: gsar                                  on 2002/05/28  22:05:38
4675         Log: extension of change#16332: isolate signal diddling to the main
4676              interpreter (fixes signal-related races, e.g. when multiple
4677              threads run system())
4678      Branch: maint-5.6/perl
4679            ! util.c
4680 ____________________________________________________________________________
4681 [ 16843] By: jhi                                   on 2002/05/28  20:35:59
4682         Log: Bump the version numbers to five-eight-oh.
4683      Branch: perl
4684            ! Configure NetWare/Makefile NetWare/config_H.wc
4685            ! Porting/config.sh Porting/config_H README.tru64 epoc/config.sh
4686            ! patchlevel.h t/op/ver.t uconfig.h uconfig.sh utils/h2xs.PL
4687            ! vos/config.alpha.h vos/config.ga.h win32/Makefile
4688            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4689            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
4690            ! wince/config_H.ce
4691 ____________________________________________________________________________
4692 [ 16842] By: ams                                   on 2002/05/28  19:34:27
4693         Log: Subject: Minor INSTALL patch
4694              From: Andy Dougherty <doughera@lafayette.edu>
4695              Date: Tue, 28 May 2002 16:08:30 -0400 (EDT)
4696              Message-Id: <Pine.SOL.4.10.10205281607001.17663-100000@maxwell.phys.lafayette.edu>
4697      Branch: perl
4698            ! INSTALL
4699 ____________________________________________________________________________
4700 [ 16841] By: ams                                   on 2002/05/28  19:01:22
4701         Log: Add integer.t to MANIFEST.
4702      Branch: perl
4703            ! ext/Storable/MANIFEST
4704 ____________________________________________________________________________
4705 [ 16840] By: jhi                                   on 2002/05/28  17:49:08
4706         Log: Subject: [Encode] 1.74 released -- final for 5.8.0-RC1
4707              From: Dan Kogai <dankogai@dan.co.jp>
4708              Date: Wed, 29 May 2002 03:43:57 +0900
4709              Message-Id: <DE163EDE-726A-11D6-B9CB-0003939A104C@dan.co.jp>
4710      Branch: perl
4711            + ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4712            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
4713            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
4714            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
4715            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
4716            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
4717            ! ext/Encode/MANIFEST ext/Encode/Makefile.PL
4718            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
4719            ! ext/Encode/bin/enc2xs ext/Encode/lib/Encode/Supported.pod
4720            ! ext/Encode/t/mime-header.t
4721 ____________________________________________________________________________
4722 [ 16839] By: jhi                                   on 2002/05/28  17:18:28
4723         Log: OS/2: bug found by John Poltorak.
4724      Branch: perl
4725            ! lib/ExtUtils/MM_OS2.pm
4726 ____________________________________________________________________________
4727 [ 16838] By: gsar                                  on 2002/05/28  14:14:29
4728         Log: makefiles should not clobber lib/Thread directory (some Thread
4729              files seem to live there rather than in ext, for some reason)
4730      Branch: perl
4731            ! win32/Makefile win32/makefile.mk
4732 ____________________________________________________________________________
4733 [ 16837] By: jhi                                   on 2002/05/28  14:06:42
4734         Log: Subject: [PATCH] Bug fix for charnames::vianame
4735              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4736              Date: Tue, 28 May 2002 23:53:39 +0900
4737              Message-Id: <20020528234907.310A.BQW10602@nifty.com>
4738      Branch: perl
4739            ! lib/charnames.pm lib/charnames.t
4740 ____________________________________________________________________________
4741 [ 16836] By: jhi                                   on 2002/05/28  13:43:39
4742         Log: Test output tweak.
4743      Branch: perl
4744            ! lib/ExtUtils/t/Embed.t
4745 ____________________________________________________________________________
4746 [ 16835] By: jhi                                   on 2002/05/28  13:32:46
4747         Log: More charnames tweaks.
4748      Branch: perl
4749            ! lib/charnames.pm lib/charnames.t
4750 ____________________________________________________________________________
4751 [ 16834] By: jhi                                   on 2002/05/28  13:24:16
4752         Log: Subject: [PATCH] Doc fix for charnames::vianame
4753              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4754              Date: Tue, 28 May 2002 22:46:41 +0900
4755              Message-Id: <20020528223607.9EBF.BQW10602@nifty.com>
4756      Branch: perl
4757            ! lib/charnames.pm
4758 ____________________________________________________________________________
4759 [ 16833] By: jhi                                   on 2002/05/28  13:23:03
4760         Log: Subject: [PATCH 5.7.3 TEST] Embed.t fails on Win32
4761              From: "Yves Orton" <demerphq@hotmail.com>
4762              Date: Tue, 28 May 2002 15:43:12 +0200
4763              Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com>
4764      Branch: perl
4765            ! lib/ExtUtils/t/Embed.t
4766 ____________________________________________________________________________
4767 [ 16832] By: jhi                                   on 2002/05/28  13:14:21
4768         Log: metaconfig unit change for #16831.
4769      Branch: metaconfig/U/perl
4770            ! gccvers.U
4771 ____________________________________________________________________________
4772 [ 16831] By: jhi                                   on 2002/05/28  13:14:02
4773         Log: gcc 3 defensiveness from H. Merijn B and Rafael.
4774      Branch: perl
4775            ! Configure
4776 ____________________________________________________________________________
4777 [ 16830] By: jhi                                   on 2002/05/28  12:55:29
4778         Log: Retract the Straps part of #16829 for now since
4779              the subtest 44 of t/strap.t started failing.
4780      Branch: perl
4781            ! lib/Test/Harness/Straps.pm
4782 ____________________________________________________________________________
4783 [ 16829] By: jhi                                   on 2002/05/28  12:26:34
4784         Log: Subject: [PATCH bleadperl] Test::Harness and skiping tests functionality
4785              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4786              Date: Tue, 28 May 2002 08:17:53 +0200
4787              Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu>
4788      Branch: perl
4789            ! ext/POSIX/t/waitpid.t lib/Test/Harness.pm
4790            ! lib/Test/Harness/Straps.pm t/op/64bitint.t t/test.pl
4791 ____________________________________________________________________________
4792 [ 16828] By: nick                                  on 2002/05/28  08:00:28
4793         Log: Integrate mainline
4794      Branch: perlio
4795           !> Changes Makefile.micro README.netware README.tru64
4796           !> ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
4797           !> ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
4798           !> ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4799           !> ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4800           !> ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
4801           !> ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
4802           !> mg.c patchlevel.h pod/perltodo.pod sv.c t/lib/warnings/pp_hot
4803           !> uconfig.h util.c
4804 ____________________________________________________________________________
4805 [ 16827] By: jhi                                   on 2002/05/28  00:46:23
4806         Log: Tru64: sockatmark trouble.
4807      Branch: perl
4808            ! README.tru64
4809 ____________________________________________________________________________
4810 [ 16826] By: jhi                                   on 2002/05/27  23:48:31
4811         Log: Update Changes.
4812      Branch: perl
4813            ! Changes patchlevel.h
4814 ____________________________________________________________________________
4815 [ 16825] By: pudge                                 on 2002/05/27  22:55:07
4816         Log: Integrate perl
4817      Branch: macperl
4818           +> ext/Storable/t/integer.t
4819            ! macos/MPVersion.r macos/config.sh
4820           !> (integrate 60 files)
4821 ____________________________________________________________________________
4822 [ 16824] By: jhi                                   on 2002/05/27  20:58:48
4823         Log: Todo update.
4824      Branch: perl
4825            ! pod/perltodo.pod
4826 ____________________________________________________________________________
4827 [ 16823] By: jhi                                   on 2002/05/27  20:55:45
4828         Log: Don't assume sh and true.
4829      Branch: perl
4830            ! Makefile.micro uconfig.h
4831 ____________________________________________________________________________
4832 [ 16822] By: jhi                                   on 2002/05/27  20:42:47
4833         Log: Subject: Re: [PATCH] Version tango
4834              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4835              Date: Mon, 27 May 2002 13:20:56 -0700
4836              Message-ID: <oUp88gzkgy+T092yn@efn.org>
4837      Branch: perl
4838            ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
4839            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
4840            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4841            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4842            ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
4843            ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
4844 ____________________________________________________________________________
4845 [ 16821] By: rgs                                   on 2002/05/27  20:25:30
4846         Log: Fix a warning bug in Perl_report_evil_fh (didn't report
4847              stashes correctly.) Partial info is better than wrong info.
4848      Branch: perl
4849            ! t/lib/warnings/pp_hot util.c
4850 ____________________________________________________________________________
4851 [ 16820] By: jhi                                   on 2002/05/27  20:09:27
4852         Log: A shot in the dark.
4853      Branch: perl
4854            ! mg.c
4855 ____________________________________________________________________________
4856 [ 16819] By: jhi                                   on 2002/05/27  19:10:14
4857         Log: Comment nit from Yitzchak.
4858      Branch: perl
4859            ! sv.c
4860 ____________________________________________________________________________
4861 [ 16818] By: nick                                  on 2002/05/27  18:47:58
4862         Log: Integrate mainline
4863      Branch: perlio
4864           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
4865           !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin
4866           !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm
4867           !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm
4868           !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t
4869           !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm
4870           !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod
4871           !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod
4872           !> pod/perlsub.pod
4873 ____________________________________________________________________________
4874 [ 16817] By: jhi                                   on 2002/05/27  18:15:32
4875         Log: POD cleanup and rewrapping.
4876      Branch: perl
4877            ! README.netware
4878 ____________________________________________________________________________
4879 [ 16816] By: jhi                                   on 2002/05/27  16:55:53
4880         Log: Update Changes.
4881      Branch: perl
4882            ! Changes patchlevel.h
4883 ____________________________________________________________________________
4884 [ 16815] By: jhi                                   on 2002/05/27  16:49:06
4885         Log: More NetWare.
4886      Branch: perl
4887            ! README.netware
4888 ____________________________________________________________________________
4889 [ 16814] By: jhi                                   on 2002/05/27  16:36:08
4890         Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
4891              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4892              Date: Mon, 27 May 2002 19:26:27 +0200
4893              Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
4894      Branch: perl
4895            ! hints/hpux.sh
4896 ____________________________________________________________________________
4897 [ 16813] By: jhi                                   on 2002/05/27  16:35:47
4898         Log: We are not that certain about the localising of
4899              tied aggregates.
4900      Branch: perl
4901            ! pod/perldelta.pod
4902 ____________________________________________________________________________
4903 [ 16812] By: jhi                                   on 2002/05/27  16:22:45
4904         Log: Missed from #16811.
4905      Branch: perl
4906            + NetWare/sv_nw.c
4907            ! MANIFEST
4908 ____________________________________________________________________________
4909 [ 16811] By: jhi                                   on 2002/05/27  16:22:06
4910         Log: NetWare diff from Ananth Kesari.
4911      Branch: perl
4912            + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4913            ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm
4914 ____________________________________________________________________________
4915 [ 16810] By: jhi                                   on 2002/05/27  16:02:10
4916         Log: Integrate perlio:
4917              
4918              [ 16809]
4919              Add IO::Scalar fail case to the tests.
4920              
4921              [ 16808]
4922              Fix for the IO::Scalar bug (I think).
4923              At tie time break the loop but in a different place:
4924              A. Increment REFCNT of the RV involved in the self-tie
4925              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
4926              At mg_free time
4927              Break the connection between the RV and its referent
4928              so that we do not try and free it (again).
4929              
4930              [ 16805]
4931              **** UNSAFE **** partial fix for IO::Scalar and local ties.
4932              Only op/local.t fails but it is nasty... try valgrind on other machine.
4933      Branch: perl
4934           !> mg.c sv.c t/op/tie.t
4935 ____________________________________________________________________________
4936 [ 16809] By: nick                                  on 2002/05/27  11:02:21
4937         Log: Add IO::Scalar fail case to the tests.
4938      Branch: perlio
4939            ! t/op/tie.t
4940 ____________________________________________________________________________
4941 [ 16808] By: nick                                  on 2002/05/27  09:54:46
4942         Log: Fix for the IO::Scalar bug (I think).
4943              At tie time break the loop but in a different place:
4944              A. Increment REFCNT of the RV involved in the self-tie
4945              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
4946              At mg_free time
4947              Break the connection between the RV and its referent
4948              so that we do not try and free it (again).
4949      Branch: perlio
4950            ! mg.c sv.c
4951 ____________________________________________________________________________
4952 [ 16807] By: jhi                                   on 2002/05/27  02:39:04
4953         Log: select() portability nit.
4954      Branch: perl
4955            ! pod/perlfunc.pod
4956 ____________________________________________________________________________
4957 [ 16806] By: rgs                                   on 2002/05/26  21:01:35
4958         Log: Fix a remaining B::Lint bug.
4959      Branch: perl
4960            ! ext/B/B/Lint.pm ext/B/t/lint.t
4961 ____________________________________________________________________________
4962 [ 16805] By: nick                                  on 2002/05/26  20:51:31
4963         Log: **** UNSAFE **** partial fix for IO::Scalar and local ties.
4964              Only op/local.t fails but it is nasty... try valgrind on other machine.
4965      Branch: perlio
4966            ! sv.c
4967 ____________________________________________________________________________
4968 [ 16804] By: jhi                                   on 2002/05/26  17:23:26
4969         Log: Some day I might actually learn to test changes first
4970              before committing them in.
4971      Branch: perl
4972            ! hints/darwin.sh
4973 ____________________________________________________________________________
4974 [ 16803] By: jhi                                   on 2002/05/26  17:16:32
4975         Log: Until otherwise proven.
4976      Branch: perl
4977            ! hints/darwin.sh
4978 ____________________________________________________________________________
4979 [ 16802] By: jhi                                   on 2002/05/26  17:15:12
4980         Log: Darwin hint tweaks.
4981      Branch: perl
4982            ! hints/darwin.sh
4983 ____________________________________________________________________________
4984 [ 16801] By: jhi                                   on 2002/05/26  15:56:15
4985         Log: FAQ sync.
4986      Branch: perl
4987            ! pod/perlfaq5.pod pod/perlfaq6.pod
4988 ____________________________________________________________________________
4989 [ 16800] By: jhi                                   on 2002/05/26  15:27:05
4990         Log: Subject: [DOC-PATCH] README.cygwin updated
4991              From: "Gerrit P. Haase" <gp@familiehaase.de>
4992              Date: Sun, 26 May 2002 14:56:14 +0200
4993              Message-ID: <1151480833395.20020526145614@familiehaase.de>
4994      Branch: perl
4995            ! README.cygwin
4996 ____________________________________________________________________________
4997 [ 16799] By: jhi                                   on 2002/05/26  15:25:35
4998         Log: I thinkk thinggy has only one g.
4999      Branch: perl
5000            ! pod/perldelta.pod
5001 ____________________________________________________________________________
5002 [ 16798] By: jhi                                   on 2002/05/26  15:23:32
5003         Log: Subject: [PATCH] docs for broken local(%tied) behaviour
5004              From: Dave Mitchell <davem@fdgroup.com>
5005              Date: Sun, 26 May 2002 14:15:42 +0100
5006              Message-ID: <20020526141542.B18527@fdgroup.com>
5007      Branch: perl
5008            ! pod/perldelta.pod pod/perlsub.pod
5009 ____________________________________________________________________________
5010 [ 16797] By: jhi                                   on 2002/05/26  15:19:34
5011         Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text
5012              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5013              Date: Sat, 25 May 2002 21:52:16 -0700
5014              Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu>
5015      Branch: perl
5016            ! ext/B/B/Deparse.pm
5017 ____________________________________________________________________________
5018 [ 16796] By: jhi                                   on 2002/05/26  15:18:27
5019         Log: Slight reformatting; tiny tweaks.
5020      Branch: perl
5021            ! pod/perlipc.pod
5022 ____________________________________________________________________________
5023 [ 16795] By: jhi                                   on 2002/05/26  15:11:00
5024         Log: Integrate perlio:
5025              
5026              [ 16794]
5027              Update perlipc.pod for new signals
5028      Branch: perl
5029           !> pod/perlipc.pod
5030 ____________________________________________________________________________
5031 [ 16794] By: nick                                  on 2002/05/26  08:07:12
5032         Log: Update perlipc.pod for new signals
5033      Branch: perlio
5034            ! pod/perlipc.pod
5035 ____________________________________________________________________________
5036 [ 16793] By: nick                                  on 2002/05/26  07:10:14
5037         Log: Integrate mainline
5038      Branch: perlio
5039           !> AUTHORS Changes Configure patchlevel.h
5040 ____________________________________________________________________________
5041 [ 16792] By: jhi                                   on 2002/05/25  21:39:58
5042         Log: Mention that we do Win64.
5043      Branch: perl
5044            ! pod/perldelta.pod
5045 ____________________________________________________________________________
5046 [ 16791] By: jhi                                   on 2002/05/25  21:39:03
5047         Log: Document the $Config{byteorder} changes.
5048      Branch: perl
5049            ! pod/perldelta.pod
5050 ____________________________________________________________________________
5051 [ 16790] By: jhi                                   on 2002/05/25  21:27:52
5052         Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
5053              From: Nicholas Clark <nick@unfortu.net>
5054              Date: Sat, 25 May 2002 22:37:19 +0100
5055              Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> 
5056              
5057              Subject: [PATCH] Storable (smaller)
5058              From: Nicholas Clark <nick@unfortu.net>
5059              Date: Sat, 25 May 2002 23:13:13 +0100
5060              Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net>
5061      Branch: perl
5062            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5063            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
5064 ____________________________________________________________________________
5065 [ 16789] By: jhi                                   on 2002/05/25  19:00:43
5066         Log: Update Changes.
5067      Branch: perl
5068            ! Changes patchlevel.h
5069 ____________________________________________________________________________
5070 [ 16788] By: jhi                                   on 2002/05/25  18:55:30
5071         Log: AUTHORS updates.
5072      Branch: perl
5073            ! AUTHORS
5074 ____________________________________________________________________________
5075 [ 16787] By: jhi                                   on 2002/05/25  18:51:49
5076         Log: metaconfig unit changes for #16786.
5077      Branch: metaconfig
5078            ! U/modified/Getfile.U U/modified/pager.U
5079 ____________________________________________________________________________
5080 [ 16786] By: jhi                                   on 2002/05/25  18:51:29
5081         Log: Pager query tweaks from Andy Dougherty (for OS/2).
5082      Branch: perl
5083            ! Configure
5084 ____________________________________________________________________________
5085 [ 16785] By: jhi                                   on 2002/05/25  18:19:56
5086         Log: Integrate perlio:
5087              
5088              [ 16784]
5089              Fix VMS ungetc fix for platforms like NetBSD.
5090      Branch: perl
5091           !> perlio.c
5092 ____________________________________________________________________________
5093 [ 16784] By: nick                                  on 2002/05/25  17:34:48
5094         Log: Fix VMS ungetc fix for platforms like NetBSD.
5095      Branch: perlio
5096            ! perlio.c
5097 ____________________________________________________________________________
5098 [ 16783] By: nick                                  on 2002/05/25  16:33:14
5099         Log: Integrate mainline for Lupe's perlio.c fix before
5100              starting on NetBSD issue
5101      Branch: perlio
5102           !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t
5103           !> perlio.c pod/perlapio.pod pod/perldelta.pod
5104 ____________________________________________________________________________
5105 [ 16782] By: jhi                                   on 2002/05/25  16:26:53
5106         Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS
5107              From: "Craig A. Berry" <craigberry@mac.com>
5108              Date: Sat, 25 May 2002 12:19:36 -0500
5109              Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]>
5110      Branch: perl
5111            ! lib/ExtUtils/t/basic.t
5112 ____________________________________________________________________________
5113 [ 16781] By: jhi                                   on 2002/05/25  16:13:08
5114         Log: BeOS: update the test status.
5115      Branch: perl
5116            ! README.beos pod/perldelta.pod
5117 ____________________________________________________________________________
5118 [ 16780] By: jhi                                   on 2002/05/25  15:30:32
5119         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5120              From: Nicholas Clark <nick@unfortu.net>
5121              Date: Sat, 25 May 2002 17:19:21 +0100
5122              Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net>
5123      Branch: perl
5124            ! ext/Storable/t/integer.t
5125 ____________________________________________________________________________
5126 [ 16779] By: jhi                                   on 2002/05/25  14:58:48
5127         Log: Update the number of tests.
5128      Branch: perl
5129            ! pod/perldelta.pod
5130 ____________________________________________________________________________
5131 [ 16778] By: jhi                                   on 2002/05/25  13:11:52
5132         Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures
5133              From: lupe@lupe-christoph.de (Lupe Christoph)    
5134              Date: Sat, 25 May 2002 15:45:34 +0200
5135              Message-ID: <20020525134534.GT6638@lupe-christoph.de>
5136      Branch: perl
5137            ! perlio.c pod/perlapio.pod
5138 ____________________________________________________________________________
5139 [ 16777] By: jhi                                   on 2002/05/25  12:51:53
5140         Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5141              From: Nicholas Clark <nick@unfortu.net>
5142              Date: Sat, 25 May 2002 12:17:44 +0100
5143              Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net>
5144      Branch: perl
5145            ! ext/Storable/t/integer.t
5146 ____________________________________________________________________________
5147 [ 16776] By: nick                                  on 2002/05/25  11:23:28
5148         Log: Integrate mainline
5149      Branch: perlio
5150           +> ext/Storable/t/integer.t
5151           !> (integrate 41 files)
5152 ____________________________________________________________________________
5153 [ 16775] By: jhi                                   on 2002/05/25  01:48:37
5154         Log: perldelta tweaks.
5155      Branch: perl
5156            ! pod/perldelta.pod
5157 ____________________________________________________________________________
5158 [ 16774] By: jhi                                   on 2002/05/24  22:28:29
5159         Log: UNICOS: update test status.
5160      Branch: perl
5161            ! ext/Socket/socketpair.t pod/perldelta.pod
5162 ____________________________________________________________________________
5163 [ 16773] By: jhi                                   on 2002/05/24  22:25:41
5164         Log: UNICOS: since $] is really 5.00700299999997,
5165              testing for equivalence with 5.007003 isn't correct.
5166              (From Nicholas Clark.)
5167      Branch: perl
5168            ! ext/Storable/t/downgrade.t
5169 ____________________________________________________________________________
5170 [ 16772] By: jhi                                   on 2002/05/24  21:44:35
5171         Log: Knock off one test failure thanks to #16771.
5172      Branch: perl
5173            ! pod/perldelta.pod
5174 ____________________________________________________________________________
5175 [ 16771] By: jhi                                   on 2002/05/24  21:39:53
5176         Log: In some (rare) platforms (such as UNICOS) using the native
5177              atof is still better.
5178      Branch: perl
5179            ! numeric.c perl.h
5180 ____________________________________________________________________________
5181 [ 16770] By: jhi                                   on 2002/05/24  21:14:34
5182         Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits
5183              From: "Craig A. Berry" <craigberry@mac.com>
5184              Date: Fri, 24 May 2002 16:24:44 -0500
5185              Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]>      
5186      Branch: perl
5187            ! pod/perldelta.pod vms/vms.c
5188 ____________________________________________________________________________
5189 [ 16769] By: jhi                                   on 2002/05/24  19:25:55
5190         Log: Subject: [PATCH pod/perllol.pod] small typo
5191              From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
5192              Date: Fri, 24 May 2002 16:05:07 -0400
5193              Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
5194      Branch: perl
5195            ! pod/perllol.pod
5196 ____________________________________________________________________________
5197 [ 16768] By: jhi                                   on 2002/05/24  17:47:14
5198         Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
5199              From: Andy Dougherty <doughera@lafayette.edu>
5200              Date: Fri, 24 May 2002 14:46:49 -0400 (EDT)
5201              Message-ID: <Pine.SOL.4.10.10205241445520.6195-100000@maxwell.phys.lafayette.edu>
5202      Branch: perl
5203            ! hints/solaris_2.sh
5204 ____________________________________________________________________________
5205 [ 16767] By: jhi                                   on 2002/05/24  16:55:48
5206         Log: Subject: [patch] small change
5207              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5208              Date: Fri, 24 May 2002 19:18:24 +0400
5209              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
5210      Branch: perl
5211            ! perl.h win32/makefile.mk
5212 ____________________________________________________________________________
5213 [ 16766] By: jhi                                   on 2002/05/24  14:30:25
5214         Log: Subject: [PATCH] README.aix
5215              From: John Peacock <jpeacock@rowman.com>    
5216              Date: Fri, 24 May 2002 10:49:39 -0400
5217              Message-ID: <3CEE5303.1070201@rowman.com>
5218      Branch: perl
5219            ! README.aix
5220 ____________________________________________________________________________
5221 [ 16765] By: jhi                                   on 2002/05/24  14:23:06
5222         Log: Upgrade to Locale-Codes 2.04.
5223      Branch: perl
5224            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t
5225            ! lib/Locale/Country.pm
5226 ____________________________________________________________________________
5227 [ 16764] By: jhi                                   on 2002/05/24  12:27:51
5228         Log: Update Changes.
5229      Branch: perl
5230            ! Changes patchlevel.h
5231 ____________________________________________________________________________
5232 [ 16763] By: jhi                                   on 2002/05/24  12:02:42
5233         Log: Subject: [PATCH Makefile.SH]  'make distclean' should remove *old files too.
5234              From: Abigail <abigail@foad.org>
5235              Date: Fri, 24 May 2002 02:43:37 -0700
5236              Message-ID: <20020524024337.A28749@ucan.foad.org>
5237      Branch: perl
5238            ! Makefile.SH
5239 ____________________________________________________________________________
5240 [ 16762] By: jhi                                   on 2002/05/24  12:01:18
5241         Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos
5242              From: Abigail <abigail@foad.org>
5243              Date: Fri, 24 May 2002 02:26:48 -0700
5244              Message-ID: <20020524022648.A31684@ucan.foad.org>
5245      Branch: perl
5246            ! ext/POSIX/t/posix.t
5247 ____________________________________________________________________________
5248 [ 16761] By: jhi                                   on 2002/05/23  23:25:48
5249         Log: Doc tweaks.
5250      Branch: perl
5251            ! pod/perlunicode.pod pod/perluniintro.pod
5252 ____________________________________________________________________________
5253 [ 16760] By: jhi                                   on 2002/05/23  22:44:48
5254         Log: More portability defines, now mostly type-related
5255              (based on Storable.xs)
5256      Branch: perl
5257            ! ext/Devel/PPPort/PPPort.pm
5258 ____________________________________________________________________________
5259 [ 16759] By: jhi                                   on 2002/05/23  22:11:11
5260         Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5261              From: Nicholas Clark <nick@unfortu.net>
5262              Date: Thu, 23 May 2002 23:43:16 +0100
5263              Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net>     
5264      Branch: perl
5265            + ext/Storable/t/integer.t
5266            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
5267            ! ext/Storable/Storable.xs
5268 ____________________________________________________________________________
5269 [ 16758] By: jhi                                   on 2002/05/23  21:25:40
5270         Log: Subject: [PATCH] configure.com: C switch tweak for VAX
5271              From: "Craig A. Berry" <craigberry@mac.com>
5272              Date: Thu, 23 May 2002 16:47:34 -0500
5273              Message-Id: <a05111704b9131291e9f0@[172.16.52.1]>
5274      Branch: perl
5275            ! configure.com
5276 ____________________________________________________________________________
5277 [ 16757] By: jhi                                   on 2002/05/23  20:24:57
5278         Log: One more ppportability thing (from Sarathy).
5279      Branch: perl
5280            ! ext/Devel/PPPort/PPPort.pm
5281 ____________________________________________________________________________
5282 [ 16756] By: jhi                                   on 2002/05/23  20:20:41
5283         Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23
5284              From: Michael G Schwern <schwern@pobox.com>
5285              Date: Wed, 22 May 2002 19:21:43 -0400
5286              Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
5287      Branch: perl
5288            ! lib/Test/Harness.pm lib/Test/Harness/Changes
5289            ! lib/Test/Harness/t/strap-analyze.t
5290            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
5291            ! t/lib/sample-tests/die_head_end
5292            ! t/lib/sample-tests/die_last_minute
5293 ____________________________________________________________________________
5294 [ 16755] By: jhi                                   on 2002/05/23  20:17:54
5295         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01
5296              From: Michael G Schwern <schwern@pobox.com>
5297              Date: Wed, 22 May 2002 19:14:35 -0400
5298              Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
5299      Branch: perl
5300            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
5301            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t
5302            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
5303 ____________________________________________________________________________
5304 [ 16754] By: jhi                                   on 2002/05/23  19:02:23
5305         Log: Subject: [PATCH] dump.c recognizes CvLOCKED
5306              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5307              Date: Thu, 23 May 2002 10:00:00 -1000 (HST)
5308              Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki>
5309      Branch: perl
5310            ! dump.c
5311 ____________________________________________________________________________
5312 [ 16753] By: jhi                                   on 2002/05/23  17:41:21
5313         Log: Typo squad.
5314      Branch: perl
5315            ! ext/POSIX/POSIX.pod pod/perldelta.pod
5316 ____________________________________________________________________________
5317 [ 16752] By: jhi                                   on 2002/05/23  16:04:15
5318         Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
5319              From: Abigail <abigail@foad.org>
5320              Date: Thu, 23 May 2002 07:53:33 -0700
5321              Message-ID: <20020523075333.A14658@ucan.foad.org>
5322      Branch: perl
5323            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod
5324 ____________________________________________________________________________
5325 [ 16751] By: jhi                                   on 2002/05/23  10:21:09
5326         Log: PPPort dTHX.
5327      Branch: perl
5328            ! ext/Devel/PPPort/PPPort.pm
5329 ____________________________________________________________________________
5330 [ 16750] By: nick                                  on 2002/05/23  08:00:24
5331         Log: Integrate mainline (all ok on MinGW-1.1 Win2k)
5332      Branch: perlio
5333           !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
5334           !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t
5335           !> pod/perldelta.pod
5336 ____________________________________________________________________________
5337 [ 16749] By: jhi                                   on 2002/05/22  22:36:35
5338         Log: We do not want utf8.t to be compiled under -Mutf8,
5339              wonky as it sounds.
5340      Branch: perl
5341            ! lib/utf8.t
5342 ____________________________________________________________________________
5343 [ 16748] By: jhi                                   on 2002/05/22  22:34:20
5344         Log: We do not want to see the utf8 hints bit.
5345      Branch: perl
5346            ! lib/vmsish.t
5347 ____________________________________________________________________________
5348 [ 16747] By: jhi                                   on 2002/05/22  22:30:57
5349         Log: More -Mutf8 cleanup.
5350      Branch: perl
5351            ! ext/PerlIO/t/fallback.t
5352 ____________________________________________________________________________
5353 [ 16746] By: jhi                                   on 2002/05/22  22:29:08
5354         Log: -Mutf8 cleanup.
5355      Branch: perl
5356            ! ext/Encode/t/mime-header.t
5357 ____________________________________________________________________________
5358 [ 16745] By: jhi                                   on 2002/05/22  21:57:48
5359         Log: Integrate perlio:
5360              
5361              [ 16740]
5362              #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
5363              
5364              [ 16739]
5365              Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
5366              ungetc() and buffer snooping may not mix. So use buffer snoop
5367              hooks to avoid ungetc() where available.
5368              unread() falls back to using :pending layer, and fill has
5369              VMS specific code (which should not get used) or ungetc()
5370              which should work.
5371              
5372              [ 16737]
5373              Flag the VMS-problem-causing part of :encoding
5374              for enhancement. (Problem still needs fixing in perlio.c)
5375      Branch: perl
5376           !> ext/PerlIO/encoding/encoding.xs perlio.c
5377 ____________________________________________________________________________
5378 [ 16744] By: jhi                                   on 2002/05/22  21:52:58
5379         Log: Subject: Re: Additional README.aix changes
5380              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5381              Date: Wed, 22 May 2002 08:37:37 +0200
5382              Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl>
5383      Branch: perl
5384            ! README.aix
5385 ____________________________________________________________________________
5386 [ 16743] By: jhi                                   on 2002/05/22  21:52:09
5387         Log: HP-UX 11.00 io_xs hangup workaround.
5388      Branch: perl
5389            ! hints/hpux.sh
5390 ____________________________________________________________________________
5391 [ 16742] By: jhi                                   on 2002/05/22  21:49:59
5392         Log: Updated UNICOS status from Mark Lutz.
5393      Branch: perl
5394            ! pod/perldelta.pod
5395 ____________________________________________________________________________
5396 [ 16741] By: jhi                                   on 2002/05/22  21:47:41
5397         Log: UNICOS: Mark Lutz had a better idea.
5398      Branch: perl
5399            ! hints/unicos.sh
5400 ____________________________________________________________________________
5401 [ 16740] By: nick                                  on 2002/05/22  21:13:10
5402         Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
5403      Branch: perlio
5404            ! perlio.c
5405 ____________________________________________________________________________
5406 [ 16739] By: nick                                  on 2002/05/22  20:59:22
5407         Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
5408              ungetc() and buffer snooping may not mix. So use buffer snoop
5409              hooks to avoid ungetc() where available.
5410              unread() falls back to using :pending layer, and fill has
5411              VMS specific code (which should not get used) or ungetc()
5412              which should work.
5413      Branch: perlio
5414            ! perlio.c
5415 ____________________________________________________________________________
5416 [ 16738] By: nick                                  on 2002/05/22  20:34:55
5417         Log: Integrate mainline
5418      Branch: perlio
5419           !> (integrate 40 files)
5420 ____________________________________________________________________________
5421 [ 16737] By: nick                                  on 2002/05/22  19:04:13
5422         Log: Flag the VMS-problem-causing part of :encoding
5423              for enhancement. (Problem still needs fixing in perlio.c)
5424      Branch: perlio
5425            ! ext/PerlIO/encoding/encoding.xs
5426 ____________________________________________________________________________
5427 [ 16736] By: jhi                                   on 2002/05/22  16:20:38
5428         Log: UNICOS: using uname -m is wrong since what matters
5429              is what CPUs (FPUs) we have.
5430      Branch: perl
5431            ! hints/unicos.sh
5432 ____________________________________________________________________________
5433 [ 16735] By: jhi                                   on 2002/05/22  13:07:41
5434         Log: Update Changes.
5435      Branch: perl
5436            ! Changes patchlevel.h
5437 ____________________________________________________________________________
5438 [ 16734] By: jhi                                   on 2002/05/22  12:39:25
5439         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
5440              From: Dave Mitchell <davem@fdgroup.com>
5441              Date: Wed, 22 May 2002 12:53:21 +0100
5442              Message-ID: <20020522125320.E12794@fdgroup.com>
5443      Branch: perl
5444            ! ext/threads/shared/t/cond.t
5445 ____________________________________________________________________________
5446 [ 16733] By: jhi                                   on 2002/05/22  12:32:41
5447         Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod   
5448              From: John Borwick <john_borwick@ncsu.edu>
5449              Date: Wed, 22 May 2002 04:10:37 -0400
5450              Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
5451      Branch: perl
5452            ! pod/perlunicode.pod pod/perluniintro.pod
5453 ____________________________________________________________________________
5454 [ 16732] By: ams                                   on 2002/05/22  05:47:35
5455         Log: Integrate #16731 from //depot/macperl.
5456      Branch: perl
5457           !> t/io/crlf.t
5458 ____________________________________________________________________________
5459 [ 16731] By: pudge                                 on 2002/05/22  04:18:58
5460         Log: Be more specific in what we're looking for
5461      Branch: macperl
5462            ! t/io/crlf.t
5463 ____________________________________________________________________________
5464 [ 16730] By: pudge                                 on 2002/05/22  03:36:42
5465         Log: Integrate perl; bump patchlevel; add lib/Unicode/README back
5466      Branch: macperl
5467            + lib/Unicode/README
5468           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
5469           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
5470            - t/lib/st-dump.pl
5471            ! macos/MPVersion.r macos/config.sh
5472           !> (integrate 135 files)
5473 ____________________________________________________________________________
5474 [ 16729] By: jhi                                   on 2002/05/22  00:24:29
5475         Log: FAQ sync.
5476      Branch: perl
5477            ! pod/perlfaq4.pod
5478 ____________________________________________________________________________
5479 [ 16728] By: jhi                                   on 2002/05/21  23:02:03
5480         Log: Getopt::Std clarification from John Borwick.
5481      Branch: perl
5482            ! lib/Getopt/Std.pm
5483 ____________________________________________________________________________
5484 [ 16727] By: jhi                                   on 2002/05/21  22:59:58
5485         Log: Subject: Re: [Patch] for problem with shellwords.pl
5486              From: "Curtis Poe" <cp@onsitetech.com>
5487              Date: Tue, 21 May 2002 11:17:40 -0700
5488              Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
5489              
5490              Subject: [Patch] for security problem with Text::ParseWords
5491              From: "Curtis Poe" <cp@onsitetech.com>     
5492              Date: Tue, 21 May 2002 15:10:18 -0700
5493              Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
5494      Branch: perl
5495            ! lib/Text/ParseWords.pm lib/shellwords.pl
5496 ____________________________________________________________________________
5497 [ 16726] By: jhi                                   on 2002/05/21  22:57:09
5498         Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
5499              From: Nicholas Clark <nick@unfortu.net>
5500              Date: Tue, 21 May 2002 23:01:48 +0100
5501              Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net>
5502      Branch: perl
5503            ! ext/SDBM_File/SDBM_File.xs
5504 ____________________________________________________________________________
5505 [ 16725] By: jhi                                   on 2002/05/21  22:16:05
5506         Log: Subject: [PATCH] Additional README.aix changes
5507              From: John Peacock <jpeacock@rowman.com>
5508              Date: Tue, 21 May 2002 12:01:10 -0400
5509              Message-ID: <3CEA6F46.70902@rowman.com>
5510      Branch: perl
5511            ! README.aix
5512 ____________________________________________________________________________
5513 [ 16724] By: jhi                                   on 2002/05/21  17:51:00
5514         Log: Subject: Win32 crash in fork.t (perl@16694)
5515              From: "Kevin Chase" <kevincha99@hotmail.com>
5516              Date: Mon, 20 May 2002 17:02:16 -0700
5517              Message-ID: <F53z5b6KZmcK8r6beUz000008f7@hotmail.com>
5518              
5519              
5520              It looks that the Poison() found its first target.
5521              The suggested patch is fine.
5522      Branch: perl
5523            ! cop.h
5524 ____________________________________________________________________________
5525 [ 16723] By: jhi                                   on 2002/05/21  14:54:24
5526         Log: microperl: if DIEing on no-functionality, the has-functionality
5527              would be unreachable code.
5528      Branch: perl
5529            ! pp.c pp_sys.c
5530 ____________________________________________________________________________
5531 [ 16722] By: jhi                                   on 2002/05/21  14:25:44
5532         Log: microperl: do not regenerate the perly.
5533      Branch: perl
5534            ! Makefile.micro
5535 ____________________________________________________________________________
5536 [ 16721] By: jhi                                   on 2002/05/21  13:30:26
5537         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
5538              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5539              Date: Mon, 20 May 2002 22:55:46 -0700
5540              Message-ID: <iFe68gzkgCIJ092yn@efn.org>
5541      Branch: perl
5542            ! utils/h2xs.PL
5543 ____________________________________________________________________________
5544 [ 16720] By: jhi                                   on 2002/05/21  13:22:51
5545         Log: Regen uconfig.h.
5546      Branch: perl
5547            ! uconfig.h
5548 ____________________________________________________________________________
5549 [ 16719] By: ams                                   on 2002/05/21  05:02:01
5550         Log: Why quote some keys?
5551      Branch: perl
5552            ! ext/Storable/Makefile.PL
5553 ____________________________________________________________________________
5554 [ 16718] By: ams                                   on 2002/05/21  04:08:39
5555         Log: Suppress warning about $canonical. (Nicholas Clark)
5556      Branch: perl
5557            ! ext/Storable/Storable.pm
5558 ____________________________________________________________________________
5559 [ 16717] By: jhi                                   on 2002/05/21  03:18:59
5560         Log: Subject: [PATCH] VMS iThreads follow-up
5561              From: "Craig A. Berry" <craigberry@mac.com>
5562              Date: Mon, 20 May 2002 21:34:17 -0500
5563              Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
5564      Branch: perl
5565            ! configure.com
5566 ____________________________________________________________________________
5567 [ 16716] By: ams                                   on 2002/05/21  02:47:18
5568         Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang)
5569              2. Install in core library directory. (Tatsuhiko Miyagawa)
5570      Branch: perl
5571            ! ext/Storable/Makefile.PL
5572 ____________________________________________________________________________
5573 [ 16715] By: jhi                                   on 2002/05/20  22:13:45
5574         Log: Subject: [Encode] 1.72 released
5575              From: Dan Kogai <dankogai@dan.co.jp>
5576              Date: Tue, 21 May 2002 01:06:19 +0900
5577              Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>     
5578      Branch: perl
5579            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5580            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
5581            ! ext/Encode/Unicode/Unicode.xs
5582            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t
5583 ____________________________________________________________________________
5584 [ 16714] By: jhi                                   on 2002/05/20  14:53:31
5585         Log: Update Changes.
5586      Branch: perl
5587            ! Changes patchlevel.h
5588 ____________________________________________________________________________
5589 [ 16713] By: jhi                                   on 2002/05/20  14:46:15
5590         Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
5591      Branch: perl
5592            ! pod/perlfaq4.pod
5593 ____________________________________________________________________________
5594 [ 16712] By: jhi                                   on 2002/05/20  14:25:03
5595         Log: metaconfig unit changes for #16711.
5596      Branch: metaconfig
5597            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5598            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5599            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5600            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5601            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5602            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5603            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5604            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5605            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5606            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5607            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5608            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5609            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5610            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5611            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5612            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5613            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5614            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5615            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5616            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5617            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5618            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5619            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5620            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5621 ____________________________________________________________________________
5622 [ 16711] By: jhi                                   on 2002/05/20  14:24:38
5623         Log: Document better what the foo_r_proto are supposed to be.
5624      Branch: perl
5625            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5626            ! config_h.SH reentr.pl
5627 ____________________________________________________________________________
5628 [ 16710] By: jhi                                   on 2002/05/20  14:11:33
5629         Log: Subject: Re: pod patches.
5630              From: Jim Cromie <jcromie@divsol.com>
5631              Date: Mon, 20 May 2002 09:00:10 -0600
5632              Message-ID: <3CE90F7A.3070309@divsol.com>
5633              
5634              (with Philip Newton's tweaks)
5635      Branch: perl
5636            ! pod/perlsub.pod
5637 ____________________________________________________________________________
5638 [ 16709] By: jhi                                   on 2002/05/20  12:50:34
5639         Log: Subject: Re: pod patch - perldelta.pod
5640              From: Jim Cromie <jcromie@divsol.com>
5641              Date: Mon, 20 May 2002 07:16:54 -0600
5642              Message-ID: <3CE8F746.50603@divsol.com>
5643      Branch: perl
5644            ! pod/perldelta.pod
5645 ____________________________________________________________________________
5646 [ 16708] By: jhi                                   on 2002/05/20  12:49:20
5647         Log: Subject: [patch] one more little step for WinCE
5648              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5649              Date: Mon, 20 May 2002 11:47:19 +0400
5650              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
5651      Branch: perl
5652            ! wince/Makefile.ce
5653 ____________________________________________________________________________
5654 [ 16707] By: jhi                                   on 2002/05/20  12:42:35
5655         Log: Preemptive doc patch.
5656      Branch: perl
5657            ! pod/perldelta.pod
5658 ____________________________________________________________________________
5659 [ 16706] By: rgs                                   on 2002/05/20  12:21:14
5660         Log: The "constant sub redefined" warning can't be disabled.
5661      Branch: perl
5662            ! pod/perldiag.pod
5663 ____________________________________________________________________________
5664 [ 16705] By: nick                                  on 2002/05/20  10:18:26
5665         Log: Integrate mainline
5666      Branch: perlio
5667           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
5668           !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
5669           !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
5670           !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
5671 ____________________________________________________________________________
5672 [ 16704] By: jhi                                   on 2002/05/20  02:49:22
5673         Log: Missed hunk from #16701.
5674      Branch: perl
5675            ! vms/vms.c
5676 ____________________________________________________________________________
5677 [ 16703] By: jhi                                   on 2002/05/20  02:37:29
5678         Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
5679              From: andreas.koenig@anima.de (Andreas J. Koenig)
5680              Date: Mon, 20 May 2002 05:36:14 +0200
5681              Message-ID: <m34rh37aoh.fsf@anima.de>
5682      Branch: perl
5683            + lib/CPAN/t/mirroredby.t
5684            ! MANIFEST
5685 ____________________________________________________________________________
5686 [ 16702] By: jhi                                   on 2002/05/20  02:25:40
5687         Log: Subject: tiny doc tweaks
5688              From: andreas.koenig@anima.de (Andreas J. Koenig)
5689              Date: Mon, 20 May 2002 05:07:13 +0200
5690              Message-ID: <m38z6f7c0u.fsf@anima.de>
5691      Branch: perl
5692            ! pod/perldelta.pod pod/perlfunc.pod
5693 ____________________________________________________________________________
5694 [ 16701] By: jhi                                   on 2002/05/20  02:23:03
5695         Log: Subject: [PATCH @16694] ithreads for VMS
5696              From: "Craig A. Berry" <craigberry@mac.com>
5697              Date: Sun, 19 May 2002 22:06:43 -0500
5698              Message-Id: <a05111704b90e14567261@[172.16.52.1]>
5699      Branch: perl
5700            ! configure.com vms/vms.c vms/vmsish.h
5701 ____________________________________________________________________________
5702 [ 16700] By: jhi                                   on 2002/05/19  23:52:45
5703         Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
5704              From: Autrijus Tang <autrijus@autrijus.org>
5705              Date: Mon, 20 May 2002 04:10:31 +0800
5706              Message-ID: <20020519201031.GA1603@not.autrijus.org>
5707      Branch: perl
5708            ! ext/Encode/Encode/Makefile_PL.e2x
5709 ____________________________________________________________________________
5710 [ 16699] By: jhi                                   on 2002/05/19  22:26:07
5711         Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
5712              while trying to -O3 optimize B.c.  (A bit weird since
5713              10.1.4 used to work fine, and nothing has changed in
5714              ext/B/..., but the overoptimization was repeatable.)
5715      Branch: perl
5716            + ext/B/hints/darwin.pl
5717            ! MANIFEST
5718 ____________________________________________________________________________
5719 [ 16698] By: jhi                                   on 2002/05/19  21:11:55
5720         Log: UNICOS/mk seems to still have this problem.
5721      Branch: perl
5722            ! ext/Socket/socketpair.t
5723 ____________________________________________________________________________
5724 [ 16697] By: jhi                                   on 2002/05/19  18:53:54
5725         Log: perldelta tweaks.
5726      Branch: perl
5727            ! pod/perldelta.pod
5728 ____________________________________________________________________________
5729 [ 16696] By: nick                                  on 2002/05/19  18:26:39
5730         Log: Integrate mailine
5731      Branch: perlio
5732           !> (integrate 35 files)
5733 ____________________________________________________________________________
5734 [ 16695] By: jhi                                   on 2002/05/19  18:02:54
5735         Log: Document the reentrant_retry(), but from user's viewpoint.
5736      Branch: perl
5737            ! pod/perlthrtut.pod
5738 ____________________________________________________________________________
5739 [ 16694] By: jhi                                   on 2002/05/19  14:49:49
5740         Log: Update Changes.
5741      Branch: perl
5742            ! Changes patchlevel.h
5743 ____________________________________________________________________________
5744 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
5745         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
5746              From: Slaven Rezic <slaven.rezic@berlin.de>
5747              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
5748              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
5749      Branch: perl
5750            ! lib/Benchmark.pm
5751 ____________________________________________________________________________
5752 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
5753         Log: Document once more the difference between :utf8
5754              and :encoding(...).
5755      Branch: perl
5756            ! lib/open.pm pod/perluniintro.pod
5757 ____________________________________________________________________________
5758 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
5759         Log: Third Degree: make the options more portable between
5760              Tru64 versions.
5761      Branch: perl
5762            ! Makefile.SH
5763 ____________________________________________________________________________
5764 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
5765         Log: IRIX SMP turned up a few hundred "Use of uninitialized
5766              value in numeric eq" warnings: initialise the $counter2.
5767      Branch: perl
5768            ! ext/threads/shared/t/cond.t
5769 ____________________________________________________________________________
5770 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
5771         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
5772              From: Dave Mitchell <davem@fdgroup.com>
5773              Date: Sun, 19 May 2002 00:50:43 +0100
5774              Message-ID: <20020519005043.F7275@fdgroup.com>
5775      Branch: perl
5776            ! ext/threads/shared/t/cond.t
5777 ____________________________________________________________________________
5778 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
5779         Log: Sarathy pointed out that instead of zeroing heap
5780              it is more prudent to poison it.
5781      Branch: perl
5782            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
5783            ! scope.c sv.c util.c
5784 ____________________________________________________________________________
5785 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
5786         Log: The thread warnings aren't quite yet working as planned.
5787      Branch: perl
5788            ! ext/threads/shared/t/cond.t
5789 ____________________________________________________________________________
5790 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
5791         Log: Forgotten from #16685.
5792      Branch: perl
5793            ! ext/threads/shared/t/cond.t
5794 ____________________________________________________________________________
5795 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
5796         Log: Subject: [PATCH threads] revised warnings + more tests + docs
5797              From: Dave Mitchell <davem@fdgroup.com>
5798              Date: Sat, 18 May 2002 22:24:51 +0100
5799              Message-ID: <20020518222451.E7275@fdgroup.com>
5800      Branch: perl
5801            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5802            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
5803            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
5804 ____________________________________________________________________________
5805 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
5806         Log: Storable status tweak.
5807      Branch: perl
5808            ! pod/perldelta.pod
5809 ____________________________________________________________________________
5810 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
5811         Log: perlfunc and perldelta updates about caller().
5812      Branch: perl
5813            ! pod/perldelta.pod pod/perlfunc.pod
5814 ____________________________________________________________________________
5815 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
5816         Log: Subject: [PATCH] RE: perl@16678
5817              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
5818              Date: Sat, 18 May 2002 21:15:43 +0100
5819              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
5820              
5821              Making the symbols generated by warnings.pl future-proof.
5822      Branch: perl
5823            ! lib/warnings.pm warnings.h warnings.pl
5824 ____________________________________________________________________________
5825 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
5826         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
5827              From: Michael G Schwern <schwern@pobox.com>
5828              Date: Sat, 18 May 2002 14:53:50 -0400
5829              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
5830      Branch: perl
5831            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
5832            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
5833 ____________________________________________________________________________
5834 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
5835         Log: Prettyprinting.
5836      Branch: perl
5837            ! t/op/recurse.t
5838 ____________________________________________________________________________
5839 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
5840         Log: Companion to #16601: cxinc would create uninitialized
5841              PERL_CONTEXTs.  The bug was tickled by the test
5842              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
5843              added to check that I got the context stack extension right.
5844              Also rewrite recurse.t to use test.pl.
5845      Branch: perl
5846            ! scope.c t/op/recurse.t
5847 ____________________________________________________________________________
5848 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
5849         Log: Update Changes.
5850      Branch: perl
5851            ! Changes patchlevel.h
5852 ____________________________________________________________________________
5853 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
5854         Log: URL and other tiny tweaks.
5855      Branch: perl
5856            ! pod/perluniintro.pod
5857 ____________________________________________________________________________
5858 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
5859         Log: Subject: [Patch] doc patch on Unicode
5860              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5861              Date: Sun, 19 May 2002 01:01:58 +0900
5862              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
5863      Branch: perl
5864            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
5865 ____________________________________________________________________________
5866 [ 16675] By: ams                                   on 2002/05/18  15:06:35
5867         Log: s/2.0/2.00/ to be CPAN friendly.
5868      Branch: perl
5869            ! ext/Storable/Storable.pm
5870 ____________________________________________________________________________
5871 [ 16674] By: ams                                   on 2002/05/18  14:47:07
5872         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
5873              EBCDIC, amazing.
5874              From: Philip Newton <Philip.Newton@gmx.net>
5875              Date: Sat, 18 May 2002 09:54:13 +0200
5876              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
5877      Branch: perl
5878            ! lib/Pod/t/eol.t
5879 ____________________________________________________________________________
5880 [ 16673] By: ams                                   on 2002/05/18  14:41:00
5881         Log: Subject: Storable test for 64 bit 5.6.1
5882              From: Nicholas Clark <nick@unfortu.net>
5883              Date: Sat, 18 May 2002 15:48:55 +0100
5884              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
5885              (Private mail.)
5886      Branch: perl
5887            ! ext/Storable/t/malice.t
5888 ____________________________________________________________________________
5889 [ 16672] By: nick                                  on 2002/05/18  09:47:51
5890         Log: Integrate mainline
5891      Branch: perlio
5892           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
5893            - t/lib/st-dump.pl
5894           !> (integrate 67 files)
5895 ____________________________________________________________________________
5896 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
5897         Log: No more true.
5898      Branch: perl
5899            ! lib/vars.pm
5900 ____________________________________________________________________________
5901 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
5902         Log: Make use vars grok UTF-8.
5903      Branch: perl
5904            ! lib/vars.pm t/run/fresh_perl.t
5905 ____________________________________________________________________________
5906 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
5907         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
5908              From: Michael G Schwern <schwern@pobox.com>
5909              Date: Fri, 17 May 2002 23:54:29 -0400  
5910              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
5911      Branch: perl
5912            ! t/op/tie.t t/run/fresh_perl.t
5913 ____________________________________________________________________________
5914 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
5915         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
5916              From: Michael G Schwern <schwern@pobox.com>
5917              Date: Fri, 17 May 2002 20:37:26 -0400  
5918              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
5919      Branch: perl
5920            + t/lib/sample-tests/shbang_misparse
5921            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
5922            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
5923            ! lib/Test/Harness/t/test-harness.t
5924 ____________________________________________________________________________
5925 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
5926         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
5927              From: Nicholas Clark <nick@unfortu.net>
5928              Date: Sat, 18 May 2002 00:18:39 +0100  
5929              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
5930              
5931              Use Storable's st-dump.pl.
5932      Branch: perl
5933            - t/lib/st-dump.pl
5934            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
5935            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
5936            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
5937            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
5938            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
5939            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
5940            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
5941 ____________________________________________________________________________
5942 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
5943         Log: Forgotten from #16656.
5944      Branch: perl
5945            ! ext/B/B.xs
5946 ____________________________________________________________________________
5947 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
5948         Log: Subject: [PATCH] Storable ChangeLog ready for release 
5949              From: Nicholas Clark <nick@unfortu.net>
5950              Date: Fri, 17 May 2002 23:17:34 +0100  
5951              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
5952      Branch: perl
5953            ! ext/Storable/ChangeLog
5954 ____________________________________________________________________________
5955 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
5956         Log: Subject: [PATCH] Storable stand alone tests
5957              From: Nicholas Clark <nick@unfortu.net>
5958              Date: Fri, 17 May 2002 22:43:35 +0100  
5959              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
5960      Branch: perl
5961            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
5962            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
5963            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
5964            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
5965            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
5966            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
5967            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
5968            ! ext/Storable/t/store.t ext/Storable/t/tied.t
5969            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
5970            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
5971 ____________________________________________________________________________
5972 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
5973         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
5974              From: Michael G Schwern <schwern@pobox.com>
5975              Date: Fri, 17 May 2002 17:17:54 -0400  
5976              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
5977      Branch: perl
5978            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
5979            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
5980            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
5981            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
5982            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
5983            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5984            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
5985            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
5986            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
5987            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
5988            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
5989            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
5990            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
5991            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
5992 ____________________________________________________________________________
5993 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
5994         Log: More regression tests for caller() and fix one bug of #16658.
5995      Branch: perl
5996            ! pp_ctl.c t/op/caller.t
5997 ____________________________________________________________________________
5998 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
5999         Log: Integrate perlio:
6000              
6001              [ 16657]
6002              Fix the crlf.t buffer leak
6003              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
6004              flagged it because it is more often popped without stream
6005              being closed.
6006              - Define non-noop PerlIOBuf_popped(), use it and export it.
6007      Branch: perl
6008           !> makedef.pl perlio.c perliol.h
6009 ____________________________________________________________________________
6010 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
6011         Log: Add a note about Cwd::fastcwd() returning tainted data.
6012              Sort modules alphabetically.
6013      Branch: perl
6014            ! pod/perldelta.pod
6015 ____________________________________________________________________________
6016 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
6017         Log: Remove O from the untested modules list.
6018      Branch: perl
6019            ! t/lib/1_compile.t
6020 ____________________________________________________________________________
6021 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
6022         Log: Fix bug 20020517.003 : segfault with caller().
6023              Add regression tests for caller.
6024      Branch: perl
6025            + t/op/caller.t
6026            ! MANIFEST pp_ctl.c
6027 ____________________________________________________________________________
6028 [ 16657] By: nick                                  on 2002/05/17  17:18:18
6029         Log: Fix the crlf.t buffer leak
6030              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
6031              flagged it because it is more often popped without stream
6032              being closed.
6033              - Define non-noop PerlIOBuf_popped(), use it and export it.
6034      Branch: perlio
6035            ! makedef.pl perlio.c perliol.h
6036 ____________________________________________________________________________
6037 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
6038         Log: PERL_HASH() casting games so that our hashed data is "unsigned
6039              char" but old code using just a "char" doesn't need changes.
6040              (The change is using a temporary pointer instead of a direct
6041              cast to unsigned char* which would blindly cast anything,
6042              not just char pointers.)  (The problem arose in MacOS Classic,
6043              as seen by Pudge, the cure by Nicholas Clark.)
6044      Branch: perl
6045            ! hv.c hv.h op.c sv.c vms/vms.c
6046 ____________________________________________________________________________
6047 [ 16655] By: nick                                  on 2002/05/17  14:59:20
6048         Log: Integrate mainline
6049      Branch: perlio
6050           !> (integrate 28 files)
6051 ____________________________________________________________________________
6052 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
6053         Log: Update Changes.
6054      Branch: perl
6055            ! Changes patchlevel.h
6056 ____________________________________________________________________________
6057 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
6058         Log: FAQ sync.
6059      Branch: perl
6060            ! pod/perlfaq4.pod pod/perlfaq8.pod
6061 ____________________________________________________________________________
6062 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
6063         Log: Forgot from #16628.
6064      Branch: perl
6065            ! ext/Encode/Makefile.PL
6066 ____________________________________________________________________________
6067 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
6068         Log: One Last Time
6069      Branch: macperl
6070            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6071            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
6072            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
6073            + lib/Unicode/UCD.t
6074 ____________________________________________________________________________
6075 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
6076         Log: Stupid case insensitivity
6077      Branch: macperl
6078            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
6079            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
6080            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
6081            - lib/unicode/UCD.t
6082 ____________________________________________________________________________
6083 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
6084         Log: Move Unicode -> unicode, remove README
6085      Branch: macperl
6086            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6087            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
6088            - lib/Unicode/Collate/t/test.t lib/Unicode/README
6089            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
6090 ____________________________________________________________________________
6091 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
6092         Log: Move Unicode -> unicode, remove README (oops, forgot one)
6093      Branch: macperl
6094           +> lib/unicode/Collate/README
6095 ____________________________________________________________________________
6096 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
6097         Log: Move Unicode -> unicode, remove README
6098      Branch: macperl
6099           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
6100           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
6101           +> lib/unicode/UCD.pm lib/unicode/UCD.t
6102 ____________________________________________________________________________
6103 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
6104         Log: Integrate perl
6105      Branch: macperl
6106           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
6107           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
6108           +> lib/Thread/Semaphore.pm
6109            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6110            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
6111            - wince/include/sys/types.h wince/include/sys/utime.h
6112            - wince/include/time.h
6113            ! macos/MPVersion.r macos/config.sh
6114           !> (integrate 173 files)
6115 ____________________________________________________________________________
6116 [ 16645] By: nick                                  on 2002/05/17  06:56:40
6117         Log: Integrate mainline
6118      Branch: perlio
6119           +> ext/Storable/t/st-dump.pl
6120            - wince/FindExt.pm
6121           !> (integrate 40 files)
6122 ____________________________________________________________________________
6123 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
6124         Log: STDERR noise.
6125      Branch: perl
6126            ! lib/Switch.pm
6127 ____________________________________________________________________________
6128 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
6129         Log: Upgrade to Switch 2.07.
6130      Branch: perl
6131            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
6132            ! lib/Switch/t/given.t lib/Switch/t/nested.t
6133            ! lib/Switch/t/switch.t
6134 ____________________________________________________________________________
6135 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
6136         Log: Missed hunk in #16641.
6137      Branch: perl
6138            ! lib/Filter/Simple/Changes
6139 ____________________________________________________________________________
6140 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
6141         Log: Upgrade to Filter::Simple 0.78.
6142              (Keep #14432, let Damian know of it.)
6143      Branch: perl
6144            ! lib/Filter/Simple.pm lib/Filter/Simple/README
6145            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
6146            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
6147            ! lib/Filter/Simple/t/import.t
6148 ____________________________________________________________________________
6149 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
6150         Log: More Third Degree.
6151      Branch: perl
6152            ! t/TEST
6153 ____________________________________________________________________________
6154 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
6155         Log: Third Degree tweaks.
6156      Branch: perl
6157            ! pod/perlhack.pod t/TEST
6158 ____________________________________________________________________________
6159 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
6160         Log: Purify: dl_last_error was leaking.
6161      Branch: perl
6162            ! ext/DynaLoader/dlutils.c
6163 ____________________________________________________________________________
6164 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
6165         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
6166              From: Chris Ball <chris@cpan.org>
6167              Date: 16 May 2002 20:51:34 +0100
6168              Message-ID: <86lmajvpkp.fsf@void.printf.net>
6169      Branch: perl
6170            ! utils/perldoc.PL
6171 ____________________________________________________________________________
6172 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
6173         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
6174              From: "Craig A. Berry" <craigberry@mac.com>
6175              Date: Thu, 16 May 2002 14:13:15 -0500
6176              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
6177      Branch: perl
6178            ! lib/ExtUtils/t/Constant.t
6179 ____________________________________________________________________________
6180 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
6181         Log: Make Cwd::fastcwd() return a tainted value.
6182              Add regression tests for taint-safety of the *cwd()
6183              functions.
6184      Branch: perl
6185            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
6186 ____________________________________________________________________________
6187 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
6188         Log: Subject: Re: AIX warning in hints regarding gcc
6189              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6190              Date: Thu, 16 May 2002 18:55:41 +0200
6191              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
6192      Branch: perl
6193            ! hints/aix.sh
6194 ____________________________________________________________________________
6195 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
6196         Log: Update the test statuses.
6197      Branch: perl
6198            ! pod/perldelta.pod
6199 ____________________________________________________________________________
6200 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
6201         Log: The UDP sockpair failure seems to have magically
6202              disappeared from both UNICOSes.
6203              (One gets "UNEXPECTEDLY SUCCEEDED".)
6204      Branch: perl
6205            ! ext/Socket/socketpair.t
6206 ____________________________________________________________________________
6207 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
6208         Log: Brokenness of restricted hashes with Storable on EBCDIC
6209              seems to be an artifact of the downgrade.t.
6210      Branch: perl
6211            ! ext/Storable/Storable.pm
6212 ____________________________________________________________________________
6213 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
6214         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
6215              memory debuggers.
6216      Branch: perl
6217            ! pod/perlhack.pod
6218 ____________________________________________________________________________
6219 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
6220         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
6221              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6222              Date: Thu, 16 May 2002 16:42:34 +0200
6223              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
6224              
6225              gcc 3 version parsing proofing.
6226      Branch: perl
6227            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
6228 ____________________________________________________________________________
6229 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
6230         Log: Subject: [PATCH] good day for WinCE port of perl.
6231              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6232              Date: Thu, 16 May 2002 03:33:23 +0400
6233              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
6234      Branch: perl
6235            - wince/FindExt.pm
6236            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
6237            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
6238            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
6239            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
6240            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
6241            ! wince/config_H.ce wince/config_h.PL
6242 ____________________________________________________________________________
6243 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
6244         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
6245              From: slaven.rezic@berlin.de
6246              Date: Mon, 13 May 2002 16:02:24 +0200
6247              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
6248      Branch: perl
6249            ! ext/Sys/Syslog/Syslog.pm
6250 ____________________________________________________________________________
6251 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
6252         Log: Subject: Re: [PATCH] allow use threads qw(yield)
6253              From: Dave Mitchell <davem@fdgroup.com>
6254              Date: Wed, 15 May 2002 23:26:27 +0100
6255              Message-ID: <20020515232626.E28924@fdgroup.com>
6256      Branch: perl
6257            ! ext/threads/threads.xs
6258 ____________________________________________________________________________
6259 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
6260         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
6261              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6262              Date: Thu, 16 May 2002 14:22:21 +0200
6263              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
6264      Branch: perl
6265            ! hints/aix.sh
6266 ____________________________________________________________________________
6267 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
6268         Log: metaconfig unit change for #16623.
6269      Branch: metaconfig
6270            ! U/ebcdic/trnl.U
6271 ____________________________________________________________________________
6272 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
6273         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
6274              from John Poltorak <jp@eyup.org>.
6275      Branch: perl
6276            ! Configure
6277 ____________________________________________________________________________
6278 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
6279         Log: DJGPP doesn't have \r\n delimited files (it has \r).
6280      Branch: perl
6281            ! lib/Tie/File/t/21_win32.t
6282 ____________________________________________________________________________
6283 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
6284         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
6285              2. Doing a s///g instead of tr/// works better for CR-delimited
6286              files, like in DJGPP (since <FH> doesn't correctly pull in
6287              CR-delimited lines).
6288      Branch: perl
6289            ! lib/Pod/Html.pm lib/Pod/t/eol.t
6290 ____________________________________________________________________________
6291 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
6292         Log: Don't test $! with like() since one may have
6293              a non-English locale, or simply AIX :-)
6294      Branch: perl
6295            ! ext/PerlIO/t/fail.t
6296 ____________________________________________________________________________
6297 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
6298         Log: DJGPP updates from Laszlo Molnar.
6299      Branch: perl
6300            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
6301 ____________________________________________________________________________
6302 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
6303         Log: Integrate perlio:
6304              
6305              [ 16613]
6306              Make open fail when layer string does not parse.
6307      Branch: perl
6308           +> ext/PerlIO/t/fail.t
6309           !> MANIFEST perlio.c
6310 ____________________________________________________________________________
6311 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
6312         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
6313              From: Nicholas Clark <nick@unfortu.net>
6314              Date: Wed, 15 May 2002 23:06:20 +0100
6315              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
6316      Branch: perl
6317            ! ext/Storable/Storable.xs
6318 ____________________________________________________________________________
6319 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
6320         Log: Two down, ten to go.
6321      Branch: perl
6322            ! pod/perldelta.pod
6323 ____________________________________________________________________________
6324 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
6325         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
6326      Branch: perl
6327            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
6328 ____________________________________________________________________________
6329 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
6330         Log: Schizoid MANIFESTs.
6331      Branch: perl
6332            + ext/Storable/t/st-dump.pl
6333            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
6334 ____________________________________________________________________________
6335 [ 16613] By: nick                                  on 2002/05/15  19:26:00
6336         Log: Make open fail when layer string does not parse.
6337      Branch: perlio
6338            + ext/PerlIO/t/fail.t
6339            ! MANIFEST perlio.c
6340 ____________________________________________________________________________
6341 [ 16612] By: nick                                  on 2002/05/15  18:11:15
6342         Log: Integrate mainline
6343      Branch: perlio
6344           !> Changes ext/Storable/Storable.pm patchlevel.h
6345           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
6346 ____________________________________________________________________________
6347 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
6348         Log: Update Changes.
6349      Branch: perl
6350            ! Changes patchlevel.h
6351 ____________________________________________________________________________
6352 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
6353         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
6354      Branch: perl
6355            ! pod/perldelta.pod t/run/fresh_perl.t
6356 ____________________________________________________________________________
6357 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
6358         Log: Document some of the known EBCDIC problems with Storable.
6359              (There is more, but need to do more tests.)
6360      Branch: perl
6361            ! ext/Storable/Storable.pm
6362 ____________________________________________________________________________
6363 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
6364         Log: Purify finding: jperl.t causes a few Array Bounds Reads
6365              (one byte too far in a malloced buffer) at various spots
6366              in regcomp.c, all the buffers malloced by SvGROW() in
6367              sv_recode_to_utf8().
6368      Branch: perl
6369            ! sv.c
6370 ____________________________________________________________________________
6371 [ 16607] By: nick                                  on 2002/05/15  06:57:26
6372         Log: Integrate mainline
6373      Branch: perlio
6374           +> Porting/thirdclean
6375           !> (integrate 36 files)
6376 ____________________________________________________________________________
6377 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
6378         Log: Subject: [PATCH] Re: use of lc module names and warnings
6379              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6380              Date: Sun, 12 May 2002 23:09:46 +0200
6381              Message-ID: <20020512230946.E699@rafael>
6382      Branch: perl
6383            ! toke.c
6384 ____________________________________________________________________________
6385 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
6386         Log: More rule tweakage.
6387      Branch: perl
6388            ! Porting/thirdclean
6389 ____________________________________________________________________________
6390 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
6391         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
6392              From: Sam Tregar <sam@tregar.com>
6393              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
6394              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
6395      Branch: perl
6396            ! ext/Devel/DProf/DProf.xs
6397 ____________________________________________________________________________
6398 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
6399         Log: $VERSIONize.
6400      Branch: perl
6401            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
6402 ____________________________________________________________________________
6403 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
6404         Log: Third Degree: name the op/foo.t as op_foo.
6405      Branch: perl
6406            ! t/TEST
6407 ____________________________________________________________________________
6408 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
6409         Log: Read of uninitialized heap found by Third Degree
6410              (e.g. in t/op/subst.t)
6411      Branch: perl
6412            ! scope.c
6413 ____________________________________________________________________________
6414 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
6415         Log: Add more rules.
6416      Branch: perl
6417            ! Porting/thirdclean
6418 ____________________________________________________________________________
6419 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
6420         Log: Subject: [PATCH] allow use threads qw(yield)
6421              From: Dave Mitchell <davem@fdgroup.com>
6422              Date: Tue, 14 May 2002 22:49:47 +0100
6423              Message-ID: <20020514224947.F25049@fdgroup.com>
6424      Branch: perl
6425            ! ext/threads/threads.pm ext/threads/threads.xs
6426 ____________________________________________________________________________
6427 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
6428         Log: Micropatch from Olaf Flebbe.
6429      Branch: perl
6430            ! epoc/epoc.c
6431 ____________________________________________________________________________
6432 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
6433         Log: Subject: perlhack.pod typos [PATCH]
6434              From: "John P. Linderman" <jpl@research.att.com>
6435              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
6436              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
6437      Branch: perl
6438            ! pod/perlhack.pod
6439 ____________________________________________________________________________
6440 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
6441         Log: Subject: typo in Socket.pm
6442              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6443              Date: Tue, 14 May 2002 12:02:47 +0200
6444              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
6445      Branch: perl
6446            ! ext/IO/lib/IO/Socket.pm
6447 ____________________________________________________________________________
6448 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
6449         Log: The #16592 needs this.
6450      Branch: perl
6451            ! embedvar.h perlapi.h
6452 ____________________________________________________________________________
6453 [ 16594] By: sky                                   on 2002/05/14  17:08:01
6454         Log: Subject: Re: lib/sort.t failure [PATCH]
6455              From: "John P. Linderman" <jpl@research.att.com>
6456              Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
6457              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
6458      Branch: perl
6459            ! pod/perlfunc.pod
6460 ____________________________________________________________________________
6461 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
6462         Log: Add a script for cleaning out the "known noise"
6463              from Third Degree reports: either noise caused
6464              by libc itself, or Perl_yyparse leaks.
6465      Branch: perl
6466            + Porting/thirdclean
6467            ! MANIFEST
6468 ____________________________________________________________________________
6469 [ 16592] By: sky                                   on 2002/05/14  15:21:39
6470         Log: Turn the sort RealCmp for stable quicksorts into a
6471              threadsafe per interpreter values.
6472      Branch: perl
6473            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
6474 ____________________________________________________________________________
6475 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
6476         Log: reentr.h affects more C files than just reentr.c
6477      Branch: perl
6478            ! locale.c pp.c pp_sys.c
6479 ____________________________________________________________________________
6480 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
6481         Log: Document reentr.pl a bit better.  Still rather
6482              convoluted code, but it ain't broken, so...
6483      Branch: perl
6484            ! reentr.h reentr.pl
6485 ____________________________________________________________________________
6486 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
6487         Log: z/OS update: not all Storable was clear yet.
6488      Branch: perl
6489            ! pod/perldelta.pod
6490 ____________________________________________________________________________
6491 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
6492         Log: Avoid potentially empty struct.
6493      Branch: perl
6494            ! reentr.h reentr.pl
6495 ____________________________________________________________________________
6496 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
6497         Log: Todo tweaks.
6498      Branch: perl
6499            ! pod/perltodo.pod
6500 ____________________________________________________________________________
6501 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
6502         Log: Subject: [PATCH] various minor fixes in threads.            
6503              From: Dave Mitchell <davem@fdgroup.com>
6504              Date: Mon, 13 May 2002 23:48:22 +0100      
6505              Message-ID: <20020513234822.G21318@fdgroup.com>
6506      Branch: perl
6507            ! dump.c ext/threads/shared/shared.xs
6508 ____________________________________________________________________________
6509 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
6510         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
6511              From: PPrymmer@factset.com
6512              Date: Mon, 13 May 2002 17:37:28 -0400
6513              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
6514      Branch: perl
6515            ! vms/vms.c
6516 ____________________________________________________________________________
6517 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
6518         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
6519              From: Nicholas Clark <nick@unfortu.net>    
6520              Date: Mon, 13 May 2002 21:45:47 +0100
6521              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
6522      Branch: perl
6523            ! lib/ExtUtils/t/Constant.t
6524 ____________________________________________________________________________
6525 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
6526         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
6527              From: Nicholas Clark <nick@unfortu.net>    
6528              Date: Mon, 13 May 2002 21:47:38 +0100
6529              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
6530      Branch: perl
6531            ! lib/Benchmark.t
6532 ____________________________________________________________________________
6533 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
6534         Log: Subject: WinCE several touches
6535              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6536              Date: Tue, 14 May 2002 00:43:11 +0400      
6537              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
6538      Branch: perl
6539            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
6540            ! wince/config_h.PL
6541 ____________________________________________________________________________
6542 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
6543         Log: Subject: Re: perl@16573
6544              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6545              Date: Mon, 13 May 2002 18:30:35 +0200
6546              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
6547              
6548              (gcc 3.0 vs 64-bit hpux hints)
6549      Branch: perl
6550            ! hints/hpux.sh
6551 ____________________________________________________________________________
6552 [ 16580] By: sky                                   on 2002/05/13  19:38:09
6553         Log: Make the point a bit clearer after suggestion from Merijin
6554      Branch: perl
6555            ! pod/perltodo.pod
6556 ____________________________________________________________________________
6557 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
6558         Log: perltodo update.
6559      Branch: perl
6560            ! pod/perltodo.pod
6561 ____________________________________________________________________________
6562 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
6563         Log: Subject: README.aix update
6564              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6565              Date: Mon, 13 May 2002 19:02:47 +0200
6566              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
6567      Branch: perl
6568            ! README.aix
6569 ____________________________________________________________________________
6570 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
6571         Log: export PerlIOBuf_get_base for win32 extension linkage
6572      Branch: perl
6573            ! makedef.pl
6574 ____________________________________________________________________________
6575 [ 16576] By: nick                                  on 2002/05/13  18:20:22
6576         Log: Integrate mainline
6577      Branch: perlio
6578           !> Changes README.vos ext/threads/shared/shared.pm
6579           !> ext/threads/shared/t/0nothread.t
6580           !> ext/threads/shared/t/av_refs.t
6581           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
6582           !> ext/threads/shared/t/hv_refs.t
6583           !> ext/threads/shared/t/hv_simple.t
6584           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
6585           !> ext/threads/shared/t/semaphore.t
6586           !> ext/threads/shared/t/shared_attr.t
6587           !> ext/threads/shared/t/sv_refs.t
6588           !> ext/threads/shared/t/sv_simple.t patchlevel.h
6589           !> pod/perldelta.pod vms/vms.c xsutils.c
6590 ____________________________________________________________________________
6591 [ 16575] By: ams                                   on 2002/05/13  15:42:50
6592         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
6593              From: Paul_GreenVOS@vos.stratus.com
6594              Date: Mon, 13 May 02 12:32 edt
6595              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
6596      Branch: perl
6597            ! README.vos pod/perldelta.pod
6598 ____________________________________________________________________________
6599 [ 16574] By: ams                                   on 2002/05/13  15:41:14
6600         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
6601              From: PPrymmer@factset.com
6602              Date: Mon, 13 May 2002 11:38:15 -0400
6603              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
6604      Branch: perl
6605            ! vms/vms.c
6606 ____________________________________________________________________________
6607 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
6608         Log: Update Changes.
6609      Branch: perl
6610            ! Changes patchlevel.h
6611 ____________________________________________________________________________
6612 [ 16572] By: sky                                   on 2002/05/13  12:30:35
6613         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
6614              From: Dave Mitchell <davem@fdgroup.com>
6615              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
6616              Message-Id: <20020510235227.J12298@fdgroup.com>
6617      Branch: perl
6618            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
6619            ! ext/threads/shared/t/av_refs.t
6620            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
6621            ! ext/threads/shared/t/hv_refs.t
6622            ! ext/threads/shared/t/hv_simple.t
6623            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
6624            ! ext/threads/shared/t/semaphore.t
6625            ! ext/threads/shared/t/shared_attr.t
6626            ! ext/threads/shared/t/sv_refs.t
6627            ! ext/threads/shared/t/sv_simple.t xsutils.c
6628 ____________________________________________________________________________
6629 [ 16571] By: nick                                  on 2002/05/13  07:54:10
6630         Log: Integrate Mainline
6631      Branch: perlio
6632           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
6633            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6634            - wince/include/cectype.h wince/include/errno.h
6635            - wince/include/sys/types.h wince/include/sys/utime.h
6636            - wince/include/time.h
6637           !> (integrate 51 files)
6638 ____________________________________________________________________________
6639 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
6640         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
6641              From: Michael G Schwern <schwern@pobox.com>
6642              Date: Sun, 12 May 2002 19:32:58 -0400
6643              Message-ID: <20020512233258.GK696@blackrider>
6644      Branch: perl
6645            ! t/TEST
6646 ____________________________________________________________________________
6647 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
6648         Log: Be clean.
6649      Branch: perl
6650            ! Makefile.SH ext/B/t/o.t
6651 ____________________________________________________________________________
6652 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
6653         Log: change#8666 ($Config{perllibs}) apparently never got into
6654              mainline--merge, and add other missing entries; regen
6655              config_H.* files
6656      Branch: perl
6657            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6658            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
6659            ! win32/config_H.vc win32/config_H.vc64
6660 ____________________________________________________________________________
6661 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
6662         Log: Elaborate on the exit/wait plan a bit.
6663      Branch: perl
6664            ! pod/perltodo.pod
6665 ____________________________________________________________________________
6666 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
6667         Log: Slight doc tweaks.
6668      Branch: perl
6669            ! pod/perlthrtut.pod
6670 ____________________________________________________________________________
6671 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
6672         Log: OS/390: update the test results.
6673      Branch: perl
6674            ! pod/perldelta.pod
6675 ____________________________________________________________________________
6676 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
6677         Log: Add threadsafety caveats.
6678      Branch: perl
6679            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
6680 ____________________________________________________________________________
6681 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
6682         Log: Update the Mac OS X situation.
6683      Branch: perl
6684            ! pod/perldelta.pod
6685 ____________________________________________________________________________
6686 [ 16562] By: sky                                   on 2002/05/12  19:10:27
6687         Log: Update todo, removing things done and adding new things.
6688      Branch: perl
6689            ! pod/perltodo.pod
6690 ____________________________________________________________________________
6691 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
6692         Log: Reword the "threads still running" cleanup message.
6693      Branch: perl
6694            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
6695            ! pod/perltoc.pod
6696 ____________________________________________________________________________
6697 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
6698         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
6699              (The manifestation: running pat.t core dumps after test 639.
6700              Removing everything after 639 makes core go away, as does
6701              removing everything before 640.  I did say "weird".  Some
6702              sort of a memory corruption, no doubt, but no time to debug
6703              in more detail.)
6704      Branch: perl
6705            ! t/op/pat.t
6706 ____________________________________________________________________________
6707 [ 16559] By: sky                                   on 2002/05/12  17:59:41
6708         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
6709      Branch: perl
6710            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
6711            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6712            ! MANIFEST
6713 ____________________________________________________________________________
6714 [ 16558] By: sky                                   on 2002/05/12  17:57:51
6715         Log: Fixed bug where tmpsv would be null after the return of the 
6716              amagic. Now check for that and allocate the tmpsv afterwards, 
6717              this is done in all other places that use amagic.
6718              Fixes bug when threads->unknownfunction() was called and
6719              we coredumped on the stringification somewhere deep in the
6720              autoloader/dynaloader something. Far to deep for me to provide
6721              a test case.
6722      Branch: perl
6723            ! sv.c
6724 ____________________________________________________________________________
6725 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
6726         Log: (retracted by #16560)
6727              EBCDIC: must protect also compile time so that
6728              the illegal UTF-EBCDIC is not seen.
6729      Branch: perl
6730            ! t/op/pat.t
6731 ____________________________________________________________________________
6732 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
6733         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
6734      Branch: perl
6735            ! pod/perlebcdic.pod regcomp.c
6736 ____________________________________________________________________________
6737 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
6738         Log: As suggested by Dave Mitchell, adding yield()s at
6739              appropriate spots helps non-preemptive thread
6740              implementations, like the GNU pth.  Tested at NetBSD
6741              by Martin Weber <Ephaeton@gmx.net>.
6742      Branch: perl
6743            ! ext/threads/t/basic.t ext/threads/t/list.t
6744            ! ext/threads/t/thread.t
6745 ____________________________________________________________________________
6746 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
6747         Log: Subject: RE: VOS bleadperl test failure on 16539
6748              From: chromatic <chromatic@rmci.net>
6749              Date: Sat, 11 May 2002 23:23:54 -0700
6750              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
6751      Branch: perl
6752            ! ext/B/t/o.t
6753 ____________________________________________________________________________
6754 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
6755         Log: There's no rest for the wicked misspellers.
6756      Branch: perl
6757            ! pod/perlthrtut.pod
6758 ____________________________________________________________________________
6759 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
6760         Log: Detypos (and sticking with US spelling since Dan Sugalski
6761              wrote the original text of perlthrtut)
6762      Branch: perl
6763            ! ext/threads/threads.pm pod/perlthrtut.pod
6764 ____________________________________________________________________________
6765 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
6766         Log: Because of #16550 these tests would now spew
6767              "Malformed UTF-8" in EBCDIC.
6768      Branch: perl
6769            ! t/op/pat.t
6770 ____________________________________________________________________________
6771 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
6772         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
6773              scripts does not apply any more.  (The utf8.t needed a little
6774              bit of relaxing to work in EBCDIC, since *both* the bytes in
6775              subtest #30 are illegal UTF-EBCDIC, and the error message
6776              matched is slightly different.)  The utf8.t now passes.
6777      Branch: perl
6778            ! lib/utf8.t toke.c
6779 ____________________________________________________________________________
6780 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
6781         Log: Subject: [PATCH] a bit more for WinCE
6782              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6783              Date: Sun, 12 May 2002 02:34:24 +0400
6784              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
6785      Branch: perl
6786            ! wince/wince.c
6787 ____________________________________________________________________________
6788 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
6789         Log: Subject: [PATCH] for WinCE cross-build, another one
6790              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
6791              Date: Sun, 12 May 2002 00:02:47 +0400
6792              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
6793      Branch: perl
6794            - wince/include/cectype.h wince/include/errno.h
6795            - wince/include/sys/types.h wince/include/sys/utime.h
6796            - wince/include/time.h
6797            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
6798            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
6799            ! wince/wince.c
6800 ____________________________________________________________________________
6801 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
6802         Log: Explicit casts due to #16542.
6803      Branch: perl
6804            ! ext/B/B.xs hv.c op.c sv.c
6805 ____________________________________________________________________________
6806 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
6807         Log: Upgrade to Test::Harness 2.21.
6808      Branch: perl
6809            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6810            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
6811            ! lib/Test/Harness/t/test-harness.t
6812 ____________________________________________________________________________
6813 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
6814         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
6815              but keep up with the $VERSION)
6816      Branch: perl
6817            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
6818 ____________________________________________________________________________
6819 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
6820         Log: metaconfig unit change for #16543.
6821      Branch: metaconfig
6822            ! U/threads/usethreads.U
6823 ____________________________________________________________________________
6824 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
6825         Log: Subject: [PATCH] updated threads docs
6826              From: Dave Mitchell <davem@fdgroup.com>
6827              Date: Sat, 11 May 2002 20:00:51 +0100
6828              Message-ID: <20020511200050.D14841@fdgroup.com>
6829      Branch: perl
6830            ! Configure README.threads pod/perlothrtut.pod
6831            ! pod/perlthrtut.pod
6832 ____________________________________________________________________________
6833 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
6834         Log: Subject: unsigned char hashes (Re: perl@16539)
6835              From: Nicholas Clark <nick@unfortu.net>
6836              Date: Sat, 11 May 2002 17:54:44 +0100
6837              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
6838              
6839              Be explicitly unsigned char in the hash calculation.
6840      Branch: perl
6841            ! hv.h
6842 ____________________________________________________________________________
6843 [ 16541] By: nick                                  on 2002/05/11  08:21:00
6844         Log: Integrate mainline
6845      Branch: perlio
6846           +> ext/B/t/o.t
6847           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
6848           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
6849           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
6850 ____________________________________________________________________________
6851 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
6852         Log: Subject: more os x test output cosmetics
6853              From: Kay Röpke <kroepke@dolphin-services.de>
6854              Date: Fri, 10 May 2002 14:07:34 +0200
6855              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
6856      Branch: perl
6857            ! ext/DB_File/t/db-btree.t
6858 ____________________________________________________________________________
6859 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
6860         Log: Update Changes.
6861      Branch: perl
6862            ! Changes patchlevel.h
6863 ____________________________________________________________________________
6864 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
6865         Log: Regen toc.
6866      Branch: perl
6867            ! pod/perltoc.pod
6868 ____________________________________________________________________________
6869 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
6870         Log: Move pod, add $VERSION.
6871      Branch: perl
6872            ! ext/threads/shared/queue.pm
6873 ____________________________________________________________________________
6874 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
6875         Log: Unused variables.
6876      Branch: perl
6877            ! ext/Encode/Encode.xs
6878 ____________________________________________________________________________
6879 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
6880         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
6881              From: chromatic <chromatic@rmci.net>
6882              Date: Fri, 10 May 2002 07:43:25 -0700
6883              Message-ID: <20020510144325.26245.qmail@firewheel>
6884      Branch: perl
6885            + ext/B/t/o.t
6886            ! MANIFEST
6887 ____________________________________________________________________________
6888 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
6889         Log: Don't do JAPHs unless doing "make torturetest".
6890              Document the less obvious make test targets.
6891      Branch: perl
6892            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
6893 ____________________________________________________________________________
6894 [ 16533] By: nick                                  on 2002/05/10  06:02:58
6895         Log: Integrate mainline
6896      Branch: perlio
6897           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
6898           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
6899           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
6900           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
6901           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
6902           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
6903           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
6904           !> t/run/fresh_perl.t util.c
6905 ____________________________________________________________________________
6906 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
6907         Log: Subject: [PATCH] format and other warnings
6908              From: Robin Barker <rmb1@cise.npl.co.uk>
6909              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
6910              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
6911      Branch: perl
6912            ! Porting/pumpkin.pod ext/Encode/Encode.xs
6913            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
6914            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
6915            ! ext/threads/threads.xs
6916 ____________________________________________________________________________
6917 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
6918         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
6919      Branch: perl
6920            ! t/op/tie.t t/run/fresh_perl.t
6921 ____________________________________________________________________________
6922 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
6923         Log: Subject: Re: [PATCH] Re: perl@16433
6924              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
6925              Date: Thu, 09 May 2002 16:24:59 -0700
6926              Message-ID: <LVw28gzkguhE092yn@efn.org>
6927      Branch: perl
6928            ! t/op/tie.t
6929 ____________________________________________________________________________
6930 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
6931         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
6932              From: Dave Mitchell <davem@fdgroup.com>
6933              Date: Thu, 9 May 2002 17:18:42 +0100
6934              Message-ID: <20020509171842.C9836@fdgroup.com>
6935      Branch: perl
6936            ! ext/threads/shared/t/cond.t
6937 ____________________________________________________________________________
6938 [ 16528] By: nick                                  on 2002/05/09  16:40:39
6939         Log: Integrate maint branch io (pipe) fixes.
6940      Branch: perl
6941           !> doio.c pp_sys.c util.c
6942 ____________________________________________________________________________
6943 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
6944         Log: FAQ sync.
6945      Branch: perl
6946            ! pod/perlfaq3.pod pod/perlfaq4.pod
6947 ____________________________________________________________________________
6948 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
6949         Log: metaconfig unit changes for #16525, plus extra linting.
6950      Branch: metaconfig
6951            ! U/compline/ptrsize.U U/protos/Protochk.U
6952            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6953            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6954            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6955            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6956            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6957            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6958            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6959            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6960            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6961            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6962            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6963            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6964            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6965            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6966            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6967            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6968            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6969            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6970            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6971            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6972            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6973            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6974            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6975            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6976 ____________________________________________________________________________
6977 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
6978         Log: metaconfig unit linting.
6979      Branch: perl
6980            ! reentr.pl
6981 ____________________________________________________________________________
6982 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
6983         Log: metaconfig unit changes for #16523.
6984      Branch: metaconfig
6985            ! U/compline/ptrsize.U
6986      Branch: metaconfig/U/perl
6987            ! use64bits.U
6988 ____________________________________________________________________________
6989 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
6990         Log: ptrsize should depend on use64bitall, not the other
6991              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
6992      Branch: perl
6993            ! Configure
6994 ____________________________________________________________________________
6995 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
6996         Log: Integrate #16510 from macperl;
6997              
6998              Tell IO.xs that MacOS sometimes doesn't need extra help
6999      Branch: perl
7000           !> ext/IO/IO.xs
7001 ____________________________________________________________________________
7002 [ 16521] By: ams                                   on 2002/05/09  12:42:12
7003         Log: Subject: Re: Storable doc patches
7004              From: "Philip Newton" <Philip.Newton@gmx.net>
7005              Date: Thu, 9 May 2002 14:32:29 +0200
7006              Message-Id: 
7007      Branch: perl
7008            ! ext/Storable/Storable.pm
7009 ____________________________________________________________________________
7010 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
7011         Log: cmp() compares chars, not bytes.
7012      Branch: perl
7013            ! pod/perllocale.pod
7014 ____________________________________________________________________________
7015 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
7016         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
7017      Branch: perl
7018            ! pod/perlhack.pod
7019 ____________________________________________________________________________
7020 [ 16518] By: ams                                   on 2002/05/09  09:04:31
7021         Log: Subject: Storable doc patches
7022              From: Philip Newton <Philip.Newton@gmx.net>
7023              Date: Thu, 09 May 2002 12:00:45 +0200
7024              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
7025      Branch: perl
7026            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
7027 ____________________________________________________________________________
7028 [ 16517] By: ams                                   on 2002/05/09  08:53:50
7029         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
7030              From: Philip Newton <Philip.Newton@gmx.net>
7031              Date: Thu, 09 May 2002 11:16:06 +0200
7032              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
7033      Branch: perl
7034            ! ext/Storable/README
7035 ____________________________________________________________________________
7036 [ 16516] By: nick                                  on 2002/05/09  08:13:39
7037         Log: Integrate mainline
7038      Branch: perlio
7039           !> pod/perlxstut.pod
7040 ____________________________________________________________________________
7041 [ 16515] By: nick                                  on 2002/05/09  07:29:53
7042         Log: Integrate mainline
7043      Branch: perlio
7044           !> (integrate 27 files)
7045 ____________________________________________________________________________
7046 [ 16514] By: ams                                   on 2002/05/09  06:50:24
7047         Log: Subject: [Patch] perlxstut.pod
7048              From: lupe@lupe-christoph.de (Lupe Christoph)
7049              Date: Thu, 9 May 2002 09:42:02 +0200
7050              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
7051              (Applied with tweaks.)
7052      Branch: perl
7053            ! pod/perlxstut.pod
7054 ____________________________________________________________________________
7055 [ 16513] By: ams                                   on 2002/05/09  06:04:47
7056         Log: Subject: [Patch] perlapio.pod
7057              From: lupe@lupe-christoph.de (Lupe Christoph)
7058              Date: Thu, 9 May 2002 09:01:50 +0200
7059              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
7060              (Applied with tweaks.)
7061      Branch: perl
7062            ! pod/perlapio.pod
7063 ____________________________________________________________________________
7064 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
7065         Log: Integrate from macperl
7066      Branch: maint-5.6/macperl
7067           !> macos/macperl/MPConsole.cp
7068 ____________________________________________________________________________
7069 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
7070         Log: Make interrupt act as end of file, MacPerl Bug #542154
7071      Branch: macperl
7072            ! macos/macperl/MPConsole.cp
7073 ____________________________________________________________________________
7074 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
7075         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
7076      Branch: macperl
7077            ! ext/IO/IO.xs
7078 ____________________________________________________________________________
7079 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
7080         Log: Make perlio (!sfio) work on MacOS
7081      Branch: macperl
7082            ! macos/config.h macos/config.sh macos/macish.c
7083 ____________________________________________________________________________
7084 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
7085         Log: integrate maint-5.6/macperl contents
7086      Branch: maint-5.6/perl
7087           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
7088           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
7089           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
7090 ____________________________________________________________________________
7091 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
7092         Log: Rework #16506 some more.
7093      Branch: perl
7094            ! ext/Time/HiRes/HiRes.xs win32/win32.c
7095 ____________________________________________________________________________
7096 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
7097         Log: Rework #16503 a bit to keep all the HiRes implementation
7098              in one place, assuming we want to re-CPAN Time::HiRes at
7099              some point.
7100      Branch: perl
7101            ! ext/Time/HiRes/HiRes.xs win32/win32.c
7102 ____________________________________________________________________________
7103 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
7104         Log: metaconfig unit change for #16504.
7105      Branch: metaconfig
7106            ! U/modified/Cppsym.U
7107 ____________________________________________________________________________
7108 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
7109         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
7110              From: Pixel <pixel@mandrakesoft.com>
7111              Date: 08 May 2002 18:19:51 +0200
7112              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
7113      Branch: perl
7114            ! Configure
7115 ____________________________________________________________________________
7116 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
7117         Log: make the gettimeofday() implementation in Time::HiRes available
7118              from perl
7119      Branch: perl
7120            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
7121            ! win32/config.bc win32/config.gc win32/config.vc
7122            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
7123            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
7124            ! win32/win32.c win32/win32iop.h
7125 ____________________________________________________________________________
7126 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
7127         Log: Subject: Test output update for OS X 10.1.4
7128              From: Kay Röpke <kroepke@dolphin-services.de>
7129              Date: Wed, 8 May 2002 22:23:36 +0200
7130              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
7131      Branch: perl
7132            ! ext/DB_File/t/db-recno.t
7133 ____________________________________________________________________________
7134 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
7135         Log: Subject: [PATCH] Re: perl@16433
7136              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7137              Date: Tue, 07 May 2002 18:40:44 -0700
7138              Message-ID: <cII28gzkgaOS092yn@efn.org>
7139              
7140              Subject: Re: [PATCH] Re: perl@16433
7141              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7142              Date: Wed, 08 May 2002 10:16:42 -0700
7143              Message-ID: <61V28gzkg+jG092yn@efn.org>
7144      Branch: perl
7145            ! pp_sys.c sv.c t/op/tie.t
7146 ____________________________________________________________________________
7147 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
7148         Log: Subject: [DOC PATCH] Minor threads::shared nits
7149              From: Simon Glover <scog@amnh.org>
7150              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
7151              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
7152      Branch: perl
7153            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
7154            ! ext/threads/shared/shared.pm
7155 ____________________________________________________________________________
7156 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
7157         Log: Subject: [DOC PATCH] perlthrtut proofreading
7158              From: Simon Glover <scog@amnh.org>
7159              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
7160              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
7161      Branch: perl
7162            ! pod/perlthrtut.pod
7163 ____________________________________________________________________________
7164 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
7165         Log: Deprecate 5.005threads.
7166      Branch: perl
7167            ! pod/perldelta.pod
7168 ____________________________________________________________________________
7169 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
7170         Log: Integrate perlio:
7171              
7172              [ 16496]
7173              Portability and doc tweaks to PerlIO/XS stuff.
7174              We are still "papering over the cracks" a bit,
7175              but now it is good stiff card held on with epoxy.
7176              
7177              [ 16495]
7178              PerlIO/XS interface routine and doc updates from
7179              lupe@lupe-christoph.de (Lupe Christoph) in mail
7180              Subject: [For Review] Patch for perlio.c and pods
7181              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
7182              Date: Sun, 5 May 2002 10:43:15 +0200
7183              (Minor tweaks to follow.)
7184      Branch: perl
7185           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
7186 ____________________________________________________________________________
7187 [ 16496] By: nick                                  on 2002/05/08  19:08:43
7188         Log: Portability and doc tweaks to PerlIO/XS stuff.
7189              We are still "papering over the cracks" a bit,
7190              but now it is good stiff card held on with epoxy.
7191      Branch: perlio
7192            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
7193 ____________________________________________________________________________
7194 [ 16495] By: nick                                  on 2002/05/08  17:56:43
7195         Log: PerlIO/XS interface routine and doc updates from
7196              lupe@lupe-christoph.de (Lupe Christoph) in mail
7197              Subject: [For Review] Patch for perlio.c and pods
7198              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
7199              Date: Sun, 5 May 2002 10:43:15 +0200
7200              (Minor tweaks to follow.)
7201      Branch: perlio
7202            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
7203 ____________________________________________________________________________
7204 [ 16494] By: nick                                  on 2002/05/08  17:40:34
7205         Log: Integrate mainline
7206      Branch: perlio
7207           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
7208           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
7209           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
7210           !> t/run/fresh_perl.t
7211 ____________________________________________________________________________
7212 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
7213         Log: Update Changes.
7214      Branch: perl
7215            ! Changes patchlevel.h
7216 ____________________________________________________________________________
7217 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
7218         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
7219              don't unlink /dev/null
7220      Branch: perl
7221            ! Porting/p4genpatch
7222 ____________________________________________________________________________
7223 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
7224         Log: Integrate perlio:
7225              
7226              [ 16487]
7227              Avoid pointless re-encode of data in :encoding's read buffer
7228              on a close
7229      Branch: perl
7230           !> ext/PerlIO/encoding/encoding.xs
7231 ____________________________________________________________________________
7232 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
7233         Log: The base.pm changes need this, too?
7234      Branch: perl
7235            ! lib/diagnostics.t
7236 ____________________________________________________________________________
7237 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
7238         Log: fix p4genpatch breakage (missing slash in patch headers)
7239      Branch: perl
7240            ! Porting/p4genpatch
7241 ____________________________________________________________________________
7242 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
7243         Log: Integrate #14679 from macperl;
7244              
7245              Skip layer symbols for sfio
7246      Branch: perl
7247           !> makedef.pl
7248 ____________________________________________________________________________
7249 [ 16487] By: nick                                  on 2002/05/08  13:12:47
7250         Log: Avoid pointless re-encode of data in :encoding's read buffer
7251              on a close
7252      Branch: perlio
7253            ! ext/PerlIO/encoding/encoding.xs
7254 ____________________________________________________________________________
7255 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
7256         Log: Integrate #16481 from macperl;
7257              
7258              p4genpatch Mac OS fixes (paths, utime)
7259      Branch: perl
7260           !> Porting/p4genpatch
7261 ____________________________________________________________________________
7262 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
7263         Log: Storable doc tweaks.
7264      Branch: perl
7265            ! ext/Storable/Storable.pm
7266 ____________________________________________________________________________
7267 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
7268         Log: Subject: Re: [PATCH] use base Notexists
7269              From: andreas.koenig@anima.de (Andreas J. Koenig)
7270              Date: Wed, 08 May 2002 15:57:53 +0200
7271              Message-ID: <m34rhi91y6.fsf@anima.de>
7272      Branch: perl
7273            ! lib/base.pm lib/fields.t
7274 ____________________________________________________________________________
7275 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
7276         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
7277              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
7278              Date: Wed, 8 May 2002 10:47:51 +0400
7279              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
7280      Branch: perl
7281            ! t/run/fresh_perl.t
7282 ____________________________________________________________________________
7283 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
7284         Log: Document how even "ASCII" locales can have problems
7285              if \w includes some of the regex metacharacters.
7286      Branch: perl
7287            ! lib/locale.t
7288 ____________________________________________________________________________
7289 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
7290         Log: p4genpatch Mac OS fixes (paths, utime)
7291      Branch: macperl
7292            ! Porting/p4genpatch
7293 ____________________________________________________________________________
7294 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
7295         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
7296              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
7297              Date: Wed, 8 May 2002 10:33:14 +0400
7298              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
7299      Branch: perl
7300            ! ext/File/Glob/bsd_glob.c
7301 ____________________________________________________________________________
7302 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
7303         Log: Skip layer symbols for sfio
7304      Branch: macperl
7305            ! makedef.pl
7306 ____________________________________________________________________________
7307 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
7308         Log: Bump up the Storable $VERSION to 2.0.
7309      Branch: perl
7310            ! ext/Storable/Storable.pm
7311 ____________________________________________________________________________
7312 [ 16477] By: nick                                  on 2002/05/08  06:21:18
7313         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
7314      Branch: perlio
7315           !> (integrate 36 files)
7316 ____________________________________________________________________________
7317 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
7318         Log: Oops, add back
7319      Branch: macperl
7320            + macos/MacPerlTests.cmd
7321 ____________________________________________________________________________
7322 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
7323         Log: Integrate with perl
7324      Branch: macperl
7325           +> Porting/p4genpatch ext/Digest/MD5/README
7326           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
7327           +> ext/threads/shared/semaphore.pm
7328           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
7329           +> t/comp/hints.t vos/compile_full_perl.cm
7330           +> vos/configure_full_perl.sh vos/make_full_perl.sh
7331           +> wince/compile.bat wince/win32io.c
7332            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
7333            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
7334           !> (integrate 206 files)
7335 ____________________________________________________________________________
7336 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
7337         Log: Update README (integrate from macperl)
7338      Branch: maint-5.6/macperl
7339           !> README.macos
7340 ____________________________________________________________________________
7341 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
7342         Log: Various syncs from macperl/ -> maint-5.6/macperl/
7343              File::Copy, File::Spec updates
7344              Test script modifications
7345              pp_require path bugfixes
7346      Branch: maint-5.6/macperl
7347            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
7348            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
7349 ____________________________________________________________________________
7350 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
7351         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
7352      Branch: macperl
7353            ! macos/macperl/MacPerl.podhelp
7354      Branch: maint-5.6/macperl
7355            ! macos/macperl/MacPerl.podhelp
7356 ____________________________________________________________________________
7357 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
7358         Log: Reset Mac::err flag in app, MacPerl Bug #546065
7359      Branch: macperl
7360            ! macos/macperl/MPScript.c
7361      Branch: maint-5.6/macperl
7362            ! macos/macperl/MPScript.c
7363 ____________________________________________________________________________
7364 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
7365         Log: Fix for some module install paths, MacPerl Bug #549611
7366      Branch: macperl
7367            ! macos/macperl/Droplets/installme.plx
7368            ! macos/macperl/Droplets/untarzipme.plx
7369      Branch: maint-5.6/macperl
7370            ! macos/macperl/Droplets/installme.plx
7371            ! macos/macperl/Droplets/untarzipme.plx
7372 ____________________________________________________________________________
7373 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
7374         Log: Stupid Mac::OSA::Simple bugs
7375      Branch: macperl
7376            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
7377      Branch: maint-5.6/macperl
7378            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
7379 ____________________________________________________________________________
7380 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
7381         Log: Various BuildTools fixes, MacPerl Bug #545341
7382      Branch: macperl
7383            ! macos/lib/Mac/BuildTools.pm
7384      Branch: maint-5.6/macperl
7385            ! macos/lib/Mac/BuildTools.pm
7386 ____________________________________________________________________________
7387 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
7388         Log: MM_MacOS has been moved from macos/lib/ to lib/
7389      Branch: macperl
7390            - macos/lib/ExtUtils/MM_MacOS.pm
7391 ____________________________________________________________________________
7392 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
7393         Log: Oops, add Digest::MD5 Makefile.mk back in
7394      Branch: macperl
7395            + macos/bundled_ext/Digest/MD5/Makefile.mk
7396 ____________________________________________________________________________
7397 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
7398         Log: Allow focus of first item, MacPerl Bug #529102
7399      Branch: macperl
7400            ! macos/ext/Mac/Windows/Windows.pm
7401      Branch: maint-5.6/macperl
7402            ! macos/ext/Mac/Windows/Windows.pm
7403 ____________________________________________________________________________
7404 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
7405         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
7406      Branch: macperl
7407            ! macos/lib/Mac/Glue.pm
7408      Branch: maint-5.6/macperl
7409            ! macos/lib/Mac/Glue.pm
7410 ____________________________________________________________________________
7411 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
7412         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
7413      Branch: perl
7414            ! makedef.pl
7415 ____________________________________________________________________________
7416 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
7417         Log: aTHX may be empty
7418      Branch: perl
7419            ! win32/win32.c
7420 ____________________________________________________________________________
7421 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
7422         Log: 5005threads builds again on windows
7423      Branch: perl
7424            ! win32/win32.c win32/win32.h
7425 ____________________________________________________________________________
7426 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
7427         Log: fixes for various warnings identified by Visual C++
7428      Branch: perl
7429            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
7430            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
7431            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
7432            ! win32/config.bc win32/config.gc win32/config.vc
7433            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7434            ! win32/win32.c win32/win32iop.h
7435 ____________________________________________________________________________
7436 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
7437         Log: keep paths consistently slashed on windows
7438      Branch: perl
7439            ! t/harness
7440 ____________________________________________________________________________
7441 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
7442         Log: integrate makefile.mk changes into Makefile
7443      Branch: perl
7444            ! win32/Makefile
7445 ____________________________________________________________________________
7446 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
7447         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
7448              From: Nicholas Clark <nick@unfortu.net>
7449              Date: Tue, 7 May 2002 23:26:01 +0100
7450              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
7451      Branch: perl
7452            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
7453            ! ext/Storable/README ext/Storable/Storable.pm
7454            ! ext/Storable/t/malice.t
7455 ____________________________________________________________________________
7456 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
7457         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
7458              From: Dave Mitchell <davem@fdgroup.com>
7459              Date: Wed, 8 May 2002 00:11:02 +0100
7460              Message-ID: <20020508001102.D4118@fdgroup.com>
7461      Branch: perl
7462            ! pp_hot.c scope.c
7463 ____________________________________________________________________________
7464 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
7465         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
7466              From: Dave Mitchell <davem@fdgroup.com>
7467              Date: Tue, 7 May 2002 23:13:10 +0100
7468              Message-ID: <20020507231310.B4118@fdgroup.com>
7469      Branch: perl
7470            ! pp_hot.c
7471 ____________________________________________________________________________
7472 [ 16454] By: sky                                   on 2002/05/07  21:18:44
7473         Log: Documentation of async
7474      Branch: perl
7475            ! ext/threads/threads.pm
7476 ____________________________________________________________________________
7477 [ 16453] By: sky                                   on 2002/05/07  21:16:28
7478         Log: Documentation added.
7479      Branch: perl
7480            ! ext/threads/shared/semaphore.pm
7481 ____________________________________________________________________________
7482 [ 16452] By: sky                                   on 2002/05/07  21:15:34
7483         Log: Add support for async.
7484      Branch: perl
7485            ! ext/threads/threads.pm
7486 ____________________________________________________________________________
7487 [ 16451] By: sky                                   on 2002/05/07  21:01:47
7488         Log: Add documentation.
7489      Branch: perl
7490            ! ext/threads/shared/queue.pm
7491 ____________________________________________________________________________
7492 [ 16450] By: sky                                   on 2002/05/07  20:24:08
7493         Log: Fix bad assumptions in test case.
7494              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
7495              b) $var++ is not atomic
7496              c) the creating of the string to print and the actuall printing 
7497              could be preempted by another thread
7498      Branch: perl
7499            ! ext/threads/shared/t/queue.t
7500 ____________________________________________________________________________
7501 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
7502         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
7503              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7504              Date: Tue, 07 May 2002 19:41:03 +0200
7505              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
7506      Branch: perl
7507            ! makedepend.SH
7508 ____________________________________________________________________________
7509 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
7510         Log: Upgrade to Encode 1.71.
7511      Branch: perl
7512            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7513            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
7514 ____________________________________________________________________________
7515 [ 16447] By: nick                                  on 2002/05/07  18:39:47
7516         Log: Integrate mainline
7517      Branch: perlio
7518           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
7519           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
7520           !> lib/User/pwent.t
7521 ____________________________________________________________________________
7522 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
7523         Log: AUTHORS updates.
7524      Branch: perl
7525            ! AUTHORS
7526 ____________________________________________________________________________
7527 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
7528         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
7529              From: Robin Barker <rmb1@cise.npl.co.uk>
7530              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
7531              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
7532      Branch: perl
7533            ! ext/Encode/Encode.xs
7534 ____________________________________________________________________________
7535 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
7536         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
7537              From: Michael A Chase <mchase@ix.netcom.com>
7538              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
7539              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
7540              
7541              (plus add what POSIX says)
7542      Branch: perl
7543            ! lib/File/Spec/Unix.pm
7544 ____________________________________________________________________________
7545 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
7546         Log: Subject: Re: lib/User/pwent.t on Cygwin
7547              From: John Peacock <jpeacock@rowman.com>
7548              Date: Mon, 06 May 2002 10:14:21 -0400
7549              Message-ID: <3CD68FBD.8020502@rowman.com>
7550      Branch: perl
7551            ! lib/User/pwent.t
7552 ____________________________________________________________________________
7553 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
7554         Log: Subject: [PATCH] Storable (Re: perl@16433)
7555              From: Radu Greab <radu@netsoft.ro>
7556              Date: Tue, 7 May 2002 11:37:03 +0300
7557              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
7558              
7559              Subject: Re: [PATCH] Storable (Re: perl@16433)
7560              From: Radu Greab <radu@netsoft.ro>
7561              Date: Tue, 7 May 2002 12:49:24 +0300
7562              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
7563              
7564              Plug the Storable memory leaks.
7565      Branch: perl
7566            ! ext/Storable/Storable.xs
7567 ____________________________________________________________________________
7568 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
7569         Log: Upgrade to CPAN 1.61.
7570      Branch: perl
7571            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7572 ____________________________________________________________________________
7573 [ 16440] By: nick                                  on 2002/05/07  07:07:58
7574         Log: Integrate mainline
7575      Branch: perlio
7576           +> Porting/p4genpatch vos/compile_full_perl.cm
7577           +> vos/configure_full_perl.sh vos/make_full_perl.sh
7578           +> wince/compile.bat wince/win32io.c
7579            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
7580           !> (integrate 74 files)
7581 ____________________________________________________________________________
7582 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
7583         Log: Document the bad behaviour of for(1..5){$_++}
7584              (it works but it should fail)
7585      Branch: perl
7586            ! pod/perldelta.pod
7587 ____________________________________________________________________________
7588 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
7589         Log: README.ko update from Jungshik Shin.
7590      Branch: perl
7591            ! README.ko
7592 ____________________________________________________________________________
7593 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
7594         Log: Subject: Re: perl@16433
7595              From: Nicholas Clark <nick@unfortu.net>
7596              Date: Tue, 7 May 2002 00:21:46 +0100
7597              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
7598      Branch: perl
7599            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
7600            ! ext/Storable/t/malice.t
7601 ____________________________________________________________________________
7602 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
7603         Log: Subject:  two and a half steps further for WinCE cross-build
7604              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7605              Date: Mon, 6 May 2002 23:54:24 +0400
7606              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
7607      Branch: perl
7608            - wince/config.h
7609            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
7610 ____________________________________________________________________________
7611 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
7612         Log: Detypo.
7613      Branch: perl
7614            ! pod/perldelta.pod
7615 ____________________________________________________________________________
7616 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
7617         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
7618              From: Dave Mitchell <davem@fdgroup.com>
7619              Date: Mon, 6 May 2002 17:17:00 +0100
7620              Message-ID: <20020506171700.A256@fdgroup.com>
7621      Branch: perl
7622            ! pod/perldelta.pod t/op/local.t
7623 ____________________________________________________________________________
7624 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
7625         Log: Update Changes.
7626      Branch: perl
7627            ! Changes patchlevel.h
7628 ____________________________________________________________________________
7629 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
7630         Log: Add a test for #16431, and document Dave's campaign
7631              against localised hash element bugs.
7632      Branch: perl
7633            ! pod/perldelta.pod t/op/tie.t
7634 ____________________________________________________________________________
7635 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
7636         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
7637              From: Dave Mitchell <davem@fdgroup.com>
7638              Date: Sat, 4 May 2002 00:34:18 +0100
7639              Message-ID: <20020504003418.F22026@fdgroup.com>
7640      Branch: perl
7641            ! pp_hot.c t/op/local.t
7642 ____________________________________________________________________________
7643 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
7644         Log: Regen uconfig.h.
7645      Branch: perl
7646            ! uconfig.h
7647 ____________________________________________________________________________
7648 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
7649         Log: Unfortunately AmigaOS has been broken since 11423
7650              and is unlikely to get fixed in time for 5.8.0.
7651      Branch: perl
7652            ! pod/perldelta.pod
7653 ____________________________________________________________________________
7654 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
7655         Log: Ultimate discouragement for the old tools, from Andreas.
7656      Branch: perl
7657            - Porting/p4d2p Porting/p4desc
7658            ! MANIFEST Porting/repository.pod
7659 ____________________________________________________________________________
7660 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
7661         Log: Upgrade to Digest::MD5 2.20.
7662      Branch: perl
7663            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7664            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
7665 ____________________________________________________________________________
7666 [ 16426] By: ams                                   on 2002/05/06  09:48:42
7667         Log: Subject: [Encode] 1.70 released
7668              From: Dan Kogai <dankogai@dan.co.jp>
7669              Date: Mon, 6 May 2002 19:36:15 +0900
7670              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
7671      Branch: perl
7672            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
7673            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
7674            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
7675 ____________________________________________________________________________
7676 [ 16425] By: ams                                   on 2002/05/06  09:40:42
7677         Log: Subject: [PATCH] PerlIO::Via reference
7678              From: Gisle Aas <gisle@ActiveState.com>
7679              Date: 05 May 2002 22:50:23 -0700
7680              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
7681      Branch: perl
7682            ! pod/perliol.pod
7683 ____________________________________________________________________________
7684 [ 16424] By: ams                                   on 2002/05/06  09:37:58
7685         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
7686              From: Brendan O'Dea <bod@debian.org>
7687              Date: Mon, 6 May 2002 14:04:48 +1000
7688              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
7689      Branch: perl
7690            ! lib/Term/Complete.pm
7691 ____________________________________________________________________________
7692 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
7693         Log: p4genpatch: avoid stderr noise during adds
7694      Branch: perl
7695            ! Porting/p4genpatch
7696 ____________________________________________________________________________
7697 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
7698         Log: Subject: [PATCH] Fixup VOS builds of miniperl
7699              From: Paul_GreenVOS@vos.stratus.com
7700              Date: Sun, 5 May 02 23:11 edt
7701              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
7702      Branch: perl
7703            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
7704 ____________________________________________________________________________
7705 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
7706         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
7707              From: Radu Greab <radu@netsoft.ro>
7708              Date: Mon, 6 May 2002 04:23:10 +0300
7709              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
7710      Branch: perl
7711            ! pp_sys.c t/op/exec.t
7712 ____________________________________________________________________________
7713 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
7714         Log: Further comment tweak, to agree with perlxs.pod.
7715      Branch: perl
7716            ! perl.h
7717 ____________________________________________________________________________
7718 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
7719         Log: Subject: [PATCH] Update README.vos and release vos build macros
7720              From: Paul_GreenVOS@vos.stratus.com
7721              Date: Sun, 5 May 02 17:15 edt
7722              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
7723              To: perl5-porters@perl.org
7724      Branch: perl
7725            + vos/compile_full_perl.cm vos/configure_full_perl.sh
7726            + vos/make_full_perl.sh
7727            ! MANIFEST README.vos vos/Changes
7728 ____________________________________________________________________________
7729 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
7730         Log: Retract MM_NW5.pm part of #16371, at the request
7731              of Michael Schwern.
7732      Branch: perl
7733            ! lib/ExtUtils/MM_NW5.pm
7734 ____________________________________________________________________________
7735 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
7736         Log: Comment tweaks.
7737      Branch: perl
7738            ! perl.h
7739 ____________________________________________________________________________
7740 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
7741         Log: a few more p4genpatch fixes:
7742              
7743              don't assume previous revision exists, let p4 compute it from
7744              the one-less-change number instead
7745              
7746              the time part in timestamps were always 00:00:00; fix by
7747              fetching metadata via "p4 fsync" rather than "p4 filelog"
7748              
7749              quote all file names used in external commands to make them
7750              them work when there are spaces in those file names
7751              
7752              looks production worthy now :)
7753      Branch: perl
7754            ! Porting/p4genpatch
7755 ____________________________________________________________________________
7756 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
7757         Log: The #16401 was far from enough, and mostly in a wrong direction.
7758              The right thing to do would be to convert Storable into using
7759              the new MY_CXT scheme (no static data, and memory management
7760              using SVs).
7761      Branch: perl
7762            ! ext/Storable/Storable.xs
7763 ____________________________________________________________________________
7764 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
7765         Log: p4genpatch diffs against depot files from //depot/perl when called
7766              with -b //depot/maint-5.6/perl
7767      Branch: perl
7768            ! Porting/p4genpatch
7769 ____________________________________________________________________________
7770 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
7771         Log: p4genpatch: current directory may not be writable, so don't
7772              create temp files there
7773      Branch: perl
7774            ! Porting/p4genpatch
7775 ____________________________________________________________________________
7776 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
7777         Log: p4genpatch now works on windows
7778      Branch: perl
7779            ! Porting/p4genpatch
7780 ____________________________________________________________________________
7781 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
7782         Log: p4genpatch: tweak from Andreas to strip leading portion of
7783              path specified in -b (so patch can be applied with "patch -p1")
7784      Branch: perl
7785            ! Porting/p4genpatch
7786 ____________________________________________________________________________
7787 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
7788         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
7789              From: PPrymmer@factset.com
7790              Date: Fri, 3 May 2002 14:52:12 -0400
7791              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
7792      Branch: perl
7793            ! t/op/pwent.t
7794 ____________________________________________________________________________
7795 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
7796         Log: Upgrade to Net::Ping 2.17.
7797      Branch: perl
7798            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
7799 ____________________________________________________________________________
7800 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
7801         Log: Upgrade to Getopt::Long 2.31.
7802      Branch: perl
7803            ! lib/Getopt/Long.pm
7804 ____________________________________________________________________________
7805 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
7806         Log: Subject: Re: Cross-compiling as of WinCE
7807              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7808              Date: Sat, 4 May 2002 03:49:11 +0400
7809              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
7810      Branch: perl
7811            + wince/compile.bat wince/win32io.c
7812            - wince/perldll.def
7813            ! MANIFEST configpm makedef.pl wince/Makefile.ce
7814            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
7815            ! wince/config_h.PL wince/wince.c
7816 ____________________________________________________________________________
7817 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
7818         Log: The loclibpth is always set by Configure.
7819      Branch: perl
7820            ! hints/dec_osf.sh
7821 ____________________________________________________________________________
7822 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
7823         Log: Subject: Re: [Unicode::Collate] UCA Version number    
7824              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7825              Date: Sun, 05 May 2002 10:07:57 +0900
7826              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
7827      Branch: perl
7828            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
7829            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
7830 ____________________________________________________________________________
7831 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
7832         Log: Subject: [PATCH sv.c] delete inaccurate comment
7833              From: Dave Mitchell <davem@fdgroup.com>
7834              Date: Fri, 3 May 2002 21:17:00 +0100
7835              Message-ID: <20020503211700.C22026@fdgroup.com>
7836      Branch: perl
7837            ! sv.c
7838 ____________________________________________________________________________
7839 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
7840         Log: Solaris: show what 'that' is.
7841      Branch: perl
7842            ! hints/solaris_2.sh
7843 ____________________________________________________________________________
7844 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
7845         Log: Syntax fix.
7846      Branch: perl
7847            ! t/op/arith.t
7848 ____________________________________________________________________________
7849 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
7850         Log: (retracted by #16415) Storable: try to free what we allocated.
7851      Branch: perl
7852            ! ext/Storable/Storable.xs
7853 ____________________________________________________________________________
7854 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
7855         Log: UNICOS: division is really sloppy.
7856      Branch: perl
7857            ! t/op/arith.t
7858 ____________________________________________________________________________
7859 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
7860         Log: Subject: fix t/io/fs.t for VOS
7861              From: Paul_GreenVOS@vos.stratus.com
7862              Date: Sat, 4 May 02 14:01 edt
7863              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
7864      Branch: perl
7865            ! t/io/fs.t
7866 ____________________________________________________________________________
7867 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
7868         Log: Subject: [Unicode::Collate] UCA Version number
7869              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7870              Date: Sat, 04 May 2002 16:07:07 +0900
7871              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
7872      Branch: perl
7873            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
7874 ____________________________________________________________________________
7875 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
7876         Log: Subject: [PATCH lib/overload.pm] "\"\""
7877              From: Michael G Schwern <schwern@pobox.com>
7878              Date: Sat, 4 May 2002 13:17:44 -0400
7879              Message-ID: <20020504171743.GD640@blackrider>
7880      Branch: perl
7881            ! lib/overload.pm
7882 ____________________________________________________________________________
7883 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
7884         Log: Add the EBCDIC test data to downgrade.t.
7885      Branch: perl
7886            ! ext/Storable/t/downgrade.t
7887 ____________________________________________________________________________
7888 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
7889         Log: EBCDIC tweak.
7890      Branch: perl
7891            ! ext/Storable/t/utf8hash.t
7892 ____________________________________________________________________________
7893 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
7894         Log: Allow p4genpatch to use diff programs other than 'diff'.
7895      Branch: perl
7896            ! Porting/p4genpatch
7897 ____________________________________________________________________________
7898 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
7899         Log: Add p4genpatch from Andreas; obsoletes both
7900              p4d2p and p4desc.
7901      Branch: perl
7902            + Porting/p4genpatch
7903            ! MANIFEST Porting/makerel
7904 ____________________________________________________________________________
7905 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
7906         Log: Upgrade to Encode 1.69.
7907      Branch: perl
7908            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
7909            ! ext/Encode/Encode/Makefile_PL.e2x
7910            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
7911            ! ext/Encode/lib/Encode/Guess.pm
7912            ! ext/Encode/lib/Encode/MIME/Header.pm
7913            ! ext/Encode/t/mime-header.t
7914 ____________________________________________________________________________
7915 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
7916         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
7917              From: Dave Mitchell <davem@fdgroup.com>
7918              Date: Sat, 4 May 2002 16:09:26 +0100
7919              Message-ID: <20020504160926.A24990@fdgroup.com>
7920      Branch: perl
7921            ! INSTALL
7922 ____________________________________________________________________________
7923 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
7924         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
7925              From: Nicholas Clark <nick@unfortu.net>
7926              Date: Sat, 4 May 2002 12:38:58 +0100
7927              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
7928      Branch: perl
7929            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7930 ____________________________________________________________________________
7931 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
7932         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
7933              From: Nicholas Clark <nick@unfortu.net>
7934              Date: Sat, 4 May 2002 00:30:43 +0100
7935              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
7936      Branch: perl
7937            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7938 ____________________________________________________________________________
7939 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
7940         Log: Doc tweak from Elizabeth Mattijsen.
7941      Branch: perl
7942            ! pod/perlunicode.pod
7943 ____________________________________________________________________________
7944 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
7945         Log: Subject: [PATCH] channames.pm doc tweaks
7946              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
7947              Date: Sat, 04 May 2002 11:45:18 +0900
7948              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
7949      Branch: perl
7950            ! lib/charnames.pm
7951 ____________________________________________________________________________
7952 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
7953         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
7954              From: Dave Mitchell <davem@fdgroup.com>
7955              Date: Fri, 3 May 2002 23:51:10 +0100
7956              Message-ID: <20020503235110.E22026@fdgroup.com>
7957      Branch: perl
7958            ! pp_hot.c scope.c
7959 ____________________________________________________________________________
7960 [ 16385] By: nick                                  on 2002/05/04  09:29:41
7961         Log: Integrate mainline
7962      Branch: perlio
7963           !> (integrate 47 files)
7964 ____________________________________________________________________________
7965 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
7966         Log: Subject: Re: perl@16307
7967              From: Nicholas Clark <nick@unfortu.net>
7968              Date: Fri, 3 May 2002 21:49:04 +0100
7969              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
7970              
7971              canonical #3 was failing under -Mutf8.
7972      Branch: perl
7973            ! ext/Storable/t/canonical.t
7974 ____________________________________________________________________________
7975 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
7976         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
7977              From: Dave Mitchell <davem@fdgroup.com>
7978              Date: Fri, 3 May 2002 21:12:10 +0100
7979              Message-ID: <20020503211210.B22026@fdgroup.com>
7980      Branch: perl
7981            ! scope.c
7982 ____________________________________________________________________________
7983 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
7984         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
7985              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
7986              Date: Fri, 3 May 2002 20:30:25 +0200
7987              Message-ID: <190109228332.20020503203025@familiehaase.de>
7988      Branch: perl
7989            ! doio.c
7990 ____________________________________________________________________________
7991 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
7992         Log: Subject: t/TestInit.pm - clean up comments
7993              From: Paul_GreenVOS@vos.stratus.com
7994              Date: Fri, 3 May 02 14:51 edt
7995              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
7996      Branch: perl
7997            ! t/TestInit.pm
7998 ____________________________________________________________________________
7999 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
8000         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
8001              From: Dan Kogai <dankogai@dan.co.jp>
8002              Date: Sat, 4 May 2002 01:46:35 +0900
8003              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
8004      Branch: perl
8005            ! ext/Encode/Encode/Makefile_PL.e2x
8006 ____________________________________________________________________________
8007 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
8008         Log: Forgotten test arrangement.
8009      Branch: perl
8010            ! ext/Digest/MD5/t/files.t
8011 ____________________________________________________________________________
8012 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
8013         Log: Comedy of typing errors.
8014      Branch: perl
8015            ! hints/solaris_2.sh
8016 ____________________________________________________________________________
8017 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
8018         Log: Let's try the "no Net:: if no Socket" again.
8019      Branch: perl
8020            ! t/lib/1_compile.t
8021 ____________________________________________________________________________
8022 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
8023         Log: Update Changes.
8024      Branch: perl
8025            ! Changes patchlevel.h
8026 ____________________________________________________________________________
8027 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
8028         Log: Oops.
8029      Branch: perl
8030            ! lib/ExtUtils/MM_BeOS.pm
8031 ____________________________________________________________________________
8032 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
8033         Log: EBCDIC tweak.
8034      Branch: perl
8035            ! ext/Digest/MD5/t/utf8.t
8036 ____________________________________________________________________________
8037 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
8038         Log: Update the EBCDIC MD5 checksums, and automate the process.
8039      Branch: perl
8040            ! ext/Digest/MD5/t/files.t
8041 ____________________________________________________________________________
8042 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
8043         Log: The EBCDIC remapping of the low 256 bites again.
8044      Branch: perl
8045            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
8046            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
8047            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
8048 ____________________________________________________________________________
8049 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
8050         Log: NetWare updates from C Aditya.
8051      Branch: perl
8052            ! lib/ExtUtils/MM_NW5.pm makedef.pl
8053 ____________________________________________________________________________
8054 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
8055         Log: DJGPP updates from Laszlo Molnar.
8056      Branch: perl
8057            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
8058 ____________________________________________________________________________
8059 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
8060         Log: Upgrade to Encode 1.68.
8061      Branch: perl
8062            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8063            ! ext/Encode/lib/Encode/Alias.pm
8064            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
8065 ____________________________________________________________________________
8066 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
8067         Log: Integrate perlio:
8068              
8069              [ 16367]
8070              Several of non-default builds now seem to work reasonably well
8071              English.t seems to fail on an errno test, and socketpair blathers
8072              about something.
8073              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
8074              back door, and instead have perlsdio.h vector stdio via iperlsys.h
8075              function tables (latter was done in earlier change).
8076              Update comments in Makefile.mk 
8077              
8078              [ 16366]
8079              Finish off 16350 for non-PERLIO build on linux,
8080              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
8081              for some slots which now perlsdio.h is targeting.
8082              
8083              [ 16352]
8084              setbuf / setvbuf are not PerlIO_ concepts
8085              
8086              [ 16351]
8087              perl_clone is a threads thing
8088              
8089              [ 16350]
8090              *** EXPERIMENTAL ***
8091              Have perlsdio.h use the iperlsys.h aliases and see
8092              if that helps non-PERLIO IMP_SYS on Win32.
8093              (Miniperl okay on linux).
8094              
8095              [ 16349]
8096              Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
8097              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
8098              - use it in perlio.c
8099              
8100              [ 16347]
8101              More layer syms
8102              
8103              [ 16346]
8104              Use PerlSIO_fdupopen() if not using PerlIO
8105              
8106              [ 16345]
8107              Do not build if not using layers
8108      Branch: perl
8109           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
8110           !> win32/makefile.mk win32/perlhost.h win32/win32.c
8111           !> win32/win32io.c
8112 ____________________________________________________________________________
8113 [ 16367] By: nick                                  on 2002/05/03  07:25:13
8114         Log: Several of non-default builds now seem to work reasonably well
8115              English.t seems to fail on an errno test, and socketpair blathers
8116              about something.
8117              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
8118              back door, and instead have perlsdio.h vector stdio via iperlsys.h
8119              function tables (latter was done in earlier change).
8120              Update comments in Makefile.mk 
8121      Branch: perlio
8122            ! perlio.h win32/makefile.mk win32/win32.c
8123 ____________________________________________________________________________
8124 [ 16366] By: nick                                  on 2002/05/03  07:07:36
8125         Log: Finish off 16350 for non-PERLIO build on linux,
8126              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
8127              for some slots which now perlsdio.h is targeting.
8128      Branch: perlio
8129            ! iperlsys.h
8130 ____________________________________________________________________________
8131 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
8132         Log: If no Socket should not try to test Net::
8133      Branch: perl
8134            ! t/lib/1_compile.t
8135 ____________________________________________________________________________
8136 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
8137         Log: Integrate macperl #16360 and #16363;
8138              
8139              Make op/alarm.t pass
8140              
8141              README.macos update
8142      Branch: perl
8143           !> README.macos t/op/alarm.t
8144 ____________________________________________________________________________
8145 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
8146         Log: README.macos update
8147      Branch: macperl
8148            ! README.macos
8149 ____________________________________________________________________________
8150 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
8151         Log: Config / test updates
8152      Branch: macperl
8153            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
8154            ! macos/Makefile.mk
8155 ____________________________________________________________________________
8156 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
8157         Log: Safe signals for Mac OS
8158      Branch: macperl
8159            ! macos/macish.c macos/macish.h
8160 ____________________________________________________________________________
8161 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
8162         Log: Make op/alarm.t pass
8163      Branch: macperl
8164            ! t/op/alarm.t
8165 ____________________________________________________________________________
8166 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
8167         Log: a tweak to change#13584: need to avoid pad-walking during
8168              global destruction
8169      Branch: maint-5.6/perl
8170            ! op.c
8171 ____________________________________________________________________________
8172 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
8173         Log: Forgot the most important part of #16357.
8174      Branch: perl
8175            ! lib/Unicode/Collate.pm
8176 ____________________________________________________________________________
8177 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
8178         Log: Subject: Unicode::Collate 0.11 Released
8179              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8180              Date: Fri, 03 May 2002 03:19:29 +0900
8181              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
8182      Branch: perl
8183            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
8184            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
8185 ____________________________________________________________________________
8186 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
8187         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
8188              From: Andy Dougherty <doughera@lafayette.edu>
8189              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
8190              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
8191      Branch: perl
8192            ! Makefile.SH ext/util/make_ext
8193 ____________________________________________________________________________
8194 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
8195         Log: Integrate #16353 from macperl;
8196              
8197              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
8198              in test 92 of run/fresh_perl.t on MacOS
8199              
8200              (as pudge rightfully points out, this is voodoo
8201              programming at it best, the real bug is somewhere else,
8202              now we just happened to shake the chicken the right way)
8203      Branch: perl
8204           !> lib/utf8_heavy.pl
8205 ____________________________________________________________________________
8206 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
8207         Log: Subject: Re: Encode, charnames and utf8heavy
8208              From: Dan Kogai <dankogai@dan.co.jp>
8209              Date: Thu, 2 May 2002 00:44:30 +0900
8210              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
8211              
8212              (plus a respective perlunicode tweak)
8213      Branch: perl
8214            ! lib/utf8_heavy.pl pod/perlunicode.pod
8215 ____________________________________________________________________________
8216 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
8217         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
8218              in test 92 of run/fresh_perl.t on MacOS
8219      Branch: macperl
8220            ! lib/utf8_heavy.pl
8221 ____________________________________________________________________________
8222 [ 16352] By: nick                                  on 2002/05/02  17:48:31
8223         Log: setbuf / setvbuf are not PerlIO_ concepts
8224      Branch: perlio
8225            ! XSUB.h
8226 ____________________________________________________________________________
8227 [ 16351] By: nick                                  on 2002/05/02  17:12:21
8228         Log: perl_clone is a threads thing
8229      Branch: perlio
8230            ! makedef.pl
8231 ____________________________________________________________________________
8232 [ 16350] By: nick                                  on 2002/05/02  17:09:43
8233         Log: *** EXPERIMENTAL ***
8234              Have perlsdio.h use the iperlsys.h aliases and see
8235              if that helps non-PERLIO IMP_SYS on Win32.
8236              (Miniperl okay on linux).
8237      Branch: perlio
8238            ! iperlsys.h perlsdio.h
8239 ____________________________________________________________________________
8240 [ 16349] By: nick                                  on 2002/05/02  16:10:15
8241         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
8242              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
8243              - use it in perlio.c
8244      Branch: perlio
8245            ! perlio.c win32/perlhost.h win32/win32.c
8246 ____________________________________________________________________________
8247 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
8248         Log: manual integrate of change#16332 from maint-5.6 branch
8249      Branch: perl
8250            ! mg.c perl.c sv.c util.c
8251 ____________________________________________________________________________
8252 [ 16347] By: nick                                  on 2002/05/02  15:19:59
8253         Log: More layer syms
8254      Branch: perlio
8255            ! makedef.pl
8256 ____________________________________________________________________________
8257 [ 16346] By: nick                                  on 2002/05/02  15:19:20
8258         Log: Use PerlSIO_fdupopen() if not using PerlIO
8259      Branch: perlio
8260            ! perlio.c
8261 ____________________________________________________________________________
8262 [ 16345] By: nick                                  on 2002/05/02  15:18:12
8263         Log: Do not build if not using layers
8264      Branch: perlio
8265            ! win32/win32io.c
8266 ____________________________________________________________________________
8267 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
8268         Log: Upgrade to Encode 1.67.
8269      Branch: perl
8270            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8271            ! ext/Encode/lib/Encode/Guess.pm
8272 ____________________________________________________________________________
8273 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
8274         Log: Integrate perlio:
8275              
8276              [ 16341]
8277              Remove show-stoppers to non-PERLIO Win32 builds
8278              (still not a very good show).
8279      Branch: perl
8280           !> makedef.pl win32/makefile.mk
8281 ____________________________________________________________________________
8282 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
8283         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
8284              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8285              Date: Thu, 02 May 2002 04:22:02 +0100
8286              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
8287      Branch: perl
8288            ! malloc.c
8289 ____________________________________________________________________________
8290 [ 16341] By: nick                                  on 2002/05/02  12:57:23
8291         Log: Remove show-stoppers to non-PERLIO Win32 builds
8292              (still not a very good show).
8293      Branch: perlio
8294            ! makedef.pl win32/makefile.mk
8295 ____________________________________________________________________________
8296 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
8297         Log: Subject: [PATCH] 1/3rd of utf8
8298              From: Nicholas Clark <nick@unfortu.net>
8299              Date: Wed, 1 May 2002 22:58:42 +0100
8300              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
8301      Branch: perl
8302            ! ext/Storable/t/malice.t
8303 ____________________________________________________________________________
8304 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
8305         Log: Integrate #16334 from maint-5.6;
8306              
8307              don't pad $0 with spaces when setting it, use nulls instead (the
8308              spaces show up as a very long line in a ps listing)
8309      Branch: perl
8310           !> mg.c
8311 ____________________________________________________________________________
8312 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
8313         Log: Integrate perlio:
8314              
8315              [ 16335]
8316              Fix the "PerlIO require leak". Snag was that clean_objs
8317              autoloaded DESTROY (needing IO) after known layers had
8318              been freed. Postpone layer list free to PerlIO_cleanup,
8319              rather than PerlIO_destruct. Tweak sequence in perl_destruct
8320              so that sv_undef is immortal till layer list is done with it.
8321      Branch: perl
8322           !> perl.c perlio.c
8323 ____________________________________________________________________________
8324 [ 16337] By: ams                                   on 2002/05/02  08:21:42
8325         Log: Subject: Re: [PATCH] Storable docs
8326              From: Philip Newton <Philip.Newton@gmx.net>
8327              Date: Thu, 02 May 2002 07:58:38 +0200
8328              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
8329              (Applied mostly with tweaks by hand.)
8330      Branch: perl
8331            ! ext/Storable/Storable.pm
8332 ____________________________________________________________________________
8333 [ 16336] By: nick                                  on 2002/05/02  07:59:16
8334         Log: Integrate mainline
8335      Branch: perlio
8336           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
8337           +> ext/Digest/MD5/t/utf8.t
8338            - ext/Digest/MD5/t/aaa.t
8339           !> Configure MANIFEST Makefile.SH config_h.SH
8340           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8341           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
8342           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
8343           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
8344           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
8345           !> lib/Thread.pm util.c
8346 ____________________________________________________________________________
8347 [ 16335] By: nick                                  on 2002/05/02  07:54:51
8348         Log: Fix the "PerlIO require leak". Snag was that clean_objs
8349              autoloaded DESTROY (needing IO) after known layers had
8350              been freed. Postpone layer list free to PerlIO_cleanup,
8351              rather than PerlIO_destruct. Tweak sequence in perl_destruct
8352              so that sv_undef is immortal till layer list is done with it.
8353      Branch: perlio
8354            ! perl.c perlio.c
8355 ____________________________________________________________________________
8356 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
8357         Log: don't pad $0 with spaces when setting it, use nulls instead (the
8358              spaces show up as a very long line in a ps listing)
8359      Branch: maint-5.6/perl
8360            ! mg.c
8361 ____________________________________________________________________________
8362 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
8363         Log: fix yet more race conditions related to fdopen() and dup2():
8364              
8365              fclose() is not thread-safe when two FILE* structures point
8366              to the same underlying fd, as it happens in perl's socket
8367              handles; need to invalidate the fileno slot of one of the
8368              FILE* structures, but unfortunately stdio has no interface
8369              to do this; we can do little else but fiddle with the
8370              FILE* structure directly (yuck! hope this could be done better
8371              under native PerlIO in 5.8)
8372      Branch: maint-5.6/perl
8373            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
8374 ____________________________________________________________________________
8375 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
8376         Log: isolate all environ diddling to the initial interpreter; any
8377              additional interpreters created after the first one cannot
8378              propagate %ENV changes down to the real environment; this
8379              should fix %ENV related races (e.g. multiple threads attempting
8380              to free() environ entries when they run C<%ENV = ()>)
8381      Branch: maint-5.6/perl
8382            ! mg.c perl.c sv.c util.c
8383 ____________________________________________________________________________
8384 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
8385         Log: fix race condition in my_popen(): parent may dup2() into an fd
8386              that got opened by another thread because it closes it
8387              beforehand; instead, let the dup2() itself close the fd
8388      Branch: maint-5.6/perl
8389            ! util.c
8390 ____________________________________________________________________________
8391 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
8392         Log: pipe() IO structures were not fully initialized
8393      Branch: maint-5.6/perl
8394            ! doio.c pp_sys.c
8395 ____________________________________________________________________________
8396 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
8397         Log: fix handle leak in my_popen() if the fork() fails
8398      Branch: maint-5.6/perl
8399            ! util.c
8400 ____________________________________________________________________________
8401 [ 16328] By: nick                                  on 2002/05/02  06:08:22
8402         Log: Integrate mainline
8403      Branch: perlio
8404           +> ext/threads/shared/semaphore.pm
8405           +> ext/threads/shared/t/semaphore.t
8406           !> MANIFEST ext/threads/shared/Makefile.PL
8407           !> ext/threads/shared/t/queue.t
8408 ____________________________________________________________________________
8409 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
8410         Log: Cleanup threads dirs.
8411      Branch: perl
8412            ! Makefile.SH
8413 ____________________________________________________________________________
8414 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
8415         Log: Add the new Digest::MD5 test.
8416      Branch: perl
8417            + ext/Digest/MD5/t/utf8.t
8418            ! MANIFEST
8419 ____________________________________________________________________________
8420 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
8421         Log: New try at the Class::DBI core dump at global cleanup.
8422      Branch: perl
8423            ! gv.h util.c
8424 ____________________________________________________________________________
8425 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
8426         Log: Upgrade to Digest::MD5 2.19.
8427      Branch: perl
8428            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8429            ! ext/Digest/MD5/t/files.t
8430 ____________________________________________________________________________
8431 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
8432         Log: Ooops.  Not everybody does threads.
8433      Branch: perl
8434            ! ext/threads/shared/t/semaphore.t
8435 ____________________________________________________________________________
8436 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
8437         Log: Fix files.t for blead.
8438      Branch: perl
8439            + ext/Digest/MD5/README
8440            ! MANIFEST ext/Digest/MD5/t/files.t
8441 ____________________________________________________________________________
8442 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
8443         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
8444              work yet with blead, my bad.
8445      Branch: perl
8446            + ext/Digest/MD5/t/md5-aaa.t
8447            - ext/Digest/MD5/t/aaa.t
8448            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8449            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
8450            ! ext/Digest/MD5/t/files.t
8451 ____________________________________________________________________________
8452 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
8453         Log: metaconfig unit change for #16319.
8454      Branch: metaconfig/U/perl
8455            ! d_u32align.U
8456 ____________________________________________________________________________
8457 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
8458         Log: Somebody might be compiling a newer Digest::MD5.
8459      Branch: perl
8460            ! Configure config_h.SH
8461 ____________________________________________________________________________
8462 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
8463         Log: Until Arthur fills in semaphore.t.
8464      Branch: perl
8465            ! ext/threads/shared/Makefile.PL
8466            ! ext/threads/shared/t/semaphore.t
8467 ____________________________________________________________________________
8468 [ 16317] By: sky                                   on 2002/05/01  19:36:33
8469         Log: Fix emulation case when loading both Thread and threads::shared
8470              would get awkward.
8471      Branch: perl
8472            ! lib/Thread.pm
8473 ____________________________________________________________________________
8474 [ 16316] By: ams                                   on 2002/05/01  19:35:25
8475         Log: Subject: [PATCH] Storable docs
8476              From: Nicholas Clark <nick@unfortu.net>
8477              Date: Wed, 1 May 2002 20:44:42 +0100
8478              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
8479      Branch: perl
8480            ! ext/Storable/Storable.pm
8481 ____________________________________________________________________________
8482 [ 16315] By: sky                                   on 2002/05/01  19:15:46
8483         Log: Now passes old test case.
8484      Branch: perl
8485            ! ext/threads/shared/semaphore.pm
8486 ____________________________________________________________________________
8487 [ 16314] By: sky                                   on 2002/05/01  19:15:26
8488         Log: Cleanup memory a bit better in some cases.
8489      Branch: perl
8490            ! ext/threads/threads.xs
8491 ____________________________________________________________________________
8492 [ 16313] By: nick                                  on 2002/05/01  18:38:03
8493         Log: Integrate mainline
8494      Branch: perlio
8495           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
8496           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
8497           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
8498           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
8499           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
8500           !> pod/perl.pod pod/perlthrtut.pod toke.c
8501           !> vms/descrip_mms.template vms/perlvms.pod
8502 ____________________________________________________________________________
8503 [ 16312] By: sky                                   on 2002/05/01  18:12:37
8504         Log: Don't forget to add it to the MANIFEST
8505      Branch: perl
8506            + ext/threads/shared/t/semaphore.t
8507            ! MANIFEST
8508 ____________________________________________________________________________
8509 [ 16311] By: sky                                   on 2002/05/01  17:54:19
8510         Log: Add semaphore.pm
8511      Branch: perl
8512            + ext/threads/shared/semaphore.pm
8513 ____________________________________________________________________________
8514 [ 16310] By: sky                                   on 2002/05/01  17:13:57
8515         Log: Fix makefile to put queue.pm correctly, update test script.
8516      Branch: perl
8517            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
8518 ____________________________________________________________________________
8519 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
8520         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
8521              From: Dan Kogai <dankogai@dan.co.jp>
8522              Date: Thu, 2 May 2002 00:14:41 +0900
8523              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
8524      Branch: perl
8525            ! ext/PerlIO/t/fallback.t
8526 ____________________________________________________________________________
8527 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
8528         Log: Encode tweak from Dan Kogai.
8529      Branch: perl
8530            ! ext/Encode/Encode.xs
8531 ____________________________________________________________________________
8532 [ 16307] By: sky                                   on 2002/05/01  13:40:58
8533         Log: Flush directly to avoid erros when running from test harness
8534      Branch: perl
8535            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
8536 ____________________________________________________________________________
8537 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
8538         Log: Update Changes.
8539      Branch: perl
8540            ! Changes patchlevel.h
8541 ____________________________________________________________________________
8542 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
8543         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
8544              From: PPrymmer@factset.com
8545              Date: Wed, 1 May 2002 10:12:53 -0400
8546              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
8547      Branch: perl
8548            ! lib/User/pwent.t
8549 ____________________________________________________________________________
8550 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
8551         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
8552              From: PPrymmer@factset.com
8553              Date: Wed, 1 May 2002 09:54:51 -0400
8554              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
8555      Branch: perl
8556            ! vms/descrip_mms.template
8557 ____________________________________________________________________________
8558 [ 16303] By: sky                                   on 2002/05/01  13:00:57
8559         Log: First attempt at updating perlthrtut for ithreaded threads.pm
8560      Branch: perl
8561            ! pod/perlthrtut.pod
8562 ____________________________________________________________________________
8563 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
8564         Log: Provide the \N{U+HHHH} syntax before we forget.
8565      Branch: perl
8566            ! lib/charnames.pm lib/charnames.t toke.c
8567 ____________________________________________________________________________
8568 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
8569         Log: Subject: Copy-and-Pasto in perl.pod     
8570              From: lupe@lupe-christoph.de (Lupe Christoph)    
8571              Date: Wed, 1 May 2002 13:31:47 +0200
8572              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
8573      Branch: perl
8574            ! pod/perl.pod
8575 ____________________________________________________________________________
8576 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
8577         Log: Upgrade to Encode 1.66.
8578      Branch: perl
8579            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8580            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
8581 ____________________________________________________________________________
8582 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
8583         Log: Integrate perlio:
8584              
8585              [ 16297]
8586              Remove "spurious" (and unnecessary) variables from layer_syms
8587              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
8588              
8589              [ 16296]
8590              perl embed.pl to update global.sym
8591      Branch: perl
8592           !> global.sym makedef.pl
8593 ____________________________________________________________________________
8594 [ 16298] By: ams                                   on 2002/05/01  09:42:27
8595         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
8596              From: Philip Newton <Philip.Newton@gmx.net>
8597              Date: Wed, 01 May 2002 12:41:10 +0200
8598              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
8599      Branch: perl
8600            ! vms/perlvms.pod
8601 ____________________________________________________________________________
8602 [ 16297] By: nick                                  on 2002/05/01  06:50:24
8603         Log: Remove "spurious" (and unnecessary) variables from layer_syms
8604              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
8605      Branch: perlio
8606            ! makedef.pl
8607 ____________________________________________________________________________
8608 [ 16296] By: nick                                  on 2002/05/01  06:21:28
8609         Log: perl embed.pl to update global.sym
8610      Branch: perlio
8611            ! global.sym
8612 ____________________________________________________________________________
8613 [ 16295] By: nick                                  on 2002/05/01  06:16:18
8614         Log: Raw integrate of mainline (global.sym wrong on Win32)
8615      Branch: perlio
8616           +> t/comp/hints.t
8617           !> (integrate 45 files)
8618 ____________________________________________________________________________
8619 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
8620         Log: metaconfig unit change for #16293.
8621      Branch: metaconfig/U/perl
8622            ! bincompat5005.U
8623 ____________________________________________________________________________
8624 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
8625         Log: Try #2 of getting rid of bincompat5005.
8626      Branch: perl
8627            ! Configure NetWare/config_H.wc Porting/Glossary
8628            ! Porting/config.sh Porting/config_H config_h.SH embed.h
8629            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
8630            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
8631            ! wince/config.h wince/config_H.ce
8632 ____________________________________________________________________________
8633 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
8634         Log: metaconfig unit changes for #16291.
8635      Branch: metaconfig
8636            ! U/installdirs/inc_version_list.U
8637      Branch: metaconfig/U/perl
8638            ! bincompat5005.U xs_apiversion.U
8639 ____________________________________________________________________________
8640 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
8641         Log: No bincompat5005.
8642      Branch: perl
8643            ! Configure INSTALL NetWare/config.wc Porting/Glossary
8644            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
8645            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
8646            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
8647            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
8648            ! win32/config.bc win32/config.gc win32/config.vc
8649            ! win32/config.vc64 wince/config.ce
8650 ____________________________________________________________________________
8651 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
8652         Log: Remove sv_setpviv{_,mg}; regen perlapi.
8653      Branch: perl
8654            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
8655 ____________________________________________________________________________
8656 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
8657         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
8658              From: Dave Mitchell <davem@fdgroup.com>
8659              Date: Tue, 30 Apr 2002 23:55:43 +0100
8660              Message-ID: <20020430235543.A27796@fdgroup.com>
8661      Branch: perl
8662            ! sv.c
8663 ____________________________________________________________________________
8664 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
8665         Log: Update to Getopt::Long 2.30.
8666      Branch: perl
8667            ! lib/Getopt/Long.pm
8668 ____________________________________________________________________________
8669 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
8670         Log: Integrate perlio:
8671              
8672              [ 16285]
8673              Attempt at sanity in PerlIO/makedef.pl world:
8674              1. Add comments to what each clump of symbols is for
8675              2. Explicitly export layer syms like I thought they were
8676              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
8677              section.
8678              4. Re-sort perlio.sym
8679      Branch: perl
8680           !> makedef.pl perlio.sym
8681 ____________________________________________________________________________
8682 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
8683         Log: Fix bug id 20020427.004 on %^H.
8684              Add a regression test for %^H.
8685              Change the sort pragma implementation to use a
8686              global variable instead of %^H.
8687      Branch: perl
8688            + t/comp/hints.t
8689            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
8690 ____________________________________________________________________________
8691 [ 16285] By: nick                                  on 2002/04/30  19:00:03
8692         Log: Attempt at sanity in PerlIO/makedef.pl world:
8693              1. Add comments to what each clump of symbols is for
8694              2. Explicitly export layer syms like I thought they were
8695              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
8696              section.
8697              4. Re-sort perlio.sym
8698      Branch: perlio
8699            ! makedef.pl perlio.sym
8700 ____________________________________________________________________________
8701 [ 16284] By: nick                                  on 2002/04/30  18:10:23
8702         Log: Rest of integrate
8703      Branch: perlio
8704           +> lib/ExtUtils/MM_MacOS.pm
8705           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
8706           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
8707           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
8708           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
8709           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
8710           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
8711           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
8712           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
8713           !> lib/Test/Harness/t/strap-analyze.t
8714           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
8715           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
8716 ____________________________________________________________________________
8717 [ 16283] By: nick                                  on 2002/04/30  17:53:37
8718         Log: Integrate mailine makedef.pl so I can look at it
8719      Branch: perlio
8720           !> makedef.pl
8721 ____________________________________________________________________________
8722 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
8723         Log: Upgrade to Encode 1.65.
8724      Branch: perl
8725            ! ext/Encode/Changes ext/Encode/Encode.pm
8726            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
8727            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
8728 ____________________________________________________________________________
8729 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
8730         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
8731      Branch: perl
8732            ! makedef.pl
8733 ____________________________________________________________________________
8734 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
8735         Log: NetWare: disable DEBUG/ASSERT for now.
8736      Branch: perl
8737            ! ext/Storable/Storable.xs
8738 ____________________________________________________________________________
8739 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
8740         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
8741              From: Michael G Schwern <schwern@pobox.com>
8742              Date: Tue, 30 Apr 2002 01:05:41 -0400
8743              Message-ID: <20020430050541.GL756@blackrider>
8744      Branch: perl
8745            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
8746            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
8747            ! lib/Test/Harness/t/test-harness.t
8748 ____________________________________________________________________________
8749 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
8750         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
8751              From: Michael G Schwern <schwern@pobox.com>
8752              Date: Tue, 30 Apr 2002 00:24:59 -0400
8753              Message-ID: <20020430042459.GJ756@blackrider>
8754      Branch: perl
8755            + lib/ExtUtils/MM_MacOS.pm
8756            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
8757            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8758            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
8759 ____________________________________________________________________________
8760 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
8761         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
8762              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
8763      Branch: perl
8764            ! util.c
8765 ____________________________________________________________________________
8766 [ 16276] By: ams                                   on 2002/04/30  08:42:32
8767         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
8768              From: "Craig A. Berry" <craigberry@mac.com>
8769              Date: Mon, 29 Apr 2002 23:37:06 -0500
8770              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
8771      Branch: perl
8772            ! t/pod/testp2pt.pl
8773 ____________________________________________________________________________
8774 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
8775         Log: Regen toc.
8776      Branch: perl
8777            ! pod/perltoc.pod
8778 ____________________________________________________________________________
8779 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
8780         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
8781              From: PPrymmer@factset.com
8782              Date: Mon, 29 Apr 2002 17:58:06 -0400
8783              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
8784      Branch: perl
8785            ! vms/perlvms.pod
8786 ____________________________________________________________________________
8787 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
8788         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
8789              from Todd Miller.
8790      Branch: perl
8791            ! hints/openbsd.sh
8792 ____________________________________________________________________________
8793 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
8794         Log: Integrate perlio:
8795              
8796              [ 16270]
8797              Adding Encode::* to .pm creates stash at compile time
8798              which means we need a stronger check on Encode at boot time.
8799      Branch: perl
8800           !> ext/PerlIO/encoding/encoding.pm
8801           !> ext/PerlIO/encoding/encoding.xs
8802 ____________________________________________________________________________
8803 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
8804         Log: OpenBSD hints update from Todd Miller.
8805              
8806              - old versions of OpenBSD don't have 'arch -s'
8807              - OpenBSD 3.1 and higher don't use libdl but users may have
8808              and old libdl on the system so we need to avoid using it.
8809      Branch: perl
8810            ! hints/openbsd.sh
8811 ____________________________________________________________________________
8812 [ 16270] By: nick                                  on 2002/04/29  17:33:38
8813         Log: Adding Encode::* to .pm creates stash at compile time
8814              which means we need a stronger check on Encode at boot time.
8815      Branch: perlio
8816            ! ext/PerlIO/encoding/encoding.pm
8817            ! ext/PerlIO/encoding/encoding.xs
8818 ____________________________________________________________________________
8819 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
8820         Log: Detypo by Ronald Kimball.
8821      Branch: perl
8822            ! pod/perlport.pod
8823 ____________________________________________________________________________
8824 [ 16268] By: nick                                  on 2002/04/29  15:47:00
8825         Log: Integrate mainline
8826      Branch: perlio
8827           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
8828           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
8829           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
8830           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
8831           !> pod/perlfaq2.pod pod/perlfaq3.pod
8832 ____________________________________________________________________________
8833 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
8834         Log: Update Changes.
8835      Branch: perl
8836            ! Changes patchlevel.h
8837 ____________________________________________________________________________
8838 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
8839         Log: MM_NW5 update from C Aditya.
8840      Branch: perl
8841            ! lib/ExtUtils/MM_NW5.pm
8842 ____________________________________________________________________________
8843 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
8844         Log: FAQ sync.
8845      Branch: perl
8846            ! pod/perlfaq2.pod pod/perlfaq3.pod
8847 ____________________________________________________________________________
8848 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
8849         Log: NetBSD hints rewrite from Johnny Lam.
8850      Branch: perl
8851            ! hints/netbsd.sh
8852 ____________________________________________________________________________
8853 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
8854         Log: Upgrade to Encode 1.64.
8855      Branch: perl
8856            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8857            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
8858 ____________________________________________________________________________
8859 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
8860         Log: Subject: [Unicode::Normalize] mkheader tweak
8861              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8862              Date: Mon, 29 Apr 2002 12:58:01 +0900
8863              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
8864      Branch: perl
8865            ! ext/Unicode/Normalize/mkheader
8866 ____________________________________________________________________________
8867 [ 16261] By: nick                                  on 2002/04/29  06:29:48
8868         Log: Integrate mainline
8869      Branch: perlio
8870            - macos/MacPerlTests.cmd macos/xsubpp.patch
8871           !> (integrate 40 files)
8872 ____________________________________________________________________________
8873 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
8874         Log: Upgrade to Unicode::Normalize 0.76,
8875              from SADAHIRO Tomoyuki.
8876      Branch: perl
8877            ! ext/Unicode/Normalize/Changes
8878            ! ext/Unicode/Normalize/Normalize.pm
8879            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
8880            ! ext/Unicode/Normalize/t/func.t
8881 ____________________________________________________________________________
8882 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
8883         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
8884              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
8885              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
8886              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
8887      Branch: perl
8888            ! pod/perlport.pod
8889 ____________________________________________________________________________
8890 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
8891         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
8892              the basic and list tests started hanging).
8893      Branch: perl
8894            ! ext/threads/t/basic.t ext/threads/t/list.t
8895            ! ext/threads/t/thread.t
8896 ____________________________________________________________________________
8897 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
8898         Log: Integrate #16254 from macperl;
8899              
8900              Fix most tests on MacOS (not yet ext/ or /lib)
8901      Branch: perl
8902           !> (integrate 30 files)
8903 ____________________________________________________________________________
8904 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
8905         Log: As requested by pudge.
8906      Branch: perl
8907            - macos/MacPerlTests.cmd macos/xsubpp.patch
8908            ! MANIFEST
8909 ____________________________________________________________________________
8910 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
8911         Log: Integrate perl
8912      Branch: macperl
8913           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
8914           +> wince/cecopy-lib.pl wince/comp.pl
8915           !> (integrate 38 files)
8916 ____________________________________________________________________________
8917 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
8918         Log: Fix most tests on MacOS (not yet ext/ or /lib)
8919      Branch: macperl
8920            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
8921            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
8922            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
8923            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
8924            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
8925            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
8926            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
8927            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
8928 ____________________________________________________________________________
8929 [ 16253] By: nick                                  on 2002/04/28  19:10:50
8930         Log: Integrate mainline
8931      Branch: perlio
8932           +> wince/cecopy-lib.pl wince/comp.pl
8933           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
8934           !> ext/threads/t/basic.t ext/threads/t/list.t
8935           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
8936           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
8937           !> wince/win32.h wince/wince.c
8938 ____________________________________________________________________________
8939 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
8940         Log: More configuration/build changes
8941      Branch: macperl
8942            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
8943            ! macos/Makefile.mk macos/config.h macos/config.sh
8944            ! macos/macish.h
8945 ____________________________________________________________________________
8946 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
8947         Log: Subject: WinCE many fixes
8948              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8949              Date: Sun, 28 Apr 2002 21:54:31 +0400
8950              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
8951      Branch: perl
8952            + wince/cecopy-lib.pl wince/comp.pl
8953            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
8954            ! wince/config_h.PL wince/perldll.def wince/win32.h
8955            ! wince/wince.c
8956 ____________________________________________________________________________
8957 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
8958         Log: Retract the cond.t part of #16249 since the nature
8959              of the test changed.
8960      Branch: perl
8961            ! ext/threads/shared/t/cond.t
8962 ____________________________________________________________________________
8963 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
8964         Log: (retracted by #16258)
8965              
8966              Fix thread tests not to depend on sleep() as
8967              a scheduling aid.  In two tests (basic and list)
8968              I had to change from sleep() hack to another hack...
8969              basically, using the filesystem as a semaphore.
8970              The assumption made is that rmdir() is atomic.
8971              (The sleep() scheduling assumption broke with the
8972              GNU pth in NetBSD.)
8973              
8974              (the cond.t part retracted by #16250)
8975      Branch: perl
8976            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
8977            ! ext/threads/t/list.t ext/threads/t/thread.t
8978 ____________________________________________________________________________
8979 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
8980         Log: Be tidy.
8981      Branch: perl
8982            ! ext/PerlIO/t/fallback.t
8983 ____________________________________________________________________________
8984 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
8985         Log: Integrate perlio:
8986              
8987              [ 16246]
8988              Have :encoding() default to perlqq style fallbacks.
8989              Add test for that.
8990              
8991              [ 16245]
8992              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
8993              as gate on layer tests which fail on -Dusesfio
8994              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
8995              
8996              [ 16244]
8997              Builds under -Uuseperlio
8998              Uses PUSHSTACK/POPSTACK in :encoding and :Via
8999      Branch: perl
9000           +> ext/PerlIO/t/fallback.t
9001           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
9002           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
9003           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
9004           !> t/io/binmode.t t/io/crlf.t
9005 ____________________________________________________________________________
9006 [ 16246] By: nick                                  on 2002/04/28  10:08:05
9007         Log: Have :encoding() default to perlqq style fallbacks.
9008              Add test for that.
9009      Branch: perlio
9010            + ext/PerlIO/t/fallback.t
9011            ! MANIFEST ext/PerlIO/encoding/encoding.pm
9012            ! ext/PerlIO/encoding/encoding.xs
9013 ____________________________________________________________________________
9014 [ 16245] By: nick                                  on 2002/04/28  08:57:54
9015         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
9016              as gate on layer tests which fail on -Dusesfio
9017              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
9018      Branch: perlio
9019            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
9020            ! t/io/crlf.t
9021 ____________________________________________________________________________
9022 [ 16244] By: nick                                  on 2002/04/28  08:22:07
9023         Log: Builds under -Uuseperlio
9024              Uses PUSHSTACK/POPSTACK in :encoding and :Via
9025      Branch: perlio
9026            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
9027 ____________________________________________________________________________
9028 [ 16243] By: nick                                  on 2002/04/28  07:19:01
9029         Log: Integrate mainline
9030      Branch: perlio
9031           +> ext/threads/t/list.t
9032           !> (integrate 40 files)
9033 ____________________________________________________________________________
9034 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
9035         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
9036      Branch: perl
9037            ! hints/netbsd.sh
9038 ____________________________________________________________________________
9039 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
9040         Log: Plan better.
9041      Branch: perl
9042            ! t/io/fs.t
9043 ____________________________________________________________________________
9044 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
9045         Log: No trunc worries.
9046      Branch: perl
9047            ! pod/perldelta.pod
9048 ____________________________________________________________________________
9049 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
9050         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
9051              From: Michael G Schwern <schwern@pobox.com>
9052              Date: Sat, 27 Apr 2002 23:20:19 -0400
9053              Message-ID: <20020428032019.GF1821@blackrider>
9054      Branch: perl
9055            ! pod/perlfunc.pod t/io/fs.t
9056 ____________________________________________________________________________
9057 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
9058         Log: More valgrind findings: e.g. t/op/utfhash.t.
9059      Branch: perl
9060            ! hv.c
9061 ____________________________________________________________________________
9062 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
9063         Log: Unused variables now that "did you use incorrect case" is gone;
9064              and valgrind claims that the savepvn() in utilize() leaks in e.g.
9065              lib/blib.t.
9066      Branch: perl
9067            ! op.c
9068 ____________________________________________________________________________
9069 [ 16236] By: sky                                   on 2002/04/28  00:15:45
9070         Log: Added test cases and fixed some obvious things.
9071      Branch: perl
9072            + ext/threads/t/list.t
9073            ! MANIFEST ext/threads/threads.xs
9074 ____________________________________________________________________________
9075 [ 16235] By: sky                                   on 2002/04/27  23:50:11
9076         Log: Removed last traces of autodetach.
9077              Added list() methid.
9078              Changed documentation.
9079      Branch: perl
9080            ! ext/threads/threads.pm ext/threads/threads.xs
9081 ____________________________________________________________________________
9082 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
9083         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
9084              From: Jerrad Pierce <belg4mit@MIT.EDU>
9085              Date: Sat, 27 Apr 2002 19:14:17 -0400
9086              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
9087      Branch: perl
9088            ! lib/FileCache.pm
9089 ____________________________________________________________________________
9090 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
9091         Log: More NetBSD patches from Johnny Lam.
9092              
9093              Remove the need for a $prefix setting that was added in the
9094              previous patch I sent.     Also add the proper rpath options
9095              to the linker flags depending on whether we're on a ELF or
9096              a.out platform.     These were tested both in a non-pkgsrc and
9097              pkgsrc build.
9098              
9099              Append to $libs instead of overwriting its value.  This was
9100              causing $(LDLOADLIBS) to not get added to the dynamic_libs
9101              link command on NetBSD systems and was the cause of the GDBM
9102              problems reported.  Also use '$(LDLOADLIBS)' instead of
9103              expanding its value so that it is more easily overridden in
9104              the Makefile by "make all LDLOADLIBS=...".
9105              
9106              Remove "-L/usr/local/lib" because the location of libgdbm.so
9107              is already added during the Configure process, and this
9108              spurious addition may cause the wrong libgdbm.so to be linked
9109              against as a result.
9110      Branch: perl
9111            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
9112            ! lib/ExtUtils/MM_Unix.pm
9113 ____________________________________________________________________________
9114 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
9115         Log: More VC5-induced casting found by Nikola Knezevic.
9116      Branch: perl
9117            ! av.c hv.c mg.c sv.c
9118 ____________________________________________________________________________
9119 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
9120         Log: More U32 regflags.
9121      Branch: perl
9122            ! op.h regcomp.c thrdvar.h
9123 ____________________________________________________________________________
9124 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
9125         Log: Integrate from bleadperl
9126      Branch: macperl
9127           +> ext/Encode/lib/Encode/Guess.pm
9128           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9129           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
9130           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
9131           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
9132           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
9133           +> lib/ExtUtils/t/zz_cleanup_dummy.t
9134           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9135           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
9136           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
9137           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
9138            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
9139            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
9140            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
9141            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
9142            - lib/ExtUtils/t/Problem-Module/Makefile.PL
9143            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
9144            - t/op/system_tests
9145           !> (integrate 133 files)
9146 ____________________________________________________________________________
9147 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
9148         Log: Retract #16195 since it seems to be unnecessary.
9149      Branch: perl
9150            ! lib/ExtUtils/MM_Unix.pm
9151 ____________________________________________________________________________
9152 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
9153         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
9154              From: "Craig A. Berry" <craigberry@mac.com>
9155              Date: Sat, 27 Apr 2002 15:11:31 -0500
9156              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
9157      Branch: perl
9158            ! vms/descrip_mms.template
9159 ____________________________________________________________________________
9160 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
9161         Log: Some more known open() modes.
9162      Branch: perl
9163            ! pod/perldiag.pod
9164 ____________________________________________________________________________
9165 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
9166         Log: Upgrade to Encode 1.63.
9167      Branch: perl
9168            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9169            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
9170            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
9171            ! ext/Encode/lib/Encode/Encoding.pm
9172            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
9173            ! ext/Encode/lib/Encode/JP/JIS7.pm
9174            ! ext/Encode/lib/Encode/KR/2022_KR.pm
9175            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9176 ____________________________________________________________________________
9177 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
9178         Log: Update Changes.
9179      Branch: perl
9180            ! Changes patchlevel.h
9181 ____________________________________________________________________________
9182 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
9183         Log: Integrate perlio:
9184              
9185              [ 16221]
9186              Correct which var is nulled, stack movement protection.
9187      Branch: perl
9188           !> ext/PerlIO/encoding/encoding.xs
9189 ____________________________________________________________________________
9190 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
9191         Log: Subject: PATCH t/TEST
9192              From: Mark-Jason Dominus <mjd@plover.com>
9193              Date: Sat, 27 Apr 2002 14:06:56 -0400
9194              Message-ID: <20020427180656.5422.qmail@plover.com>
9195      Branch: perl
9196            ! t/TEST
9197 ____________________________________________________________________________
9198 [ 16222] By: sky                                   on 2002/04/27  17:00:29
9199         Log: Ahem, look another way.
9200      Branch: perl
9201            ! ext/threads/shared/t/queue.t
9202 ____________________________________________________________________________
9203 [ 16221] By: nick                                  on 2002/04/27  16:34:48
9204         Log: Correct which var is nulled, stack movement protection.
9205      Branch: perlio
9206            ! ext/PerlIO/encoding/encoding.xs
9207 ____________________________________________________________________________
9208 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
9209         Log: Integrate perlio:
9210              
9211              [ 16216]
9212              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
9213              - if encoding loads Encode then stack grows.
9214              - pp_binmode was not allowing for that to happen
9215              - added PUTBACK/SPAGAIN.
9216      Branch: perl
9217           !> pp_sys.c
9218 ____________________________________________________________________________
9219 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
9220         Log: First half of NetBSD patch-ai, from Johnny Lam:
9221              
9222              The first part removes "installman" and "installhtml" from the
9223              .PHONY target, which was causing problems during installation.
9224              
9225              (the installman and installhtml are not phony targets,
9226              they are real files)
9227      Branch: perl
9228            ! Makefile.SH
9229 ____________________________________________________________________________
9230 [ 16218] By: nick                                  on 2002/04/27  16:22:40
9231         Log: Integrate mainline
9232      Branch: perlio
9233           +> ext/threads/shared/t/cond.t
9234           !> MANIFEST ext/threads/shared/shared.xs
9235           !> ext/threads/shared/t/queue.t
9236 ____________________________________________________________________________
9237 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
9238         Log: NetBSD patch-ab from Johnny Lam:
9239              
9240              Some tweaks to the NetBSD hints file to make the Configure
9241              process more useful when not building from pkgsrc.  This file
9242              will definitely need to change again when the 1.6 release of
9243              NetBSD comes out, but I'll handle the changes at the later
9244              date.
9245      Branch: perl
9246            ! hints/netbsd.sh
9247 ____________________________________________________________________________
9248 [ 16216] By: nick                                  on 2002/04/27  16:19:21
9249         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
9250              - if encoding loads Encode then stack grows.
9251              - pp_binmode was not allowing for that to happen
9252              - added PUTBACK/SPAGAIN.
9253      Branch: perlio
9254            ! pp_sys.c
9255 ____________________________________________________________________________
9256 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
9257         Log: Integrate perlio:
9258              
9259              [ 16211]
9260              Re-instate $PerlIO::encoding::check at boot.
9261              (Retaining Dan's XS side require though I don't see need.)
9262              
9263              [ 16207]
9264              Fix fd leak on Via(bogus).
9265              Finish implementing PerlIOVia_open().
9266              Export more guts of PerlIO_* so Via_open() can work.
9267              Fix various PerlIO_allocate() features exposed by above.
9268              
9269              [ 16027]
9270              Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
9271              and change test not to skip them.
9272              
9273              [ 16023]
9274              Some tweaks for encodings which need lines.
9275              Also disabled trial of using fallbacks.
9276              
9277              [ 16022]
9278              Various tweaks to Encode
9279      Branch: perl
9280           !> embed.fnc ext/PerlIO/Via/Via.xs
9281           !> ext/PerlIO/encoding/encoding.pm
9282           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
9283           !> perlio.c perlio.h perliol.h
9284 ____________________________________________________________________________
9285 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
9286         Log: Upgrade to Encode 1.62.
9287      Branch: perl
9288            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9289 ____________________________________________________________________________
9290 [ 16213] By: ams                                   on 2002/04/27  15:38:50
9291         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
9292              From: Philip Newton <Philip.Newton@gmx.net>
9293              Date: Sat, 27 Apr 2002 08:51:30 +0200
9294              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
9295              
9296              Subject: Re: Change 16183: Stop being coy.
9297              From: Philip Newton <Philip.Newton@gmx.net>
9298              Date: Sat, 27 Apr 2002 08:52:13 +0200
9299              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
9300      Branch: perl
9301            ! INSTALL pod/perldelta.pod
9302 ____________________________________________________________________________
9303 [ 16212] By: sky                                   on 2002/04/27  13:54:46
9304         Log: Add test numbers to make "make test" happy. Order is irrelevant
9305              but number of oks is not.
9306      Branch: perl
9307            ! ext/threads/shared/t/queue.t
9308 ____________________________________________________________________________
9309 [ 16211] By: nick                                  on 2002/04/27  13:29:55
9310         Log: Re-instate $PerlIO::encoding::check at boot.
9311              (Retaining Dan's XS side require though I don't see need.)
9312      Branch: perlio
9313            ! ext/PerlIO/encoding/encoding.pm
9314            ! ext/PerlIO/encoding/encoding.xs
9315 ____________________________________________________________________________
9316 [ 16210] By: sky                                   on 2002/04/27  12:56:44
9317         Log: Fixed race condtions and deadlocks in interaction with 
9318              cond_wait/cond_signal and lock.
9319              Now we wait for a lock to gie up if we return from COND_WAIT
9320              and we are still locked. We also notifiers potential 
9321              lockers that it is free for locking when we go into COND_WAIT.
9322      Branch: perl
9323            + ext/threads/shared/t/cond.t
9324            ! MANIFEST ext/threads/shared/shared.xs
9325            ! ext/threads/shared/t/queue.t
9326 ____________________________________________________________________________
9327 [ 16209] By: nick                                  on 2002/04/27  12:32:41
9328         Log: Integrate mainline
9329      Branch: perlio
9330           +> t/win32/system_tests
9331            - t/op/system_tests
9332           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
9333           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
9334           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
9335           !> t/lib/warnings/pp_hot t/win32/system.t
9336 ____________________________________________________________________________
9337 [ 16208] By: sky                                   on 2002/04/27  11:46:53
9338         Log: Saving locks after we set it to 0 was kind of pointless.
9339              Hunting down fixes in cond_* functions.
9340      Branch: perl
9341            ! ext/threads/shared/shared.xs
9342 ____________________________________________________________________________
9343 [ 16207] By: nick                                  on 2002/04/27  10:12:00
9344         Log: Fix fd leak on Via(bogus).
9345              Finish implementing PerlIOVia_open().
9346              Export more guts of PerlIO_* so Via_open() can work.
9347              Fix various PerlIO_allocate() features exposed by above.
9348      Branch: perlio
9349            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
9350            ! perlio.h perliol.h
9351 ____________________________________________________________________________
9352 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
9353         Log: NetBSD and OpenBSD cannot do comments at #! line
9354              (or long #! lines?)
9355      Branch: perl
9356            ! t/japh/abigail.t
9357 ____________________________________________________________________________
9358 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
9359         Log: Add taint rethink to the todo list.
9360      Branch: perl
9361            ! pod/perltodo.pod
9362 ____________________________________________________________________________
9363 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
9364         Log: Integrate changes #16199 and #16201 from macperl;
9365              
9366              Time::Local compatibility patches, from Graham
9367              
9368              MacPerl require() portability patches
9369      Branch: perl
9370           !> lib/Time/Local.pm pp_ctl.c
9371 ____________________________________________________________________________
9372 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
9373         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
9374              From: Nicholas Clark <nick@unfortu.net>
9375              Date: Fri, 26 Apr 2002 23:27:23 +0100
9376              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
9377      Branch: perl
9378            ! t/lib/warnings/pp_hot
9379 ____________________________________________________________________________
9380 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
9381         Log: Working on MacPerl tests
9382      Branch: macperl
9383            ! macos/MacPerlTests.cmd
9384 ____________________________________________________________________________
9385 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
9386         Log: MacPerl require() portability patches
9387      Branch: macperl
9388            ! pp_ctl.c
9389 ____________________________________________________________________________
9390 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
9391         Log: Fix a few MacPerl_CanonDir() problems
9392      Branch: macperl
9393            ! macos/macish.c macos/macish.h
9394 ____________________________________________________________________________
9395 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
9396         Log: Time::Local compatibility patches, from Graham
9397      Branch: macperl
9398            ! lib/Time/Local.pm
9399 ____________________________________________________________________________
9400 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
9401         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
9402              From: Simon Cozens <simon@netthink.co.uk>
9403              Date: Fri, 26 Apr 2002 21:58:21 +0100
9404              Message-ID: <20020426205821.GB5855@netthink.co.uk>
9405      Branch: perl
9406            ! ext/Time/HiRes/HiRes.pm
9407 ____________________________________________________________________________
9408 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
9409         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
9410              to know about it always (not just when using the pth).
9411      Branch: perl
9412            ! hints/netbsd.sh
9413 ____________________________________________________________________________
9414 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
9415         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
9416      Branch: perl
9417            ! ext/Digest/MD5/t/files.t
9418 ____________________________________________________________________________
9419 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
9420         Log: (retracted by #16229)
9421              Subject: FIXIN problem under Win32
9422              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9423              Date: Thu, 25 Apr 2002 23:03:31 +0200
9424              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
9425      Branch: perl
9426            ! lib/ExtUtils/MM_Unix.pm
9427 ____________________________________________________________________________
9428 [ 16194] By: nick                                  on 2002/04/26  17:36:16
9429         Log: Integrate mainline
9430      Branch: perlio
9431           +> ext/Encode/lib/Encode/Guess.pm
9432           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9433           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
9434           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
9435           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9436           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
9437           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
9438           +> t/lib/sample-tests/die_last_minute
9439           !> (integrate 94 files)
9440 ____________________________________________________________________________
9441 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
9442         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
9443              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9444              Date: Fri, 26 Apr 2002 15:38:16 +0200
9445              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
9446      Branch: perl
9447            + t/win32/system_tests
9448            - t/op/system_tests
9449            ! MANIFEST t/win32/system.t
9450 ____________________________________________________________________________
9451 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
9452         Log: Mention explicitly the NetBSD + pth combination.
9453      Branch: perl
9454            ! pod/perldelta.pod
9455 ____________________________________________________________________________
9456 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
9457         Log: Subject: [PATCH] Fix email address.
9458              From: Abigail <abigail@foad.org>
9459              Date: Fri, 26 Apr 2002 18:03:11 +0200
9460              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
9461      Branch: perl
9462            ! t/japh/abigail.t
9463 ____________________________________________________________________________
9464 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
9465         Log: NetWare update from C Aditya.
9466      Branch: perl
9467            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
9468            ! lib/ExtUtils/MM_Unix.pm
9469 ____________________________________________________________________________
9470 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
9471         Log: Subject: [PATCH vms/test.com] use t/TEST
9472              From: "Craig A. Berry" <craigberry@mac.com>
9473              Date: Fri, 26 Apr 2002 09:34:46 -0500
9474              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
9475      Branch: perl
9476            ! vms/test.com
9477 ____________________________________________________________________________
9478 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
9479         Log: Update Changes.
9480      Branch: perl
9481            ! Changes patchlevel.h
9482 ____________________________________________________________________________
9483 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
9484         Log: Subject: [Encode] s/=over2/=over 2/g
9485              From: Dan Kogai <dankogai@dan.co.jp>
9486              Date: Fri, 26 Apr 2002 14:57:09 +0900
9487              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
9488      Branch: perl
9489            ! ext/Encode/Encode.pm
9490 ____________________________________________________________________________
9491 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
9492         Log: Use temp int variable in the W*() since direct casting
9493              to either an int or an IV would not be right.
9494      Branch: perl
9495            ! ext/POSIX/POSIX.xs
9496 ____________________________________________________________________________
9497 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
9498         Log: The #16182 radiates U32ness.
9499      Branch: perl
9500            ! embed.fnc embed.h proto.h regcomp.c toke.c
9501 ____________________________________________________________________________
9502 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
9503         Log: Subject: t/TEST ported to VMS
9504              From: "Craig A. Berry" <craigberry@mac.com>
9505              Date: Fri, 26 Apr 2002 00:13:31 -0500
9506              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
9507      Branch: perl
9508            ! t/TEST
9509 ____________________________________________________________________________
9510 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
9511         Log: Stop being coy.
9512      Branch: perl
9513            ! pod/perldelta.pod
9514 ____________________________________________________________________________
9515 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
9516         Log: Subject: Re: binary compatibility
9517              From: Mark-Jason Dominus <mjd@plover.com>
9518              Date: Wed, 24 Apr 2002 17:35:07 -0400
9519              Message-ID: <20020424213507.7846.qmail@plover.com>
9520      Branch: perl
9521            ! op.h
9522 ____________________________________________________________________________
9523 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
9524         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
9525              allocating half of the retstack!)
9526      Branch: perl
9527            ! README.win32 sv.c
9528 ____________________________________________________________________________
9529 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
9530         Log: temporary variable not wide enough to hold all the bits in
9531              op->op_targ
9532      Branch: perl
9533            ! op.c
9534 ____________________________________________________________________________
9535 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
9536         Log: Add an idea/question from Damian. 
9537      Branch: perl
9538            ! pod/perltodo.pod
9539 ____________________________________________________________________________
9540 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
9541         Log: build missing utilities on windows; clean stray files
9542      Branch: perl
9543            ! win32/Makefile win32/makefile.mk
9544 ____________________________________________________________________________
9545 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
9546         Log: Upgrade to Encode 1.61, from Dan Kogai.
9547      Branch: perl
9548            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
9549            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
9550            ! ext/Encode/lib/Encode/Guess.pm
9551            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
9552            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
9553            ! ext/Encode/t/mime-header.t
9554 ____________________________________________________________________________
9555 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
9556         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
9557              From: andreas.koenig@anima.de (Andreas J. Koenig)
9558              Date: Tue, 23 Apr 2002 04:40:42 +0200      
9559              Message-ID: <m37kmzi1cl.fsf@anima.de>
9560      Branch: perl
9561            ! pod/perluniintro.pod
9562 ____________________________________________________________________________
9563 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
9564         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
9565              platform needs to fill in the other branch here)
9566      Branch: perl
9567            ! ext/Digest/MD5/t/files.t
9568 ____________________________________________________________________________
9569 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
9570         Log: MANIFEST is needlessly held open for entire duration of "make test"
9571      Branch: perl
9572            ! t/TEST t/harness
9573 ____________________________________________________________________________
9574 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
9575         Log: various signed/unsigned mismatch nits
9576      Branch: perl
9577            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
9578            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
9579            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
9580            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
9581            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
9582            ! ext/Time/HiRes/HiRes.xs regcomp.c
9583 ____________________________________________________________________________
9584 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
9585         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
9586              From: Nicholas Clark <nick@unfortu.net>
9587              Date: Thu, 25 Apr 2002 22:41:57 +0100
9588              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
9589      Branch: perl
9590            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
9591            + ext/Storable/t/make_downgrade.pl
9592            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
9593            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
9594            ! ext/Storable/t/utf8hash.t
9595 ____________________________________________________________________________
9596 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
9597         Log: Extra guidance for JAPH debuggers.
9598      Branch: perl
9599            ! t/japh/abigail.t
9600 ____________________________________________________________________________
9601 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
9602         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
9603              From: Paul_GreenVOS@vos.stratus.com
9604              Date: Wed, 24 Apr 02 18:27 edt
9605              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
9606      Branch: perl
9607            ! vos/vos.c
9608 ____________________________________________________________________________
9609 [ 16169] By: ams                                   on 2002/04/25  20:33:35
9610         Log: Subject: [PATCH] don't build B/C twice on VMS
9611              From: "Craig A. Berry" <craigberry@mac.com>
9612              Date: Thu, 25 Apr 2002 16:00:57 -0500
9613              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
9614      Branch: perl
9615            ! configure.com
9616 ____________________________________________________________________________
9617 [ 16168] By: ams                                   on 2002/04/25  20:31:19
9618         Log: Subject: Re: POSIX::WEXITSTATUS broken again
9619              From: Andy Dougherty <doughera@lafayette.edu>
9620              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
9621              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
9622      Branch: perl
9623            ! ext/POSIX/POSIX.xs
9624 ____________________________________________________________________________
9625 [ 16167] By: ams                                   on 2002/04/25  19:49:09
9626         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
9627              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9628              Date: Thu, 25 Apr 2002 13:39:35 -0700
9629              Message-Id: <HmGy8gzkguHW092yn@efn.org>
9630      Branch: perl
9631            ! t/harness
9632 ____________________________________________________________________________
9633 [ 16166] By: ams                                   on 2002/04/25  19:43:06
9634         Log: $fh->close(); print $fh "foo" would segfault under -w in
9635              report_evil_fh() because $fh doesn't have a name.
9636      Branch: perl
9637            ! util.c
9638 ____________________________________________________________________________
9639 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
9640         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
9641              being found properly
9642      Branch: perl
9643            ! ext/Cwd/t/cwd.t
9644 ____________________________________________________________________________
9645 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
9646         Log: Brace yourself from Craig Berry to keep older compilers happy.
9647      Branch: perl
9648            ! vms/vms.c
9649 ____________________________________________________________________________
9650 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
9651         Log: More %{} overload tests.
9652      Branch: perl
9653            ! lib/overload.t
9654 ____________________________________________________________________________
9655 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
9656         Log: some extension builds need to find pl2bat.bat on windows
9657      Branch: perl
9658            ! win32/buildext.pl
9659 ____________________________________________________________________________
9660 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
9661         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
9662              From: "Craig A. Berry" <craigberry@mac.com>
9663              Date: Thu, 25 Apr 2002 12:30:06 -0500
9664              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
9665      Branch: perl
9666            ! lib/ExtUtils/MM_VMS.pm
9667 ____________________________________________________________________________
9668 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
9669         Log: windows build fails if there is no perlglob.exe in the PATH
9670      Branch: perl
9671            ! win32/buildext.pl
9672 ____________________________________________________________________________
9673 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
9674         Log: Mysterious setlocale() core dump in ancient Solaris
9675              found by Merijn Broeren.  Doesn't look like Perl's fault.
9676      Branch: perl
9677            ! pod/perldelta.pod
9678 ____________________________________________________________________________
9679 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
9680         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
9681              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
9682              Date: Thu, 25 Apr 2002 17:35:23 +0200
9683              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
9684      Branch: perl
9685            ! pp_ctl.c
9686 ____________________________________________________________________________
9687 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
9688         Log: Subject: [PATCH] pp_ctl.c:pp_require
9689              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
9690              Date: Thu, 25 Apr 2002 16:01:14 +0200
9691              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
9692      Branch: perl
9693            ! pp_ctl.c
9694 ____________________________________________________________________________
9695 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
9696         Log: -Wformat cleanups from Robin Barker.
9697      Branch: perl
9698            ! dump.c embed.fnc proto.h sv.c
9699 ____________________________________________________________________________
9700 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
9701         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
9702              From: Michael G Schwern <schwern@pobox.com>
9703              Date: Thu, 25 Apr 2002 01:51:27 -0400
9704              Message-ID: <20020425055127.GB3456@blackrider>
9705      Branch: perl
9706            + t/lib/sample-tests/bignum t/lib/sample-tests/die
9707            + t/lib/sample-tests/die_head_end
9708            + t/lib/sample-tests/die_last_minute
9709            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
9710            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
9711            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
9712 ____________________________________________________________________________
9713 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
9714         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
9715              From: Michael G Schwern <schwern@pobox.com>
9716              Date: Thu, 25 Apr 2002 01:32:10 -0400
9717              Message-ID: <20020425053210.GA3334@blackrider>
9718      Branch: perl
9719            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9720            + lib/Test/Simple/t/strays.t
9721            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
9722            ! lib/Test/Simple.pm lib/Test/Simple/Changes
9723            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
9724            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
9725            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
9726            ! lib/Test/Simple/t/use_ok.t
9727 ____________________________________________________________________________
9728 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
9729         Log: Elaborate a bit on Storable.
9730      Branch: perl
9731            ! pod/perldelta.pod
9732 ____________________________________________________________________________
9733 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
9734         Log: Cleaner Encode tests under -Mutf8.
9735      Branch: perl
9736            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
9737 ____________________________________________________________________________
9738 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
9739         Log: Subject: [PATCH] installperl
9740              From: Abe Timmerman <abe@ztreet.demon.nl>
9741              Date: Thu, 25 Apr 2002 01:00:00 +0200
9742              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
9743      Branch: perl
9744            ! installperl
9745 ____________________________________________________________________________
9746 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
9747         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
9748              From: Dan Kogai <dankogai@dan.co.jp>
9749              Date: Thu, 25 Apr 2002 10:49:13 +0900
9750              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
9751      Branch: perl
9752            ! ext/PerlIO/encoding/encoding.xs
9753 ____________________________________________________________________________
9754 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
9755         Log: Stray =back.
9756      Branch: perl
9757            ! README.win32
9758 ____________________________________________________________________________
9759 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
9760         Log: Add an untested warning variant.
9761      Branch: perl
9762            ! t/lib/warnings/op
9763 ____________________________________________________________________________
9764 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
9765         Log: Update Changes.
9766      Branch: perl
9767            ! Changes patchlevel.h
9768 ____________________________________________________________________________
9769 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
9770         Log: Wrong plan.
9771      Branch: perl
9772            ! ext/Encode/t/mime-header.t
9773 ____________________________________________________________________________
9774 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
9775         Log: Upgrade to Encode 1.60, from Dan Kogai.
9776      Branch: perl
9777            + ext/Encode/lib/Encode/Guess.pm
9778            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9779            + ext/Encode/t/mime-header.t
9780            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
9781            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9782            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
9783            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
9784            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
9785            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
9786 ____________________________________________________________________________
9787 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
9788         Log: another case of enabling binmode() where it should not be: if the
9789              *.enc files are CRLF terminated, the result gets CRCRLF terminations
9790      Branch: perl
9791            ! ext/Encode/t/CJKT.t
9792 ____________________________________________________________________________
9793 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
9794         Log: microperl update; boldly assume time() and time_t
9795              (since we assume ANSI and i_time, anyway).
9796      Branch: perl
9797            ! uconfig.h uconfig.sh
9798 ____________________________________________________________________________
9799 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
9800         Log: Integrate #16136, #16137, #16138 from macperl;
9801              
9802              Silly fix for the SC compiler's fixation with "comp" as a type
9803              
9804              Skip more PerlIO symbols for sfio
9805              
9806              Play nicely in miniperl
9807      Branch: perl
9808           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
9809           !> lib/File/Spec/Mac.pm makedef.pl
9810 ____________________________________________________________________________
9811 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
9812         Log: Sync configpm and config.h for use in 5.8
9813              (still need to do config.sh)
9814      Branch: macperl
9815            ! macos/config.h macos/configpm
9816 ____________________________________________________________________________
9817 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
9818         Log: Make MM_MacOS work with new MakeMaker
9819      Branch: macperl
9820            ! macos/lib/ExtUtils/MM_MacOS.pm
9821 ____________________________________________________________________________
9822 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
9823         Log: Makefile.mk changes for 5.8: additional extensions
9824              and source files; bump version
9825      Branch: macperl
9826            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
9827 ____________________________________________________________________________
9828 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
9829         Log: Play nicely in miniperl
9830      Branch: macperl
9831            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
9832 ____________________________________________________________________________
9833 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
9834         Log: Skip more PerlIO symbols for sfio
9835      Branch: macperl
9836            ! makedef.pl
9837 ____________________________________________________________________________
9838 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
9839         Log: Silly fix for the SC compiler's fixation with "comp" as a type
9840      Branch: macperl
9841            ! ext/Unicode/Normalize/Normalize.xs
9842 ____________________________________________________________________________
9843 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
9844         Log: Merge macperl xsubpp with current xsubpp
9845      Branch: macperl
9846            ! macos/xsubpp
9847 ____________________________________________________________________________
9848 [ 16134] By: nick                                  on 2002/04/24  18:08:37
9849         Log: Integrate mainline
9850      Branch: perlio
9851           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
9852           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
9853            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
9854            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
9855            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
9856            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
9857            - lib/ExtUtils/t/Problem-Module/Makefile.PL
9858            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
9859           !> (integrate 44 files)
9860 ____________________________________________________________________________
9861 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
9862         Log: Delete more included modules from bundled_ext
9863      Branch: macperl
9864            - macos/bundled_ext/Digest/MD5/Changes
9865            - macos/bundled_ext/Digest/MD5/MD5.pm
9866            - macos/bundled_ext/Digest/MD5/MD5.xs
9867            - macos/bundled_ext/Digest/MD5/Makefile.PL
9868            - macos/bundled_ext/Digest/MD5/Makefile.mk
9869            - macos/bundled_ext/Digest/MD5/README
9870            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
9871            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
9872            - macos/bundled_ext/Digest/MD5/rfc1321.txt
9873            - macos/bundled_ext/Digest/MD5/t/badfile.t
9874            - macos/bundled_ext/Digest/MD5/t/files.t
9875            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
9876            - macos/bundled_ext/Digest/MD5/typemap
9877            - macos/bundled_ext/Filter/Util/Call/Call.pm
9878            - macos/bundled_ext/Filter/Util/Call/Call.xs
9879            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
9880            - macos/bundled_ext/Filter/Util/Call/ppport.h
9881            - macos/bundled_ext/Filter/t/call.t
9882            - macos/bundled_ext/Filter/t/filter-util.pl
9883            - macos/bundled_ext/List/Util/ChangeLog
9884            - macos/bundled_ext/List/Util/Makefile.PL
9885            - macos/bundled_ext/List/Util/README
9886            - macos/bundled_ext/List/Util/Util.xs
9887            - macos/bundled_ext/List/Util/lib/List/Util.pm
9888            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
9889            - macos/bundled_ext/List/Util/t/blessed.t
9890            - macos/bundled_ext/List/Util/t/dualvar.t
9891            - macos/bundled_ext/List/Util/t/first.t
9892            - macos/bundled_ext/List/Util/t/max.t
9893            - macos/bundled_ext/List/Util/t/maxstr.t
9894            - macos/bundled_ext/List/Util/t/min.t
9895            - macos/bundled_ext/List/Util/t/minstr.t
9896            - macos/bundled_ext/List/Util/t/readonly.t
9897            - macos/bundled_ext/List/Util/t/reduce.t
9898            - macos/bundled_ext/List/Util/t/reftype.t
9899            - macos/bundled_ext/List/Util/t/shuffle.t
9900            - macos/bundled_ext/List/Util/t/sum.t
9901            - macos/bundled_ext/List/Util/t/tainted.t
9902            - macos/bundled_ext/List/Util/t/weak.t
9903            - macos/bundled_ext/MIME/Base64/Base64.pm
9904            - macos/bundled_ext/MIME/Base64/Base64.xs
9905            - macos/bundled_ext/MIME/Base64/Changes
9906            - macos/bundled_ext/MIME/Base64/Makefile.PL
9907            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
9908            - macos/bundled_ext/MIME/Base64/README
9909            - macos/bundled_ext/MIME/Base64/t/base64.t
9910            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
9911            - macos/bundled_ext/MIME/Base64/t/unicode.t
9912            - macos/bundled_ext/Storable/ChangeLog
9913            - macos/bundled_ext/Storable/Makefile.PL
9914            - macos/bundled_ext/Storable/README
9915            - macos/bundled_ext/Storable/Storable.pm
9916            - macos/bundled_ext/Storable/Storable.xs
9917            - macos/bundled_ext/Storable/t/blessed.t
9918            - macos/bundled_ext/Storable/t/canonical.t
9919            - macos/bundled_ext/Storable/t/compat-0.6.t
9920            - macos/bundled_ext/Storable/t/dclone.t
9921            - macos/bundled_ext/Storable/t/dump.pl
9922            - macos/bundled_ext/Storable/t/forgive.t
9923            - macos/bundled_ext/Storable/t/freeze.t
9924            - macos/bundled_ext/Storable/t/lock.t
9925            - macos/bundled_ext/Storable/t/overload.t
9926            - macos/bundled_ext/Storable/t/recurse.t
9927            - macos/bundled_ext/Storable/t/retrieve.t
9928            - macos/bundled_ext/Storable/t/store.t
9929            - macos/bundled_ext/Storable/t/tied.t
9930            - macos/bundled_ext/Storable/t/tied_hook.t
9931            - macos/bundled_ext/Storable/t/tied_items.t
9932            - macos/bundled_ext/Storable/t/utf8.t
9933            - macos/bundled_ext/Time/HiRes/Changes
9934            - macos/bundled_ext/Time/HiRes/HiRes.pm
9935            - macos/bundled_ext/Time/HiRes/HiRes.t
9936            - macos/bundled_ext/Time/HiRes/HiRes.xs
9937            - macos/bundled_ext/Time/HiRes/Makefile.PL
9938            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
9939            - macos/bundled_ext/Time/HiRes/hints/sco.pl
9940 ____________________________________________________________________________
9941 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
9942         Log: Thou shalt not assume %x works for UVs.
9943      Branch: perl
9944            ! ext/Encode/Encode.xs
9945 ____________________________________________________________________________
9946 [ 16131] By: nick                                  on 2002/04/24  15:50:31
9947         Log: Submit an old integrate
9948      Branch: perlio
9949           +> (branch 27 files)
9950            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
9951            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
9952            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
9953            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
9954            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9955            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9956            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
9957           !> (integrate 84 files)
9958 ____________________________________________________________________________
9959 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
9960         Log: Partially retract #12056, from Craig Berry.
9961      Branch: perl
9962            ! vms/vms.c
9963 ____________________________________________________________________________
9964 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
9965         Log: Delete more included modules from bundled_lib
9966      Branch: macperl
9967            - macos/bundled_lib/blib/lib/Class/ISA.pm
9968            - macos/bundled_lib/blib/lib/Digest.pm
9969            - macos/bundled_lib/blib/lib/Filter/Simple.pm
9970            - macos/bundled_lib/blib/lib/Memoize.pm
9971            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
9972            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
9973            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
9974            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
9975            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
9976            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
9977            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
9978            - macos/bundled_lib/blib/lib/NEXT.pm
9979            - macos/bundled_lib/blib/lib/Net/Cmd.pm
9980            - macos/bundled_lib/blib/lib/Net/Config.pm
9981            - macos/bundled_lib/blib/lib/Net/Domain.pm
9982            - macos/bundled_lib/blib/lib/Net/FTP.pm
9983            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
9984            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
9985            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
9986            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
9987            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
9988            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
9989            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
9990            - macos/bundled_lib/blib/lib/Net/NNTP.pm
9991            - macos/bundled_lib/blib/lib/Net/Netrc.pm
9992            - macos/bundled_lib/blib/lib/Net/POP3.pm
9993            - macos/bundled_lib/blib/lib/Net/SMTP.pm
9994            - macos/bundled_lib/blib/lib/Net/Time.pm
9995            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
9996            - macos/bundled_lib/blib/lib/Switch.pm
9997            - macos/bundled_lib/t/Class/ISA/test.pl
9998            - macos/bundled_lib/t/Digest/Digest.t
9999            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
10000            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
10001            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
10002            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
10003            - macos/bundled_lib/t/Filter/Simple/data.t
10004            - macos/bundled_lib/t/Filter/Simple/export.t
10005            - macos/bundled_lib/t/Filter/Simple/filter.t
10006            - macos/bundled_lib/t/Filter/Simple/filter_only.t
10007            - macos/bundled_lib/t/Filter/Simple/import.t
10008            - macos/bundled_lib/t/Memoize/array.t
10009            - macos/bundled_lib/t/Memoize/array_confusion.t
10010            - macos/bundled_lib/t/Memoize/correctness.t
10011            - macos/bundled_lib/t/Memoize/errors.t
10012            - macos/bundled_lib/t/Memoize/expire.t
10013            - macos/bundled_lib/t/Memoize/expire_file.t
10014            - macos/bundled_lib/t/Memoize/expire_module_n.t
10015            - macos/bundled_lib/t/Memoize/expire_module_t.t
10016            - macos/bundled_lib/t/Memoize/flush.t
10017            - macos/bundled_lib/t/Memoize/normalize.t
10018            - macos/bundled_lib/t/Memoize/prototype.t
10019            - macos/bundled_lib/t/Memoize/speed.t
10020            - macos/bundled_lib/t/Memoize/tie.t
10021            - macos/bundled_lib/t/Memoize/tie_gdbm.t
10022            - macos/bundled_lib/t/Memoize/tie_ndbm.t
10023            - macos/bundled_lib/t/Memoize/tie_sdbm.t
10024            - macos/bundled_lib/t/Memoize/tie_storable.t
10025            - macos/bundled_lib/t/Memoize/tiefeatures.t
10026            - macos/bundled_lib/t/Memoize/unmemoize.t
10027            - macos/bundled_lib/t/NEXT/actual.t
10028            - macos/bundled_lib/t/NEXT/actuns.t
10029            - macos/bundled_lib/t/NEXT/next.t
10030            - macos/bundled_lib/t/NEXT/unseen.t
10031            - macos/bundled_lib/t/Switch/t/given.t
10032            - macos/bundled_lib/t/Switch/t/nested.t
10033            - macos/bundled_lib/t/Switch/t/switch.t
10034            - macos/bundled_lib/t/libnet/config.t
10035            - macos/bundled_lib/t/libnet/ftp.t
10036            - macos/bundled_lib/t/libnet/hostname.t
10037            - macos/bundled_lib/t/libnet/libnet_t.pl
10038            - macos/bundled_lib/t/libnet/netrc.t
10039            - macos/bundled_lib/t/libnet/nntp.t
10040            - macos/bundled_lib/t/libnet/require.t
10041            - macos/bundled_lib/t/libnet/smtp.t
10042 ____________________________________________________________________________
10043 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
10044         Log: Remove Text::Balanced from bundled_lib (already in lib)
10045      Branch: macperl
10046            - macos/bundled_lib/blib/lib/Text/Balanced.pm
10047            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
10048            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
10049            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
10050            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
10051            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
10052            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
10053            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
10054            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
10055 ____________________________________________________________________________
10056 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
10057         Log: A word of warning to the users of UTF-8 locales.
10058      Branch: perl
10059            ! pod/perluniintro.pod
10060 ____________________________________________________________________________
10061 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
10062         Log: Forgotten from #16125.
10063      Branch: perl
10064            ! t/lib/MakeMaker/Test/Utils.pm
10065 ____________________________________________________________________________
10066 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
10067         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
10068      Branch: perl
10069            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
10070            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
10071            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10072            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10073            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
10074            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
10075            - lib/ExtUtils/t/Problem-Module/Makefile.PL
10076            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
10077            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
10078            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
10079            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
10080            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10081            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
10082            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
10083            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
10084            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
10085            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
10086 ____________________________________________________________________________
10087 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
10088         Log: Subject: New UTF-8 surprise
10089              From: andreas.koenig@anima.de (Andreas J. Koenig)
10090              Date: Mon, 22 Apr 2002 12:08:48 +0200
10091              Message-ID: <m38z7gjb9r.fsf@anima.de>
10092      Branch: perl
10093            ! pp_hot.c t/op/subst.t
10094 ____________________________________________________________________________
10095 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
10096         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
10097              tree that is branched from //depot/maint-5.6/macperl/macos/...
10098      Branch: macperl
10099           +> (branch 3590 files)
10100 ____________________________________________________________________________
10101 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
10102         Log: Try to be clearer about perlio.
10103      Branch: perl
10104            ! INSTALL
10105 ____________________________________________________________________________
10106 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
10107         Log: Subject: Re: binary compatibility
10108              From: Andy Dougherty <doughera@lafayette.edu>
10109              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
10110              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
10111      Branch: perl
10112            ! INSTALL patchlevel.h
10113 ____________________________________________________________________________
10114 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
10115         Log: Go on record about the binary backward incompatibility.
10116      Branch: perl
10117            ! pod/perldelta.pod
10118 ____________________________________________________________________________
10119 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
10120         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
10121              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
10122              Date: Wed, 24 Apr 2002 01:51:43 +0400
10123              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
10124      Branch: perl
10125            ! t/win32/system.t
10126 ____________________________________________________________________________
10127 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
10128         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
10129              From: PPrymmer@factset.com
10130              Date: Tue, 23 Apr 2002 17:14:32 -0400
10131              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
10132      Branch: perl
10133            ! lib/locale.t
10134 ____________________________________________________________________________
10135 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
10136         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
10137              From: Paul_GreenVOS@vos.stratus.com
10138              Date: Tue, 23 Apr 02 15:06 edt   
10139              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
10140      Branch: perl
10141            ! Makefile.SH cflags.SH
10142 ____________________________________________________________________________
10143 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
10144         Log: metaconfig unit change for #16115.
10145      Branch: metaconfig
10146            ! U/compline/byteorder.U
10147      Branch: perl
10148            ! config_h.SH
10149 ____________________________________________________________________________
10150 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
10151         Log: Regen Configure to mirror #16111 (with one added tweak).
10152      Branch: perl
10153            ! Configure
10154 ____________________________________________________________________________
10155 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
10156         Log: Retract #16109.
10157      Branch: perl
10158            ! lib/ExtUtils/MM_Unix.pm
10159 ____________________________________________________________________________
10160 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
10161         Log: FAQ sync.
10162      Branch: perl
10163            ! pod/perlfaq3.pod pod/perlfaq8.pod
10164 ____________________________________________________________________________
10165 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
10166         Log: use encoding no more defaults to Latin 1.
10167      Branch: perl
10168            ! pod/perluniintro.pod
10169 ____________________________________________________________________________
10170 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
10171         Log: Configure test for byteorder loses bits
10172      Branch: perl
10173            ! Configure
10174 ____________________________________________________________________________
10175 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
10176         Log: hacking around byteorder variance between config.sh and config.h
10177              isn't needed after change#16099
10178      Branch: perl
10179            ! ext/Storable/t/malice.t
10180 ____________________________________________________________________________
10181 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
10182         Log: (retracted by #16114)
10183              
10184              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
10185              From: "Green, Paul" <Paul.Green@stratus.com>
10186              Date: Tue, 23 Apr 2002 13:47:19 -0400
10187              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
10188      Branch: perl
10189            ! lib/ExtUtils/MM_Unix.pm
10190 ____________________________________________________________________________
10191 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
10192         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
10193              From: Norton Allen <allen@huarp.harvard.edu>
10194              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
10195              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
10196      Branch: perl
10197            ! lib/File/Find.pm
10198 ____________________________________________________________________________
10199 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
10200         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
10201              From: Norton Allen <allen@huarp.harvard.edu>
10202              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
10203              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
10204      Branch: perl
10205            ! README.qnx hints/qnx.sh
10206 ____________________________________________________________________________
10207 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
10208         Log: Subject: [PATCH] pod/perlhist.pod
10209              From: Abigail <abigail@foad.org>
10210              Date: Tue, 23 Apr 2002 16:21:31 +0200
10211              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
10212              
10213              (removed 5.005_04 which never happened)
10214      Branch: perl
10215            ! pod/perlhist.pod
10216 ____________________________________________________________________________
10217 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
10218         Log: Subject: Re: [PATCH abigail.t] another portability attempt
10219              From: Abigail <abigail@foad.org>
10220              Date: Tue, 23 Apr 2002 11:35:54 +0200
10221              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
10222      Branch: perl
10223            ! t/japh/abigail.t
10224 ____________________________________________________________________________
10225 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
10226         Log: NetWare tweak from C Aditya.
10227      Branch: perl
10228            ! NetWare/Nwmain.c NetWare/nw5.c
10229 ____________________________________________________________________________
10230 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
10231         Log: fix a typo
10232      Branch: perl
10233            ! regexec.c
10234 ____________________________________________________________________________
10235 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
10236         Log: Uncurliff.
10237      Branch: perl
10238            ! README.ko
10239 ____________________________________________________________________________
10240 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
10241         Log: Pointer to UV casting.
10242      Branch: perl
10243            ! regexec.c
10244 ____________________________________________________________________________
10245 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
10246         Log: metaconfig unit change for #16099.
10247      Branch: metaconfig
10248            ! U/compline/byteorder.U
10249 ____________________________________________________________________________
10250 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
10251         Log: Use UV (not long) for BYTEORDER.
10252      Branch: perl
10253            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10254            ! config_h.SH
10255 ____________________________________________________________________________
10256 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
10257         Log: # cpp commands must start in the first column.
10258      Branch: perl
10259            ! scope.c
10260 ____________________________________________________________________________
10261 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
10262         Log: Reborn as text.
10263      Branch: perl
10264            + NetWare/interface.cpp
10265 ____________________________________________________________________________
10266 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
10267         Log: Dead as binary.
10268      Branch: perl
10269            - NetWare/interface.cpp
10270 ____________________________________________________________________________
10271 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
10272         Log: Undo #16091, a time-warped escapee.
10273      Branch: perl
10274            ! lib/ExtUtils/t/MM_Cygwin.t
10275 ____________________________________________________________________________
10276 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
10277         Log: *size tweaks from Sarathy.
10278      Branch: perl
10279            ! ext/Storable/t/malice.t
10280 ____________________________________________________________________________
10281 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
10282         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
10283              From: Stas Bekman <stas@stason.org>
10284              Date: Tue, 23 Apr 2002 01:52:22 +0800
10285              Message-ID: <3CC44DD6.3090401@stason.org>
10286      Branch: perl
10287            ! pod/perlguts.pod
10288 ____________________________________________________________________________
10289 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
10290         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
10291              From: Paul_GreenVOS@vos.stratus.com
10292              Date: Mon, 22 Apr 02 20:35 edt
10293              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
10294      Branch: perl
10295            + hints/t001.c
10296            ! MANIFEST hints/README.hints hints/vos.sh
10297 ____________________________________________________________________________
10298 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
10299         Log: (retracted by #16095)
10300      Branch: perl
10301            ! lib/ExtUtils/t/MM_Cygwin.t
10302 ____________________________________________________________________________
10303 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
10304         Log: Subject: Re: perl@16083
10305              From: Nicholas Clark <nick@unfortu.net>
10306              Date: Mon, 22 Apr 2002 23:17:45 +0100
10307              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
10308      Branch: perl
10309            ! ext/Storable/t/malice.t
10310 ____________________________________________________________________________
10311 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
10312         Log: Upgrade to Encode 1.58.
10313      Branch: perl
10314            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
10315            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
10316            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
10317            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
10318            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
10319            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
10320            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
10321            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
10322            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10323            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
10324            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
10325            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
10326            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10327            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10328            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
10329            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10330            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10331            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
10332 ____________________________________________________________________________
10333 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
10334         Log: On Win32 the end.t failure should be gone now.
10335      Branch: perl
10336            ! pod/perldelta.pod
10337 ____________________________________________________________________________
10338 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
10339         Log: Subject: [PATCH] update VOS-specific pod files
10340              From: Paul_GreenVOS@vos.stratus.com
10341              Date: Mon, 22 Apr 02 16:02 edt
10342              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
10343      Branch: perl
10344            ! README.vos pod/perlport.pod
10345 ____________________________________________________________________________
10346 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
10347         Log: Subject: [PATCH] cleanup ./hints/vos.sh
10348              From: Paul_GreenVOS@vos.stratus.com
10349              Date: Mon, 22 Apr 02 15:26 edt
10350              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
10351      Branch: perl
10352            ! hints/vos.sh
10353 ____________________________________________________________________________
10354 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
10355         Log: Upgrade to Encode 1.57, from Dan Kogai.
10356      Branch: perl
10357            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10358            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
10359            ! ext/Encode/lib/Encode/Encoding.pm
10360            ! ext/Encode/lib/Encode/JP/JIS7.pm
10361            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
10362            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
10363 ____________________________________________________________________________
10364 [ 16084] By: ams                                   on 2002/04/22  18:10:13
10365         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
10366              From: Stas Bekman <stas@stason.org>
10367              Date: Tue, 23 Apr 2002 01:59:07 +0800
10368              Message-Id: <3CC44F6B.5010300@stason.org>
10369      Branch: perl
10370            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
10371 ____________________________________________________________________________
10372 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
10373         Log: Update Changes.
10374      Branch: perl
10375            ! Changes patchlevel.h
10376 ____________________________________________________________________________
10377 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
10378         Log: In MANIFEST but not added.
10379      Branch: perl
10380            + NetWare/interface.cpp
10381 ____________________________________________________________________________
10382 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
10383         Log: Duh.
10384      Branch: perl
10385            ! lib/ExtUtils/MM_Unix.pm
10386 ____________________________________________________________________________
10387 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
10388         Log: Subject: Re: t/japh/abigail.t [PATCH]
10389              From: Norton Allen <allen@huarp.harvard.edu>
10390              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
10391              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
10392      Branch: perl
10393            ! t/japh/abigail.t
10394 ____________________________________________________________________________
10395 [ 16079] By: ams                                   on 2002/04/22  15:59:55
10396         Log: Subject: {PATCH docs] sockatmark
10397              From: Mark-Jason Dominus <mjd@plover.com>
10398              Date: Mon, 22 Apr 2002 02:43:42 -0400
10399              Message-Id: <20020422064342.24646.qmail@plover.com>
10400      Branch: perl
10401            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
10402 ____________________________________________________________________________
10403 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
10404         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
10405              From: Paul_GreenVOS@vos.stratus.com
10406              Date: Mon, 22 Apr 02 12:40 edt
10407              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
10408      Branch: perl
10409            ! cflags.SH
10410 ____________________________________________________________________________
10411 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
10412         Log: Add new files from #16076; re-sort.
10413      Branch: perl
10414            ! MANIFEST
10415 ____________________________________________________________________________
10416 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
10417         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
10418      Branch: perl
10419            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
10420            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
10421            + NetWare/perllib.cpp NetWare/splittree.pl
10422            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
10423            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
10424            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
10425            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
10426            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
10427            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
10428            ! x2p/hash.c x2p/walk.c
10429 ____________________________________________________________________________
10430 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
10431         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
10432              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10433              Date: Mon, 22 Apr 2002 17:56:17 +0200
10434              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
10435      Branch: perl
10436            ! README.aix
10437 ____________________________________________________________________________
10438 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
10439         Log: Signedness nit.
10440      Branch: perl
10441            ! ext/PerlIO/encoding/encoding.xs
10442 ____________________________________________________________________________
10443 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
10444         Log: No semicolons after blocks.
10445      Branch: perl
10446            ! ext/Encode/Encode.xs
10447 ____________________________________________________________________________
10448 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
10449         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
10450      Branch: perl
10451            ! ext/PerlIO/encoding/encoding.pm
10452            ! ext/PerlIO/encoding/encoding.xs
10453 ____________________________________________________________________________
10454 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
10455         Log: Upgrade to Encode 1.56, from Dan Kogai.
10456      Branch: perl
10457            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
10458            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10459            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
10460            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
10461            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
10462            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
10463            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
10464            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
10465            ! ext/Encode/lib/Encode/Config.pm
10466            ! ext/Encode/lib/Encode/Encoder.pm
10467            ! ext/Encode/lib/Encode/Encoding.pm
10468            ! ext/Encode/lib/Encode/JP/H2Z.pm
10469            ! ext/Encode/lib/Encode/JP/JIS7.pm
10470            ! ext/Encode/lib/Encode/KR/2022_KR.pm
10471            ! ext/Encode/lib/Encode/PerlIO.pod
10472            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
10473            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
10474            ! ext/Encode/ucm/big5-hkscs.ucm
10475 ____________________________________________________________________________
10476 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
10477         Log: Comment tweak from Philip.
10478      Branch: perl
10479            ! opcode.pl
10480 ____________________________________________________________________________
10481 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
10482         Log: a Test::Harness tweak to make the test lines show up prettier
10483      Branch: perl
10484            ! lib/Test/Harness.pm
10485 ____________________________________________________________________________
10486 [ 16067] By: nick                                  on 2002/04/22  09:19:23
10487         Log: Integrate mainline
10488      Branch: perlio
10489           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
10490           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
10491           !> t/lib/warnings/perlio t/win32/system.t
10492 ____________________________________________________________________________
10493 [ 16066] By: nick                                  on 2002/04/22  09:01:43
10494         Log: Integrate //depot/perlio into mainline
10495      Branch: perl
10496           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10497           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
10498           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
10499 ____________________________________________________________________________
10500 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
10501         Log: clean up after stray test file littering
10502              
10503              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
10504              it seems that it shouldn't (looks like a handle leak in PerlIO
10505              to me)
10506      Branch: perl
10507            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
10508            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
10509            ! t/lib/warnings/perlio t/win32/system.t
10510 ____________________________________________________________________________
10511 [ 16064] By: nick                                  on 2002/04/22  08:02:58
10512         Log: Integrate mainline into perlio
10513      Branch: perlio
10514           +> ext/Storable/t/malice.t
10515            ! pod/perliol.pod
10516           !> (integrate 57 files)
10517 ____________________________________________________________________________
10518 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
10519         Log: integrate change#16062 from mainline
10520              
10521              another windows fix: only create a new console for subprocesses
10522              when all three stdhandles are invalid (from Jan Dubois)
10523      Branch: maint-5.6/perl
10524            ! win32/win32.c
10525 ____________________________________________________________________________
10526 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
10527         Log: another windows fix: only create a new console for subprocesses
10528              when all three stdhandles are invalid (from Jan Dubois)
10529      Branch: perl
10530            ! win32/win32.c
10531 ____________________________________________________________________________
10532 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
10533         Log: all the thread tests now pass on windows (32-bit and 64-bit)
10534      Branch: perl
10535            ! README.win32
10536 ____________________________________________________________________________
10537 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
10538         Log: enable maximal optimizations on win64
10539      Branch: perl
10540            ! win32/Makefile win32/makefile.mk
10541 ____________________________________________________________________________
10542 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
10543         Log: Tweaks copied from Philip Newton's Encode patches.
10544      Branch: perl
10545            ! AUTHORS
10546 ____________________________________________________________________________
10547 [ 16057] By: sky                                   on 2002/04/22  00:19:40
10548         Log: End blocks were not run on Win32.
10549              The real fix should be to turn this flag on in RunPerl but
10550              I think we are too close 5.8 to change that.
10551      Branch: perl
10552            ! ext/threads/threads.xs
10553 ____________________________________________________________________________
10554 [ 16056] By: sky                                   on 2002/04/21  23:29:22
10555         Log: Do not unlock mutex twice.
10556              Do not unlock mutex after it has been destroyed and freed.
10557              Do not email p5p without uncrossing eyes.
10558      Branch: perl
10559            ! ext/threads/threads.xs
10560 ____________________________________________________________________________
10561 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
10562         Log: squelch some more type mismatch warnings
10563              
10564              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
10565              missing parens in macro definition
10566      Branch: perl
10567            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
10568            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
10569            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
10570            ! pp.c regexec.c sv.h
10571 ____________________________________________________________________________
10572 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
10573         Log: Make writing user-defined character properties nicer.
10574      Branch: perl
10575            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
10576 ____________________________________________________________________________
10577 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
10578         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
10579              isn't the case on win64
10580      Branch: perl
10581            ! ext/Storable/t/malice.t
10582 ____________________________________________________________________________
10583 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
10584         Log: One more way to do character class subtraction.
10585      Branch: perl
10586            ! pod/perlunicode.pod
10587 ____________________________________________________________________________
10588 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
10589         Log: Mopup of #16048.
10590      Branch: perl
10591            ! pp_sys.c
10592 ____________________________________________________________________________
10593 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
10594         Log: some test failures have been fixed
10595      Branch: perl
10596            ! README.win32
10597 ____________________________________________________________________________
10598 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
10599         Log: use compare_text() rather than compare() to avoid bogus
10600              failures when the test files happen to be CRLF terminated
10601      Branch: perl
10602            ! ext/Encode/t/JP.t
10603 ____________________________________________________________________________
10604 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
10605         Log: fixes for all the warnings reported by Visual C (most of this
10606              change is from change#12026)
10607      Branch: perl
10608            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
10609            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
10610            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
10611            ! regexec.c sv.c toke.c universal.c utf8.c util.c
10612            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
10613 ____________________________________________________________________________
10614 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
10615         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
10616              From: Nicholas Clark <nick@unfortu.net>
10617              Date: Sun, 21 Apr 2002 19:15:24 +0100
10618              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
10619      Branch: perl
10620            + ext/Storable/t/malice.t
10621            ! MANIFEST ext/Storable/Storable.pm
10622 ____________________________________________________________________________
10623 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
10624         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
10625              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10626              Date: Sun, 21 Apr 2002 19:37:51 +0200
10627              Message-ID: <3CC3150F.5798.22A05AE@localhost>
10628      Branch: perl
10629            ! ext/Encode/t/perlio.t
10630 ____________________________________________________________________________
10631 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
10632         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
10633              From: Andrey Sapozhnikov <sapa@icb.chel.su>
10634              Date: Fri, 19 Apr 2002 19:55:56 +0600
10635              Message-ID: <3CC021EC.5080005@icb.chel.su>
10636              
10637              (tweaked a bit)
10638      Branch: perl
10639            ! pod/perltrap.pod
10640 ____________________________________________________________________________
10641 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
10642         Log: Do not assume that io buffer flushing happens in the same
10643              order as joins (that assumption broke in a multicpu IRIX box)
10644      Branch: perl
10645            ! ext/threads/t/thread.t
10646 ____________________________________________________________________________
10647 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
10648         Log: As if people would be reading the documentation :-)
10649      Branch: perl
10650            ! opcode.pl
10651 ____________________________________________________________________________
10652 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
10653         Log: Typo tweaks.
10654      Branch: perl
10655            ! pod/perlrun.pod
10656 ____________________________________________________________________________
10657 [ 16041] By: sky                                   on 2002/04/21  13:53:54
10658         Log: Got the last memory leak in the while(1) { threads->create(sub 
10659              {})->join() }, now we can loop over a million threads without a 
10660              problem. 
10661              Cleared up SVs that should have been mortal but never where.
10662      Branch: perl
10663            ! ext/threads/threads.xs
10664 ____________________________________________________________________________
10665 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
10666         Log: Make doc clearer, as suggested by Brent Dax
10667      Branch: perl
10668            ! opcode.pl
10669 ____________________________________________________________________________
10670 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
10671         Log: Revert change #15974.
10672      Branch: perl
10673            ! ext/B/B/Deparse.pm
10674 ____________________________________________________________________________
10675 [ 16038] By: nick                                  on 2002/04/21  08:43:48
10676         Log: Integrate mainline
10677      Branch: perlio
10678           +> win32/config.vc64 win32/config_H.vc64
10679           !> (integrate 43 files)
10680 ____________________________________________________________________________
10681 [ 16037] By: nick                                  on 2002/04/21  08:10:07
10682         Log: Integrate mainline
10683      Branch: perlio
10684           +> ext/Encode/ucm/big5-eten.ucm
10685            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
10686            - win32/config.win64 win32/config_H.win64
10687           !> MANIFEST Porting/makerel ext/Encode/Changes
10688           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
10689           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
10690           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
10691           !> ext/Encode/lib/Encode/Config.pm
10692           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10693           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
10694           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
10695           !> pod/perlunicode.pod vms/vms.c
10696 ____________________________________________________________________________
10697 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
10698         Log: S_ stands sfor static.
10699      Branch: perl
10700            ! hv.c
10701 ____________________________________________________________________________
10702 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
10703         Log: htovs et al might be macros.
10704      Branch: perl
10705            ! perl.h
10706 ____________________________________________________________________________
10707 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
10708         Log: missed checkin of this file in change#16033
10709      Branch: perl
10710            ! makedef.pl
10711 ____________________________________________________________________________
10712 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
10713         Log: Windows 64-bit support:
10714              
10715              * support for building it in the regular makefiles
10716              * large files support via the _*i64() functions (this should be
10717              portable to the 32-bit universe too, but quite untested and
10718              and binary-incompatible, therefore not enabled there)
10719              * three additional test failures in addition to the t/end.t one
10720              (see README.win32)
10721              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
10722              the ones available from the CRT (needed because Perl uses
10723              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
10724              * add a few 64-bit notes to README.win32
10725              
10726              The following general problems were also fixed:
10727              
10728              * s/struct stat/Stat_t/g
10729              * Data::Dumper had some naughty 'long' typecasts
10730              * Errno_pm.PL didn't work safe when winsock.h was not in the same
10731              directory as errno.h
10732              * various tell/seek things were incorrectly prototyped
10733              * squelch ugly looking noise when running tests
10734              * Embed.t wasn't linking in all the libraries
10735              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
10736              * re-enable all the disabled warnings (additional fixes may be
10737              needed for the warnings uncovered by this)
10738      Branch: perl
10739            + win32/config.vc64 win32/config_H.vc64
10740            ! MANIFEST README.win32 doio.c dosish.h
10741            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
10742            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
10743            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
10744            ! win32/config.vc win32/makefile.mk win32/perlglob.c
10745            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
10746            ! win32/win32iop.h win32/win32sck.c
10747 ____________________________________________________________________________
10748 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
10749         Log: Upgrade to Encode 1.52, from Dan Kogai.
10750      Branch: perl
10751            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10752            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
10753            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
10754            ! ext/Encode/lib/Encode/JP/JIS7.pm
10755            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
10756            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
10757            ! ext/Encode/ucm/big5-hkscs.ucm
10758 ____________________________________________________________________________
10759 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
10760         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
10761              From: Mark-Jason Dominus <mjd@plover.com>
10762              Date: Sat, 20 Apr 2002 03:36:28 -0400
10763              Message-ID: <20020420073628.324.qmail@plover.com>
10764      Branch: perl
10765            ! pod/perlopentut.pod
10766 ____________________________________________________________________________
10767 [ 16030] By: sky                                   on 2002/04/20  22:02:32
10768         Log: Remove auto-detach
10769              Cleans up memory now, destroys the mutex and frees thread
10770              Makes returnvalues mortal
10771              Doesn't run thread_destruct until the thread has stopped AND
10772              all references to it are gone.
10773      Branch: perl
10774            ! ext/threads/threads.xs
10775 ____________________________________________________________________________
10776 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
10777         Log: Subject: [PATCH @16005] rescue perldoc for VMS
10778              From: "Craig A. Berry" <craigberry@mac.com>
10779              Date: Sat, 20 Apr 2002 15:16:30 -0500
10780              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
10781      Branch: perl
10782            ! vms/vms.c
10783 ____________________________________________________________________________
10784 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
10785         Log: Subject: Re: [PATCH] typo
10786              From: andreas.koenig@anima.de (Andreas J. Koenig)
10787              Date: Sat, 20 Apr 2002 15:41:23 +0200
10788              Message-ID: <m37kn2o5bw.fsf@anima.de>
10789      Branch: perl
10790            ! ext/Encode/encoding.pm
10791 ____________________________________________________________________________
10792 [ 16027] By: nick                                  on 2002/04/20  21:42:09
10793         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
10794              and change test not to skip them.
10795      Branch: perlio
10796            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
10797 ____________________________________________________________________________
10798 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
10799         Log: Upgrade to Encode 1.51, from Dan Kogai.
10800      Branch: perl
10801            + ext/Encode/ucm/big5-eten.ucm
10802            - ext/Encode/ucm/big5.ucm
10803            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10804            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
10805            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
10806            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
10807            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10808            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
10809 ____________________________________________________________________________
10810 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
10811         Log: purge existing win64 stuff (this never really worked in 5.7.x)
10812              in preparation for completely redone win64 support
10813      Branch: perl
10814            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
10815            ! MANIFEST Porting/makerel
10816 ____________________________________________________________________________
10817 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
10818         Log: Subject: Re: perl@16005
10819              From: Stas Bekman <stas@stason.org>
10820              Date: Sat, 20 Apr 2002 13:06:49 +0800
10821              Message-ID: <3CC0F769.1010705@stason.org>
10822              (with a minor formatting nit)
10823      Branch: perl
10824            ! pod/perlfunc.pod
10825 ____________________________________________________________________________
10826 [ 16023] By: nick                                  on 2002/04/20  19:06:04
10827         Log: Some tweaks for encodings which need lines.
10828              Also disabled trial of using fallbacks.
10829      Branch: perlio
10830            ! ext/PerlIO/encoding/encoding.pm
10831            ! ext/PerlIO/encoding/encoding.xs
10832 ____________________________________________________________________________
10833 [ 16022] By: nick                                  on 2002/04/20  18:37:38
10834         Log: Various tweaks to Encode
10835      Branch: perlio
10836            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10837            ! ext/Encode/Unicode/Unicode.xs
10838            ! ext/Encode/lib/Encode/Encoding.pm
10839            ! ext/Encode/lib/Encode/JP/JIS7.pm
10840            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
10841 ____________________________________________________________________________
10842 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
10843         Log: Subject: [PATCH] perlunicode.pod typos
10844              From: andreas.koenig@anima.de (Andreas J. Koenig)     
10845              Date: Sat, 20 Apr 2002 11:20:25 +0200
10846              Message-ID: <m3vgamoheu.fsf@anima.de>
10847      Branch: perl
10848            ! pod/perlunicode.pod
10849 ____________________________________________________________________________
10850 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
10851         Log: Test tweak from mjd.
10852      Branch: perl
10853            ! lib/Memoize/t/errors.t
10854 ____________________________________________________________________________
10855 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
10856         Log: Integrate perlio:
10857              
10858              [ 16018]
10859              Fill in the PERLIO sections.
10860              
10861              [ 16017]
10862              Add :bytes to POD part.
10863              Remove 'alias' to Encode now it exists as a module.
10864              
10865              [ 16014]
10866              Tweak to Encode.xs to avoid buffer overrun.
10867              
10868              [ 16007]
10869              Silence warning generating warning message for U+FFFF does not map etc.
10870              
10871              [ 15912]
10872              XS versions of encode/decode for Encode::Unicode
10873      Branch: perl
10874           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
10875 ____________________________________________________________________________
10876 [ 16018] By: nick                                  on 2002/04/20  13:38:24
10877         Log: Fill in the PERLIO sections.
10878      Branch: perlio
10879            ! pod/perlrun.pod
10880 ____________________________________________________________________________
10881 [ 16017] By: nick                                  on 2002/04/20  13:37:15
10882         Log: Add :bytes to POD part.
10883              Remove 'alias' to Encode now it exists as a module.
10884      Branch: perlio
10885            ! lib/PerlIO.pm
10886 ____________________________________________________________________________
10887 [ 16016] By: sky                                   on 2002/04/20  13:12:31
10888         Log: Really let the update of the link list do something.
10889      Branch: perl
10890            ! ext/threads/threads.xs
10891 ____________________________________________________________________________
10892 [ 16015] By: nick                                  on 2002/04/20  07:51:26
10893         Log: Integrate mainline
10894      Branch: perlio
10895           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
10896           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
10897           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
10898 ____________________________________________________________________________
10899 [ 16014] By: nick                                  on 2002/04/20  07:46:11
10900         Log: Tweak to Encode.xs to avoid buffer overrun.
10901      Branch: perlio
10902            ! ext/Encode/Encode.xs
10903 ____________________________________________________________________________
10904 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
10905         Log: Subject: [PATCH] t/japh/abigail.t
10906              From: abigail@foad.org
10907              Date: Fri, 19 Apr 2002 02:21:36 +0200
10908              Message-ID: <20020419002136.16948.qmail@foad.org>
10909              
10910              Subject: Re: [PATCH] t/japh/abigail.t
10911              From: "Craig A. Berry" <craigberry@mac.com>
10912              Date: Fri, 19 Apr 2002 11:23:45 -0500
10913              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
10914      Branch: perl
10915            ! t/japh/abigail.t
10916 ____________________________________________________________________________
10917 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
10918         Log: User-defined character properties were unintentionally
10919              removed, noticed by Dan Kogai.
10920      Branch: perl
10921            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
10922            ! pod/perlunicode.pod t/op/pat.t
10923 ____________________________________________________________________________
10924 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
10925         Log: Subject: Re: [PATCH] Big5-related changes.
10926              From: Autrijus Tang <autrijus@autrijus.org>
10927              Date: Sat, 20 Apr 2002 04:06:31 +0800
10928              Message-ID: <20020419200631.GA20964@not.autrijus.org>
10929      Branch: perl
10930            ! README.cn README.tw
10931 ____________________________________________________________________________
10932 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
10933         Log: Add a BUGS sections to O.pm
10934      Branch: perl
10935            ! ext/B/O.pm
10936 ____________________________________________________________________________
10937 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
10938         Log: Disable warning noise
10939      Branch: perl
10940            ! t/io/open.t
10941 ____________________________________________________________________________
10942 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
10943         Log: More tests for the 3-arg open
10944      Branch: perl
10945            ! t/io/open.t t/lib/warnings/doio
10946 ____________________________________________________________________________
10947 [ 16007] By: nick                                  on 2002/04/19  17:45:53
10948         Log: Silence warning generating warning message for U+FFFF does not map etc.
10949      Branch: perlio
10950            ! ext/Encode/Encode.xs
10951 ____________________________________________________________________________
10952 [ 16006] By: nick                                  on 2002/04/19  15:24:57
10953         Log: Integrate mainline (for Tk with Encode testing)
10954              Some perlio & encode issues otherwise cleanish.
10955      Branch: perlio
10956           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
10957           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
10958           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
10959           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
10960           +> ext/threads/t/thread.t
10961            - ext/Encode/lib/Encode/Unicode.pm
10962           !> (integrate 38 files)
10963 ____________________________________________________________________________
10964 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
10965         Log: Update Changes.
10966      Branch: perl
10967            ! Changes patchlevel.h
10968 ____________________________________________________________________________
10969 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
10970         Log: Subject: [PATCH] warn on ref open without perlio
10971              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10972              Date: Thu, 18 Apr 2002 23:17:44 +0200
10973              Message-ID: <20020418231744.A24159@rafael>
10974              
10975              (with one nit, the skip message needed "# " prefix)
10976      Branch: perl
10977            ! doio.c pod/perldiag.pod t/lib/warnings/doio
10978 ____________________________________________________________________________
10979 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
10980         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
10981              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10982              Date: Fri, 19 Apr 2002 15:43:47 +0200
10983              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
10984      Branch: perl
10985            ! README.hpux
10986 ____________________________________________________________________________
10987 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
10988         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
10989      Branch: perl
10990            ! ext/PerlIO/encoding/encoding.pm
10991            ! ext/PerlIO/encoding/encoding.xs
10992 ____________________________________________________________________________
10993 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
10994         Log: Upgrade to Encode 1.50, from Dan Kogai.
10995      Branch: perl
10996            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
10997            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
10998            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
10999            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
11000            - ext/Encode/lib/Encode/Unicode.pm
11001            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
11002            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11003            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
11004            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
11005            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11006            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
11007            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
11008            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
11009            ! ext/Encode/t/jisx0208.ref
11010 ____________________________________________________________________________
11011 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
11012         Log: Subject: CPAN.pm sync
11013              From: andreas.koenig@anima.de (Andreas J. Koenig)
11014              Date: Fri, 19 Apr 2002 11:55:07 +0200
11015              Message-ID: <m3ads0qah0.fsf@anima.de>
11016      Branch: perl
11017            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11018 ____________________________________________________________________________
11019 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
11020         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
11021      Branch: perl
11022            ! pod/perltooc.pod
11023 ____________________________________________________________________________
11024 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
11025         Log: The previous change on this was *ahem* slightly off-topic.
11026      Branch: perl
11027            ! ext/PerlIO/encoding/encoding.pm
11028 ____________________________________________________________________________
11029 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
11030         Log: variant of change#14657 from mainline, modified for binary
11031              compatibility for 5.6.x (from  Jan Dubois)
11032      Branch: maint-5.6/perl
11033            ! lib/Win32.pod win32/win32.c
11034 ____________________________________________________________________________
11035 [ 15996] By: ams                                   on 2002/04/18  16:16:26
11036         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
11037              From: abigail@foad.org
11038              Date: Thu, 18 Apr 2002 17:09:45 +0200
11039              Message-Id: <20020418150945.389.qmail@foad.org>
11040      Branch: perl
11041            ! pod/perldebtut.pod
11042 ____________________________________________________________________________
11043 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
11044         Log: z/OS situation update.
11045      Branch: perl
11046            ! pod/perldelta.pod
11047 ____________________________________________________________________________
11048 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
11049         Log: Doc tweaks.
11050      Branch: perl
11051            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
11052 ____________________________________________________________________________
11053 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
11054         Log: The tests need perlio.
11055      Branch: perl
11056            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
11057 ____________________________________________________________________________
11058 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
11059         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
11060              From: Mark-Jason Dominus <mjd@plover.com>
11061              Date: Thu, 18 Apr 2002 09:38:17 -0400
11062              Message-ID: <20020418133817.22436.qmail@plover.com>    
11063              
11064              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
11065              From: Mark-Jason Dominus <mjd@plover.com>
11066              Date: Thu, 18 Apr 2002 09:54:50 -0400
11067              Message-ID: <20020418135450.22999.qmail@plover.com>    
11068      Branch: perl
11069            ! pod/perlfaq8.pod
11070 ____________________________________________________________________________
11071 [ 15991] By: sky                                   on 2002/04/18  09:18:14
11072         Log: Port testcases from thr5005 tests so we don't fail on same things.
11073              Added yield support using threads->yield().
11074      Branch: perl
11075            + ext/threads/t/thread.t
11076            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
11077 ____________________________________________________________________________
11078 [ 15990] By: nick                                  on 2002/04/18  07:56:40
11079         Log: Integrate mainline
11080      Branch: perlio
11081            - t/io/full.t
11082           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
11083           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
11084           !> perl.c t/op/groups.t toke.c win32/win32.c
11085 ____________________________________________________________________________
11086 [ 15989] By: sky                                   on 2002/04/18  07:15:55
11087         Log: Always flush the PerlIO buffers after running END blocks in 
11088              perl_destruct. This should fix ext/threads/t/end.t under Win32.
11089      Branch: perl
11090            ! perl.c
11091 ____________________________________________________________________________
11092 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
11093         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
11094      Branch: perl
11095            ! perl.c
11096 ____________________________________________________________________________
11097 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
11098         Log: Move /dev/full testing post-5.8.0.
11099      Branch: perl
11100            - t/io/full.t
11101            ! MANIFEST
11102 ____________________________________________________________________________
11103 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
11104         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
11105              ("Crays have only REAL memory.")
11106      Branch: perl
11107            ! hints/unicos.sh hints/unicosmk.sh
11108 ____________________________________________________________________________
11109 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
11110         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
11111              From: luc.st-louis@ca.transport.bombardier.com
11112              Date: Wed, 17 Apr 2002 14:22:25 -0400
11113              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
11114      Branch: perl
11115            ! win32/win32.c
11116 ____________________________________________________________________________
11117 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
11118         Log: With -Uuseperlio the error might be EBADF.
11119      Branch: perl
11120            ! t/io/full.t
11121 ____________________________________________________________________________
11122 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
11123         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
11124              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11125              Date: Wed, 17 Apr 2002 21:16:22 +0400
11126              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
11127      Branch: perl
11128            ! lib/ExtUtils/t/Embed.t
11129 ____________________________________________________________________________
11130 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
11131         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
11132              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11133              Date: Wed, 17 Apr 2002 20:08:03 +0400
11134              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
11135      Branch: perl
11136            ! win32/win32.c
11137 ____________________________________________________________________________
11138 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
11139         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
11140              From: Mark-Jason Dominus <mjd@plover.com>
11141              Date: Wed, 17 Apr 2002 11:14:17 -0400
11142              Message-ID: <20020417151417.27268.qmail@plover.com>
11143      Branch: perl
11144            ! t/io/full.t
11145 ____________________________________________________________________________
11146 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
11147         Log: README.cjk update.
11148      Branch: perl
11149            ! README.cn README.jp README.ko README.tw
11150 ____________________________________________________________________________
11151 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
11152         Log: Subject: [PATCH toke.c] @:foo?
11153              From: Philip Newton <Philip.Newton@gmx.net>
11154              Date: Wed, 17 Apr 2002 19:48:09 +0200
11155              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
11156      Branch: perl
11157            ! toke.c
11158 ____________________________________________________________________________
11159 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
11160         Log: Subject: Re: gcc on HP
11161              From: Philip Newton <Philip.Newton@gmx.net>
11162              Date: Wed, 17 Apr 2002 20:36:34 +0200
11163              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
11164      Branch: perl
11165            ! README.hpux
11166 ____________________________________________________________________________
11167 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
11168         Log: Adjust test for groups that appear multiple times on Cygwin
11169      Branch: perl
11170            ! t/op/groups.t
11171 ____________________________________________________________________________
11172 [ 15976] By: nick                                  on 2002/04/17  17:03:40
11173         Log: Integrate mainline
11174      Branch: perlio
11175           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
11176           +> ext/PerlIO/encoding/encoding.pm
11177           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
11178           +> ext/threads/shared/t/queue.t t/io/full.t
11179            - ext/Encode/lib/Encode/XS.pm
11180           !> (integrate 50 files)
11181 ____________________________________________________________________________
11182 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
11183         Log: Update Changes.
11184      Branch: perl
11185            ! Changes patchlevel.h
11186 ____________________________________________________________________________
11187 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
11188         Log: Subject: [PATCH B::Deparse] "foo bar"->()
11189              From: Robin Houston <robin@kitsite.com>
11190              Date: Wed, 17 Apr 2002 15:45:32 +0100
11191              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
11192      Branch: perl
11193            ! ext/B/B/Deparse.pm
11194 ____________________________________________________________________________
11195 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
11196         Log: metaconfig unit change for #15972.
11197      Branch: metaconfig/U/perl
11198            ! Extensions.U
11199 ____________________________________________________________________________
11200 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
11201         Log: As suggested by Arthur: the threads and threads::shared
11202              modules are always present.  This tries to preempt two
11203              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
11204              to have this new fancy threads implementation but my Perl
11205              doesn't seem to have it" (2) someone attempting to install
11206              threads using CPAN.pm and CPAN.pm helpfully starting to
11207              install perl 5.8.0 (which they might already have installed).
11208      Branch: perl
11209            ! Configure ext/threads/Makefile.PL
11210            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
11211            ! ext/threads/shared/shared.xs ext/threads/threads.pm
11212            ! ext/threads/threads.xs
11213 ____________________________________________________________________________
11214 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
11215         Log: More signedness nits.
11216      Branch: perl
11217            ! ext/Encode/Encode.xs
11218 ____________________________________________________________________________
11219 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
11220         Log: fast_abs_path() is tainted.
11221      Branch: perl
11222            ! ext/Cwd/t/cwd.t
11223 ____________________________________________________________________________
11224 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
11225         Log: Signedness nit.
11226      Branch: perl
11227            ! ext/Encode/bin/enc2xs
11228 ____________________________________________________________________________
11229 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
11230         Log: Subject: gcc on HP
11231              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11232              Date: Wed, 17 Apr 2002 12:43:38 +0200
11233              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
11234      Branch: perl
11235            ! README.hpux
11236 ____________________________________________________________________________
11237 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
11238         Log: Add just a little bit more explanation to PerlIO::encoding.
11239      Branch: perl
11240            ! ext/PerlIO/encoding/encoding.pm
11241 ____________________________________________________________________________
11242 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
11243         Log: PerlIO::encoding 0.01 from Dan Kogai.
11244      Branch: perl
11245            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
11246            + ext/PerlIO/encoding/encoding.pm
11247            + ext/PerlIO/encoding/encoding.xs
11248            ! MANIFEST
11249 ____________________________________________________________________________
11250 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
11251         Log: Upgrade to Encode 1.42, from Dan Kogai.
11252      Branch: perl
11253            - ext/Encode/lib/Encode/XS.pm
11254            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
11255            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
11256            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11257            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
11258            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
11259            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
11260            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11261            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
11262            ! ext/Encode/lib/Encode/Config.pm
11263            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
11264            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
11265            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
11266            ! ext/Encode/t/encoding.t
11267 ____________________________________________________________________________
11268 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
11269         Log: Test tweaks from mjd and Benjamin Goldberg.
11270      Branch: perl
11271            ! t/io/full.t
11272 ____________________________________________________________________________
11273 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
11274         Log: Document taint-safeness.   Life in the fast_abs_path()
11275              lane is unsafe.
11276      Branch: perl
11277            ! lib/Cwd.pm
11278 ____________________________________________________________________________
11279 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
11280         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
11281              From: Mark-Jason Dominus <mjd@plover.com>
11282              Date: Tue, 16 Apr 2002 19:24:12 -0400
11283              Message-ID: <20020416232412.14297.qmail@plover.com>
11284      Branch: perl
11285            + t/io/full.t
11286            ! MANIFEST perlio.c
11287 ____________________________________________________________________________
11288 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
11289         Log: Manifestations of mjd, from mjd.
11290      Branch: perl
11291            ! MANIFEST
11292 ____________________________________________________________________________
11293 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
11294         Log: metaconfig unit change for #15959.
11295      Branch: metaconfig/U/perl
11296            ! Extensions.U
11297 ____________________________________________________________________________
11298 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
11299         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
11300              From: Andy Dougherty <doughera@lafayette.edu>
11301              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
11302              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
11303      Branch: perl
11304            ! Configure
11305 ____________________________________________________________________________
11306 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
11307         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
11308              From: Nicholas Clark <nick@unfortu.net>
11309              Date: Tue, 16 Apr 2002 22:22:41 +0100
11310              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
11311      Branch: perl
11312            ! embed.fnc global.sym hv.c universal.c
11313 ____________________________________________________________________________
11314 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
11315         Log: Documents for Merijn and lots of XXXs for NI-S :-)
11316      Branch: perl
11317            ! pod/perlfunc.pod pod/perlrun.pod
11318 ____________________________________________________________________________
11319 [ 15956] By: sky                                   on 2002/04/16  21:26:53
11320         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
11321              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
11322              stuff being 0xabababab on cleanup.
11323      Branch: perl
11324            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
11325            ! MANIFEST
11326 ____________________________________________________________________________
11327 [ 15955] By: nick                                  on 2002/04/16  20:46:03
11328         Log: Integate mainline (other machine)
11329      Branch: perlio
11330           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
11331           !> t/op/magic.t
11332 ____________________________________________________________________________
11333 [ 15954] By: nick                                  on 2002/04/16  20:13:32
11334         Log: Integrate mainline
11335      Branch: perlio
11336           +> README.cn README.jp README.ko README.tw
11337           +> ext/threads/shared/t/av_refs.t
11338           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
11339           !> (integrate 41 files)
11340 ____________________________________________________________________________
11341 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
11342         Log: B::walkoptree bugfix (see also #15850)
11343      Branch: perl
11344            ! ext/B/B.xs ext/B/t/terse.t
11345 ____________________________________________________________________________
11346 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
11347         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
11348              From: Philip Newton <Philip.Newton@gmx.net>
11349              Date: Tue, 16 Apr 2002 21:09:44 +0200
11350              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
11351      Branch: perl
11352            ! pod/perltodo.pod
11353 ____________________________________________________________________________
11354 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
11355         Log: Subject: [PATCH] B::Deparse problems with japhs
11356              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11357              Date: Tue, 16 Apr 2002 15:47:33 +0100
11358              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
11359      Branch: perl
11360            ! ext/B/B/Deparse.pm
11361 ____________________________________________________________________________
11362 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
11363         Log: Stas' tainting worries, obscured by me.
11364      Branch: perl
11365            ! ext/Cwd/t/cwd.t lib/Cwd.pm
11366 ____________________________________________________________________________
11367 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
11368         Log: Pod tweak to avoid =item<japanese> problems.
11369      Branch: perl
11370            ! README.jp
11371 ____________________________________________________________________________
11372 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
11373         Log: Some UTF-8 todos.
11374      Branch: perl
11375            ! pod/perltodo.pod
11376 ____________________________________________________________________________
11377 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
11378         Log: Let's not promise too much: use utf8 only works on identifier
11379              names, not package or subroutine names (admittedly limited [1], but
11380              that's what the Camel says, and that's what we are going to stick
11381              to for 5.8.0).  Also document that use vars does not do utf8.
11382              [1] The obvious problem in both is that package and subroutine
11383              names need to mappable to the filesystem.
11384      Branch: perl
11385            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
11386 ____________________________________________________________________________
11387 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
11388         Log: Subject: [PATCH] small typo in IO::Pipe pod
11389              From: Slaven Rezic <rezic@onlineoffice.de>
11390              Date: Tue, 16 Apr 2002 12:31:10 +0200
11391              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
11392      Branch: perl
11393            ! ext/IO/lib/IO/Pipe.pm
11394 ____________________________________________________________________________
11395 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
11396         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
11397              From: Arthur Bergman <arthur@contiller.se>
11398              Date: Tue, 16 Apr 2002 11:58:45 +0200
11399              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
11400      Branch: perl
11401            ! lib/Attribute/Handlers.pm
11402 ____________________________________________________________________________
11403 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
11404         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
11405              Jungshik Shin.  Regen toc.
11406      Branch: perl
11407            + README.cn README.jp README.ko README.tw
11408            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11409 ____________________________________________________________________________
11410 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
11411         Log: my $utf8here, our $utf8here, and package variable $utf8here.
11412              
11413              The actual minimal fix is in utf8.c and from NI-S,
11414              the rest are the tests (in fresh_perl since I couldn't get
11415              them easily to work elsewhere) and a slight behaviour change:
11416              previously UTF-8 identifiers had to start with an alphabetic
11417              character.  No more so, now they can start with an (Unicode)
11418              ID_Continue character (which however is not a (Unicode) digit).
11419              (Limiting the first character to ID_Start would be rather
11420              restrictive, since ID_Start allows only alphabetic letters.)
11421              
11422              TODO: use vars qw($utf8here).  This I don't find to be
11423              a showstopper.
11424      Branch: perl
11425            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
11426            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
11427 ____________________________________________________________________________
11428 [ 15942] By: ams                                   on 2002/04/16  02:24:25
11429         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
11430              From: "Craig A. Berry" <craigberry@mac.com>
11431              Date: Mon, 15 Apr 2002 22:06:14 -0500
11432              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
11433      Branch: perl
11434            ! lib/FileCache.t
11435 ____________________________________________________________________________
11436 [ 15941] By: ams                                   on 2002/04/16  02:16:35
11437         Log: Subject: [PATCH] s2p fix for VMS
11438              From: "Craig A. Berry" <craigberry@mac.com>
11439              Date: Mon, 15 Apr 2002 21:48:36 -0500
11440              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
11441      Branch: perl
11442            ! configure.com t/x2p/s2p.t x2p/s2p.PL
11443 ____________________________________________________________________________
11444 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
11445         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
11446              (and the licensing of the other code clarified, from Mark Bixby.)
11447      Branch: perl
11448            ! mpeix/mpeix.c
11449 ____________________________________________________________________________
11450 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
11451         Log: AUTHORS updates.
11452      Branch: perl
11453            ! AUTHORS
11454 ____________________________________________________________________________
11455 [ 15938] By: sky                                   on 2002/04/15  22:13:17
11456         Log: Add support for my $foo : shared; 
11457              Add testcase for this.
11458              Update manifest.
11459      Branch: perl
11460            + ext/threads/shared/t/shared_attr.t
11461            ! MANIFEST ext/threads/shared/shared.pm
11462 ____________________________________________________________________________
11463 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
11464         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
11465              From: abigail@foad.org
11466              Date: Mon, 15 Apr 2002 17:41:17 +0200
11467              Message-ID: <20020415154117.1559.qmail@foad.org>
11468              
11469              (With EBCDIC skippage added, and the skip reason
11470              skippage on the two ?? loops tweaked.)
11471      Branch: perl
11472            + t/japh/abigail.t
11473            ! MANIFEST t/TEST
11474 ____________________________________________________________________________
11475 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
11476         Log: Subject: Re: [ID 20020412.005] Dancing ??s
11477              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
11478              Date: Sun, 14 Apr 2002 16:09:30 +0100
11479              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
11480      Branch: perl
11481            ! pod/perlop.pod pp_hot.c t/op/pat.t
11482 ____________________________________________________________________________
11483 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
11484         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
11485              From: abigail@foad.org
11486              Date: Mon, 15 Apr 2002 17:40:02 +0200
11487              Message-ID: <20020415154002.1549.qmail@foad.org>
11488      Branch: perl
11489            ! t/test.pl
11490 ____________________________________________________________________________
11491 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
11492         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
11493              From: "Craig A. Berry" <craigberry@mac.com>
11494              Date: Mon, 15 Apr 2002 14:05:26 -0500
11495              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
11496      Branch: perl
11497            ! universal.c
11498 ____________________________________________________________________________
11499 [ 15933] By: sky                                   on 2002/04/15  21:26:16
11500         Log: Test arrays containing references, and references to shared arrays.
11501      Branch: perl
11502            + ext/threads/shared/t/av_refs.t
11503 ____________________________________________________________________________
11504 [ 15932] By: nick                                  on 2002/04/15  15:06:49
11505         Log: Integrate mainline (for Encode)
11506      Branch: perlio
11507           +> ext/Encode/Encode/ConfigLocal_PM.e2x
11508           +> ext/Encode/lib/Encode/JP/JIS7.pm
11509            - ext/Encode/lib/Encode/JP/2022_JP.pm
11510            - ext/Encode/lib/Encode/JP/2022_JP1.pm
11511            - ext/Encode/lib/Encode/JP/JIS.pm
11512           !> (integrate 26 files)
11513 ____________________________________________________________________________
11514 [ 15931] By: ams                                   on 2002/04/15  14:51:31
11515         Log: Subject: [PATCH] Chip didn't time travel.
11516              From: abigail@foad.org
11517              Date: Mon, 15 Apr 2002 17:40:22 +0200
11518              Message-Id: <20020415154022.1554.qmail@foad.org>
11519      Branch: perl
11520            ! pod/perlhist.pod
11521 ____________________________________________________________________________
11522 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
11523         Log: Update Changes.
11524      Branch: perl
11525            ! Changes patchlevel.h
11526 ____________________________________________________________________________
11527 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
11528         Log: The #15921 made the 'no warnings' unnecessary.
11529      Branch: perl
11530            ! t/op/magic.t
11531 ____________________________________________________________________________
11532 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
11533         Log: Subject: Re: [FILE] FileCache.t
11534              From: belg4mit <belg4mit@mit.edu>
11535              Date: Mon, 15 Apr 2002 01:31:21 -0400
11536              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
11537      Branch: perl
11538            ! lib/FileCache.t
11539 ____________________________________________________________________________
11540 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
11541         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
11542      Branch: perl
11543            ! lib/FileCache.pm lib/FileCache.t
11544 ____________________________________________________________________________
11545 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
11546         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
11547              From: Nicholas Clark <nick@unfortu.net>
11548              Date: Sun, 14 Apr 2002 22:54:43 +0100
11549              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
11550      Branch: perl
11551            ! lib/Hash/Util.t
11552 ____________________________________________________________________________
11553 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
11554         Log: Subject: [Encode] 1.40 released!
11555              From: Dan Kogai <dankogai@dan.co.jp>
11556              Date: Mon, 15 Apr 2002 07:51:52 +0900
11557              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
11558      Branch: perl
11559            + ext/Encode/Encode/ConfigLocal_PM.e2x
11560            + ext/Encode/lib/Encode/JP/JIS7.pm
11561            - ext/Encode/lib/Encode/JP/2022_JP.pm
11562            - ext/Encode/lib/Encode/JP/2022_JP1.pm
11563            - ext/Encode/lib/Encode/JP/JIS.pm
11564            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
11565            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11566            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
11567            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
11568            ! ext/Encode/lib/Encode/Config.pm
11569            ! ext/Encode/lib/Encode/Encoder.pm
11570            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
11571            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
11572 ____________________________________________________________________________
11573 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
11574         Log: return undef is of questionable style.
11575      Branch: perl
11576            ! lib/Hash/Util.pm
11577 ____________________________________________________________________________
11578 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
11579         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
11580              From: mjd@plover.com
11581              Date: 15 Apr 2002 06:46:02 -0000
11582              Message-ID: <20020415064602.17052.qmail@plover.com>     
11583      Branch: perl
11584            ! t/op/magic.t
11585 ____________________________________________________________________________
11586 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
11587         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
11588              From: mjd@plover.com
11589              Date: 14 Apr 2002 22:30:17 -0000
11590              Message-ID: <20020414223017.17361.qmail@plover.com>
11591      Branch: perl
11592            ! t/op/re_tests
11593 ____________________________________________________________________________
11594 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
11595         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
11596              From: Mark-Jason Dominus <mjd@plover.com>
11597              Date: Mon, 15 Apr 2002 02:41:52 -0400
11598              Message-ID: <20020415064152.16958.qmail@plover.com>
11599      Branch: perl
11600            ! perl.c t/lib/warnings/toke
11601 ____________________________________________________________________________
11602 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
11603         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
11604              From: "Craig A. Berry" <craigberry@mac.com>
11605              Date: Sun, 14 Apr 2002 18:56:02 -0500
11606              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
11607      Branch: perl
11608            ! configure.com
11609 ____________________________________________________________________________
11610 [ 15919] By: nick                                  on 2002/04/15  06:14:25
11611         Log: Integrate mainline
11612      Branch: perlio
11613           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
11614           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
11615           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
11616 ____________________________________________________________________________
11617 [ 15918] By: ams                                   on 2002/04/15  04:25:48
11618         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
11619              From: Stas Bekman <stas@stason.org>
11620              Date: Mon, 15 Apr 2002 11:45:03 +0800
11621              Message-Id: <3CBA4CBF.9030306@stason.org>
11622      Branch: perl
11623            ! lib/Cwd.pm
11624 ____________________________________________________________________________
11625 [ 15917] By: ams                                   on 2002/04/15  04:21:14
11626         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
11627              From: Mark-Jason Dominus <mjd@plover.com>
11628              Date: Mon, 15 Apr 2002 00:30:26 -0400
11629              Message-Id: <20020415043026.11417.qmail@plover.com>
11630      Branch: perl
11631            ! perl.c t/lib/warnings/toke
11632 ____________________________________________________________________________
11633 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
11634         Log: Correct precedence problem in #15915
11635      Branch: perl
11636            ! lib/vars.pm
11637 ____________________________________________________________________________
11638 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
11639         Log: use vars wasn't use utf8 aware.
11640      Branch: perl
11641            ! lib/vars.pm
11642 ____________________________________________________________________________
11643 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
11644         Log: Subject: [PATCH] Re: restricted hashes are unblessable
11645              From: Nicholas Clark <nick@unfortu.net>
11646              Date: Sat, 13 Apr 2002 23:43:02 +0100
11647              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
11648              
11649              The function name sucks but can't think of anything better.
11650      Branch: perl
11651            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
11652 ____________________________________________________________________________
11653 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
11654         Log: Subject: AUTHORS update
11655              From: Chris Nandor <pudge@pobox.com>
11656              Date: Sun, 14 Apr 2002 11:54:40 -0400
11657              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
11658      Branch: perl
11659            ! AUTHORS
11660 ____________________________________________________________________________
11661 [ 15912] By: nick                                  on 2002/04/14  14:47:18
11662         Log: XS versions of encode/decode for Encode::Unicode
11663      Branch: perlio
11664            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
11665 ____________________________________________________________________________
11666 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
11667         Log: metaconfig unit changes for #15910.
11668      Branch: metaconfig
11669            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11670            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11671            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11672            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11673            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11674            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11675            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11676            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11677            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11678            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11679            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11680            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11681            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11682            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11683            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11684            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11685            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11686            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11687            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11688            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11689            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11690            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11691            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11692            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11693 ____________________________________________________________________________
11694 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
11695         Log: Simplify the _r probing code by adding the i_systime
11696              only for the APIs where it matters.
11697      Branch: perl
11698            ! Configure reentr.pl
11699 ____________________________________________________________________________
11700 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
11701         Log: Integrate perlio:
11702              
11703              [ 15904]
11704              Disable test code (assertions) in CRLF layer.
11705              
11706              [ 15903]
11707              Avoid expensive paranoid check that decoder does return legal UTF-8
11708      Branch: perl
11709           !> ext/Encode/Encode.xs perlio.c
11710 ____________________________________________________________________________
11711 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
11712         Log: Subject: patch for FileCache in 5.7.3
11713              From: JPIERCE <belg4mit@MIT.EDU>
11714              Date: Sun, 14 Apr 2002 00:38:21 -0400
11715              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
11716      Branch: perl
11717            ! lib/FileCache.pm
11718 ____________________________________________________________________________
11719 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
11720         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
11721              From: Tim Bunce <Tim.Bunce@pobox.com>
11722              Date: Sun, 14 Apr 2002 12:07:35 +0100
11723              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
11724      Branch: perl
11725            ! ext/Storable/Storable.xs
11726 ____________________________________________________________________________
11727 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
11728         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
11729              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11730              Date: Sun, 14 Apr 2002 16:29:59 +0200
11731              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
11732      Branch: perl
11733            ! hints/hpux.sh
11734 ____________________________________________________________________________
11735 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
11736         Log: Subject: Enable portable gcc code on hp-ux
11737              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11738              Date: Sun, 14 Apr 2002 16:30:01 +0200
11739              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
11740      Branch: perl
11741            ! hints/hpux.sh
11742 ____________________________________________________________________________
11743 [ 15904] By: nick                                  on 2002/04/14  09:18:01
11744         Log: Disable test code (assertions) in CRLF layer.
11745      Branch: perlio
11746            ! perlio.c
11747 ____________________________________________________________________________
11748 [ 15903] By: nick                                  on 2002/04/14  09:16:39
11749         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
11750      Branch: perlio
11751            ! ext/Encode/Encode.xs
11752 ____________________________________________________________________________
11753 [ 15902] By: nick                                  on 2002/04/14  09:15:45
11754         Log: Integrate mainline
11755      Branch: perlio
11756           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
11757           +> t/win32/longpath.t t/win32/system.t
11758            - t/op/winsystem.t
11759           !> (integrate 30 files)
11760 ____________________________________________________________________________
11761 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
11762         Log: Fixed URL for the Alpha editor.
11763      Branch: perl
11764            ! pod/perlfaq3.pod
11765 ____________________________________________________________________________
11766 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
11767         Log: Dedodgify.
11768      Branch: perl
11769            ! ext/Storable/Storable.xs
11770 ____________________________________________________________________________
11771 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
11772         Log: AUTHORS updates.
11773      Branch: perl
11774            ! AUTHORS
11775 ____________________________________________________________________________
11776 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
11777         Log: s2p needs Config.pm.
11778      Branch: perl
11779            ! Makefile.SH
11780 ____________________________________________________________________________
11781 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
11782         Log: Subject: [PATCH] Benchmark.t 75,90,109
11783              From: Nicholas Clark <nick@unfortu.net>
11784              Date: Sat, 13 Apr 2002 21:43:04 +0100
11785              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
11786      Branch: perl
11787            ! lib/Benchmark.t
11788 ____________________________________________________________________________
11789 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
11790         Log: Tweaks by Autrijus Tang.
11791      Branch: perl
11792            ! ext/Encode/encoding.pm
11793 ____________________________________________________________________________
11794 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
11795         Log: FAQ sync.
11796      Branch: perl
11797            ! pod/perlfaq5.pod
11798 ____________________________________________________________________________
11799 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
11800         Log: z/OS tally update.
11801      Branch: perl
11802            ! pod/perldelta.pod
11803 ____________________________________________________________________________
11804 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
11805         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
11806              From: Nicholas Clark <nick@unfortu.net>
11807              Date: Sat, 13 Apr 2002 02:58:07 +0100
11808              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
11809      Branch: perl
11810            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
11811            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
11812            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
11813            ! t/lib/st-dump.pl
11814 ____________________________________________________________________________
11815 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
11816         Log: Add piconv and enc2xs to the list of utilities.
11817      Branch: perl
11818            ! utils.lst
11819 ____________________________________________________________________________
11820 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
11821         Log: s.
11822      Branch: perl
11823            ! pod/perlunicode.pod
11824 ____________________________________________________________________________
11825 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
11826         Log: Phrasing fixes by Nick Clark
11827      Branch: perl
11828            ! pod/perlunicode.pod
11829 ____________________________________________________________________________
11830 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
11831         Log: More POD fixes and typos
11832      Branch: perl
11833            ! pod/perlunicode.pod
11834 ____________________________________________________________________________
11835 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
11836         Log: Subject: Re: UTF-8 and DB_File ?
11837              From: andreas.koenig@anima.de (Andreas J. Koenig)
11838              Date: Sat, 13 Apr 2002 13:29:41 +0200
11839              Message-ID: <m3ads7j0pm.fsf@anima.de>
11840      Branch: perl
11841            ! pod/perlunicode.pod
11842 ____________________________________________________________________________
11843 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
11844         Log: Fix a typo noticed by Paul Johnson.
11845      Branch: perl
11846            ! MANIFEST
11847 ____________________________________________________________________________
11848 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
11849         Log: Subject: Re: Win32 Status
11850              From: Michael G Schwern <schwern@pobox.com>
11851              Date: Fri, 12 Apr 2002 10:15:33 -0400
11852              Message-ID: <20020412141533.GB9788@blackrider>
11853      Branch: perl
11854            ! lib/ExtUtils/t/INST.t
11855 ____________________________________________________________________________
11856 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
11857         Log: Upgrade to Encode 1.34, from Dan Kogai.
11858      Branch: perl
11859            ! ext/Encode/Changes ext/Encode/Encode.pm
11860            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
11861            ! ext/Encode/t/Unicode.t
11862 ____________________________________________________________________________
11863 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
11864         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
11865              From: Graham TerMarsch <graham@howlingfrog.com>
11866              Date: Fri, 12 Apr 2002 12:28:47 -0700
11867              Message-Id: <200204121228.47826.graham@howlingfrog.com>
11868      Branch: perl
11869            ! AUTHORS
11870 ____________________________________________________________________________
11871 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
11872         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
11873              From: Nicholas Clark <nick@unfortu.net>
11874              Date: Fri, 12 Apr 2002 21:59:06 +0100
11875              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
11876      Branch: perl
11877            ! pp_pack.c t/op/pack.t
11878 ____________________________________________________________________________
11879 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
11880         Log: Re-sort MANIFEST.
11881      Branch: perl
11882            ! MANIFEST
11883 ____________________________________________________________________________
11884 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
11885         Log: Move also the Win32 system testing to t/win32.
11886      Branch: perl
11887            + t/win32/system.t
11888            - t/op/winsystem.t
11889            ! MANIFEST
11890 ____________________________________________________________________________
11891 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
11892         Log: Integrate change #15879 from maint-5.6;
11893              
11894              Win32::GetLongPathName() did not return valid results if there
11895              were "." and ".." components in the path; also fix a potential
11896              buffer overflow if the long path happens to be longer than
11897              MAX_PATH (this can presumably happen if they use \\?\... style
11898              paths); add a rather limited testsuite that exercises just the
11899              edge cases
11900      Branch: perl
11901           +> t/win32/longpath.t
11902           !> MANIFEST t/harness win32/win32.c
11903 ____________________________________________________________________________
11904 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
11905         Log: Win32::GetLongPathName() did not return valid results if there
11906              were "." and ".." components in the path; also fix a potential
11907              buffer overflow if the long path happens to be longer than
11908              MAX_PATH (this can presumably happen if they use \\?\... style
11909              paths); add a rather limited testsuite that exercises just the
11910              edge cases
11911      Branch: maint-5.6/perl
11912            + t/win32/longpath.t
11913            ! MANIFEST t/harness win32/win32.c
11914 ____________________________________________________________________________
11915 [ 15878] By: nick                                  on 2002/04/12  14:38:32
11916         Log: Integrate mainline
11917      Branch: perlio
11918           +> lib/ExtUtils/t/INST_PREFIX.t
11919           !> (integrate 37 files)
11920 ____________________________________________________________________________
11921 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
11922         Log: Update Changes.
11923      Branch: perl
11924            ! Changes patchlevel.h
11925 ____________________________________________________________________________
11926 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
11927         Log: Discuss the magic of \w in security terms.
11928      Branch: perl
11929            ! pod/perlsec.pod pod/perlunicode.pod
11930 ____________________________________________________________________________
11931 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
11932         Log: Add a warning about the symbolic methods and
11933              symbolic sub refs not being checked for taint.
11934      Branch: perl
11935            ! pod/perlsec.pod
11936 ____________________________________________________________________________
11937 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
11938         Log: In EBCDIC the BOM detection doesn't seem
11939              to be working right.  For now skipping the test,
11940              waiting for Dan's opinion.
11941      Branch: perl
11942            ! ext/Encode/t/Unicode.t
11943 ____________________________________________________________________________
11944 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
11945         Log: Update to Net::Ping 2.16.
11946      Branch: perl
11947            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
11948 ____________________________________________________________________________
11949 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
11950         Log: Upgrade to CGI.pm 2.81.
11951      Branch: perl
11952            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
11953 ____________________________________________________________________________
11954 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
11955         Log: Move up restricted hashes a bit.
11956      Branch: perl
11957            ! pod/perldelta.pod
11958 ____________________________________________________________________________
11959 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
11960         Log: Now using Unicode 3.2.0.
11961      Branch: perl
11962            ! pod/perldelta.pod
11963 ____________________________________________________________________________
11964 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
11965         Log: UNICOS too has sockpair issues (unsurprisingly,
11966              since UNICOS/mk has them too)
11967      Branch: perl
11968            ! ext/Socket/socketpair.t
11969 ____________________________________________________________________________
11970 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
11971         Log: FAQ patch from mjd regarding Tie::File.
11972      Branch: perl
11973            ! pod/perlfaq5.pod
11974 ____________________________________________________________________________
11975 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
11976         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
11977              consider using the NamesList.
11978      Branch: perl
11979            ! lib/charnames.pm lib/charnames.t
11980 ____________________________________________________________________________
11981 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
11982         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
11983              From: "Craig A. Berry" <craigberry@mac.com>
11984              Date: Thu, 11 Apr 2002 13:47:21 -0500
11985              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
11986      Branch: perl
11987            ! lib/File/CheckTree.pm lib/File/CheckTree.t
11988 ____________________________________________________________________________
11989 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
11990         Log: More NT Unicode information from Jan Dubois.
11991      Branch: perl
11992            ! pod/perltodo.pod
11993 ____________________________________________________________________________
11994 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
11995         Log: Add one perltodo item (and move bunch of them to better spot),
11996              add sysopen() to "Functions for filehandles, files, or directories".
11997      Branch: perl
11998            ! pod/perlfunc.pod pod/perltodo.pod
11999 ____________________________________________________________________________
12000 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
12001         Log: Prettyprinting: shorten the lines to avoid linewrapping.
12002      Branch: perl
12003            ! t/TEST
12004 ____________________________________________________________________________
12005 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
12006         Log: Also NEC SUPER-UX has buggy sockpair().
12007      Branch: perl
12008            ! ext/Socket/socketpair.t
12009 ____________________________________________________________________________
12010 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
12011         Log: dTHX works on its own just fine.
12012      Branch: perl
12013            ! ext/DynaLoader/dl_aix.xs
12014 ____________________________________________________________________________
12015 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
12016         Log: Must hold off building s2p until there's a miniperl.
12017      Branch: perl
12018            ! Makefile.SH
12019 ____________________________________________________________________________
12020 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
12021         Log: AIX: strerror_r() needs dTHX.
12022      Branch: perl
12023            ! ext/DynaLoader/dl_aix.xs
12024 ____________________________________________________________________________
12025 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
12026         Log: Extracting the s2p may require the right dynlibpath.
12027      Branch: perl
12028            ! Makefile.SH
12029 ____________________________________________________________________________
12030 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
12031         Log: Doc tweaks.
12032      Branch: perl
12033            ! ext/Time/HiRes/HiRes.pm
12034 ____________________________________________________________________________
12035 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
12036         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
12037              From: Michael G Schwern <schwern@pobox.com>
12038              Date: Thu, 11 Apr 2002 01:25:26 -0400
12039              Message-ID: <20020411052525.GA17038@blackrider>
12040      Branch: perl
12041            + lib/ExtUtils/t/INST_PREFIX.t
12042            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
12043            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12044            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12045            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
12046            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
12047            ! lib/ExtUtils/t/prefixify.t
12048 ____________________________________________________________________________
12049 [ 15855] By: nick                                  on 2002/04/11  06:26:44
12050         Log: Integrate mainline
12051      Branch: perlio
12052           !> (integrate 42 files)
12053 ____________________________________________________________________________
12054 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
12055         Log: Unused variables.
12056      Branch: perl
12057            ! ext/threads/shared/shared.xs ext/threads/threads.xs
12058 ____________________________________________________________________________
12059 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
12060         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
12061              From: Ilya Martynov <ilya@martynov.org>
12062              Date: 11 Apr 2002 03:21:17 +0400
12063              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
12064      Branch: perl
12065            ! lib/Term/ReadLine.pm
12066 ____________________________________________________________________________
12067 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
12068         Log: Upgrade to Encode 1.33, from Dan Kogai.
12069      Branch: perl
12070            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
12071            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
12072            ! ext/Encode/lib/Encode/Supported.pod
12073            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
12074            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
12075            ! ext/Encode/ucm/adobeSymbol.ucm
12076            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
12077 ____________________________________________________________________________
12078 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
12079         Log: Backward portability from Dan Kogai.
12080      Branch: perl
12081            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
12082            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
12083            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
12084            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
12085            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
12086            ! ext/Storable/t/store.t ext/Storable/t/tied.t
12087            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
12088            ! ext/Storable/t/utf8.t
12089 ____________________________________________________________________________
12090 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
12091         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
12092              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
12093              bug in B::walkoptree still to be fixed.
12094      Branch: perl
12095            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
12096 ____________________________________________________________________________
12097 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
12098         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
12099              From: Philip Newton <Philip.Newton@gmx.net>
12100              Date: Wed, 10 Apr 2002 21:29:58 +0200
12101              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
12102      Branch: perl
12103            ! pod/perldelta.pod
12104 ____________________________________________________________________________
12105 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
12106         Log: Integrate perlio:
12107              
12108              [ 15847]
12109              Add a \t to Win32 pm_to_blib $(TOUCH) line.
12110      Branch: perl
12111           !> lib/ExtUtils/MM_Win32.pm
12112 ____________________________________________________________________________
12113 [ 15847] By: nick                                  on 2002/04/10  13:08:29
12114         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
12115      Branch: perlio
12116            ! lib/ExtUtils/MM_Win32.pm
12117 ____________________________________________________________________________
12118 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
12119         Log: Try to fool old AIX when threading, from Merijn.
12120      Branch: perl
12121            ! perl.h
12122 ____________________________________________________________________________
12123 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
12124         Log: Update Changes.
12125      Branch: perl
12126            ! Changes patchlevel.h
12127 ____________________________________________________________________________
12128 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
12129         Log: Welcome to the 5.7.3.
12130      Branch: perl
12131            ! NetWare/Makefile win32/Makefile
12132 ____________________________________________________________________________
12133 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
12134         Log: Make x2p/s2p part of the test_prep target now that we
12135              have a test for it.
12136      Branch: perl
12137            ! Makefile.SH
12138 ____________________________________________________________________________
12139 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
12140         Log: Integrate perlio:
12141              
12142              [ 15840]
12143              We have been 5.7.3 for a while - install there ...
12144      Branch: perl
12145           !> win32/makefile.mk
12146 ____________________________________________________________________________
12147 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
12148         Log: SImilarly to old HP-UX, in old AIX too including
12149              crypt.h leads into trouble.  (from Merijn)
12150      Branch: perl
12151            ! hints/aix.sh
12152 ____________________________________________________________________________
12153 [ 15840] By: nick                                  on 2002/04/10  10:04:19
12154         Log: We have been 5.7.3 for a while - install there ...
12155      Branch: perlio
12156            ! win32/makefile.mk
12157 ____________________________________________________________________________
12158 [ 15839] By: nick                                  on 2002/04/10  10:03:46
12159         Log: Intgrate mainline
12160      Branch: perlio
12161           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
12162            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
12163            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
12164           !> (integrate 40 files)
12165 ____________________________________________________________________________
12166 [ 15838] By: ams                                   on 2002/04/10  04:16:45
12167         Log: Subject: [PATCH] ext/attrs.t getting skipped
12168              From: "Craig A. Berry" <craigberry@mac.com>
12169              Date: Tue, 9 Apr 2002 23:58:49 -0500
12170              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
12171      Branch: perl
12172            ! t/TEST
12173 ____________________________________________________________________________
12174 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
12175         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
12176              From: Michael G Schwern <schwern@pobox.com>
12177              Date: Tue, 9 Apr 2002 20:52:55 -0400
12178              Message-ID: <20020410005254.GI8954@blackrider>
12179      Branch: perl
12180            ! t/op/sub_lval.t
12181 ____________________________________________________________________________
12182 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
12183         Log: Undo accident in #15385.
12184      Branch: metaconfig/U/perl
12185            ! Extensions.U
12186 ____________________________________________________________________________
12187 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
12188         Log: Retract the UTF-8 filenames patch.  This may be
12189              better dealt with in Perl level, a la File::Spec
12190              (since the whole mess is strongly filesystem-specific).
12191      Branch: metaconfig/U/perl
12192            + usecjk.U
12193            ! Extensions.U
12194      Branch: perl
12195            - ext/File/Glob/t/utf8.t
12196            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
12197            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
12198            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12199            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
12200            ! t/op/readdir.t
12201 ____________________________________________________________________________
12202 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
12203         Log: Upgrade to Encode 1.32, from Dan Kogai.
12204      Branch: perl
12205            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
12206            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
12207            - ext/Encode/ucm/macGurmukhi.ucm
12208            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
12209            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
12210            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
12211            ! ext/Encode/lib/Encode/Encoder.pm
12212            ! ext/Encode/lib/Encode/Supported.pod
12213            ! ext/Encode/lib/Encode/Unicode.pm
12214            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
12215            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
12216 ____________________________________________________________________________
12217 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
12218         Log: Add tests for s2p/psed, from Wolfgang Laun.
12219      Branch: perl
12220            + t/x2p/s2p.t
12221            ! MANIFEST t/TEST
12222 ____________________________________________________________________________
12223 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
12224         Log: FAQ sync.
12225      Branch: perl
12226            ! pod/perlfaq2.pod pod/perlfaq3.pod
12227 ____________________________________________________________________________
12228 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
12229         Log: Remove false dependency between getgrent and setpwent
12230              having/not having FILE**.  Also make the names of the
12231              {set,get,end}* interface struct members a bit shorter.
12232      Branch: perl
12233            ! reentr.c reentr.h reentr.pl
12234 ____________________________________________________________________________
12235 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
12236         Log: Avoid bad prototypes.
12237      Branch: perl
12238            ! hints/hpux.sh
12239 ____________________________________________________________________________
12240 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
12241         Log: metaconfig unit change for #15828.
12242      Branch: metaconfig
12243            ! U/protos/Protochk.U
12244 ____________________________________________________________________________
12245 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
12246         Log: As Merijn points out, pthread.h really needs to be known
12247              by protochk.
12248      Branch: perl
12249            ! Configure
12250 ____________________________________________________________________________
12251 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
12252         Log: Integrate perlio:
12253              
12254              [ 15826]
12255              Patch up Encode for Tk
12256      Branch: perl
12257           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
12258           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12259 ____________________________________________________________________________
12260 [ 15826] By: nick                                  on 2002/04/09  12:38:25
12261         Log: Patch up Encode for Tk
12262      Branch: perlio
12263            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
12264            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12265 ____________________________________________________________________________
12266 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
12267         Log: Portability tweak.
12268      Branch: perl
12269            ! lib/File/CheckTree.t
12270 ____________________________________________________________________________
12271 [ 15824] By: sky                                   on 2002/04/09  10:51:07
12272         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
12273              From: Abigail <abigail@osp.nl>
12274              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
12275              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
12276      Branch: perl
12277            ! pod/perlhist.pod
12278 ____________________________________________________________________________
12279 [ 15823] By: nick                                  on 2002/04/09  08:17:59
12280         Log: Integrate mainline
12281      Branch: perlio
12282           +> ext/Encode/lib/Encode/Config.pm
12283           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
12284           !> (integrate 37 files)
12285 ____________________________________________________________________________
12286 [ 15822] By: ams                                   on 2002/04/09  06:43:50
12287         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
12288              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12289              Date: Tue, 09 Apr 2002 02:00:51 -0400
12290              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
12291      Branch: perl
12292            ! lib/File/CheckTree.pm
12293 ____________________________________________________________________________
12294 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
12295         Log: Small perldelta tweaks.
12296      Branch: perl
12297            ! pod/perldelta.pod
12298 ____________________________________________________________________________
12299 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
12300         Log: File::Checktree update from Paul Grassie.
12301      Branch: perl
12302            ! lib/File/CheckTree.pm lib/File/CheckTree.t
12303 ____________________________________________________________________________
12304 [ 15819] By: ams                                   on 2002/04/08  22:43:48
12305         Log: Subject: patch against t/op/sub_lval.t
12306              From: Jim Cromie <jcromie@divsol.com>
12307              Date: Mon, 08 Apr 2002 17:38:16 -0600
12308              Message-Id: <3CB229E8.9080500@divsol.com>
12309      Branch: perl
12310            ! t/op/sub_lval.t
12311 ____________________________________________________________________________
12312 [ 15818] By: ams                                   on 2002/04/08  22:40:16
12313         Log: Humbly pay homage to the redundancy gods.
12314      Branch: perl
12315            ! mg.c
12316 ____________________________________________________________________________
12317 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
12318         Log: metaconfig mirror #15816.
12319      Branch: metaconfig
12320            ! U/modified/Unix.U
12321 ____________________________________________________________________________
12322 [ 15816] By: ams                                   on 2002/04/08  22:18:32
12323         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
12324      Branch: perl
12325            ! Porting/Glossary
12326 ____________________________________________________________________________
12327 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
12328         Log: Small piconv tweaks (sent to Dan).
12329      Branch: perl
12330            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
12331            ! ext/Encode/lib/Encode/Alias.pm
12332 ____________________________________________________________________________
12333 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
12334         Log: Update Changes.
12335      Branch: perl
12336            ! Changes patchlevel.h
12337 ____________________________________________________________________________
12338 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
12339         Log: FAQ sync.  (Ignoring the few URL differences for now.)
12340      Branch: perl
12341            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12342            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
12343            ! pod/perlfaq7.pod pod/perlfaq9.pod
12344 ____________________________________________________________________________
12345 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
12346         Log: Upgrade to Encode 1.31, from Dan Kogai.
12347      Branch: perl
12348            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
12349            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12350            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
12351            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
12352 ____________________________________________________________________________
12353 [ 15811] By: ams                                   on 2002/04/08  17:00:37
12354         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
12355              From: Andy Dougherty <doughera@lafayette.edu>
12356              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
12357              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
12358      Branch: perl
12359            ! lib/sort.t pp_sort.c
12360 ____________________________________________________________________________
12361 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
12362         Log: metaconfig unit changes for #15809.
12363      Branch: metaconfig
12364            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
12365 ____________________________________________________________________________
12366 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
12367         Log: Mirroring #15806.
12368      Branch: perl
12369            ! Porting/Glossary Porting/config.sh Porting/config_H
12370 ____________________________________________________________________________
12371 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
12372         Log: metaconfig unit changes for #15807.
12373      Branch: metaconfig
12374            ! U/protos/Protochk.U U/threads/d_asctime_r.U
12375            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
12376            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
12377            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
12378            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
12379            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
12380            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
12381            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
12382            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
12383            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
12384            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
12385            ! U/threads/d_getprotobyname_r.U
12386            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12387            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12388            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12389            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12390            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12391            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12392            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12393            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12394            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12395            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12396            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12397            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12398            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12399            ! U/threads/i_pthread.U
12400      Branch: perl
12401            ! config_h.SH
12402 ____________________________________________________________________________
12403 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
12404         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
12405              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12406              Date: Mon, 08 Apr 2002 14:34:27 +0200
12407              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
12408      Branch: perl
12409            ! Configure hints/hpux.sh reentr.pl
12410 ____________________________________________________________________________
12411 [ 15806] By: ams                                   on 2002/04/08  13:50:43
12412         Log: Subject: [PATCH] Updates to Porting/Glossary
12413              From: Paul_GreenVOS@vos.stratus.com
12414              Date: Mon, 8 Apr 02 10:44 edt
12415              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
12416      Branch: perl
12417            ! Porting/Glossary
12418 ____________________________________________________________________________
12419 [ 15805] By: ams                                   on 2002/04/08  13:47:32
12420         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
12421              coredumps on startup)
12422              From: Michael G Schwern <schwern@pobox.com>
12423              Date: Mon, 8 Apr 2002 10:34:49 -0400
12424              Message-Id: <20020408143449.GB3245@blackrider>
12425      Branch: perl
12426            ! lib/ExtUtils/MM_Unix.pm
12427 ____________________________________________________________________________
12428 [ 15804] By: ams                                   on 2002/04/08  13:29:28
12429         Log: Subject: [PATCH] example in pod/perllexwarn.pod
12430              From: Slaven Rezic <slaven.rezic@berlin.de>
12431              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
12432              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
12433      Branch: perl
12434            ! pod/perllexwarn.pod
12435 ____________________________________________________________________________
12436 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
12437         Log: Upgrade to Encode 1.30, from Dan Kogai. 
12438      Branch: perl
12439            + ext/Encode/lib/Encode/Encoder.pm
12440            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12441            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
12442            ! ext/Encode/lib/Encode/Supported.pod
12443            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
12444            ! ext/Encode/t/grow.t
12445 ____________________________________________________________________________
12446 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
12447         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
12448              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12449              Date: Mon, 08 Apr 2002 01:08:40 +0100
12450              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
12451      Branch: perl
12452            ! ext/MIME/Base64/t/base64.t
12453 ____________________________________________________________________________
12454 [ 15801] By: nick                                  on 2002/04/08  07:28:27
12455         Log: Integrate mainline
12456      Branch: perlio
12457           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
12458           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
12459           +> ext/File/Glob/t/utf8.t
12460           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
12461           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
12462           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
12463            - ext/Encode/lib/Encode/10646_1.pm
12464            - ext/Encode/lib/Encode/Internal.pm
12465            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
12466            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
12467            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
12468            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
12469            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
12470            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
12471            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
12472           !> (integrate 157 files)
12473 ____________________________________________________________________________
12474 [ 15800] By: ams                                   on 2002/04/08  07:06:21
12475         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
12476              From: Jan Dubois <JanD@ActiveState.com>
12477              Date: Mon, 08 Apr 2002 00:10:39 -0700
12478              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
12479      Branch: perl
12480            ! lib/ExtUtils/Packlist.pm
12481 ____________________________________________________________________________
12482 [ 15799] By: ams                                   on 2002/04/08  04:50:36
12483         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
12484              From: Stas Bekman <stas@stason.org>
12485              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
12486              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
12487      Branch: perl
12488            ! pod/perlguts.pod
12489 ____________________________________________________________________________
12490 [ 15798] By: ams                                   on 2002/04/08  03:56:52
12491         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
12492      Branch: perl
12493            ! util.c
12494 ____________________________________________________________________________
12495 [ 15797] By: ams                                   on 2002/04/08  01:30:38
12496         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
12497              same line of code. (As suggested by Simon Cozens.)
12498      Branch: perl
12499            ! mg.c
12500 ____________________________________________________________________________
12501 [ 15796] By: ams                                   on 2002/04/08  01:27:24
12502         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
12503              Simon Cozens.
12504      Branch: perl
12505            ! embed.fnc util.c
12506 ____________________________________________________________________________
12507 [ 15795] By: ams                                   on 2002/04/08  01:05:16
12508         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
12509              From: Tom Brown <thecap@peach.ece.utexas.edu>
12510              Date: Sun, 07 Apr 2002 23:20:05 GMT
12511              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
12512      Branch: perl
12513            ! ext/Devel/DProf/DProf.xs
12514 ____________________________________________________________________________
12515 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
12516         Log: Retract #15793 since #15775 should fix the problem.
12517      Branch: perl
12518            ! hv.c
12519 ____________________________________________________________________________
12520 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
12521         Log: (Retracted by #15794)
12522              Subject: [PATCH] hv.c
12523              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12524              Date: Sun, 7 Apr 2002 14:25:48 +0200
12525              Message-ID: <3CB056EC.16340.1119992@localhost>
12526      Branch: perl
12527            ! hv.c
12528 ____________________________________________________________________________
12529 [ 15792] By: ams                                   on 2002/04/07  21:48:49
12530         Log: Make other nits nervous.
12531      Branch: perl
12532            ! gv.c perl.c
12533 ____________________________________________________________________________
12534 [ 15791] By: ams                                   on 2002/04/07  20:31:08
12535         Log: Subject: [MIME::Base64 patch] t/base64.t fix
12536              From: Dan Kogai <dankogai@dan.co.jp>
12537              Date: Mon, 8 Apr 2002 06:19:29 +0900
12538              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
12539      Branch: perl
12540            ! ext/MIME/Base64/t/base64.t
12541 ____________________________________________________________________________
12542 [ 15790] By: ams                                   on 2002/04/07  20:15:52
12543         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
12544              From: Slaven Rezic <slaven.rezic@berlin.de>
12545              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
12546              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
12547      Branch: perl
12548            ! ext/Devel/Peek/Peek.xs
12549 ____________________________________________________________________________
12550 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
12551         Log: Fully qualify in warning message the name of a subroutine redefined
12552              via glob assignment
12553      Branch: perl
12554            ! sv.c t/lib/warnings/op t/lib/warnings/sv
12555 ____________________________________________________________________________
12556 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
12557         Log: Update from Dan Kogai.
12558      Branch: perl
12559            ! ext/Encode/t/Unicode.t
12560 ____________________________________________________________________________
12561 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
12562         Log: Can't right now twist my brain to figure out
12563              the right CR/LF code point mappings in EBCDIC.
12564      Branch: perl
12565            ! lib/Pod/t/eol.t
12566 ____________________________________________________________________________
12567 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
12568         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
12569              From: Nicholas Clark <nick@ccl4.org>
12570              Date: Sun, 7 Apr 2002 15:01:56 +0100
12571              Message-ID: <20020407150156.R10686@plum.flirble.org>
12572      Branch: perl
12573            ! ext/Data/Dumper/Dumper.xs
12574 ____________________________________________________________________________
12575 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
12576         Log: Tpyo.
12577      Branch: perl
12578            ! lib/Pod/t/eol.t
12579 ____________________________________________________________________________
12580 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
12581         Log: EBCDIC branch was forgotten.
12582      Branch: perl
12583            ! ext/Devel/Peek/Peek.t
12584 ____________________________________________________________________________
12585 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
12586         Log: charnames::viacode() was broken, noticed by Jeffrey.
12587      Branch: perl
12588            ! lib/charnames.pm lib/charnames.t
12589 ____________________________________________________________________________
12590 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
12591         Log: Missing files.
12592      Branch: perl
12593            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
12594            ! MANIFEST ext/Encode/MANIFEST
12595 ____________________________________________________________________________
12596 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
12597         Log: (intentionally empty)
12598      Branch: perl
12599            ! MANIFEST sv.h
12600 ____________________________________________________________________________
12601 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
12602         Log: Upgrade to Encode 1.26, from Dan Kogai.
12603      Branch: perl
12604            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
12605            + ext/Encode/ucm/jis0212.ucm
12606            - ext/Encode/lib/Encode/10646_1.pm
12607            - ext/Encode/lib/Encode/Internal.pm
12608            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
12609            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
12610            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
12611            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
12612            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
12613            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
12614            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
12615            - ext/Encode/ucm/macRumanian.ucm
12616            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12617            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
12618            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
12619            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
12620            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
12621            ! ext/Encode/lib/Encode/Encoding.pm
12622            ! ext/Encode/lib/Encode/Supported.pod
12623            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12624            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
12625            ! ext/Encode/ucm/adobeSymbol.ucm
12626            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
12627            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
12628            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
12629            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
12630            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
12631            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
12632            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
12633            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
12634            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
12635            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
12636            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
12637            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
12638            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
12639            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
12640            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
12641            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
12642            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
12643            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
12644            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
12645            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
12646            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
12647            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
12648            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
12649            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
12650            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
12651            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
12652            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
12653            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
12654            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
12655            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
12656            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
12657            ! ext/Encode/ucm/nextstep.ucm
12658 ____________________________________________________________________________
12659 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
12660         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
12661              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
12662              Now, where was my coffee mug...
12663      Branch: perl
12664            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
12665            ! pp_sys.c
12666 ____________________________________________________________________________
12667 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
12668         Log: Subject: [PATCH] MakeMaker basic.t on Win32
12669              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12670              Date: Sun, 7 Apr 2002 14:25:48 +0200
12671              Message-ID: <3CB056EC.27101.1119A3D@localhost>
12672              
12673              Subject: [PATCH] MakeMaker && Win32 && nmake
12674              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12675              Date: Sun, 7 Apr 2002 14:25:48 +0200
12676              Message-ID: <3CB056EC.9001.11199ED@localhost>
12677      Branch: perl
12678            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
12679 ____________________________________________________________________________
12680 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
12681         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
12682              From: Philip Newton <Philip.Newton@gmx.net>
12683              Date: Sun, 07 Apr 2002 07:51:49 +0200      
12684              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
12685      Branch: perl
12686            ! utf8.c
12687 ____________________________________________________________________________
12688 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
12689         Log: There was no nice way of getting in UTF-8 filenames:
12690              now one can use in the (new) three-arg form of readdir()
12691              and in File::Glob import a ":utf8" to transparently accept
12692              the filenames as Unicode.  Note that only :utf8 is supported,
12693              not fancier stuff like :encoding(foobar)
12694      Branch: perl
12695            + ext/File/Glob/t/utf8.t
12696            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
12697            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
12698            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12699            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
12700            ! t/op/readdir.t
12701 ____________________________________________________________________________
12702 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
12703         Log: Subject: [PATCH] Re: perl@15772
12704              From: Nicholas Clark <nick@ccl4.org>
12705              Date: Sun, 7 Apr 2002 11:06:42 +0100
12706              Message-ID: <20020407110641.O10686@plum.flirble.org>
12707      Branch: perl
12708            ! hv.c
12709 ____________________________________________________________________________
12710 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
12711         Log: Subject: [PATCH] Re: 15764 breakage
12712              From: Michael G Schwern <schwern@pobox.com>
12713              Date: Sat, 6 Apr 2002 19:14:02 -0500
12714              Message-ID: <20020407001401.GA7076@blackrider>
12715      Branch: perl
12716            ! lib/ExtUtils/MM_Unix.pm
12717 ____________________________________________________________________________
12718 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
12719         Log: Instruction tweak.
12720      Branch: perl
12721            ! README.os390
12722 ____________________________________________________________________________
12723 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
12724         Log: Update Changes.
12725      Branch: perl
12726            ! Changes patchlevel.h
12727 ____________________________________________________________________________
12728 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
12729         Log: Subject: [PATCH] Encode tweaks for VMS
12730              From: Michael G Schwern <schwern@pobox.com>
12731              Date: Sat, 6 Apr 2002 03:26:09 -0500
12732              Message-ID: <20020406082609.GA28758@blackrider>
12733      Branch: perl
12734            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
12735            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
12736            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
12737            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
12738 ____________________________________________________________________________
12739 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
12740         Log: Prettyprinting and version paranoia.
12741      Branch: perl
12742            ! ext/DB_File/t/db-recno.t
12743 ____________________________________________________________________________
12744 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
12745         Log: Be explicit about the two DB_File tests croaking
12746              in Mac OS X.
12747      Branch: perl
12748            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
12749 ____________________________________________________________________________
12750 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
12751         Log: Regen toc.
12752      Branch: perl
12753            ! pod/perltoc.pod
12754 ____________________________________________________________________________
12755 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
12756         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
12757              From: Benjamin Goldberg <goldbb2@earthlink.net>
12758              Date: Fri, 05 Apr 2002 19:15:42 -0500
12759              Message-ID: <3CAE3E2E.8483505@earthlink.net>
12760      Branch: perl
12761            ! hv.h
12762 ____________________________________________________________________________
12763 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
12764         Log: Underline that the current implementation is not
12765              guaranteed to be forever; and reformat a bit.
12766      Branch: perl
12767            ! lib/utf8.pm
12768 ____________________________________________________________________________
12769 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
12770         Log: Subject: Weak spots in the utf8 manpage
12771              From: andreas.koenig@anima.de (Andreas J. Koenig)
12772              Date: Fri, 05 Apr 2002 10:08:44 +0200      
12773              Message-ID: <m3u1qqefeb.fsf@anima.de>      
12774      Branch: perl
12775            ! lib/utf8.pm
12776 ____________________________________________________________________________
12777 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
12778         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
12779              From: Michael G Schwern <schwern@pobox.com>
12780              Date: Sat, 6 Apr 2002 03:22:03 -0500
12781              Message-ID: <20020406082203.GA28713@blackrider>
12782      Branch: perl
12783            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
12784            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
12785            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
12786            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
12787            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
12788            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12789            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12790            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
12791            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
12792            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
12793 ____________________________________________________________________________
12794 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
12795         Log: No need to avoid utf8 warnings after #15762.
12796      Branch: perl
12797            ! lib/Unicode/Collate.pm
12798 ____________________________________________________________________________
12799 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
12800         Log: As noted by Philip Newton: nothing wrong with BOM,
12801              but 0xFFFE quite wrong.
12802      Branch: perl
12803            ! t/lib/warnings/utf8 utf8.c utf8.h
12804 ____________________________________________________________________________
12805 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
12806         Log: Explain the "gaps" in the UTF-8 encoding.
12807      Branch: perl
12808            ! pod/perlunicode.pod utf8.h
12809 ____________________________________________________________________________
12810 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
12811         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
12812              From: Nicholas Clark <nick@unfortu.net>
12813              Date: Sat, 6 Apr 2002 14:54:51 +0100
12814              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
12815      Branch: perl
12816            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
12817 ____________________________________________________________________________
12818 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
12819         Log: Signedness nits.
12820      Branch: perl
12821            ! hv.c
12822 ____________________________________________________________________________
12823 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
12824         Log: Make hv_notallowed a static as suggested by Nick Clark;
12825              and synchronize the nomenclature to talk about restricted
12826              (not fixed) hashes.
12827      Branch: perl
12828            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
12829            ! proto.h
12830 ____________________________________________________________________________
12831 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
12832         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
12833              From: Nicholas Clark <nick@unfortu.net>
12834              Date: Sat, 6 Apr 2002 00:21:17 +0100
12835              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
12836              
12837              (with the last one reversed)
12838      Branch: perl
12839            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
12840            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
12841 ____________________________________________________________________________
12842 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
12843         Log: Update the warning message.
12844      Branch: perl
12845            ! README.tru64
12846 ____________________________________________________________________________
12847 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
12848         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
12849              From: Dan Kogai <dankogai@dan.co.jp>
12850              Date: Sat, 6 Apr 2002 06:08:40 +0900
12851              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
12852      Branch: perl
12853            ! pod/perlunicode.pod
12854 ____________________________________________________________________________
12855 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
12856         Log: Some tests were failing silently instead of saying "not ok"
12857      Branch: perl
12858            ! t/comp/proto.t
12859 ____________________________________________________________________________
12860 [ 15753] By: nick                                  on 2002/04/05  19:30:12
12861         Log: Integrate mainline
12862      Branch: perlio
12863           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
12864           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
12865           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
12866 ____________________________________________________________________________
12867 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
12868         Log: Minor Tie::File test patch, from mjd.
12869      Branch: perl
12870            ! lib/Tie/File/t/24_cache_loop.t
12871 ____________________________________________________________________________
12872 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
12873         Log: Not *that* different line endings (noticed by Philip Newton)
12874      Branch: perl
12875            ! pod/perldelta.pod
12876 ____________________________________________________________________________
12877 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
12878         Log: Retract #15745 for now; won't work without more Encode fixes.
12879      Branch: perl
12880            ! ext/Encode/lib/Encode/10646_1.pm
12881 ____________________________________________________________________________
12882 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
12883         Log: metaconfig unit change for #15748.
12884      Branch: metaconfig
12885            ! U/modified/Oldconfig.U
12886 ____________________________________________________________________________
12887 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
12888         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
12889              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12890              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
12891              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
12892      Branch: perl
12893            ! Configure
12894 ____________________________________________________________________________
12895 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
12896         Log: NetWare update from C Aditya.
12897      Branch: perl
12898            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
12899 ____________________________________________________________________________
12900 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
12901         Log: Win32 pacifying from mjd.
12902      Branch: perl
12903            ! lib/Tie/File/t/26_twrite.t
12904 ____________________________________________________________________________
12905 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
12906         Log: Integrate perlio:
12907              
12908              [ 15744]
12909              Not only did UCS-2 have dodgy name it was buggy.
12910      Branch: perl
12911           !> ext/Encode/lib/Encode/10646_1.pm
12912 ____________________________________________________________________________
12913 [ 15744] By: nick                                  on 2002/04/05  13:02:36
12914         Log: Not only did UCS-2 have dodgy name it was buggy.
12915      Branch: perlio
12916            ! ext/Encode/lib/Encode/10646_1.pm
12917 ____________________________________________________________________________
12918 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
12919         Log: Subject: Patch for bug ID 20020221.007
12920              From: Archer Sully <archer@meer.net>
12921              Date: Thu, 4 Apr 2002 21:45:34 -0700
12922              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
12923              
12924              Fix for "[ID 20020221.007] SEGV in Storable with empty string
12925              scalar object" (dclone)
12926      Branch: perl
12927            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
12928 ____________________________________________________________________________
12929 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
12930         Log: Subject: Re: lib/sort.t failure 
12931              From: "John P. Linderman" <jpl@research.att.com>
12932              Date: Fri, 05 Apr 2002 06:19:07 -0500
12933              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
12934              
12935              with a minor formatting tweak
12936      Branch: perl
12937            ! pod/perlfunc.pod
12938 ____________________________________________________________________________
12939 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
12940         Log: Subject: Re: lib/sort.t failure (and [PATCH])
12941              From: "John P. Linderman" <jpl@research.att.com>
12942              Date: Fri, 05 Apr 2002 07:13:27 -0500
12943              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
12944      Branch: perl
12945            ! lib/sort.t
12946 ____________________________________________________________________________
12947 [ 15740] By: nick                                  on 2002/04/05  09:31:42
12948         Log: Integrate mainline
12949      Branch: perlio
12950           +> (branch 49 files)
12951           !> (integrate 82 files)
12952 ____________________________________________________________________________
12953 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
12954         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
12955              From: Dan Kogai <dankogai@dan.co.jp>
12956              Date: Fri, 5 Apr 2002 11:52:50 +0900
12957              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
12958      Branch: perl
12959            ! ext/Encode/t/Aliases.t
12960 ____________________________________________________________________________
12961 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
12962         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
12963              From: Dan Kogai <dankogai@dan.co.jp>
12964              Date: Fri, 5 Apr 2002 11:39:55 +0900
12965              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
12966      Branch: perl
12967            ! ext/Encode/lib/Encode/Alias.pm
12968 ____________________________________________________________________________
12969 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
12970         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
12971              From: Ilmari Karonen <iltzu@sci.fi>
12972              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
12973              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
12974      Branch: perl
12975            ! gv.c t/op/method.t
12976 ____________________________________________________________________________
12977 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
12978         Log: I was fooled for a while, somebody else might be too.
12979      Branch: perl
12980            ! t/test.pl
12981 ____________________________________________________________________________
12982 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
12983         Log: test.pl-ify.
12984      Branch: perl
12985            ! t/op/method.t
12986 ____________________________________________________________________________
12987 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
12988         Log: Upgrade to Encode 1.20, from Dan Kogai.
12989      Branch: perl
12990            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
12991            + ext/Encode/ucm/adobeSymbol.ucm
12992            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
12993            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
12994            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
12995            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
12996            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
12997            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
12998            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
12999            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
13000            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
13001            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
13002            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
13003            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
13004            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
13005            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
13006            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
13007            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
13008            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
13009            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
13010            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
13011            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
13012            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
13013            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
13014            + ext/Encode/ucm/macSymbol.ucm
13015            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
13016            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
13017            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
13018            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
13019            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13020            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
13021            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
13022            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13023            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
13024            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
13025            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
13026            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
13027            ! ext/Encode/lib/Encode/Alias.pm
13028            ! ext/Encode/lib/Encode/Supported.pod
13029            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13030            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
13031            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
13032            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
13033            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
13034            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
13035            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
13036            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
13037            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
13038            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
13039            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13040            ! ext/Encode/ucm/nextstep.ucm
13041 ____________________________________________________________________________
13042 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
13043         Log: Subject: left-over "use 5.7.2" in threads.pm
13044              From: Slaven Rezic <slaven.rezic@berlin.de>
13045              Date: 21 Mar 2002 23:18:13 +0100
13046              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
13047      Branch: perl
13048            ! ext/threads/threads.pm
13049 ____________________________________________________________________________
13050 [ 15732] By: ams                                   on 2002/04/04  17:08:13
13051         Log: Subject: [PATCH 5.7.3 DOCS]
13052              From: mjd@plover.com
13053              Date: 4 Apr 2002 15:59:39 -0000
13054              Message-Id: <20020404155939.6754.qmail@plover.com>
13055      Branch: perl
13056            ! pod/perlfaq9.pod
13057 ____________________________________________________________________________
13058 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
13059         Log: metaconfig unit change for #15730.
13060      Branch: metaconfig
13061            ! U/threads/usethreads.U
13062 ____________________________________________________________________________
13063 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
13064         Log: Subject: Re: lib/sort.t failure [PATCH]
13065              From: Andy Dougherty <doughera@lafayette.edu>
13066              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
13067              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
13068              
13069              Default to usethreads in case the user most probably forgot it.
13070      Branch: perl
13071            ! Configure
13072 ____________________________________________________________________________
13073 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
13074         Log: Typo nits from Wolfgang Laun.
13075      Branch: perl
13076            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
13077 ____________________________________________________________________________
13078 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
13079         Log: Detypo in diagnostics.
13080      Branch: perl
13081            ! lib/locale.t
13082 ____________________________________________________________________________
13083 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
13084         Log: pod2html: try to be EOL agnostic.
13085              (Needs testing on CRLF and CR platforms.)
13086      Branch: perl
13087            + lib/Pod/t/eol.t
13088            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
13089 ____________________________________________________________________________
13090 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
13091         Log: Subject: [PATCH} Pod::HTML and HTML4
13092              From: Robert Spier <rspier@pobox.com>
13093              Date: Wed, 03 Apr 2002 16:26:21 -0800
13094              Message-ID: <3CAB9DAD.20305@pobox.com>
13095      Branch: perl
13096            ! lib/Pod/Html.pm
13097 ____________________________________________________________________________
13098 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
13099         Log: Byebye, beebee.
13100      Branch: perl
13101            ! t/lib/warnings/perlio
13102 ____________________________________________________________________________
13103 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
13104         Log: Subject: Re: enc2xs needs portable way to know it's in the core
13105              From: PPrymmer@factset.com
13106              Date: Wed, 3 Apr 2002 14:29:32 -0500
13107              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
13108      Branch: perl
13109            ! configure.com
13110 ____________________________________________________________________________
13111 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
13112         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
13113              From: Dominic Dunlop <domo@computer.org>
13114              Date: Wed, 3 Apr 2002 22:44:01 +0200
13115              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
13116      Branch: perl
13117            ! lib/File/Spec/t/rel2abs2rel.t
13118 ____________________________________________________________________________
13119 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
13120         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
13121              From: Paul_GreenVOS@vos.stratus.com
13122              Date: Wed, 3 Apr 02 16:34 est
13123              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
13124      Branch: perl
13125            ! pp_pack.c
13126 ____________________________________________________________________________
13127 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
13128         Log: Upgrade to Tie::File 0.93, from mjd.
13129      Branch: perl
13130            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13131            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13132            ! lib/Tie/File/t/41_heap.t
13133 ____________________________________________________________________________
13134 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
13135         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
13136              From: Andy Dougherty <doughera@lafayette.edu>
13137              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
13138              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
13139      Branch: perl
13140            ! lib/AnyDBM_File.t
13141 ____________________________________________________________________________
13142 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
13143         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
13144              and ccflags including -DNO_LOCALE
13145      Branch: perl
13146            ! perl.h
13147 ____________________________________________________________________________
13148 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
13149         Log: EPOC tweaks from Olaf Flebbe.
13150      Branch: perl
13151            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
13152 ____________________________________________________________________________
13153 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
13154         Log: Subject: [PATCH] Set @INC earlier
13155              From: Andy Dougherty <doughera@lafayette.edu>
13156              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
13157              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
13158      Branch: perl
13159            ! lib/AnyDBM_File.t lib/sort.t
13160 ____________________________________________________________________________
13161 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
13162         Log: perlcompile.pod was listing all B:: modules, except B::Concise
13163              (resubmitted)
13164      Branch: perl
13165            ! pod/perlcompile.pod
13166 ____________________________________________________________________________
13167 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
13168         Log: perlcompile.pod was listing all B:: modules, except B::Concise
13169      Branch: perl
13170            ! pod/perlcompile.pod
13171 ____________________________________________________________________________
13172 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
13173         Log: non-perlio robustness.
13174      Branch: perl
13175            ! ext/Socket/socketpair.t lib/utf8.t
13176 ____________________________________________________________________________
13177 [ 15713] By: nick                                  on 2002/04/03  18:06:49
13178         Log: Integrate mainline
13179      Branch: perlio
13180           +> lib/Tie/File/t/41_heap.t
13181           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
13182           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
13183           !> regexec.c t/op/re_tests t/op/tiearray.t
13184 ____________________________________________________________________________
13185 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
13186         Log: Tweak for 8.3 compat.
13187      Branch: perl
13188            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
13189            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
13190            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
13191            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13192            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13193            ! ext/Encode/bin/enc2xs
13194 ____________________________________________________________________________
13195 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
13196         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
13197              From: Mark-Jason Dominus <mjd@plover.com>
13198              Date: Wed, 03 Apr 2002 13:04:40 -0500
13199              Message-ID: <20020403180440.7614.qmail@plover.com>
13200      Branch: perl
13201            ! t/op/tiearray.t
13202 ____________________________________________________________________________
13203 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
13204         Log: Forgotten.
13205      Branch: perl
13206            + lib/Tie/File/t/41_heap.t
13207            ! MANIFEST
13208 ____________________________________________________________________________
13209 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
13210         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
13211              From: Mark Kvale <kvale@phy.ucsf.edu>
13212              Date: Tue, 2 Apr 2002 13:57:37 -0800
13213              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
13214      Branch: perl
13215            ! t/op/re_tests
13216 ____________________________________________________________________________
13217 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
13218         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
13219              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
13220              Date: Wed, 03 Apr 2002 03:34:34 +0100
13221              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
13222      Branch: perl
13223            ! regcomp.c
13224 ____________________________________________________________________________
13225 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
13226         Log: The leavetry crash should now be history.
13227      Branch: perl
13228            ! t/op/tiearray.t
13229 ____________________________________________________________________________
13230 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
13231         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
13232              From: Michael G Schwern <schwern@pobox.com>
13233              Date: Wed, 3 Apr 2002 10:56:44 -0500
13234              Message-ID: <20020403155644.GC916@blackrider>
13235      Branch: perl
13236            ! lib/ExtUtils/MM_Win95.pm
13237 ____________________________________________________________________________
13238 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
13239         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
13240              From: Dave Mitchell <davem@fdgroup.com>
13241              Date: Wed, 3 Apr 2002 02:08:26 +0100
13242              Message-ID: <20020403020825.B16724@fdgroup.com>
13243      Branch: perl
13244            ! pp_ctl.c
13245 ____________________________________________________________________________
13246 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
13247         Log: Prototype tweak for non-threaded builds.
13248      Branch: perl
13249            ! perl.c
13250 ____________________________________________________________________________
13251 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
13252         Log: Detached threads do not help; they still hold resources.
13253      Branch: perl
13254            ! ext/threads/threads.pm pod/perldiag.pod
13255 ____________________________________________________________________________
13256 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
13257         Log: Doc tweak from Wolfgang Laun.
13258      Branch: perl
13259            ! lib/File/Compare.pm
13260 ____________________________________________________________________________
13261 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
13262         Log: Subject: [PATCH bleadperl] regexec.c
13263              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13264              Date: Wed, 3 Apr 2002 11:13:30 +0200
13265              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
13266      Branch: perl
13267            ! regexec.c
13268 ____________________________________________________________________________
13269 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
13270         Log: Document the "Cleanup skipped ..." warning.
13271      Branch: perl
13272            ! ext/threads/threads.pm pod/perldiag.pod
13273 ____________________________________________________________________________
13274 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
13275         Log: Integrate perlio:
13276              
13277              [ 15698]
13278              Fix segfaults when mainthread exits with other threads running:
13279              - track number of running threads
13280              - if main thread calls perl_destruct() with other threads running
13281              skip most of cleanup (with a warning).
13282              
13283              [ 15696]
13284              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
13285      Branch: perl
13286           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
13287           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
13288           !> pod/perlapi.pod proto.h
13289 ____________________________________________________________________________
13290 [ 15698] By: nick                                  on 2002/04/03  13:15:30
13291         Log: Fix segfaults when mainthread exits with other threads running:
13292              - track number of running threads
13293              - if main thread calls perl_destruct() with other threads running
13294              skip most of cleanup (with a warning).
13295      Branch: perlio
13296            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
13297            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
13298 ____________________________________________________________________________
13299 [ 15697] By: nick                                  on 2002/04/03  07:34:13
13300         Log: Integrate mainline
13301      Branch: perlio
13302           +> lib/Net/Ping/t/250_ping_hires.t
13303           !> (integrate 33 files)
13304 ____________________________________________________________________________
13305 [ 15696] By: nick                                  on 2002/04/03  06:41:58
13306         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
13307      Branch: perlio
13308            ! lib/ExtUtils/xsubpp
13309 ____________________________________________________________________________
13310 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
13311         Log: Subject: [PATCH @15047] debugger
13312              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13313              Date: Sat, 16 Mar 2002 04:38:50 -0500
13314              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
13315      Branch: perl
13316            ! lib/perl5db.pl
13317 ____________________________________________________________________________
13318 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
13319         Log: Third Degree flags.
13320      Branch: perl
13321            ! Makefile.SH
13322 ____________________________________________________________________________
13323 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
13324         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
13325              From: Mark-Jason Dominus <mjd@plover.com>
13326              Date: Tue, 02 Apr 2002 16:35:11 -0500
13327              Message-ID: <20020402213511.27781.qmail@plover.com>
13328              
13329              (tweaked)
13330      Branch: perl
13331            ! pod/perlfunc.pod
13332 ____________________________________________________________________________
13333 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
13334         Log: Upgrade to Tie::File 0.92, from mjd.
13335      Branch: perl
13336            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13337            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13338            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
13339            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
13340            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
13341            ! lib/Tie/File/t/40_abs_cache.t
13342 ____________________________________________________________________________
13343 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
13344         Log: Subject: [PATCH] Update my email address in perl.c
13345              From: Paul_GreenVOS@vos.stratus.com
13346              Date: Tue, 2 Apr 02 15:27 est
13347              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
13348      Branch: perl
13349            ! AUTHORS perl.c
13350 ____________________________________________________________________________
13351 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
13352         Log: POD fix.
13353      Branch: perl
13354            ! pod/perldelta.pod
13355 ____________________________________________________________________________
13356 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
13357         Log: What started as a small nit (the charnames test, nit found
13358              be Hugo), ballooned a bit... the goal is Larry's wish that
13359              illegal Unicode (such as U+FFFF) by default doesn't warn,
13360              since what if somebody WANTS to create illegal Unicode?
13361              Now getting close to this in the regex runtime.
13362              (Also, fix more of my fixation that BOM would be U+FFFE.)
13363      Branch: perl
13364            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
13365            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
13366 ____________________________________________________________________________
13367 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
13368         Log: Talk more about Net::Ping.
13369      Branch: perl
13370            ! pod/perldelta.pod
13371 ____________________________________________________________________________
13372 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
13373         Log: Upgrade to Net::Ping 2.14.
13374      Branch: perl
13375            + lib/Net/Ping/t/250_ping_hires.t
13376            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
13377            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
13378            ! lib/Net/Ping/t/140_stream_inst.t
13379 ____________________________________________________________________________
13380 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
13381         Log: XML::Parser 2.31 should be out shortly.
13382      Branch: perl
13383            ! pod/perldelta.pod
13384 ____________________________________________________________________________
13385 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
13386         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
13387              From: George Necula <necula@eecs.berkeley.edu>
13388              Date: Tue, 2 Apr 2002 10:22:41 -0800
13389              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
13390      Branch: perl
13391            ! lib/File/Spec/Cygwin.pm
13392 ____________________________________________________________________________
13393 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
13394         Log: EBCDIC test tweak.
13395      Branch: perl
13396            ! pod/perldelta.pod t/uni/case.pl
13397 ____________________________________________________________________________
13398 [ 15683] By: nick                                  on 2002/04/02  15:36:17
13399         Log: Integrate mainline
13400      Branch: perlio
13401           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
13402           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
13403           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
13404 ____________________________________________________________________________
13405 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
13406         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
13407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13408              Date: Tue, 2 Apr 2002 00:37:08 -0500
13409              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
13410      Branch: perl
13411            ! os2/os2ish.h perlio.c
13412 ____________________________________________________________________________
13413 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
13414         Log: Subject: [PATCH @15047] debugger again
13415              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13416              Date: Tue, 2 Apr 2002 00:30:31 -0500
13417              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
13418      Branch: perl
13419            ! lib/perl5db.pl
13420 ____________________________________________________________________________
13421 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
13422         Log: Subject: [PATCH @15047] test() in CPAN.pm
13423              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13424              Date: Tue, 2 Apr 2002 00:46:45 -0500
13425              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
13426      Branch: perl
13427            ! lib/CPAN.pm
13428 ____________________________________________________________________________
13429 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
13430         Log: Sync with libnet-1.11
13431      Branch: perl
13432            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
13433            ! lib/Net/SMTP.pm
13434 ____________________________________________________________________________
13435 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
13436         Log: NetWare tweaks from C Aditya.
13437      Branch: perl
13438            ! NetWare/t/NWScripts.pl scope.c
13439 ____________________________________________________________________________
13440 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
13441         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
13442              From: Dan Kogai <dankogai@dan.co.jp>
13443              Date: Tue, 2 Apr 2002 22:21:47 +0900
13444              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
13445      Branch: perl
13446            ! ext/Encode/Encode.xs
13447 ____________________________________________________________________________
13448 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
13449         Log: Integrate perlio:
13450              
13451              [ 15675]
13452              Add buffer size growth test.
13453              
13454              [ 15674]
13455              Calculate buffer size needs in float to avoid 32-bit overflow.
13456      Branch: perl
13457           +> ext/Encode/t/grow.t
13458           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
13459 ____________________________________________________________________________
13460 [ 15675] By: nick                                  on 2002/04/02  07:49:41
13461         Log: Add buffer size growth test.
13462      Branch: perlio
13463            + ext/Encode/t/grow.t
13464            ! MANIFEST ext/Encode/MANIFEST
13465 ____________________________________________________________________________
13466 [ 15674] By: nick                                  on 2002/04/02  07:40:49
13467         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
13468      Branch: perlio
13469            ! ext/Encode/Encode.xs
13470 ____________________________________________________________________________
13471 [ 15673] By: nick                                  on 2002/04/02  07:40:06
13472         Log: Integrate mainline
13473      Branch: perlio
13474           +> (branch 102 files)
13475            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13476            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13477            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13478            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13479            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13480            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13481            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13482            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13483            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
13484            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
13485            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
13486            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
13487            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
13488            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
13489            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
13490            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
13491            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
13492            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
13493            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
13494            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
13495            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
13496            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
13497            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
13498            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
13499            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
13500            - ext/Encode/Encode/macCentEuro.ucm
13501            - ext/Encode/Encode/macCroatian.ucm
13502            - ext/Encode/Encode/macCyrillic.ucm
13503            - ext/Encode/Encode/macDingbats.ucm
13504            - ext/Encode/Encode/macGreek.ucm
13505            - ext/Encode/Encode/macIceland.ucm
13506            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
13507            - ext/Encode/Encode/macRumanian.ucm
13508            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
13509            - ext/Encode/Encode/macTurkish.ucm
13510            - ext/Encode/Encode/macUkraine.ucm
13511            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
13512            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
13513            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
13514            - ext/Encode/compile ext/Encode/encode.h
13515            - ext/Encode/lib/Encode/CN/2022_CN.pm
13516            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
13517            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
13518            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
13519            - lib/unicore/PropertyValueAliases.txt
13520           !> (integrate 143 files)
13521 ____________________________________________________________________________
13522 [ 15672] By: ams                                   on 2002/04/02  04:42:44
13523         Log: Win32 fix for Tie::File from MJD.
13524      Branch: perl
13525            ! lib/Tie/File.pm
13526 ____________________________________________________________________________
13527 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
13528         Log: Add a few tests to the timing-sensitive list.
13529      Branch: perl
13530            ! INSTALL
13531 ____________________________________________________________________________
13532 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
13533         Log: Subject: [PATCH sort.t] extensive regression testing
13534              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13535              Date: Mon, 1 Apr 2002 23:50:24 +0200
13536              Message-ID: <20020401235024.E677@rafael>
13537      Branch: perl
13538            ! lib/sort.t
13539 ____________________________________________________________________________
13540 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
13541         Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
13542              From: Nicholas Clark <nick@unfortu.net>
13543              Date: Mon, 1 Apr 2002 21:54:05 +0100
13544              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
13545      Branch: perl
13546            ! lib/Memoize/t/errors.t
13547 ____________________________________________________________________________
13548 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
13549         Log: Subject: getting rid of a few superfluous $&/$`
13550              From: Jeffrey Friedl <jfriedl@yahoo.com>
13551              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
13552              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
13553              
13554              (with more-backward-compat than just using @- and @+, also by Jeffrey)
13555              
13556              (The version number of Text::Balanced intentionally not
13557              increased since Damian will make a new release after 5.8)
13558      Branch: perl
13559            ! lib/Pod/Html.pm lib/Text/Balanced.pm
13560 ____________________________________________________________________________
13561 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
13562         Log: Subject: [PATCH 5.7.3 TESTS]
13563              From: mjd@plover.com
13564              Date: 1 Apr 2002 20:32:18 -0000
13565              Message-ID: <20020401203218.25230.qmail@plover.com>
13566      Branch: perl
13567            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13568            ! t/op/tiearray.t t/test.pl
13569 ____________________________________________________________________________
13570 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
13571         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
13572              From: Paul_GreenVOS@vos.stratus.com
13573              Date: Mon, 1 Apr 02 15:15 est
13574              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
13575      Branch: perl
13576            ! iperlsys.h
13577 ____________________________________________________________________________
13578 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
13579         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
13580              From: Paul_GreenVOS@vos.stratus.com
13581              Date: Mon, 1 Apr 02 14:11 est
13582              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
13583      Branch: perl
13584            ! lib/ExtUtils/MM_Unix.pm
13585 ____________________________________________________________________________
13586 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
13587         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
13588              From: Nicholas Clark <nick@unfortu.net>
13589              Date: Mon, 1 Apr 2002 19:30:05 +0100
13590              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
13591      Branch: perl
13592            ! t/op/pat.t t/op/utfhash.t
13593 ____________________________________________________________________________
13594 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
13595         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
13596              From: Mark-Jason Dominus <mjd@plover.com>
13597              Date: Mon, 01 Apr 2002 13:22:01 -0500
13598              Message-ID: <20020401182201.21189.qmail@plover.com>
13599      Branch: perl
13600            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
13601 ____________________________________________________________________________
13602 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
13603         Log: Update Changes.
13604      Branch: perl
13605            ! Changes patchlevel.h
13606 ____________________________________________________________________________
13607 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
13608         Log: Subject: [PATCH 5.7.3 DOC]
13609              From: mjd@plover.com
13610              Date: 1 Apr 2002 17:23:40 -0000
13611              Message-ID: <20020401172340.16410.qmail@plover.com>
13612      Branch: perl
13613            ! pod/perldelta.pod
13614 ____________________________________________________________________________
13615 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
13616         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
13617      Branch: perl
13618            ! hints/unicos.sh
13619 ____________________________________________________________________________
13620 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
13621         Log: Advertise piconv and enc2xs.
13622      Branch: perl
13623            ! pod/perldelta.pod
13624 ____________________________________________________________________________
13625 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
13626         Log: Add enc2xs.
13627      Branch: perl
13628            + utils/enc2xs.PL
13629            ! MANIFEST utils/Makefile
13630 ____________________________________________________________________________
13631 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
13632         Log: Integrate perlio:
13633              
13634              [ 15653]
13635              Be more explicit testing for \015 not \r
13636      Branch: perl
13637           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
13638           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
13639 ____________________________________________________________________________
13640 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
13641         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
13642              From: Philip Newton <Philip.Newton@gmx.net>
13643              Date: Mon, 01 Apr 2002 17:06:18 +0200
13644              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
13645      Branch: perl
13646            ! lib/charnames.pm lib/charnames.t
13647 ____________________________________________________________________________
13648 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
13649         Log: Subject: detypo patch
13650              From: andreas.koenig@anima.de (Andreas J. Koenig)
13651              Date: Mon, 01 Apr 2002 10:09:21 +0200
13652              Message-ID: <m3r8lzsuvi.fsf@anima.de>
13653      Branch: perl
13654            ! INSTALL
13655 ____________________________________________________________________________
13656 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
13657         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
13658              From: Philip Newton <Philip.Newton@gmx.net>
13659              Date: Mon, 01 Apr 2002 08:12:01 +0200
13660              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
13661      Branch: perl
13662            ! lib/charnames.pm lib/charnames.t
13663 ____________________________________________________________________________
13664 [ 15653] By: nick                                  on 2002/04/01  09:20:24
13665         Log: Be more explicit testing for \015 not \r
13666      Branch: perlio
13667            ! t/io/crlf.t
13668 ____________________________________________________________________________
13669 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
13670         Log: If under UTF-8 locale the utf8.pm really needs to be found.
13671      Branch: perl
13672            ! t/comp/cpp.t t/run/switchPx.t
13673 ____________________________________________________________________________
13674 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
13675         Log: Upgrade to Tie::File 0.91, from mjd.
13676      Branch: perl
13677            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
13678            + lib/Tie/File/t/26_twrite.t
13679            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
13680            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13681            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
13682            ! lib/Tie/File/t/16_handle.t
13683 ____________________________________________________________________________
13684 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
13685         Log: DJGPP tweaks from Laszlo.
13686      Branch: perl
13687            ! lib/ExtUtils/MM_DOS.pm util.c
13688 ____________________________________________________________________________
13689 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
13690         Log: Discussion about minimal installations.
13691      Branch: perl
13692            ! INSTALL
13693 ____________________________________________________________________________
13694 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
13695         Log: Comment tweak from Hugo.
13696      Branch: perl
13697            ! regexec.c
13698 ____________________________________________________________________________
13699 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
13700         Log: Another UTF-8 locale tweak from Hugo.
13701      Branch: perl
13702            ! regexec.c
13703 ____________________________________________________________________________
13704 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
13705         Log: Document the known MacOS X locale problem.
13706      Branch: perl
13707            ! pod/perldelta.pod
13708 ____________________________________________________________________________
13709 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
13710         Log: Regex fix from Hugo: in UTF-8 locales the character
13711              counting code didn't work right for minimal matches.
13712      Branch: perl
13713            ! regexec.c
13714 ____________________________________________________________________________
13715 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
13716         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
13717              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13718              Date: Sun, 31 Mar 2002 20:32:43 -0500
13719              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
13720      Branch: perl
13721            ! lib/ExtUtils/xsubpp
13722 ____________________________________________________________________________
13723 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
13724         Log: Document known FreeBSD locale glitch. 
13725      Branch: perl
13726            ! pod/perldelta.pod
13727 ____________________________________________________________________________
13728 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
13729         Log: There is --list in glibc iconv.
13730      Branch: perl
13731            ! ext/Encode/bin/piconv
13732 ____________________________________________________________________________
13733 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
13734         Log: Slight usage tweaks to piconv: show usage with
13735              no -t -f or -l arguments, or with -h.
13736      Branch: perl
13737            ! ext/Encode/bin/piconv
13738 ____________________________________________________________________________
13739 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
13740         Log: Get the piconv installed.
13741      Branch: perl
13742            + utils/piconv.PL
13743            ! MANIFEST utils/Makefile
13744 ____________________________________________________________________________
13745 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
13746         Log: Spelling tweaks.
13747      Branch: perl
13748            ! ext/Encode/bin/piconv
13749 ____________________________________________________________________________
13750 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
13751         Log: Upgrade to Encode 1.11, from Dan Kogai.
13752      Branch: perl
13753            + ext/Encode/Encode/Changes.e2x
13754            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
13755            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
13756            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
13757            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
13758            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
13759            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
13760            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
13761            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
13762            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
13763            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
13764            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
13765            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
13766            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
13767            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
13768            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
13769            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
13770            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
13771            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
13772            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
13773            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
13774            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
13775            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
13776            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
13777            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
13778            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
13779            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
13780            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
13781            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
13782            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
13783            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
13784            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
13785            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
13786            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
13787            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
13788            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13789            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
13790            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
13791            + ext/Encode/ucm/viscii.ucm
13792            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13793            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13794            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13795            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13796            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13797            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13798            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13799            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13800            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
13801            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
13802            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
13803            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
13804            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
13805            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
13806            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
13807            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
13808            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
13809            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
13810            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
13811            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
13812            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
13813            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
13814            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
13815            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
13816            - ext/Encode/Encode/ksc5601.ucm
13817            - ext/Encode/Encode/macCentEuro.ucm
13818            - ext/Encode/Encode/macCroatian.ucm
13819            - ext/Encode/Encode/macCyrillic.ucm
13820            - ext/Encode/Encode/macDingbats.ucm
13821            - ext/Encode/Encode/macGreek.ucm
13822            - ext/Encode/Encode/macIceland.ucm
13823            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
13824            - ext/Encode/Encode/macRumanian.ucm
13825            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
13826            - ext/Encode/Encode/macTurkish.ucm
13827            - ext/Encode/Encode/macUkraine.ucm
13828            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
13829            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
13830            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
13831            - lib/encoding.pm lib/encoding.t
13832            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
13833            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
13834            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
13835            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
13836            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13837            ! ext/Encode/Makefile.PL ext/Encode/README
13838            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13839            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
13840            ! ext/Encode/lib/Encode/Alias.pm
13841            ! ext/Encode/lib/Encode/Supported.pod
13842 ____________________________________________________________________________
13843 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
13844         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
13845              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
13846              respective test    and doc tweaks.
13847      Branch: perl
13848            ! lib/charnames.pm lib/charnames.t
13849 ____________________________________________________________________________
13850 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
13851         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
13852              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13853              Date: Sun, 31 Mar 2002 22:47:31 +0200
13854              Message-ID: <20020331224731.E854@rafael>
13855      Branch: perl
13856            ! pod/perlfunc.pod
13857 ____________________________________________________________________________
13858 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
13859         Log: Subject: [PATCH] __attribute__ problems with g++
13860              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13861              Date: Sun, 31 Mar 2002 22:43:03 +0200
13862              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
13863      Branch: perl
13864            ! perl.h
13865 ____________________________________________________________________________
13866 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
13867         Log: Put back the #! line, false alarm.
13868      Branch: perl
13869            ! lib/ExtUtils/t/Constant.t
13870 ____________________________________________________________________________
13871 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
13872         Log: Subject: Re: [Patch] pod/perlvar.pod
13873              From: Philip Newton <Philip.Newton@gmx.net>
13874              Date: Sun, 31 Mar 2002 07:40:43 +0200
13875              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
13876      Branch: perl
13877            ! pod/perlvar.pod
13878 ____________________________________________________________________________
13879 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
13880         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
13881              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13882              Date: Sat, 30 Mar 2002 21:37:37 -0500
13883              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
13884      Branch: perl
13885            ! ext/Socket/socketpair.t
13886 ____________________________________________________________________________
13887 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
13888         Log: Subject: Re: compile tweak for Win32
13889              From: Michael G Schwern <schwern@pobox.com>
13890              Date: Fri, 29 Mar 2002 17:48:22 -0500      
13891              Message-ID: <20020329224822.GG16816@blackrider>
13892      Branch: perl
13893            ! win32/buildext.pl
13894 ____________________________________________________________________________
13895 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
13896         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
13897              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13898              Date: Sat, 30 Mar 2002 22:19:46 +0100
13899              Message-ID: <20020330221946.A28497@rafael>
13900      Branch: perl
13901            ! t/lib/1_compile.t
13902 ____________________________________________________________________________
13903 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
13904         Log: Subject: [PATCH regmesg.t] increase output verbosity
13905              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13906              Date: Sat, 30 Mar 2002 22:34:08 +0100
13907              Message-ID: <20020330223408.C28497@rafael>
13908      Branch: perl
13909            ! t/op/regmesg.t
13910 ____________________________________________________________________________
13911 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
13912         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
13913              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13914              Date: Sat, 30 Mar 2002 21:36:23 +0100
13915              Message-ID: <20020330213623.A677@rafael>
13916      Branch: perl
13917            ! regcomp.c
13918 ____________________________________________________________________________
13919 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
13920         Log: If using a network filesystem several different hosts
13921              may be trying to lock the same file.  In this case offering
13922              to kill the other process is not that helpful.  (Unless one
13923              has *real* clustering, but that's not usually the case.)
13924      Branch: perl
13925            ! lib/CPAN.pm
13926 ____________________________________________________________________________
13927 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
13928         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
13929              From: andreas.koenig@anima.de (Andreas J. Koenig)
13930              Date: Sat, 30 Mar 2002 06:12:36 +0100
13931              Message-ID: <m3hemyvdtn.fsf@anima.de>
13932      Branch: perl
13933            ! lib/Dumpvalue.pm
13934 ____________________________________________________________________________
13935 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
13936         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
13937              From: Jeremy Zawodny <Jeremy@Zawodny.com>
13938              Date: Fri, 29 Mar 2002 17:55:20 -0800
13939              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
13940      Branch: perl
13941            ! utils/dprofpp.PL
13942 ____________________________________________________________________________
13943 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
13944         Log: Subject: [Patch] pod/perlvar.pod
13945              From: Dan Kogai <dankogai@dan.co.jp>
13946              Date: Sun, 31 Mar 2002 02:03:36 +0900
13947              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
13948      Branch: perl
13949            ! pod/perlvar.pod
13950 ____________________________________________________________________________
13951 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
13952         Log: Subject: [PATCH] MM & Encode fixes
13953              From: Michael G Schwern <schwern@pobox.com>
13954              Date: Sat, 30 Mar 2002 06:41:56 -0500
13955              Message-ID: <20020330114156.GA16533@blackrider>
13956      Branch: perl
13957            + lib/ExtUtils/t/basic.t
13958            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
13959            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
13960            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
13961            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13962            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
13963            ! lib/ExtUtils/t/hints.t
13964 ____________________________________________________________________________
13965 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
13966         Log: EBCDICification.
13967      Branch: perl
13968            ! lib/charnames.t
13969 ____________________________________________________________________________
13970 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
13971         Log: Upgrade to Tie::File 0.90, from mjd.
13972      Branch: perl
13973            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
13974            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
13975            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13976            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
13977            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
13978            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
13979            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
13980            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
13981            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
13982 ____________________________________________________________________________
13983 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
13984         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
13985              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13986              Date: Sat, 30 Mar 2002 00:20:39 +0100
13987              Message-ID: <20020330002039.A716@rafael>
13988      Branch: perl
13989            ! lib/sort.pm
13990 ____________________________________________________________________________
13991 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
13992         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
13993              From: Michael G Schwern <schwern@pobox.com>
13994              Date: Fri, 29 Mar 2002 18:14:20 -0500
13995              Message-ID: <20020329231419.GI16816@blackrider>
13996      Branch: perl
13997            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
13998            ! wince/Makefile.ce
13999 ____________________________________________________________________________
14000 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
14001         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
14002              From: Paul_GreenVOS@vos.stratus.com
14003              Date: Fri, 29 Mar 02 18:01 est
14004              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
14005      Branch: perl
14006            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
14007 ____________________________________________________________________________
14008 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
14009         Log: AUTHORS updates.
14010      Branch: perl
14011            ! AUTHORS
14012 ____________________________________________________________________________
14013 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
14014         Log: Upgrade to Encode 1.01, from Dan Kogai.
14015      Branch: perl
14016            ! ext/Encode/Changes ext/Encode/Encode.pm
14017            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14018            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14019            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14020            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14021            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14022            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14023            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14024            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14025            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
14026            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
14027            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
14028            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
14029            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
14030            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
14031            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
14032            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
14033            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
14034            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
14035            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
14036            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
14037            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
14038            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
14039            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
14040            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
14041            ! ext/Encode/Encode/ksc5601.ucm
14042            ! ext/Encode/Encode/macCentEuro.ucm
14043            ! ext/Encode/Encode/macCroatian.ucm
14044            ! ext/Encode/Encode/macCyrillic.ucm
14045            ! ext/Encode/Encode/macDingbats.ucm
14046            ! ext/Encode/Encode/macGreek.ucm
14047            ! ext/Encode/Encode/macIceland.ucm
14048            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14049            ! ext/Encode/Encode/macRumanian.ucm
14050            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14051            ! ext/Encode/Encode/macTurkish.ucm
14052            ! ext/Encode/Encode/macUkraine.ucm
14053            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14054            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
14055            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
14056            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14057            ! ext/Encode/lib/Encode/CJKConstants.pm
14058            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
14059            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
14060            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
14061 ____________________________________________________________________________
14062 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
14063         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
14064              From: "Craig A. Berry" <craigberry@mac.com>
14065              Date: Fri, 29 Mar 2002 13:46:28 -0600
14066              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
14067      Branch: perl
14068            ! configure.com
14069 ____________________________________________________________________________
14070 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
14071         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
14072              which one has to get from the CPAN distribution.
14073      Branch: perl
14074            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
14075            + lib/Memoize/t/expmod_t.t
14076            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14077            - lib/Memoize/t/expire_module_t.t
14078            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
14079            ! lib/Memoize/README
14080 ____________________________________________________________________________
14081 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
14082         Log: metaconfig unit tweak.
14083      Branch: metaconfig/U/perl
14084            ! versiononly.U
14085 ____________________________________________________________________________
14086 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
14087         Log: Configure-related tweaks.
14088      Branch: perl
14089            ! Porting/Glossary Porting/config.sh Porting/config_H
14090            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14091            ! vos/config.ga.h
14092 ____________________________________________________________________________
14093 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
14094         Log: Ooops.
14095      Branch: perl
14096            ! t/op/ver.t
14097 ____________________________________________________________________________
14098 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
14099         Log: Subject: [PATCH @15606] d_time for vms
14100              From: "Craig A. Berry" <craigberry@mac.com>
14101              Date: Fri, 29 Mar 2002 11:58:29 -0600
14102              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
14103      Branch: perl
14104            ! configure.com
14105 ____________________________________________________________________________
14106 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
14107         Log: Subject: Re: Regex-Unicode bugs
14108              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14109              Date: Thu, 28 Mar 2002 10:12:35 +0100
14110              Message-ID: <20020328101235.F678@rafael>
14111      Branch: perl
14112            ! t/op/regmesg.t
14113 ____________________________________________________________________________
14114 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
14115         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
14116              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14117              Date: Fri, 29 Mar 2002 16:53:27 +0000
14118              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
14119      Branch: perl
14120            ! pod/perlre.pod pod/perlretut.pod
14121 ____________________________________________________________________________
14122 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
14123         Log: Subject: Re: debugger debuggers wanted
14124              From: spidb@cpan.org
14125              Date: Fri, 29 Mar 2002 06:34:11 -0500
14126              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
14127      Branch: perl
14128            ! lib/perl5db.pl
14129 ____________________________________________________________________________
14130 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
14131         Log: Update Changes.
14132      Branch: perl
14133            ! Changes patchlevel.h
14134 ____________________________________________________________________________
14135 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
14136         Log: Rename for 8.3-friendliness.
14137      Branch: perl
14138            + lib/unicore/PropValueAliases.txt
14139            - lib/unicore/PropertyValueAliases.txt
14140            ! MANIFEST lib/unicore/README.perl
14141 ____________________________________________________________________________
14142 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
14143         Log: Retract ExtUtils/t/basic.t until it works.
14144      Branch: perl
14145            - lib/ExtUtils/t/basic.t
14146            ! MANIFEST
14147 ____________________________________________________________________________
14148 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
14149         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
14150              From: Slaven Rezic <slaven.rezic@berlin.de>
14151              Date: 28 Mar 2002 22:27:14 +0100
14152              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
14153      Branch: perl
14154            ! hints/freebsd.sh
14155 ____________________________________________________________________________
14156 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
14157         Log: Interesting... where did this come from?
14158              (The Configure change in #15600)
14159      Branch: perl
14160            ! config_h.SH
14161 ____________________________________________________________________________
14162 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
14163         Log: metaconfig unit change for #15600.
14164      Branch: metaconfig/U/perl
14165            ! versiononly.U
14166 ____________________________________________________________________________
14167 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
14168         Log: Subject: versiononly should not put `old' versions in inc
14169              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14170              Date: Fri, 29 Mar 2002 12:53:49 +0100
14171              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
14172      Branch: perl
14173            ! Configure
14174 ____________________________________________________________________________
14175 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
14176         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
14177              From: Michael G Schwern <schwern@pobox.com>
14178              Date: Fri, 29 Mar 2002 04:12:47 -0500
14179              Message-ID: <20020329091247.GA7432@blackrider>
14180              
14181              (with two nits: (1) change lib/Extutils/Command/MM.pm
14182              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
14183              @INC to compile.t)
14184      Branch: perl
14185            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
14186            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
14187            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
14188            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
14189            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
14190            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
14191            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
14192            + lib/ExtUtils/t/Problem-Module/Makefile.PL
14193            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
14194            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
14195            + t/lib/MakeMaker/Test/Utils.pm
14196            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
14197            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14198            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
14199            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
14200            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
14201            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14202            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14203            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
14204            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
14205            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
14206            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
14207            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
14208            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
14209            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
14210            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
14211            ! t/lib/TieOut.pm
14212 ____________________________________________________________________________
14213 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
14214         Log: Leftovers from Encode 0.99.
14215      Branch: perl
14216            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
14217            - ext/Encode/compile ext/Encode/encode.h
14218            - ext/Encode/lib/Encode/CN/2022_CN.pm
14219            - ext/Encode/lib/Encode/Details.pod
14220 ____________________________________________________________________________
14221 [ 15597] By: nick                                  on 2002/03/29  14:03:35
14222         Log: Integrate mainline
14223      Branch: perlio
14224           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
14225           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
14226           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14227           !> (integrate 130 files)
14228 ____________________________________________________________________________
14229 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
14230         Log: Subject: Another Unicode-3.2-induced doc fix
14231              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14232              Date: Fri, 29 Mar 2002 21:45:47 +0900
14233              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
14234      Branch: perl
14235            ! ext/Unicode/Normalize/Normalize.pm
14236 ____________________________________________________________________________
14237 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
14238         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
14239              From: Slaven Rezic <slaven.rezic@berlin.de>
14240              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
14241              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
14242      Branch: perl
14243            ! reentr.c reentr.pl
14244 ____________________________________________________________________________
14245 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
14246         Log: Subject: [PATCH] Quieting OS X
14247              From: Michael G Schwern <schwern@pobox.com>
14248              Date: Fri, 29 Mar 2002 05:46:23 -0500
14249              Message-ID: <20020329104622.GA9163@blackrider>
14250      Branch: perl
14251            ! ext/POSIX/t/posix.t t/op/stat.t
14252 ____________________________________________________________________________
14253 [ 15593] By: ams                                   on 2002/03/29  07:32:22
14254         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
14255              From: Paul_GreenVOS@vos.stratus.com
14256              Date: Fri, 29 Mar 02 0:05 est
14257              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
14258      Branch: perl
14259            ! ext/Time/HiRes/HiRes.xs
14260 ____________________________________________________________________________
14261 [ 15592] By: ams                                   on 2002/03/29  07:28:29
14262         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
14263              From: Spider Boardman <spidb@cpan.org>
14264              Date: Fri, 29 Mar 2002 00:52:24 -0500
14265              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
14266      Branch: perl
14267            ! op.c t/op/attrs.t
14268 ____________________________________________________________________________
14269 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
14270         Log: It's perlce.
14271      Branch: perl
14272            ! pod/perldelta.pod
14273 ____________________________________________________________________________
14274 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
14275         Log: MPE/iX tweaks from Mark Bixby.
14276      Branch: perl
14277            ! ext/Storable/t/lock.t mpeix/relink
14278 ____________________________________________________________________________
14279 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
14280         Log: Upgrade to Encode 1.00, from Dan Kogai.
14281              
14282              (one nit: bin/enc2xs needed also ../..)
14283      Branch: perl
14284            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
14285            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
14286            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14287            ! (edit 104 files)
14288 ____________________________________________________________________________
14289 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
14290         Log: Subject: [PATCH] NEXT LINE --> NEL
14291              From: Philip Newton <Philip.Newton@gmx.net>
14292              Date: Thu, 28 Mar 2002 21:03:10 +0000
14293              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
14294      Branch: perl
14295            ! lib/charnames.pm lib/charnames.t
14296 ____________________________________________________________________________
14297 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
14298         Log: binmode :bytes, again.
14299      Branch: perl
14300            ! lib/utf8.t
14301 ____________________________________________________________________________
14302 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
14303         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
14304              From: Mark-Jason Dominus <mjd@plover.com>
14305              Date: Thu, 28 Mar 2002 10:36:03 -0500
14306              Message-ID: <20020328153603.11992.qmail@plover.com>
14307      Branch: perl
14308            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
14309 ____________________________________________________________________________
14310 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
14311         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
14312      Branch: perl
14313            ! lib/charnames.pm lib/charnames.t pp_pack.c
14314 ____________________________________________________________________________
14315 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
14316         Log: If expecting UTF-8, probably not expecting UTF-16.
14317      Branch: perl
14318            ! t/comp/require.t
14319 ____________________________________________________________________________
14320 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
14321         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
14322              From: Paul_GreenVOS@vos.stratus.com
14323              Date: Thu, 28 Mar 02 8:22 est
14324              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
14325      Branch: perl
14326            ! lib/Time/Local.pm
14327 ____________________________________________________________________________
14328 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
14329         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
14330              From: Paul_GreenVOS@vos.stratus.com
14331              Date: Thu, 28 Mar 02 7:46 est
14332              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
14333      Branch: perl
14334            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
14335 ____________________________________________________________________________
14336 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
14337         Log: A little bit better error message for \pq, still
14338              not good because the script context is not shown.
14339      Branch: perl
14340            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
14341 ____________________________________________________________________________
14342 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
14343         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
14344              From: Jeffrey Friedl <jfriedl@yahoo.com>
14345              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
14346              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
14347      Branch: perl
14348            ! sv.c t/op/pat.t
14349 ____________________________________________________________________________
14350 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
14351         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
14352              From: Mark-Jason Dominus <mjd@plover.com>
14353              Date: Thu, 28 Mar 2002 05:04:40 -0500
14354              Message-ID: <20020328100440.22081.qmail@plover.com>
14355      Branch: perl
14356            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
14357 ____________________________________________________________________________
14358 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
14359         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
14360              From: mjd@plover.com
14361              Date: 28 Mar 2002 09:22:06 -0000
14362              Message-ID: <20020328092206.18833.qmail@plover.com>
14363      Branch: perl
14364            ! lib/encoding.t
14365 ____________________________________________________________________________
14366 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
14367         Log: Unicode 3.2.0-induced doc tweaks.
14368      Branch: perl
14369            ! pod/perlretut.pod pod/perlunicode.pod
14370 ____________________________________________________________________________
14371 [ 15576] By: nick                                  on 2002/03/28  07:40:04
14372         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
14373      Branch: perlio
14374           +> (branch 31 files)
14375           !> (integrate 162 files)
14376 ____________________________________________________________________________
14377 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
14378         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
14379              From: Paul_GreenVOS@vos.stratus.com
14380              Date: Thu, 28 Mar 02 0:16 est
14381              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
14382      Branch: perl
14383            ! ext/POSIX/t/posix.t
14384 ____________________________________________________________________________
14385 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
14386         Log: Subject: Re: Regex-Unicode bugs
14387              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14388              Date: Wed, 27 Mar 2002 13:48:06 +0100
14389              Message-ID: <20020327134806.C18945@rafael>
14390              
14391              regmesg.t patch still would be nice.
14392      Branch: perl
14393            ! regcomp.c
14394 ____________________________________________________________________________
14395 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
14396         Log: Subject: Re: Regex-Unicode bugs
14397              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
14398              Date: Wed, 27 Mar 2002 12:39:57 +0000
14399              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
14400      Branch: perl
14401            ! pod/perldiag.pod regcomp.c
14402 ____________________________________________________________________________
14403 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
14404         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
14405              From: Paul_GreenVOS@vos.stratus.com
14406              Date: Wed, 27 Mar 02 23:33 est
14407              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
14408      Branch: perl
14409            ! t/io/fs.t
14410 ____________________________________________________________________________
14411 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
14412         Log: The Official 3.2.0 came out.
14413      Branch: perl
14414            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
14415            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
14416            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
14417            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
14418            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
14419            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
14420            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
14421            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
14422            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
14423            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
14424            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
14425            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
14426            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
14427            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
14428            + lib/unicore/lib/UnifiedI.pl
14429            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
14430 ____________________________________________________________________________
14431 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
14432         Log: socketpair binmode :bytes.
14433      Branch: perl
14434            ! ext/Socket/socketpair.t
14435 ____________________________________________________________________________
14436 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
14437         Log: Don't install anything beneath 't' directories.
14438      Branch: perl
14439            ! installperl
14440 ____________________________________________________________________________
14441 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
14442         Log: More UTF-8 locale sensitivity.
14443      Branch: perl
14444            ! t/io/utf8.t
14445 ____________________________________________________________________________
14446 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
14447         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
14448              From: Stas Bekman <stas@stason.org>
14449              Date: Thu, 28 Mar 2002 10:13:45 +0800
14450              Message-ID: <3CA27C59.4020209@stason.org>
14451              
14452              Temp file cleanup.
14453      Branch: perl
14454            ! lib/Pod/t/pod2html-lib.pl
14455 ____________________________________________________________________________
14456 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
14457         Log: Be compatible also with non-UTF-8 locales.
14458      Branch: perl
14459            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
14460            ! lib/Locale/Language.pod
14461 ____________________________________________________________________________
14462 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
14463         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
14464              From: Spider Boardman <spidb@cpan.org>
14465              Date: Wed, 27 Mar 2002 20:52:28 -0500
14466              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
14467      Branch: perl
14468            ! cv.h op.c t/op/attrs.t toke.c
14469 ____________________________________________________________________________
14470 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
14471         Log: "Last element".
14472      Branch: perl
14473            ! pod/perlfunc.pod
14474 ____________________________________________________________________________
14475 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
14476         Log: Subject: Error in perlfunc for "die"
14477              From: William R Ward <bill@wards.net>
14478              Date: 27 Mar 2002 12:31:32 -0800
14479              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
14480      Branch: perl
14481            ! pod/perlfunc.pod
14482 ____________________________________________________________________________
14483 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
14484         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
14485              From: Mark Kvale <kvale@phy.ucsf.edu>
14486              Date: Wed, 27 Mar 2002 16:45:37 -0800
14487              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
14488      Branch: perl
14489            ! pod/perlre.pod pod/perlretut.pod
14490 ____________________________________________________________________________
14491 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
14492         Log: Try to handle UTF-8 locales.
14493      Branch: perl
14494            ! lib/locale.t
14495 ____________________________________________________________________________
14496 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
14497         Log: More binmode :bytes.
14498      Branch: perl
14499            ! t/io/utf8.t
14500 ____________________________________________________________________________
14501 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
14502         Log: binmode(FH, ":bytes") is the right way, methinks.
14503      Branch: perl
14504            ! ext/PerlIO/t/encoding.t
14505 ____________________________________________________________________________
14506 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
14507         Log: UTF-8 locale: need to open explicitly for bytes.
14508      Branch: perl
14509            ! ext/PerlIO/t/encoding.t
14510 ____________________________________________________________________________
14511 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
14512         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
14513      Branch: perl
14514            ! lib/Locale/Language.pm lib/Locale/Language.pod
14515 ____________________________________________________________________________
14516 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
14517         Log: Warn instead of croak.
14518      Branch: perl
14519            ! pod/perldiag.pod utf8.c
14520 ____________________________________________________________________________
14521 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
14522         Log: UTF-8 locale: there might already be one UTF-8 discipline.
14523      Branch: perl
14524            ! lib/open.t
14525 ____________________________________________________________________________
14526 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
14527         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
14528              From: "Craig A. Berry" <craigberry@mac.com>
14529              Date: Wed, 27 Mar 2002 15:22:13 -0600
14530              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
14531      Branch: perl
14532            ! t/lib/1_compile.t t/lib/compmod.pl
14533 ____________________________________________________________________________
14534 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
14535         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
14536              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14537              Date: Wed, 27 Mar 2002 22:35:03 +0100
14538              Message-ID: <20020327223503.A678@rafael>
14539      Branch: perl
14540            ! pod/perlop.pod
14541 ____________________________________________________________________________
14542 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
14543         Log: Start using the Unicode 3.2.0 data (NOTE: still
14544              unofficial, but the data is unlikely to change much.
14545              Doublecheck when 3.2.0 gets released.)
14546      Branch: perl
14547            + lib/unicore/PropertyAliases.txt
14548            + lib/unicore/PropertyValueAliases.txt
14549            ! (edit 129 files)
14550 ____________________________________________________________________________
14551 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
14552         Log: Update Changes.
14553      Branch: perl
14554            ! Changes patchlevel.h
14555 ____________________________________________________________________________
14556 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
14557         Log: Further fixing for #15549.  Six tests are failing
14558              under Solaris with en_US.UTF-8 but those failures seem
14559              unrelated to the BOUND problem, will look at them later.
14560      Branch: perl
14561            ! regexec.c
14562 ____________________________________________________________________________
14563 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
14564         Log: Possible fix for "Orks, Dragons, and Elves":
14565              should now build under UTF-8 locales (is building
14566              under Solaris en_US.UTF-8 right now).
14567      Branch: perl
14568            ! Makefile.SH regexec.c
14569 ____________________________________________________________________________
14570 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
14571         Log: Forgotten from #15523.
14572      Branch: perl
14573            ! lib/Math/BigInt/Calc.pm
14574 ____________________________________________________________________________
14575 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
14576         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
14577              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
14578              Date: Wed, 27 Mar 2002 13:32:00 +0100
14579              Message-ID: <20020327133200.A18945@rafael>
14580      Branch: perl
14581            ! regcomp.c t/lib/warnings/regcomp
14582 ____________________________________________________________________________
14583 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
14584         Log: Subject: [PATCH] MANIFES --> MANIFEST
14585              From: Philip Newton <Philip.Newton@gmx.net>
14586              Date: Wed, 27 Mar 2002 10:05:46 +0000
14587              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
14588              
14589              (plus a few tweaks more)
14590      Branch: perl
14591            ! Porting/check83.pl
14592 ____________________________________________________________________________
14593 [ 15545] By: nick                                  on 2002/03/27  07:37:36
14594         Log: Integrate mainline
14595      Branch: perlio
14596           +> lib/Math/BigInt/t/with_sub.t
14597            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
14598            - lib/bignum/t/trace.t
14599           !> (integrate 76 files)
14600 ____________________________________________________________________________
14601 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
14602         Log: Obsolete mailing list information.
14603      Branch: perl
14604            ! README.bs2000 README.os390 README.vmesa
14605 ____________________________________________________________________________
14606 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
14607         Log: More URL "whitespacing".
14608      Branch: perl
14609            ! README.bs2000 README.hurd README.mpeix README.netware
14610            ! README.os390 README.vmesa README.vos README.win32
14611            ! pod/perl5004delta.pod pod/perl5005delta.pod
14612            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
14613            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
14614            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
14615            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
14616            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
14617            ! pod/perltodo.pod
14618 ____________________________________________________________________________
14619 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
14620         Log: I like doubleclicking on URLs in pods to select them.
14621      Branch: perl
14622            ! README.amiga README.epoc README.vos pod/perl561delta.pod
14623            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
14624            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14625            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
14626            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
14627            ! pod/perltodo.pod pod/perlvar.pod
14628 ____________________________________________________________________________
14629 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
14630         Log: Regen modlib.
14631      Branch: perl
14632            ! pod/perlmodlib.pod
14633 ____________________________________________________________________________
14634 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
14635         Log: Update the CPAN sites list.
14636      Branch: perl
14637            ! pod/perlmodlib.PL pod/perlmodlib.pod
14638 ____________________________________________________________________________
14639 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
14640         Log: Regen modlib, toc.
14641      Branch: perl
14642            ! pod/perlmodlib.pod pod/perltoc.pod
14643 ____________________________________________________________________________
14644 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
14645         Log: s/rationale/rational/
14646      Branch: perl
14647            ! lib/Math/BigRat.pm lib/bigrat.pm
14648 ____________________________________________________________________________
14649 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
14650         Log: s/done/esac/
14651      Branch: perl
14652            ! hints/dec_osf.sh
14653 ____________________________________________________________________________
14654 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
14655         Log: Advertise big* and BigRat.
14656      Branch: perl
14657            ! pod/perldelta.pod
14658 ____________________________________________________________________________
14659 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
14660         Log: A missing ) in #15527.
14661      Branch: perl
14662            ! pp_sys.c
14663 ____________________________________________________________________________
14664 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
14665         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
14666              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14667              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
14668              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
14669      Branch: perl
14670            ! lib/ExtUtils/typemap
14671 ____________________________________________________________________________
14672 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
14673         Log: Subject: Re: Cygwin PerlIO.t failing
14674              From: Stas Bekman <stas@stason.org>
14675              Date: Wed, 27 Mar 2002 01:34:11 +0800
14676              Message-ID: <3CA0B113.1070800@stason.org>
14677      Branch: perl
14678            ! ext/PerlIO/PerlIO.t
14679 ____________________________________________________________________________
14680 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
14681         Log: Subject: [PATCH] safety check for vms/test.com
14682              From: "Craig A. Berry" <craigberry@mac.com>
14683              Date: Tue, 26 Mar 2002 12:15:21 -0600
14684              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
14685      Branch: perl
14686            ! vms/test.com
14687 ____________________________________________________________________________
14688 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
14689         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
14690              From: PPrymmer@factset.com
14691              Date: Tue, 26 Mar 2002 13:04:59 -0500
14692              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
14693      Branch: perl
14694            ! configure.com
14695 ____________________________________________________________________________
14696 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
14697         Log: Subject: [PATCH] Minor typo in test harness
14698              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
14699              Date: Tue, 26 Mar 2002 17:44:06 -0000
14700              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
14701      Branch: perl
14702            ! t/lib/warnings/perlio
14703 ____________________________________________________________________________
14704 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
14705         Log: Subject: PATCH s2p.PL
14706              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14707              Date: Tue, 26 Mar 2002 17:16:46 +0100
14708              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
14709      Branch: perl
14710            ! x2p/s2p.PL
14711 ____________________________________________________________________________
14712 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
14713         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
14714      Branch: perl
14715            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14716            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
14717            ! MANIFEST
14718 ____________________________________________________________________________
14719 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
14720         Log: Avoid and document a weird bug in UNICOS/mk.
14721      Branch: perl
14722            ! pod/perldelta.pod pp_sys.c
14723 ____________________________________________________________________________
14724 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
14725         Log: Math::BigInt::Lite 0.09, from Tels.
14726      Branch: perl
14727            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14728            ! MANIFEST
14729 ____________________________________________________________________________
14730 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
14731         Log: For now disable the test in OS/390; it seems to hang,
14732              but frustratingly seems to run from command line and
14733              from Perl debugger.
14734      Branch: perl
14735            ! lib/Math/BigInt/t/mbi_rand.t
14736 ____________________________________________________________________________
14737 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
14738         Log: EPOC update from Olaf Flebbe.
14739      Branch: perl
14740            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
14741            ! pod/perlport.pod t/io/fs.t
14742 ____________________________________________________________________________
14743 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
14744         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
14745              and bignum 0.11, from Tels.
14746      Branch: perl
14747            + lib/Math/BigInt/t/with_sub.t
14748            - lib/bignum/t/trace.t
14749            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14750            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
14751            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
14752            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
14753            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
14754            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
14755            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
14756            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
14757            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
14758            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
14759            ! lib/bignum/t/bigrat.t lib/bigrat.pm
14760            ! t/lib/Math/BigInt/Subclass.pm
14761 ____________________________________________________________________________
14762 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
14763         Log: Integrate perlio:
14764              
14765              [ 15521]
14766              Testcase for crlf spanning buffer boundary
14767              
14768              [ 15520]
14769              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
14770      Branch: perl
14771           +> t/io/crlf.t
14772           !> MANIFEST perlio.c
14773 ____________________________________________________________________________
14774 [ 15521] By: nick                                  on 2002/03/26  15:31:55
14775         Log: Testcase for crlf spanning buffer boundary
14776      Branch: perlio
14777            + t/io/crlf.t
14778            ! MANIFEST
14779 ____________________________________________________________________________
14780 [ 15520] By: nick                                  on 2002/03/26  15:09:52
14781         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
14782      Branch: perlio
14783            ! perlio.c
14784 ____________________________________________________________________________
14785 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
14786         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
14787      Branch: perl
14788            ! t/lib/1_compile.t
14789 ____________________________________________________________________________
14790 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
14791         Log: Document the Configure (really, awk) glitch in
14792              UNICOS/mk.
14793      Branch: perl
14794            ! pod/perldelta.pod
14795 ____________________________________________________________________________
14796 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
14797         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
14798              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14799              Date: Fri, 22 Mar 2002 16:11:28 +0100
14800              Message-ID: <3C9B57B0.31936.496399@localhost>
14801      Branch: perl
14802            ! win32/win32.c
14803 ____________________________________________________________________________
14804 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
14805         Log: Subject: Re: Jarkko likes OOOOs
14806              From: "Gerrit P. Haase" <gp@familiehaase.de>
14807              Date: Tue, 26 Mar 2002 08:44:02 +0100
14808              Message-ID: <40509050505.20020326084402@familiehaase.de>
14809      Branch: perl
14810            ! t/io/fs.t
14811 ____________________________________________________________________________
14812 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
14813         Log: Subject: [patch utils/perlbug] subject header setting problem      
14814              From: Stas Bekman <stas@stason.org>
14815              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
14816              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
14817      Branch: perl
14818            ! utils/perlbug.PL
14819 ____________________________________________________________________________
14820 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
14821         Log: Subject: [PATCH] win32/makefile.mk
14822              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14823              Date: Tue, 26 Mar 2002 13:56:19 +0100
14824              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
14825      Branch: perl
14826            ! win32/makefile.mk
14827 ____________________________________________________________________________
14828 [ 15513] By: nick                                  on 2002/03/26  07:17:17
14829         Log: Integrate mainline
14830      Branch: perlio
14831           +> (branch 39 files)
14832            - (delete 109 files)
14833           !> (integrate 105 files)
14834 ____________________________________________________________________________
14835 [ 15512] By: nick                                  on 2002/03/26  06:52:42
14836         Log: Integrate mainline
14837      Branch: perlio
14838           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
14839           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
14840           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
14841           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
14842           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
14843 ____________________________________________________________________________
14844 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
14845         Log: Installation advice from Robert Spier. 
14846      Branch: perl
14847            ! INSTALL
14848 ____________________________________________________________________________
14849 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
14850         Log: Stas setting things right.
14851      Branch: perl
14852            ! ext/PerlIO/PerlIO.t
14853 ____________________________________________________________________________
14854 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
14855         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
14856              From: Paul_GreenVOS@vos.stratus.com
14857              Date: Mon, 25 Mar 02 23:57 est
14858              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
14859      Branch: perl
14860            ! ext/IO/lib/IO/t/io_unix.t
14861 ____________________________________________________________________________
14862 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
14863         Log: Add threads hints for UNICOS/mk and UNICOS.
14864              (I'm just guessing on UNICOS.)
14865      Branch: perl
14866            ! hints/unicos.sh hints/unicosmk.sh
14867 ____________________________________________________________________________
14868 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
14869         Log: Mention the effect of Unicode keys on hashes.
14870      Branch: perl
14871            ! pod/perlunicode.pod
14872 ____________________________________________________________________________
14873 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
14874         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
14875              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
14876              Date: Mon, 25 Mar 2002 17:24:33 -0600
14877              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
14878      Branch: perl
14879            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
14880            ! vms/vms_yfix.pl
14881 ____________________________________________________________________________
14882 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
14883         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
14884      Branch: perl
14885            ! hints/dec_osf.sh
14886 ____________________________________________________________________________
14887 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
14888         Log: The .ucm of Encode are big when uncompressed.
14889      Branch: perl
14890            ! INSTALL
14891 ____________________________________________________________________________
14892 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
14893         Log: I don't understand what is going on what these
14894              news tests, retracting the whole lot.
14895      Branch: perl
14896            ! ext/PerlIO/PerlIO.t
14897 ____________________________________________________________________________
14898 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
14899         Log: Upgrade to Encode 0.99, from Dan Kogai.
14900      Branch: perl
14901            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
14902            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
14903            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
14904            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
14905            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
14906            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
14907            + ext/Encode/Encode/ksc5601.ucm
14908            + ext/Encode/Encode/macCentEuro.ucm
14909            + ext/Encode/Encode/macCroatian.ucm
14910            + ext/Encode/Encode/macCyrillic.ucm
14911            + ext/Encode/Encode/macDingbats.ucm
14912            + ext/Encode/Encode/macGreek.ucm
14913            + ext/Encode/Encode/macIceland.ucm
14914            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14915            + ext/Encode/Encode/macRumanian.ucm
14916            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14917            + ext/Encode/Encode/macTurkish.ucm
14918            + ext/Encode/Encode/macUkraine.ucm
14919            + ext/Encode/Encode/shiftjis.ucm
14920            + ext/Encode/lib/Encode/10646_1.pm
14921            + ext/Encode/lib/Encode/CJKConstants.pm
14922            + ext/Encode/lib/Encode/CN/2022_CN.pm
14923            + ext/Encode/lib/Encode/JP/2022_JP.pm
14924            + ext/Encode/lib/Encode/JP/2022_JP1.pm
14925            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
14926            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
14927            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
14928            + ext/Encode/ucm2table
14929            - (delete 109 files)
14930            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
14931            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
14932            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
14933            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
14934            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
14935            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14936            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14937            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14938            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14939            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14940            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14941            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14942            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14943            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
14944            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
14945            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
14946            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
14947            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
14948            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
14949            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
14950            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
14951            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
14952            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14953            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
14954            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
14955            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
14956            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
14957            ! ext/Encode/Makefile.PL ext/Encode/README
14958            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
14959            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
14960            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
14961            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
14962            ! ext/Encode/lib/Encode/Details.pod
14963            ! ext/Encode/lib/Encode/Encoding.pm
14964            ! ext/Encode/lib/Encode/Internal.pm
14965            ! ext/Encode/lib/Encode/JP/H2Z.pm
14966            ! ext/Encode/lib/Encode/JP/JIS.pm
14967            ! ext/Encode/lib/Encode/Supported.pod
14968            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
14969            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
14970            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
14971            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
14972            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
14973            ! ext/Encode/t/jisx0212.ref
14974 ____________________________________________________________________________
14975 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
14976         Log: Noise with -w.
14977      Branch: perl
14978            ! ext/PerlIO/PerlIO.t
14979 ____________________________________________________________________________
14980 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
14981         Log: If no perlio no perlio warnings, either.
14982      Branch: perl
14983            ! lib/warnings.t
14984 ____________________________________________________________________________
14985 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
14986         Log: ...and put some of the new perlio tests here.
14987              The in-memory ones not yet since my poor brain
14988              refuses to find the right TODO incantation.
14989      Branch: perl
14990            ! ext/PerlIO/PerlIO.t
14991 ____________________________________________________________________________
14992 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
14993         Log: Take away the perlio-requiring tests..
14994      Branch: perl
14995            ! t/io/open.t
14996 ____________________________________________________________________________
14997 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
14998         Log: More correct now, but actually the two new tests
14999              need to be moved, since they are perlio-only...
15000      Branch: perl
15001            ! t/io/open.t
15002 ____________________________________________________________________________
15003 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
15004         Log: More neo-io tests from Stas Bekman.
15005      Branch: perl
15006            ! t/io/open.t
15007 ____________________________________________________________________________
15008 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
15009         Log: Document the QNX6 sprintf glitch.
15010      Branch: perl
15011            ! pod/perldelta.pod
15012 ____________________________________________________________________________
15013 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
15014         Log: AmigaOS must use the ixemul directly, since there
15015              is no more vfork support.
15016      Branch: perl
15017            ! hints/amigaos.sh
15018 ____________________________________________________________________________
15019 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
15020         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
15021              From: Norton Allen <allen@huarp.harvard.edu>
15022              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
15023              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
15024      Branch: perl
15025            ! pp_sys.c
15026 ____________________________________________________________________________
15027 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
15028         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
15029              From: Norton Allen <allen@huarp.harvard.edu>
15030              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
15031              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
15032      Branch: perl
15033            ! ext/Socket/socketpair.t
15034 ____________________________________________________________________________
15035 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
15036         Log: Clarify the 8.3 rule.
15037      Branch: perl
15038            ! Porting/check83.pl
15039 ____________________________________________________________________________
15040 [ 15490] By: nick                                  on 2002/03/25  16:05:07
15041         Log: Integrate mainline
15042      Branch: perlio
15043           +> ext/Encode/lib/Encode/EncFormat.pod
15044           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
15045            - ext/Encode/lib/EncodeFormat.pod
15046           !> (integrate 41 files)
15047 ____________________________________________________________________________
15048 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
15049         Log: Update Changes.
15050      Branch: perl
15051            ! Changes patchlevel.h
15052 ____________________________________________________________________________
15053 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
15054         Log: Forgotten from #15486.
15055      Branch: perl
15056            ! perl.c
15057 ____________________________________________________________________________
15058 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
15059         Log: It seems that FreeBSD does not like using Perl's malloc
15060              when multithreaded.
15061      Branch: perl
15062            ! hints/freebsd.sh
15063 ____________________________________________________________________________
15064 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
15065         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
15066              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15067              Date: Mon, 25 Mar 2002 11:33:17 +0100
15068              Message-ID: <20020325113317.A1410@rafael>
15069              
15070              Apparently VMS does not do YYDEBUG.
15071      Branch: perl
15072            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
15073 ____________________________________________________________________________
15074 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
15075         Log: Subject: [PATCH] warnings for perlio + others
15076              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15077              Date: Mon, 25 Mar 2002 13:01:44 -0000
15078              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
15079      Branch: perl
15080            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
15081            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
15082            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
15083            ! warnings.pl
15084 ____________________________________________________________________________
15085 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
15086         Log: As verified by Doug MacEachern.
15087      Branch: perl
15088            ! pod/perldelta.pod
15089 ____________________________________________________________________________
15090 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
15091         Log: MPE/iX update from Mark Bixby.
15092      Branch: perl
15093            + mpeix/mpeix.c
15094            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
15095            ! hints/mpeix.sh mpeix/mpeixish.h
15096 ____________________________________________________________________________
15097 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
15098         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
15099              From: Nicholas Clark <nick@unfortu.net>
15100              Date: Sun, 24 Mar 2002 22:50:06 +0000
15101              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
15102      Branch: perl
15103            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
15104 ____________________________________________________________________________
15105 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
15106         Log: Subject: [PATCH] fix warning + carp interaction
15107              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
15108              Date: Sun, 24 Mar 2002 23:00:21 -0000
15109              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
15110      Branch: perl
15111            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
15112            ! warnings.pl
15113 ____________________________________________________________________________
15114 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
15115         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
15116              (All the code changes have already been applied earlier.)
15117      Branch: perl
15118            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
15119 ____________________________________________________________________________
15120 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
15121         Log: DB_File: for the core version, no need to specify
15122              a minimum MM version.
15123      Branch: perl
15124            ! ext/DB_File/Makefile.PL
15125 ____________________________________________________________________________
15126 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
15127         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
15128              From: Dave Mitchell <davem@fdgroup.com>
15129              Date: Sun, 24 Mar 2002 22:23:08 +0000
15130              Message-ID: <20020324222308.B21963@fdgroup.com>
15131      Branch: perl
15132            ! pp_pack.c
15133 ____________________________________________________________________________
15134 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
15135         Log: Subject: [PATCH @15450] errno help for VMS
15136              From: "Craig A. Berry" <craigberry@mac.com>
15137              Date: Sun, 24 Mar 2002 16:17:52 -0600
15138              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
15139      Branch: perl
15140            ! ext/POSIX/t/posix.t vms/vms.c
15141 ____________________________________________________________________________
15142 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
15143         Log: Upgrade to Locale::Codes 2.03.
15144      Branch: perl
15145            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
15146            ! lib/Locale/Country.pm
15147 ____________________________________________________________________________
15148 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
15149         Log: metaconfig unit change for #15474.
15150      Branch: metaconfig/U/perl
15151            ! Extensions.U
15152 ____________________________________________________________________________
15153 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
15154         Log: The #15472 said "properly".  Ha!
15155      Branch: perl
15156            ! Configure
15157 ____________________________________________________________________________
15158 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
15159         Log: metaconfig unit change for #15472.
15160      Branch: metaconfig/U/perl
15161            ! Extensions.U
15162 ____________________________________________________________________________
15163 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
15164         Log: Properly scan for the subextensions of Encode
15165              when doing static builds.
15166      Branch: perl
15167            ! Configure
15168 ____________________________________________________________________________
15169 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
15170         Log: Tru64: Document the known odbm failure with static builds.
15171      Branch: perl
15172            ! README.tru64
15173 ____________________________________________________________________________
15174 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
15175         Log: microperl tweaks.
15176      Branch: perl
15177            ! Makefile.micro locale.c util.c
15178 ____________________________________________________________________________
15179 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
15180         Log: metaconfig unit changes for #15468.
15181      Branch: metaconfig
15182            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
15183            ! U/modified/libc.U U/modified/libs.U
15184            ! U/threads/d_pthread_atfork.U
15185 ____________________________________________________________________________
15186 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
15187         Log: Various metaconfig unit cleanup; only one visible change
15188              in Configure, though.
15189      Branch: perl
15190            ! Configure
15191 ____________________________________________________________________________
15192 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
15193         Log: Upgrade to Encode 0.98, from Dan Kogai.
15194      Branch: perl
15195            + ext/Encode/lib/Encode/EncFormat.pod
15196            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
15197            - ext/Encode/lib/EncodeFormat.pod
15198            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
15199            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
15200            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
15201            ! ext/Encode/lib/Encode/Alias.pm
15202            ! ext/Encode/lib/Encode/Details.pod
15203            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15204            ! ext/Encode/lib/Encode/JP/JIS.pm
15205            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15206 ____________________________________________________________________________
15207 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
15208         Log: Integrate perlio:
15209              
15210              [ 15462]
15211              Avoid core-dump in Encode with PERLIO=mmap
15212      Branch: perl
15213           !> ext/Encode/Encode.xs
15214 ____________________________________________________________________________
15215 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
15216         Log: In the spirit of #15464.
15217      Branch: perl
15218            ! perl.c sv.c
15219 ____________________________________________________________________________
15220 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
15221         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
15222              From: Michael G Schwern <schwern@pobox.com>
15223              Date: Sun, 24 Mar 2002 02:27:25 -0500
15224              Message-ID: <20020324072725.GA3554@blackrider>
15225      Branch: perl
15226            ! perl.c
15227 ____________________________________________________________________________
15228 [ 15463] By: nick                                  on 2002/03/24  10:24:41
15229         Log: Integrate mainline
15230      Branch: perlio
15231           +> (branch 28 files)
15232            - lib/bigfloat.t lib/bigint.t
15233           !> (integrate 59 files)
15234 ____________________________________________________________________________
15235 [ 15462] By: nick                                  on 2002/03/24  08:59:35
15236         Log: Avoid core-dump in Encode with PERLIO=mmap
15237      Branch: perlio
15238            ! ext/Encode/Encode.xs
15239 ____________________________________________________________________________
15240 [ 15461] By: nick                                  on 2002/03/24  08:58:21
15241         Log: Too many machines doing integrate mainline
15242      Branch: perlio
15243           !> Changes Configure lib/AutoSplit.t
15244           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
15245           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
15246           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
15247           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
15248 ____________________________________________________________________________
15249 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
15250         Log: Retract Math::BigInt::Lite for now, seems to confuse
15251              bignum and bigrat.
15252      Branch: perl
15253            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15254            ! MANIFEST
15255 ____________________________________________________________________________
15256 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
15257         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
15258              From: "Craig A. Berry" <craigberry@mac.com>
15259              Date: Sat, 23 Mar 2002 23:23:00 -0600
15260              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
15261      Branch: perl
15262            ! configure.com vms/vms.c
15263 ____________________________________________________________________________
15264 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
15265         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
15266              From: Michael G Schwern <schwern@pobox.com>
15267              Date: Sat, 23 Mar 2002 21:32:32 -0500
15268              Message-ID: <20020324023232.GA29972@blackrider>
15269              
15270              (with Russ Allbery's simplifications)
15271      Branch: perl
15272            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
15273 ____________________________________________________________________________
15274 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
15275         Log: Merge Math::BigInt::Lite 0.08, from Tels.
15276      Branch: perl
15277            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15278            ! MANIFEST
15279 ____________________________________________________________________________
15280 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
15281         Log: Too chatty.
15282      Branch: perl
15283            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
15284 ____________________________________________________________________________
15285 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
15286         Log: Merge bignum 0.10, from Tels.
15287      Branch: perl
15288            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
15289            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
15290            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
15291            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
15292            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
15293            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
15294            ! MANIFEST
15295 ____________________________________________________________________________
15296 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
15297         Log: Rename the Perl 4 tests in preparation of bignum.
15298      Branch: perl
15299            + lib/bigfloatpl.t lib/bigintpl.t
15300            - lib/bigfloat.t lib/bigint.t
15301            ! MANIFEST
15302 ____________________________________________________________________________
15303 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
15304         Log: Merge Math::BigRat 0.04, from Tels.
15305      Branch: perl
15306            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
15307            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
15308            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
15309            + t/lib/Math/BigRat/Test.pm
15310            ! MANIFEST
15311 ____________________________________________________________________________
15312 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
15313         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
15314              From: Dave Mitchell <davem@fdgroup.com>
15315              Date: Sat, 23 Mar 2002 22:27:24 +0000
15316              Message-ID: <20020323222724.A19425@fdgroup.com>
15317      Branch: perl
15318            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
15319 ____________________________________________________________________________
15320 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
15321         Log: Forgotten.
15322      Branch: perl
15323            ! ext/Unicode/Normalize/README
15324 ____________________________________________________________________________
15325 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
15326         Log: Update Changes.
15327      Branch: perl
15328            ! Changes patchlevel.h
15329 ____________________________________________________________________________
15330 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
15331         Log: Subject: perldoc -m [PATCH]
15332              From: "John L. Allen" <allen@grumman.com>
15333              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
15334              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
15335      Branch: perl
15336            ! utils/perldoc.PL
15337 ____________________________________________________________________________
15338 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
15339         Log: Subject: Re: Copious warnings from Sys::Syslog
15340              From: andreas.koenig@anima.de (Andreas J. Koenig)
15341              Date: Sat, 23 Mar 2002 06:47:08 +0100
15342              Message-ID: <m31yebvns3.fsf@anima.de>
15343      Branch: perl
15344            ! ext/Sys/Syslog/Syslog.pm
15345 ____________________________________________________________________________
15346 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
15347         Log: Upgrade to Math::BigInt 1.55, from Tels.
15348      Branch: perl
15349            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
15350            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
15351            + lib/Math/BigInt/t/use_lib4.t
15352            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15353            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
15354            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
15355            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
15356            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
15357            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
15358            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
15359            ! lib/Math/BigInt/t/upgrade.t
15360 ____________________________________________________________________________
15361 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
15362         Log: Upgrade to Encode 0.97, from Dan Kogai.
15363      Branch: perl
15364            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
15365            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
15366            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
15367            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15368            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
15369            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
15370            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
15371            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
15372            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
15373            ! ext/Encode/t/Tcl.t
15374 ____________________________________________________________________________
15375 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
15376         Log: Slight tweaks on #15443.
15377      Branch: perl
15378            ! pod/perlvar.pod
15379 ____________________________________________________________________________
15380 [ 15444] By: nick                                  on 2002/03/23  17:30:42
15381         Log: Integrate mainline
15382      Branch: perlio
15383           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
15384           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15385           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15386           !> (integrate 50 files)
15387 ____________________________________________________________________________
15388 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
15389         Log: Subject: patch [bleadperl]: Document %! special variable
15390              From: mjd@plover.com
15391              Date: 23 Mar 2002 18:25:44 -0000
15392              Message-ID: <20020323182544.11741.qmail@plover.com>    
15393      Branch: perl
15394            ! pod/perlvar.pod
15395 ____________________________________________________________________________
15396 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
15397         Log: Since the Encode::JP is unsupported under EBCDIC we
15398              cannot run this test (aliases as such should work fine).
15399      Branch: perl
15400            ! ext/Encode/t/Aliases.t
15401 ____________________________________________________________________________
15402 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
15403         Log: EBCDIC: the sorting order is different under
15404              byte-EBCDIC and Unicode.
15405      Branch: perl
15406            ! t/op/utfhash.t
15407 ____________________________________________________________________________
15408 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
15409         Log: EBCDIC: the character codes are different.
15410      Branch: perl
15411            ! lib/Pod/t/pod2html-lib.pl
15412 ____________________________________________________________________________
15413 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
15414         Log: Purify: #15434 got the test the wrong.
15415              (Is there an approved way of testing "is this an unop"?)
15416      Branch: perl
15417            ! op.c
15418 ____________________________________________________________________________
15419 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
15420         Log: Purify: Array bounds read: could read one character past the end.
15421      Branch: perl
15422            ! pp_pack.c
15423 ____________________________________________________________________________
15424 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
15425         Log: Purify: Array bounds read: reading one byte before the buffer.
15426      Branch: perl
15427            ! util.c
15428 ____________________________________________________________________________
15429 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
15430         Log: Purify: Unitialized memory read.  Too many code paths
15431              to keep track of, I guess.
15432      Branch: perl
15433            ! sv.c
15434 ____________________________________________________________________________
15435 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
15436         Log: Purify: Array bounds write: pre-extend the strxfrm
15437              buffer by a factor of four (suggested maximum by HP-UX;
15438              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
15439              know how portable that is; locale.c uses yet another trick
15440              (not a particularly good trick, I might add))
15441      Branch: perl
15442            ! ext/POSIX/POSIX.xs
15443 ____________________________________________________________________________
15444 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
15445         Log: Purify: Array bounds read: o->op_last was accessed
15446              for unops (via newUNOP() and ck_eof()).
15447              (analysis okay, patch bad: see #15439)
15448      Branch: perl
15449            ! op.c
15450 ____________________________________________________________________________
15451 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
15452         Log: Subject: [PATCH] vms/test.com, File::Find tests
15453              From: "Craig A. Berry" <craigberry@mac.com>
15454              Date: Fri, 22 Mar 2002 16:52:59 -0600
15455              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
15456      Branch: perl
15457            ! vms/test.com
15458 ____________________________________________________________________________
15459 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
15460         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
15461              From: Michael G Schwern <schwern@pobox.com>
15462              Date: Fri, 22 Mar 2002 18:08:19 -0500
15463              Message-ID: <20020322230819.GB16454@blackrider>
15464      Branch: perl
15465            ! ext/Sys/Syslog/Syslog.pm
15466 ____________________________________________________________________________
15467 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
15468         Log: Update the information on Encode.
15469      Branch: perl
15470            ! pod/perldelta.pod
15471 ____________________________________________________________________________
15472 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
15473         Log: Upgrade to Encode 0.96, from Dan Kogai.
15474      Branch: perl
15475            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
15476            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15477            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15478            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
15479            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
15480            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
15481            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
15482            ! ext/Encode/lib/Encode/Alias.pm
15483            ! ext/Encode/lib/Encode/Encoding.pm
15484            ! ext/Encode/lib/Encode/Internal.pm
15485            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15486 ____________________________________________________________________________
15487 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
15488         Log: Subject: [PATCH] h2xs.t fix for VMS
15489              From: "Craig A. Berry" <craigberry@mac.com>
15490              Date: Fri, 22 Mar 2002 15:47:38 -0600
15491              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
15492      Branch: perl
15493            ! lib/h2xs.t
15494 ____________________________________________________________________________
15495 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
15496         Log: One more pass.
15497      Branch: perl
15498            ! epoc/config.sh
15499 ____________________________________________________________________________
15500 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
15501         Log: Even better version from Olaf Flebbe.
15502      Branch: perl
15503            ! epoc/config.sh pp_sys.c util.c
15504 ____________________________________________________________________________
15505 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
15506         Log: EPOC update from Olaf Flebbe.
15507      Branch: perl
15508            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
15509            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
15510 ____________________________________________________________________________
15511 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
15512         Log: Tweak from John P. Linderman.
15513      Branch: perl
15514            ! pod/perlhack.pod
15515 ____________________________________________________________________________
15516 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
15517         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
15518              From: Stas Bekman <stas@stason.org>
15519              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
15520              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
15521      Branch: perl
15522            ! pod/perlfunc.pod
15523 ____________________________________________________________________________
15524 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
15525         Log: Subject: [PATCH] check sysconf's return value in reentr.c
15526              From: <slaven.rezic@berlin.de>
15527              Date: Fri, 22 Mar 2002 18:30:36 +0100
15528              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
15529              
15530              (plus use 4k instead 2k as the "usual" size)
15531      Branch: perl
15532            ! reentr.c reentr.pl
15533 ____________________________________________________________________________
15534 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
15535         Log: Update Changes.
15536      Branch: perl
15537            ! Changes patchlevel.h
15538 ____________________________________________________________________________
15539 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
15540         Log: Forgot from #15416.
15541      Branch: perl
15542            ! pod/perlfaq3.pod
15543 ____________________________________________________________________________
15544 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
15545         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
15546              From: andreas.koenig@anima.de (Andreas J. Koenig)
15547              Date: Fri, 22 Mar 2002 16:27:51 +0100
15548              Message-ID: <m3n0x0vczs.fsf@anima.de>
15549      Branch: perl
15550            ! pod/perlmodstyle.pod
15551 ____________________________________________________________________________
15552 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
15553         Log: metaconfig unit changes for #15418.
15554      Branch: metaconfig
15555            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15556            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15557            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15558            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15559            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15560            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15561            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15562            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15563            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15564            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15565            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15566            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15567            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15568            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15569            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15570            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15571            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15572            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15573            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15574            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15575            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15576            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15577            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15578            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15579 ____________________________________________________________________________
15580 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
15581         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
15582              Also, there's no i_stdio.
15583      Branch: perl
15584            ! Configure reentr.h reentr.pl
15585 ____________________________________________________________________________
15586 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
15587         Log: Document a known AIX warning.
15588      Branch: perl
15589            ! pod/perldelta.pod
15590 ____________________________________________________________________________
15591 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
15592         Log: Undo #15415, allow the faq people to catch up first.
15593      Branch: perl
15594            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
15595 ____________________________________________________________________________
15596 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
15597         Log: FAQ sync.
15598      Branch: perl
15599            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
15600 ____________________________________________________________________________
15601 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
15602         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
15603              From: andreas.koenig@anima.de (Andreas J. Koenig)
15604              Date: Fri, 22 Mar 2002 15:16:19 +0100
15605              Message-ID: <m38z8kwuvg.fsf@anima.de>
15606              
15607              (plus reformat)
15608      Branch: perl
15609            ! pod/perldelta.pod
15610 ____________________________________________________________________________
15611 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
15612         Log: Integrate perlio:
15613              
15614              [ 15412]
15615              Check for sanity of UTF-8 keys in hashes
15616              (feel free to add more tests...)
15617              
15618              [ 15410]
15619              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
15620              - when (e.g.) STDOUT is char special file and gets IoOFP
15621              created - do _NOT_ pass num_svs as that fopen-s stringified
15622              glob, and not fdopen-s the fd.
15623      Branch: perl
15624           +> t/op/utfhash.t
15625           !> MANIFEST doio.c
15626 ____________________________________________________________________________
15627 [ 15412] By: nick                                  on 2002/03/22  10:50:53
15628         Log: Check for sanity of UTF-8 keys in hashes
15629              (feel free to add more tests...)
15630      Branch: perlio
15631            + t/op/utfhash.t
15632            ! MANIFEST
15633 ____________________________________________________________________________
15634 [ 15411] By: ams                                   on 2002/03/22  08:36:33
15635         Log: Revert #15200 for backwards compatiblity reasons.
15636      Branch: perl
15637            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
15638            ! pp_ctl.c t/op/override.t
15639 ____________________________________________________________________________
15640 [ 15410] By: nick                                  on 2002/03/22  07:47:41
15641         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
15642              - when (e.g.) STDOUT is char special file and gets IoOFP
15643              created - do _NOT_ pass num_svs as that fopen-s stringified
15644              glob, and not fdopen-s the fd.
15645      Branch: perlio
15646            ! doio.c
15647 ____________________________________________________________________________
15648 [ 15409] By: nick                                  on 2002/03/22  07:19:33
15649         Log: Integrate mainline
15650      Branch: perlio
15651           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
15652           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
15653           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
15654           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
15655           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
15656           +> ext/Encode/lib/Encode/Details.pod
15657           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15658           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
15659           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15660           +> lib/Pod/t/pod2html-lib.pl
15661            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
15662           !> (integrate 39 files)
15663 ____________________________________________________________________________
15664 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
15665         Log: Win32 tweak from mjd.
15666      Branch: perl
15667            ! lib/Tie/File.pm
15668 ____________________________________________________________________________
15669 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
15670         Log: If Unicode keys are entered to a hash, a bit is turned on.
15671              If the bit is on, when the keys are fetched from the hash
15672              (%h, each %h, keys %h), the Unicodified versions of the keys
15673              are returned if needed.  This solution errs on the size of
15674              over-Unicodifying, the old solution erred on the side of
15675              under-Unicodifying.  As long as the hash keys can be a mix
15676              of byte and Unicode strings, a perfect fit is hard to come by.
15677      Branch: perl
15678            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
15679            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
15680 ____________________________________________________________________________
15681 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
15682         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
15683              From: Mike Guy <mjtg@cam.ac.uk>
15684              Date: Fri, 22 Mar 2002 02:08:20 +0000
15685              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
15686      Branch: perl
15687            ! pod/perldelta.pod
15688 ____________________________________________________________________________
15689 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
15690         Log: PM_SETRE() fallout.
15691      Branch: perl
15692            ! ext/ByteLoader/bytecode.h
15693 ____________________________________________________________________________
15694 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
15695         Log: Subject: [PATCH pod/perlxs.pod] doc fix
15696              From: Stas Bekman <stas@stason.org>
15697              Date: Thu, 21 Mar 2002 18:47:35 +0800
15698              Message-ID: <3C99BA47.9010403@stason.org>
15699      Branch: perl
15700            ! pod/perlxs.pod
15701 ____________________________________________________________________________
15702 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
15703         Log: Subject: [PATCH]
15704              From: Slaven Rezic <slaven.rezic@berlin.de>
15705              Date: 21 Mar 2002 10:19:23 +0100
15706              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
15707              
15708              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
15709      Branch: perl
15710            ! hints/freebsd.sh
15711 ____________________________________________________________________________
15712 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
15713         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
15714              From: Tim Bunce <Tim.Bunce@pobox.com>
15715              Date: Thu, 21 Mar 2002 21:18:05 +0000
15716              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
15717      Branch: perl
15718            ! ext/Storable/Storable.xs
15719 ____________________________________________________________________________
15720 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
15721         Log: Reword the Apache^Wmod_perl bit so that Sarathy
15722              can sleep easier :-)
15723      Branch: perl
15724            ! pod/perldelta.pod
15725 ____________________________________________________________________________
15726 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
15727         Log: It seems that the strange failure (core dump) of
15728              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
15729              (1) using Sun's cc helps
15730              (2) rewriting the ithreads PM_SETRE() to do the
15731              setting in two steps helps
15732              (3) no other platforms have the crash
15733              (4) Tru64's Third Degree sees nothing evil
15734              So we implement (2).
15735      Branch: perl
15736            ! op.h
15737 ____________________________________________________________________________
15738 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
15739         Log: Solaris: default to the SUNwspro cc if it is available.
15740      Branch: perl
15741            ! hints/solaris_2.sh
15742 ____________________________________________________________________________
15743 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
15744         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
15745              does not get fixed in time.
15746      Branch: perl
15747            ! pod/perldelta.pod
15748 ____________________________________________________________________________
15749 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
15750         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
15751              From: Dave Mitchell <davem@fdgroup.com>
15752              Date: Thu, 21 Mar 2002 17:24:40 +0000
15753              Message-ID: <20020321172440.C13683@fdgroup.com>
15754      Branch: perl
15755            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
15756            ! pod/perlapi.pod proto.h sv.h toke.c
15757 ____________________________________________________________________________
15758 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
15759         Log: One more proto escapee.
15760      Branch: perl
15761            ! hints/linux.sh
15762 ____________________________________________________________________________
15763 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
15764         Log: metaconfig unit change for #15394.
15765      Branch: metaconfig/U/perl
15766            ! Checkcc.U
15767 ____________________________________________________________________________
15768 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
15769         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
15770              From: Robin Barker <rmb1@cise.npl.co.uk>
15771              Date: Thu, 21 Mar 2002 17:35:00 GMT
15772              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
15773      Branch: perl
15774            ! Configure
15775 ____________________________________________________________________________
15776 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
15777         Log: Subject: Re: [tests for Pod::Html]
15778              From: Stas Bekman <stas@stason.org>
15779              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
15780              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
15781      Branch: perl
15782            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15783            - t/pod2html/README
15784            ! MANIFEST lib/Pod/t/pod2html-lib.pl
15785 ____________________________________________________________________________
15786 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
15787         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
15788              From: Stas Bekman <stas@stason.org>
15789              Date: Thu, 21 Mar 2002 18:50:56 +0800
15790              Message-ID: <3C99BB10.50004@stason.org>
15791      Branch: perl
15792            ! ext/Cwd/Cwd.xs
15793 ____________________________________________________________________________
15794 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
15795         Log: Upgrade to Encode 0.95, from Dan Kogai.
15796      Branch: perl
15797            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
15798            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
15799            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
15800            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
15801            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
15802            + ext/Encode/lib/Encode/Details.pod
15803            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15804            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
15805            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
15806            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
15807            ! ext/Encode/Makefile.PL
15808 ____________________________________________________________________________
15809 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
15810         Log: Mention the new syslog try-harder feature.
15811      Branch: perl
15812            ! pod/perldelta.pod
15813 ____________________________________________________________________________
15814 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
15815         Log: metaconfig unit changes for #15388.
15816      Branch: metaconfig
15817            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15818            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15819            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15820            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15821            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15822            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15823            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15824            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15825            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15826            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15827            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15828            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15829            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15830            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15831            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15832            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15833            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15834            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15835            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15836            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15837            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15838            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15839            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15840            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15841 ____________________________________________________________________________
15842 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
15843         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
15844              From: Spider Boardman <spider@web.zk3.dec.com>
15845              Date: Thu, 21 Mar 2002 09:23:45 -0500
15846              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
15847      Branch: perl
15848            ! Configure hints/hpux.sh reentr.pl
15849 ____________________________________________________________________________
15850 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
15851         Log: NetWare diff from C Aditya.
15852      Branch: perl
15853            ! perl.h
15854 ____________________________________________________________________________
15855 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
15856         Log: The htmlview test doesn't work yet.
15857      Branch: perl
15858            + t/pod2html/README
15859            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15860            ! MANIFEST
15861 ____________________________________________________________________________
15862 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
15863         Log: Placeholder.
15864      Branch: perl
15865            ! MANIFEST
15866 ____________________________________________________________________________
15867 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
15868         Log: Integrate perlio:
15869              
15870              [ 15381]
15871              Restore tabs so dmake will parse file!
15872      Branch: perl
15873           !> win32/makefile.mk
15874 ____________________________________________________________________________
15875 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
15876         Log: Subject: [tests for Pod::Html]
15877              From: Stas Bekman <stas@stason.org>
15878              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
15879              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
15880      Branch: perl
15881            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
15882            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15883            + lib/Pod/t/pod2html-lib.pl
15884            ! MANIFEST
15885 ____________________________________________________________________________
15886 [ 15382] By: nick                                  on 2002/03/21  07:21:57
15887         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
15888      Branch: perlio
15889           +> ext/Encode/AUTHORS ext/Encode/Changes
15890           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
15891           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15892           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15893           +> ext/I18N/Langinfo/fallback/const-c.inc
15894           +> ext/I18N/Langinfo/fallback/const-xs.inc
15895           +> lib/ExtUtils/t/Constant.t
15896            - ext/Encode/Encode/euc-jp-0212.enc
15897            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
15898            - ext/Encode/t/table.euc ext/Encode/t/table.ref
15899            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
15900           !> (integrate 105 files)
15901 ____________________________________________________________________________
15902 [ 15381] By: nick                                  on 2002/03/21  06:59:57
15903         Log: Restore tabs so dmake will parse file!
15904      Branch: perlio
15905            ! win32/makefile.mk
15906 ____________________________________________________________________________
15907 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
15908         Log: Upgrade to Unicode::Normalize 0.16.
15909      Branch: perl
15910            ! ext/Unicode/Normalize/Changes
15911            ! ext/Unicode/Normalize/Normalize.pm
15912 ____________________________________________________________________________
15913 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
15914         Log: Schwern's wallet is a bit more loose.
15915      Branch: perl
15916            ! t/lib/1_compile.t
15917 ____________________________________________________________________________
15918 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
15919         Log: Subject: [PATCH]
15920              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15921              Date: Wed, 20 Mar 2002 22:56:17 -0000
15922              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
15923              
15924              packWARN also for subdirs.
15925      Branch: perl
15926            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
15927            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
15928            ! win32/win32.c
15929 ____________________________________________________________________________
15930 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
15931         Log: A plan is better.
15932      Branch: perl
15933            ! ext/Encode/t/CJKalias.t
15934 ____________________________________________________________________________
15935 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
15936         Log: Upgrade to Encode 0.94, from Dan Kogai.
15937      Branch: perl
15938            + ext/Encode/lib/Encode/Description.pod
15939            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
15940            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
15941            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
15942            ! ext/Encode/lib/Encode/Encoding.pm
15943            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15944            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
15945            ! ext/Encode/t/CJKalias.t
15946 ____________________________________________________________________________
15947 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
15948         Log: Rats' nest.
15949      Branch: perl
15950            ! hints/solaris_2.sh
15951 ____________________________________________________________________________
15952 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
15953         Log: Rrright.
15954      Branch: perl
15955            ! pod/perlguts.pod
15956 ____________________________________________________________________________
15957 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
15958         Log: Update Changes.
15959      Branch: perl
15960            ! Changes patchlevel.h
15961 ____________________________________________________________________________
15962 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
15963         Log: Reapply #15336.
15964      Branch: perl
15965            ! ext/Encode/lib/Encode/Tcl.pm
15966 ____________________________________________________________________________
15967 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
15968         Log: Upgrade to Encode 0.93, from Dan Kogai.
15969      Branch: perl
15970            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
15971            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
15972            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
15973            ! ext/Encode/README ext/Encode/TW/TW.pm
15974            ! ext/Encode/lib/Encode/CN/HZ.pm
15975            ! ext/Encode/lib/Encode/Encoding.pm
15976            ! ext/Encode/lib/Encode/Internal.pm
15977            ! ext/Encode/lib/Encode/JP/Constants.pm
15978            ! ext/Encode/lib/Encode/JP/H2Z.pm
15979            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15980            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
15981            ! ext/Encode/lib/Encode/Tcl/Escape.pm
15982            ! ext/Encode/lib/Encode/Tcl/Table.pm
15983            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
15984            ! ext/Encode/lib/Encode/iso10646_1.pm
15985            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
15986            ! ext/Encode/t/JP.t
15987 ____________________________________________________________________________
15988 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
15989         Log: Subject: patch for syslog
15990              From: <Nick.Williams@morganstanley.com>
15991              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
15992              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
15993      Branch: perl
15994            ! ext/Sys/Syslog/Syslog.pm
15995 ____________________________________________________________________________
15996 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
15997         Log: Some failure updates.
15998      Branch: perl
15999            ! pod/perldelta.pod
16000 ____________________________________________________________________________
16001 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
16002         Log: Getopt::Long 2.29 from Johan Vromans.
16003      Branch: perl
16004            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
16005 ____________________________________________________________________________
16006 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
16007         Log: Rename ExtUtils.t to Constant.t, as suggested by
16008              Nicholas Clark.
16009      Branch: perl
16010            + lib/ExtUtils/t/Constant.t
16011            - lib/ExtUtils/t/ExtUtils.t
16012            ! MANIFEST
16013 ____________________________________________________________________________
16014 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
16015         Log: Subject: [PATCH] TODO - Make Schwern Poorer
16016              From: Nicholas Clark <nick@unfortu.net>
16017              Date: Tue, 19 Mar 2002 22:50:28 +0000
16018              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
16019      Branch: perl
16020            ! t/lib/1_compile.t
16021 ____________________________________________________________________________
16022 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
16023         Log: Subject: Re: The story of O [PATCH]
16024              From: Richard.Foley@t-online.de (Richard Foley)
16025              Date: Sun, 17 Mar 2002 08:37:26 +0100
16026              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
16027      Branch: perl
16028            ! lib/perl5db.pl
16029 ____________________________________________________________________________
16030 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
16031         Log: Mention the external modules Encode::HanExtra and
16032              PadWalker.
16033      Branch: perl
16034            ! pod/perldelta.pod
16035 ____________________________________________________________________________
16036 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
16037         Log: Subject: [PATCH] List lexicals from debugger
16038              From: Peter Scott <Peter@PSDT.com>
16039              Date: Tue, 19 Mar 2002 12:28:52 -0800
16040              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
16041      Branch: perl
16042            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
16043 ____________________________________________________________________________
16044 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
16045         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
16046              and :encoding(xxx) was errorneously parsed.
16047      Branch: perl
16048            ! lib/open.pm
16049 ____________________________________________________________________________
16050 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
16051         Log: Subject: [PATCH bleadperl] exec.t tweak
16052              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16053              Date: Wed, 20 Mar 2002 01:21:40 +0100
16054              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
16055              
16056              4NT returns 2 as error-code for nonexistant file.
16057      Branch: perl
16058            ! t/op/exec.t
16059 ____________________________________________________________________________
16060 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
16061         Log: minor Tie::File test patch to make win32 happier, from mjd.
16062      Branch: perl
16063            ! lib/Tie/File/t/30_defer.t
16064 ____________________________________________________________________________
16065 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
16066         Log: Subject: [PATCH bleadperl] magic.t tweak
16067              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16068              Date: Wed, 20 Mar 2002 00:39:16 +0100
16069              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
16070      Branch: perl
16071            ! t/op/magic.t
16072 ____________________________________________________________________________
16073 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
16074         Log: Typo fix from Andreas Koenig, plus a tweak.
16075      Branch: perl
16076            ! pod/perlunicode.pod
16077 ____________________________________________________________________________
16078 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
16079         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
16080              in Mandrake 8.2.  Now we need to figure out a way not to
16081              unbreak Apache.
16082      Branch: perl
16083            ! hints/linux.sh
16084 ____________________________________________________________________________
16085 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
16086         Log: Fix for "UTF-8 bug with s///" from Hugo.
16087      Branch: perl
16088            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
16089            ! t/op/pat.t
16090 ____________________________________________________________________________
16091 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
16092         Log: metaconfig unit change for #15354.
16093      Branch: metaconfig
16094            ! U/threads/usethreads.U
16095 ____________________________________________________________________________
16096 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
16097         Log: Installation updates on threads and perlio.
16098      Branch: perl
16099            ! Configure INSTALL
16100 ____________________________________________________________________________
16101 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
16102         Log: Tpo.
16103      Branch: perl
16104            ! pod/perlfaq6.pod
16105 ____________________________________________________________________________
16106 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
16107         Log: Regen modlib and toc.
16108      Branch: perl
16109            ! pod/perlmodlib.pod pod/perltoc.pod
16110 ____________________________________________________________________________
16111 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
16112         Log: Whitespace tweaks.
16113      Branch: perl
16114            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
16115            ! pod/perltodo.pod pod/perlunicode.pod
16116 ____________________________________________________________________________
16117 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
16118         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
16119              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
16120              (And as suggested by Markus Kuhn.)
16121              
16122              While we are at it, document also the case of
16123              mixed hash keys as a known potential troublemaker.
16124              (Since it's locale-related, sometimes.)
16125      Branch: perl
16126            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
16127            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
16128            ! pod/perluniintro.pod
16129 ____________________________________________________________________________
16130 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
16131         Log: Surely a typo.
16132      Branch: perl
16133            ! gv.c
16134 ____________________________________________________________________________
16135 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
16136         Log: Take two.
16137      Branch: perl
16138            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16139            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16140 ____________________________________________________________________________
16141 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
16142         Log: Let's try this from scratch.
16143      Branch: perl
16144            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16145            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16146 ____________________________________________________________________________
16147 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
16148         Log: I could do this all day...
16149      Branch: perl
16150            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16151            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16152 ____________________________________________________________________________
16153 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
16154         Log: Grrr.
16155      Branch: perl
16156            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16157            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16158 ____________________________________________________________________________
16159 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
16160         Log: Subject: Re: Nearly OK for cygwin@15318
16161              From: John Peacock <jpeacock@rowman.com>
16162              Date: Tue, 19 Mar 2002 15:58:08 -0500
16163              Message-ID: <3C97A660.3060302@rowman.com>
16164      Branch: perl
16165            ! pod/perlport.pod
16166 ____________________________________________________________________________
16167 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
16168         Log: Subject: Re: Nearly OK for cygwin@15318
16169              From: <slaven.rezic@berlin.de>
16170              Date: Tue, 19 Mar 2002 21:47:49 +0100
16171              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
16172              
16173              Subject: Re: Nearly OK for cygwin@15318
16174              From: <slaven.rezic@berlin.de>
16175              Date: Tue, 19 Mar 2002 21:37:18 +0100
16176              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
16177      Branch: perl
16178            ! pod/perlport.pod t/io/fs.t
16179 ____________________________________________________________________________
16180 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
16181         Log: D'oh.
16182      Branch: perl
16183            + ext/I18N/Langinfo/fallback/const-c.inc
16184            + ext/I18N/Langinfo/fallback/const-xs.inc
16185 ____________________________________________________________________________
16186 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
16187         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
16188              From: Nicholas Clark <nick@unfortu.net>
16189              Date: Tue, 19 Mar 2002 22:37:08 +0000
16190              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
16191              
16192              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
16193              From: Nicholas Clark <nick@ccl4.org>
16194              Date: Tue, 19 Mar 2002 22:39:55 +0000
16195              Message-ID: <20020319223954.G94831@plum.flirble.org>
16196      Branch: perl
16197            - ext/I18N/Langinfo/fallback.xs
16198            ! MANIFEST
16199 ____________________________________________________________________________
16200 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
16201         Log: Text, not binary.
16202      Branch: perl
16203            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16204            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16205 ____________________________________________________________________________
16206 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
16207         Log: Subject: Re: perl@15244
16208              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16209              Date: Mon, 18 Mar 2002 17:37:31 +0100
16210              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
16211              
16212              (Goedendag: Dutch whitespace police)
16213      Branch: perl
16214            ! hints/hpux.sh
16215 ____________________________________________________________________________
16216 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
16217         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
16218              From: Nicholas Clark <nick@unfortu.net>
16219              Date: Tue, 19 Mar 2002 21:52:47 +0000
16220              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
16221      Branch: perl
16222            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
16223            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
16224            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
16225            ! ext/Sys/Syslog/Makefile.PL
16226 ____________________________________________________________________________
16227 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
16228         Log: More pathname portability checks.
16229      Branch: perl
16230            ! Porting/check83.pl
16231 ____________________________________________________________________________
16232 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
16233         Log: Begone, Encode::Tcl::Extended.
16234      Branch: perl
16235            ! ext/Encode/lib/Encode/Tcl.pm
16236 ____________________________________________________________________________
16237 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
16238         Log: This is like trying to put the shaving cream
16239              back to the can...
16240      Branch: perl
16241            ! hints/linux.sh
16242 ____________________________________________________________________________
16243 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
16244         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
16245              types of usleep().  Fun, fun. fun.
16246      Branch: perl
16247            ! hints/linux.sh
16248 ____________________________________________________________________________
16249 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
16250         Log: Sarathy's new suggestion for Linux threading flags.
16251      Branch: perl
16252            ! hints/linux.sh
16253 ____________________________________________________________________________
16254 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
16255         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
16256      Branch: perl
16257            - ext/Encode/Encode/euc-jp-0212.ucm
16258            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
16259            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
16260 ____________________________________________________________________________
16261 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
16262         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
16263              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16264              Date: Tue, 19 Mar 2002 00:42:22 +0100
16265              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
16266      Branch: perl
16267            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
16268 ____________________________________________________________________________
16269 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
16270         Log: "+" is not a valid filename character in VMS.
16271      Branch: perl
16272            + ext/Encode/Encode/euc-jp-0212.ucm
16273            - ext/Encode/Encode/euc-jp+0212.ucm
16274            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
16275 ____________________________________________________________________________
16276 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
16277         Log: Update Changes.
16278      Branch: perl
16279            ! Changes patchlevel.h
16280 ____________________________________________________________________________
16281 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
16282         Log: Take away _GNU_SOURCE since that does not seem
16283              to play well with other software (like Apache),
16284              just hint away the WHOAs.
16285      Branch: perl
16286            ! hints/linux.sh
16287 ____________________________________________________________________________
16288 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
16289         Log: metaconfig unit change for #15326.
16290      Branch: metaconfig
16291            ! U/threads/d_crypt_r.U
16292 ____________________________________________________________________________
16293 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
16294         Log: Support crypt_r(const char*,const char*, CRYPTD*).
16295      Branch: perl
16296            ! Configure reentr.h reentr.pl
16297 ____________________________________________________________________________
16298 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
16299         Log: VMS acrobatics from Peter Prymmer.
16300      Branch: perl
16301            ! lib/ExtUtils/t/ExtUtils.t
16302 ____________________________________________________________________________
16303 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
16304         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
16305              From: Stas Bekman <stas@stason.org>
16306              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
16307              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
16308      Branch: perl
16309            ! lib/Pod/Html.pm
16310 ____________________________________________________________________________
16311 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
16312         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
16313              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16314              Date: Tue, 19 Mar 2002 10:49:27 +0100
16315              Message-ID: <20020319104927.C705@rafael>   
16316      Branch: perl
16317            ! ext/B/t/xref.t
16318 ____________________________________________________________________________
16319 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
16320         Log: Integrate perlio:
16321              
16322              [ 15314]
16323              Move docs for Encode::valid_utf8 (which does not exist)
16324              to be docs for utf8::valid() (which does).
16325      Branch: perl
16326           !> ext/Encode/Encode.pm lib/utf8.pm
16327 ____________________________________________________________________________
16328 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
16329         Log: Remove Encode::Tcl::Extended, suggested by
16330              SADAHIRO Tomoyuki.
16331      Branch: perl
16332            - ext/Encode/Encode/euc-jp-0212.enc
16333            - ext/Encode/lib/Encode/Tcl/Extended.pm
16334            ! MANIFEST ext/Encode/MANIFEST
16335            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16336            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
16337 ____________________________________________________________________________
16338 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
16339         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
16340      Branch: perl
16341            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
16342            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
16343            + ext/Encode/t/jisx0212.ref
16344            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
16345            - ext/Encode/t/table.ref
16346            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
16347            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
16348            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
16349            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
16350            ! ext/Encode/lib/Encode/CN/HZ.pm
16351            ! ext/Encode/lib/Encode/Encoding.pm
16352            ! ext/Encode/lib/Encode/Internal.pm
16353            ! ext/Encode/lib/Encode/JP/Constants.pm
16354            ! ext/Encode/lib/Encode/JP/H2Z.pm
16355            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16356            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16357            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16358            ! ext/Encode/lib/Encode/Tcl/Extended.pm
16359            ! ext/Encode/lib/Encode/Tcl/Table.pm
16360            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16361            ! ext/Encode/lib/Encode/iso10646_1.pm
16362            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16363            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
16364            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
16365 ____________________________________________________________________________
16366 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
16367         Log: constness+signedness nit.
16368      Branch: perl
16369            ! ext/Unicode/Normalize/Normalize.xs
16370 ____________________________________________________________________________
16371 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
16372         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
16373      Branch: perl
16374            ! ext/Unicode/Normalize/Changes
16375            ! ext/Unicode/Normalize/Normalize.pm
16376            ! ext/Unicode/Normalize/Normalize.xs
16377            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
16378            ! ext/Unicode/Normalize/t/func.t
16379 ____________________________________________________________________________
16380 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
16381         Log: Split the ebcdic details to perlebcdic.
16382      Branch: perl
16383            ! pod/perlebcdic.pod pod/perluniintro.pod
16384 ____________________________________________________________________________
16385 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
16386         Log: Be explicit.
16387      Branch: perl
16388            ! pod/perluniintro.pod
16389 ____________________________________________________________________________
16390 [ 15315] By: nick                                  on 2002/03/19  09:24:18
16391         Log: Integrate mainline
16392      Branch: perlio
16393           +> ext/List/Util/t/openhan.t
16394           !> (integrate 53 files)
16395 ____________________________________________________________________________
16396 [ 15314] By: nick                                  on 2002/03/19  07:39:07
16397         Log: Move docs for Encode::valid_utf8 (which does not exist)
16398              to be docs for utf8::valid() (which does).
16399      Branch: perlio
16400            ! ext/Encode/Encode.pm lib/utf8.pm
16401 ____________________________________________________________________________
16402 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
16403         Log: Update the Unicode vs EBCDIC situation.
16404      Branch: perl
16405            ! pod/perlebcdic.pod pod/perluniintro.pod
16406 ____________________________________________________________________________
16407 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
16408         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
16409              From: Robert Spier <rspier@pobox.com>
16410              Date: Mon, 18 Mar 2002 19:22:55 -0800
16411              Message-ID: <15510.44815.383439.823671@rls.cx>
16412      Branch: perl
16413            ! ext/threads/t/end.t
16414 ____________________________________________________________________________
16415 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
16416         Log: UTF-8 walk errors that become visible in EBCDIC.
16417      Branch: perl
16418            ! regexec.c
16419 ____________________________________________________________________________
16420 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
16421         Log: s/regcinclasslen/reginclass/ and remove the old
16422              reginclass since nothing is using it.
16423      Branch: perl
16424            ! embed.fnc embed.h proto.h regexec.c
16425 ____________________________________________________________________________
16426 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
16427         Log: Close the file so it can be (a) removed (b) reopened.
16428      Branch: perl
16429            ! ext/B/t/xref.t
16430 ____________________________________________________________________________
16431 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
16432         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
16433              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16434              Date: Mon, 18 Mar 2002 23:14:31 +0100
16435              Message-ID: <20020318231431.A699@rafael>
16436      Branch: perl
16437            ! ext/B/B.xs utf8.c
16438 ____________________________________________________________________________
16439 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
16440         Log: Failed patch hunk reapplied.
16441      Branch: perl
16442            ! lib/Tie/File/t/32_defer_misc.t
16443 ____________________________________________________________________________
16444 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
16445         Log: For DEBUGGING threaded builds.
16446      Branch: perl
16447            ! sv.c
16448 ____________________________________________________________________________
16449 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
16450         Log: AUTHORS update.
16451      Branch: perl
16452            ! AUTHORS
16453 ____________________________________________________________________________
16454 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
16455         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
16456              (Fix from Craig Berry)
16457      Branch: perl
16458            ! pp_sys.c
16459 ____________________________________________________________________________
16460 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
16461         Log: Subject: [PATCH] configure.com home-grown kill() check
16462              From: "Craig A. Berry" <craigberry@mac.com>
16463              Date: Mon, 18 Mar 2002 13:52:59 -0600
16464              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
16465      Branch: perl
16466            ! configure.com
16467 ____________________________________________________________________________
16468 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
16469         Log: Upgrade to Tie::File 0.50.
16470      Branch: perl
16471            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
16472            ! lib/Tie/File/t/32_defer_misc.t
16473 ____________________________________________________________________________
16474 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
16475         Log: AUTHORS updates.
16476      Branch: perl
16477            ! AUTHORS
16478 ____________________________________________________________________________
16479 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
16480         Log: Update Changes.
16481      Branch: perl
16482            ! Changes patchlevel.h
16483 ____________________________________________________________________________
16484 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
16485         Log: OS/390 update.
16486      Branch: perl
16487            ! pod/perldelta.pod
16488 ____________________________________________________________________________
16489 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
16490         Log: Forgot from #15288.
16491      Branch: perl
16492            ! ext/B/B.xs
16493 ____________________________________________________________________________
16494 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
16495         Log: Make regex DEBUGGING faster.
16496      Branch: perl
16497            ! perl.c perl.h regexec.c
16498 ____________________________________________________________________________
16499 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
16500         Log: Undo accidental perl.h part of #15295 (wait for #15297)
16501      Branch: perl
16502            ! perl.h
16503 ____________________________________________________________________________
16504 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
16505         Log: Subject: prefix slip
16506              From: andreas.koenig@anima.de (Andreas J. Koenig)
16507              Date: Mon, 18 Mar 2002 16:24:46 +0100
16508              Message-ID: <m3y9gp3nlt.fsf@anima.de>
16509              
16510              (perl.h part accidental, undone by #15296)
16511      Branch: perl
16512            ! INSTALL perl.h
16513 ____________________________________________________________________________
16514 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
16515         Log: Be tidy.
16516      Branch: perl
16517            ! ext/B/t/xref.t
16518 ____________________________________________________________________________
16519 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
16520         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
16521              From: Spider Boardman <spider@web.zk3.dec.com>
16522              Date: Mon, 18 Mar 2002 10:09:50 -0500
16523              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
16524      Branch: perl
16525            ! README.tru64 hints/dec_osf.sh
16526 ____________________________________________________________________________
16527 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
16528         Log: NetWare tweaks from C Aditya <caditya@novell.com>
16529      Branch: perl
16530            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
16531 ____________________________________________________________________________
16532 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
16533         Log: metaconfig unit change for #15290.
16534      Branch: metaconfig/U/perl
16535            ! perlxv.U
16536 ____________________________________________________________________________
16537 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
16538         Log: Subject: d_nv_preserves_uv_bits
16539              From: Nicholas Clark <nick@unfortu.net>
16540              Date: Thu, 14 Mar 2002 22:24:19 +0000
16541              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
16542      Branch: perl
16543            ! Configure Porting/Glossary Porting/config.sh config_h.SH
16544            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
16545            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
16546            ! win32/config.bc win32/config.gc win32/config.vc
16547            ! win32/config.win64
16548 ____________________________________________________________________________
16549 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
16550         Log: Subject: Re: perl@15244
16551              From: Spider Boardman <spider@web.zk3.dec.com>
16552              Date: Mon, 18 Mar 2002 09:38:55 -0500
16553              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
16554              
16555              (IA64 work.)
16556      Branch: perl
16557            ! hints/hpux.sh perl.h
16558 ____________________________________________________________________________
16559 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
16560         Log: Subject: [PATCH B] B::perlstring()
16561              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16562              Date: Sun, 17 Mar 2002 23:06:12 +0100
16563              Message-ID: <20020317230612.A24442@rafael>
16564      Branch: perl
16565            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
16566 ____________________________________________________________________________
16567 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
16568         Log: Subject: [PATCH] another pack "w" thing
16569              From: Nicholas Clark <nick@unfortu.net>
16570              Date: Sat, 16 Mar 2002 21:52:15 +0000
16571              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
16572      Branch: perl
16573            ! pp_pack.c t/op/pack.t
16574 ____________________________________________________________________________
16575 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
16576         Log: More prototypes blindness in Solaris.
16577              (TODO: readdir64_r really needs to be seen.)
16578      Branch: perl
16579            ! hints/solaris_2.sh
16580 ____________________________________________________________________________
16581 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
16582         Log: Integrate perlio:
16583              
16584              [ 15282]
16585              Tidy the "does not map" message for non-characters
16586              (e.g. iso-8859-3 "\xA5").
16587      Branch: perl
16588           !> ext/Encode/Encode.xs
16589 ____________________________________________________________________________
16590 [ 15284] By: nick                                  on 2002/03/18  11:00:31
16591         Log: Integrate mainline
16592      Branch: perlio
16593           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
16594           +> lib/Tie/File/t/32_defer_misc.t
16595           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
16596           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
16597           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
16598           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
16599           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
16600           !> reentr.pl regexec.c t/op/pat.t util.c
16601 ____________________________________________________________________________
16602 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
16603         Log: Sync with Scalar-List-Utils-1.07
16604      Branch: perl
16605            + ext/List/Util/t/openhan.t
16606            ! MANIFEST ext/List/Util/ChangeLog
16607            ! ext/List/Util/lib/List/Util.pm
16608            ! ext/List/Util/lib/Scalar/Util.pm
16609 ____________________________________________________________________________
16610 [ 15282] By: nick                                  on 2002/03/18  08:11:28
16611         Log: Tidy the "does not map" message for non-characters
16612              (e.g. iso-8859-3 "\xA5").
16613      Branch: perlio
16614            ! ext/Encode/Encode.xs
16615 ____________________________________________________________________________
16616 [ 15281] By: ams                                   on 2002/03/18  04:44:37
16617         Log: URL fix from MJD.
16618      Branch: perl
16619            ! pod/perlfaq3.pod
16620 ____________________________________________________________________________
16621 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
16622         Log: More prototype calming (really should fix the Configure
16623              protochk, but not at this point in time).
16624      Branch: perl
16625            ! hints/solaris_2.sh
16626 ____________________________________________________________________________
16627 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
16628         Log: return at the wrong side of #endif.
16629      Branch: perl
16630            ! util.c
16631 ____________________________________________________________________________
16632 [ 15278] By: ams                                   on 2002/03/17  23:45:31
16633         Log: Typo fix from Stas Bekman.
16634      Branch: perl
16635            ! pod/perlhack.pod
16636 ____________________________________________________________________________
16637 [ 15277] By: ams                                   on 2002/03/17  23:41:35
16638         Log: Upgrade to Tie::File 0.21.
16639      Branch: perl
16640            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
16641            + lib/Tie/File/t/32_defer_misc.t
16642            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
16643            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
16644            ! lib/Tie/File/t/22_autochomp.t
16645 ____________________________________________________________________________
16646 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
16647         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
16648              character classes use inlined macros instead of the full
16649              function call.
16650      Branch: perl
16651            ! regexec.c
16652 ____________________________________________________________________________
16653 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
16654         Log: Integrate perlio:
16655              
16656              [ 15274]
16657              Other :encoding oddities
16658              - we should really pop while we can still make method calls
16659              in case DESTROY does something.
16660              - Provide a no-op DESTROY
16661              - Use SvPV_only() rather than just SvPV_on()
16662              
16663              [ 15273]
16664              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
16665      Branch: perl
16666           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16667           !> ext/Encode/lib/Encode/Encoding.pm sv.c
16668 ____________________________________________________________________________
16669 [ 15274] By: nick                                  on 2002/03/17  20:00:12
16670         Log: Other :encoding oddities
16671              - we should really pop while we can still make method calls
16672              in case DESTROY does something.
16673              - Provide a no-op DESTROY
16674              - Use SvPV_only() rather than just SvPV_on()
16675      Branch: perlio
16676            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16677            ! ext/Encode/lib/Encode/Encoding.pm
16678 ____________________________________________________________________________
16679 [ 15273] By: nick                                  on 2002/03/17  19:53:24
16680         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
16681      Branch: perlio
16682            ! sv.c
16683 ____________________________________________________________________________
16684 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
16685         Log: Implement the retry-on-ERANGE for the get*_r().
16686              The buffer will keep doubling until 64k.
16687      Branch: perl
16688            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
16689            ! reentr.h reentr.pl
16690 ____________________________________________________________________________
16691 [ 15271] By: nick                                  on 2002/03/17  17:38:44
16692         Log: Integrate mainline
16693      Branch: perlio
16694           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
16695           +> t/op/pow.t
16696           !> (integrate 28 files)
16697 ____________________________________________________________________________
16698 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
16699         Log: Subject: UTF-8 bug (maybe alreayd known?)
16700              From: andreas.koenig@anima.de (Andreas J. Koenig)
16701              Date: Fri, 08 Mar 2002 16:36:01 +0100
16702              Message-ID: <m3n0xjul5q.fsf@anima.de>
16703      Branch: perl
16704            ! pp_hot.c t/op/pat.t
16705 ____________________________________________________________________________
16706 [ 15269] By: nick                                  on 2002/03/17  09:12:39
16707         Log: Integarate mainline
16708      Branch: perlio
16709           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
16710           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
16711           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
16712           !> (integrate 69 files)
16713 ____________________________________________________________________________
16714 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
16715         Log: Subject: SEGV in s/// and UTF-8
16716              From: andreas.koenig@anima.de (Andreas J. Koenig)
16717              Date: Tue, 12 Mar 2002 00:40:09 +0100
16718              Message-ID: <m3r8mqad2e.fsf@anima.de>
16719      Branch: perl
16720            ! regexec.c t/op/pat.t
16721 ____________________________________________________________________________
16722 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
16723         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
16724              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
16725              which assume that 2**someinteger is accurate.
16726      Branch: perl
16727            + t/op/pow.t
16728            ! MANIFEST pp.c t/test.pl
16729 ____________________________________________________________________________
16730 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
16731         Log: _r-ify config.win64, too.
16732      Branch: perl
16733            ! win32/config.win64
16734 ____________________________________________________________________________
16735 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
16736         Log: Better place to initialize (IRIX cc noticed that
16737              the many "goto defchars" bypass the initialization)
16738      Branch: perl
16739            ! regcomp.c
16740 ____________________________________________________________________________
16741 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
16742         Log: If not building threaded, never mind the threaded prototypes.
16743      Branch: perl
16744            ! Configure reentr.pl
16745 ____________________________________________________________________________
16746 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
16747         Log: metaconfig: If not using threads, not point probing for the
16748              prototypes (since they might be hidden behind many defines
16749              we won't have if not building threaded)
16750      Branch: metaconfig
16751            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16752            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16753            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16754            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16755            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16756            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16757            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16758            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16759            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16760            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16761            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16762            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16763            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16764            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16765            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16766            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16767            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16768            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16769            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16770            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16771            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16772            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16773            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16774            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16775 ____________________________________________________________________________
16776 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
16777         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
16778      Branch: perl
16779            ! hints/freebsd.sh
16780 ____________________________________________________________________________
16781 [ 15261] By: ams                                   on 2002/03/16  18:14:04
16782         Log: Upgrade to Tie::File 0.20.
16783      Branch: perl
16784            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
16785            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
16786            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
16787            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
16788            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
16789            ! lib/Tie/File/t/11_rv_splice_rs.t
16790            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
16791            ! lib/Tie/File/t/16_handle.t
16792 ____________________________________________________________________________
16793 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
16794         Log: There seems to be a trend for the *time_r to be hidden.
16795      Branch: perl
16796            ! hints/irix_6.sh
16797 ____________________________________________________________________________
16798 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
16799         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
16800              From: Stas Bekman <stas@stason.org>
16801              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
16802              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
16803      Branch: perl
16804            ! lib/Pod/Html.pm
16805 ____________________________________________________________________________
16806 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
16807         Log: Subject: [PATCH] Re: dumpvar.pl bug
16808              From: Peter Scott <Peter@PSDT.com>
16809              Date: Fri, 15 Mar 2002 18:19:21 -0800
16810              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
16811      Branch: perl
16812            ! lib/dumpvar.pl lib/perl5db.pl
16813 ____________________________________________________________________________
16814 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
16815         Log: More paranoid _r protochecking.  At least Tru64 and
16816              Linux need additional hinting help to believe that
16817              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
16818              to see what goes bang.
16819      Branch: perl
16820            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
16821            ! reentr.pl
16822 ____________________________________________________________________________
16823 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
16824         Log: metaconfig: more paranoid _r protochecking.
16825      Branch: metaconfig
16826            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16827            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16828            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16829            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16830            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16831            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16832            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16833            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16834            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16835            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16836            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16837            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16838            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16839            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16840            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16841            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16842            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16843            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16844            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16845            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16846            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16847            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16848            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16849            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16850 ____________________________________________________________________________
16851 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
16852         Log: HP-UX gcc 3 warnings found by Sarathy.
16853      Branch: perl
16854            ! regcomp.c sv.c
16855 ____________________________________________________________________________
16856 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
16857         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
16858              From: Slaven Rezic <slaven.rezic@berlin.de>
16859              Date: 16 Mar 2002 15:29:18 +0100
16860              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
16861      Branch: perl
16862            ! pod/perldelta.pod
16863 ____________________________________________________________________________
16864 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
16865         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
16866      Branch: perl
16867            ! Porting/findrfuncs reentr.h reentr.pl
16868 ____________________________________________________________________________
16869 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
16870         Log: UIN32_MAX with borken under HP-UX+gcc
16871      Branch: perl
16872            ! handy.h
16873 ____________________________________________________________________________
16874 [ 15251] By: ams                                   on 2002/03/16  02:38:08
16875         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
16876              *::DESTROY() is deprecated
16877              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16878              Date: Thu, 14 Mar 2002 18:39:22 -0500
16879              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
16880              
16881              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
16882              *::DESTROY() is deprecated
16883              From: Dave Mitchell <davem@fdgroup.com>
16884              Date: Fri, 15 Mar 2002 19:22:49 +0000
16885              Message-Id: <20020315192249.A22389@fdgroup.com>
16886      Branch: perl
16887            ! gv.c t/op/method.t
16888 ____________________________________________________________________________
16889 [ 15250] By: ams                                   on 2002/03/16  02:14:41
16890         Log: Plural nit.
16891      Branch: perl
16892            ! pod/perldelta.pod
16893 ____________________________________________________________________________
16894 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
16895         Log: Doesn't make sense to test for protos if the
16896              functions are not to be used (!= functions exist!)
16897              This might be the key (well, a key) to the HP-UX
16898              problems.
16899      Branch: perl
16900            ! reentr.h reentr.pl
16901 ____________________________________________________________________________
16902 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
16903         Log: Typo in #15247.
16904      Branch: perl
16905            ! hints/hpux.sh
16906 ____________________________________________________________________________
16907 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
16908         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
16909              in HP-UX (from H.Merijn Brand)
16910      Branch: perl
16911            ! hints/hpux.sh
16912 ____________________________________________________________________________
16913 [ 15246] By: ams                                   on 2002/03/15  17:53:23
16914         Log: Subject: minor corrections in perldelta.pod
16915              From: mjd@plover.com
16916              Date: 15 Mar 2002 18:48:42 -0000
16917              Message-Id: <20020315184842.13573.qmail@plover.com>
16918      Branch: perl
16919            ! pod/perldelta.pod
16920 ____________________________________________________________________________
16921 [ 15245] By: ams                                   on 2002/03/15  17:37:52
16922         Log: Upgrade to Tie::File 0.19.
16923      Branch: perl
16924            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
16925            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
16926            + lib/Tie/File/t/21_win32.t
16927            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
16928            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
16929            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
16930            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
16931            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
16932            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
16933            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
16934            ! lib/Tie/File/t/17_misc_meth.t
16935 ____________________________________________________________________________
16936 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
16937         Log: Update Changes.
16938      Branch: perl
16939            ! Changes patchlevel.h
16940 ____________________________________________________________________________
16941 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
16942         Log: Forgot from #15241.
16943      Branch: perl
16944            ! win32/config_sh.PL
16945 ____________________________________________________________________________
16946 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
16947         Log: Subject: patch pod/perltodo.pod
16948              From: mjd@plover.com
16949              Date: 15 Mar 2002 15:42:18 -0000
16950              Message-ID: <20020315154218.10163.qmail@plover.com>
16951              
16952              (With s/WANT/Want/)
16953      Branch: perl
16954            ! pod/perltodo.pod
16955 ____________________________________________________________________________
16956 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
16957         Log: Subject: [PATCH bleadperl] (revision 5 undef)
16958              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16959              Date: Fri, 15 Mar 2002 00:39:48 +0100
16960              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
16961      Branch: perl
16962            ! win32/config.bc win32/config.gc win32/config.vc
16963            ! win32/config.win64
16964 ____________________________________________________________________________
16965 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
16966         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
16967              From: Michael G Schwern <schwern@pobox.com>
16968              Date: Thu, 14 Mar 2002 16:39:29 -0500
16969              Message-ID: <20020314213929.GA2912@blackrider>
16970      Branch: perl
16971            ! lib/perl5db.pl
16972 ____________________________________________________________________________
16973 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
16974         Log: Integrate perlio:
16975              
16976              [ 15235]
16977              Add the binmode()s to make JP.t pass on Win32
16978      Branch: perl
16979           !> embed.fnc ext/Encode/t/JP.t
16980 ____________________________________________________________________________
16981 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
16982         Log: Monster _r patch: try to scan for all known _r variants,
16983              and then use them (under ithreads).  May fail in HP-UX,
16984              and the op/groups is known to be fickle everywhere.  Known
16985              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
16986              warnings in AIX since the first arguments of getnetbyaddr
16987              and getnetbyadd_r are of different types.  Thanks, IBM.)
16988              
16989              In non-Configure platforms deny the existence of any
16990              of the _r thingies.  (Also add the recently introduced
16991              d_tm_* to places it wasn't already in.)
16992              
16993              TODO: the suggested glibc buffer growth retry loop in case
16994              some entries (at least for: gr*, host*) are big.
16995              Forgot win32/config.win64.
16996      Branch: perl
16997            + reentr.c reentr.h reentr.pl
16998            ! Configure MANIFEST Makefile.SH NetWare/Makefile
16999            ! NetWare/config.wc Porting/Glossary Porting/config.sh
17000            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
17001            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
17002            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
17003            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
17004            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
17005            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
17006            ! win32/config.bc win32/config.gc win32/config.vc
17007            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
17008 ____________________________________________________________________________
17009 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
17010         Log: Be more explicit on when is the $! worth anything.
17011      Branch: perl
17012            ! pod/perlvar.pod
17013 ____________________________________________________________________________
17014 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
17015         Log: metaconfig: _r _r we go.
17016      Branch: metaconfig
17017            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17018            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17019            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17020            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17021            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17022            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17023            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17024            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17025            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17026            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17027            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17028            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17029            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17030            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17031            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17032            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17033            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17034            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17035            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17036            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17037            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17038            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17039            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17040            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17041 ____________________________________________________________________________
17042 [ 15235] By: nick                                  on 2002/03/15  07:31:54
17043         Log: Add the binmode()s to make JP.t pass on Win32
17044      Branch: perlio
17045            ! ext/Encode/t/JP.t
17046 ____________________________________________________________________________
17047 [ 15234] By: nick                                  on 2002/03/15  07:20:49
17048         Log: Integrate perlio:
17049              
17050              [ 15233]
17051              Mark JP.t's data files as binary
17052              
17053              [ 15011]
17054              Avoid $Id$ cleverness and just have a $VERSION.
17055      Branch: perl
17056           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
17057 ____________________________________________________________________________
17058 [ 15233] By: nick                                  on 2002/03/15  07:18:02
17059         Log: Mark JP.t's data files as binary
17060      Branch: perlio
17061            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
17062 ____________________________________________________________________________
17063 [ 15232] By: nick                                  on 2002/03/15  07:13:38
17064         Log: Integrate mainline
17065      Branch: perlio
17066           +> ext/B/t/xref.t
17067           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
17068           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
17069           !> perl.c t/op/arith.t
17070 ____________________________________________________________________________
17071 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
17072         Log: The section needs to be in the makedepend script
17073              (from Jan-Erik Karlsson).
17074      Branch: perl
17075            ! makedepend.SH
17076 ____________________________________________________________________________
17077 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
17078         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
17079              From: Nicholas Clark <nick@unfortu.net>
17080              Date: Thu, 14 Mar 2002 23:05:23 +0000
17081              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
17082      Branch: perl
17083            ! ext/Safe/safe2.t
17084 ____________________________________________________________________________
17085 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
17086         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
17087              From: "Brent Dax" <brentdax@cpan.org>
17088              Date: Thu, 14 Mar 2002 09:08:41 -0800
17089              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
17090      Branch: perl
17091            ! lib/Pod/Html.pm
17092 ____________________________________________________________________________
17093 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
17094         Log: metaconfig: one round again for the _r.
17095      Branch: metaconfig
17096            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17097            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17098            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17099            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17100            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17101            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17102            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17103            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17104            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17105            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17106            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17107            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17108            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17109            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17110            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17111            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17112            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17113            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17114            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17115            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17116            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17117            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17118            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17119            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17120 ____________________________________________________________________________
17121 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
17122         Log: metaconfig: new round of the _r units.
17123      Branch: metaconfig
17124            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17125            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17126            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17127            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17128            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17129            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17130            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17131            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17132            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17133            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17134            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17135            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17136            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17137            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17138            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17139            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17140            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17141            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17142            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17143            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17144            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17145            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17146            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17147            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17148      Branch: metaconfig/U/perl
17149            + i_crypt.U
17150 ____________________________________________________________________________
17151 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
17152         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
17153              From: Paul_GreenVOS@vos.stratus.com
17154              Date: Tue, 12 Mar 02 19:22 est   
17155              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
17156      Branch: perl
17157            ! lib/Benchmark.t t/op/arith.t
17158 ____________________________________________________________________________
17159 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
17160         Log: Subject: Re: Win32: C:\Program Files
17161              From: "Ken Williams" <ken@mathforum.org>
17162              Date: Wed, 13 Mar 2002 17:50:59 -0600
17163              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
17164              
17165              Add -t to perl -h.
17166      Branch: perl
17167            ! perl.c
17168 ____________________________________________________________________________
17169 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
17170         Log: Extra paranoia from Nick Clark.
17171      Branch: perl
17172            ! ext/Safe/safe2.t
17173 ____________________________________________________________________________
17174 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
17175         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
17176              From: Nicholas Clark <nick@ccl4.org>
17177              Date: Wed, 13 Mar 2002 14:22:50 +0000
17178              Message-ID: <20020313142250.G92566@plum.flirble.org>
17179      Branch: perl
17180            ! ext/Safe/safe2.t
17181 ____________________________________________________________________________
17182 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
17183         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
17184              From: <slaven.rezic@berlin.de>
17185              Date: Tue, 12 Mar 2002 13:03:41 +0100      
17186              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
17187      Branch: perl
17188            ! Makefile.SH
17189 ____________________________________________________________________________
17190 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
17191         Log: Subject: [PATCH] a test for B::Xref
17192              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17193              Date: Wed, 13 Mar 2002 17:18:57 +0100
17194              Message-ID: <20020313171857.F1144@rafael>
17195      Branch: perl
17196            + ext/B/t/xref.t
17197            ! MANIFEST ext/B/B/Xref.pm
17198 ____________________________________________________________________________
17199 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
17200         Log: Subject: [PATCH] Exporter.pm POD fixups
17201              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17202              Date: Wed, 13 Mar 2002 16:21:42 +0100
17203              Message-ID: <20020313162142.A1144@rafael>
17204      Branch: perl
17205            ! lib/Exporter.pm
17206 ____________________________________________________________________________
17207 [ 15219] By: nick                                  on 2002/03/14  07:00:16
17208         Log: Integrate mainline
17209      Branch: perlio
17210           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
17211 ____________________________________________________________________________
17212 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
17213         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
17214              From: Michael G Schwern <schwern@pobox.com>
17215              Date: Wed, 13 Mar 2002 17:43:00 -0500
17216              Message-ID: <20020313224300.GG3311@blackrider>
17217      Branch: perl
17218            ! lib/ExtUtils/MM_VMS.pm
17219 ____________________________________________________________________________
17220 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
17221         Log: Pod tweak.
17222      Branch: perl
17223            ! lib/open.pm
17224 ____________________________________________________________________________
17225 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
17226         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
17227              From: "Craig A. Berry" <craigberry@mac.com>
17228              Date: Wed, 13 Mar 2002 01:44:01 -0600
17229              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
17230      Branch: perl
17231            ! vms/descrip_mms.template
17232 ____________________________________________________________________________
17233 [ 15215] By: nick                                  on 2002/03/13  08:08:36
17234         Log: Integrate mainline.
17235      Branch: perlio
17236           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
17237            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17238            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17239            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17240            - ext/Data/Util/t/Hash.t
17241           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
17242           !> ext/Encode/lib/Encode/CN/HZ.pm
17243           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
17244           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
17245           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
17246           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
17247           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
17248           !> t/op/override.t toke.c universal.c
17249 ____________________________________________________________________________
17250 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
17251         Log: metaconfig: three guesses.
17252      Branch: metaconfig
17253            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17254            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17255            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17256            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17257            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17258            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17259            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17260            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17261            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17262            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17263            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17264            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17265            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17266            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17267            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17268            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17269            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17270            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17271            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17272            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17273            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17274            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17275            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17276            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17277 ____________________________________________________________________________
17278 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
17279         Log: metaconfig: regen _r units again.
17280      Branch: metaconfig
17281            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17282            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17283            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17284            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17285            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17286            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17287            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17288            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17289            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17290            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17291            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17292            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17293            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17294            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17295            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17296            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17297            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17298            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17299            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17300            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17301            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17302            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17303            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17304            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17305 ____________________________________________________________________________
17306 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
17307         Log: metaconfig: regen _r units.
17308      Branch: metaconfig
17309            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
17310            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17311            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17312            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17313            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17314            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17315            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17316            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17317            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17318            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17319            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17320            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17321            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17322            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17323            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17324            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17325            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17326            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17327            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17328            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17329            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17330            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17331            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17332            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17333            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17334 ____________________________________________________________________________
17335 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
17336         Log: metaconfig unit tweaks.
17337      Branch: metaconfig
17338            + U/threads/d_setprotoent_r.U
17339            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
17340            ! U/threads/d_tmpnam_r.U
17341 ____________________________________________________________________________
17342 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
17343         Log: metaconfig: replace the _r units with autogenerated ones.
17344      Branch: metaconfig
17345            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17346            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
17347            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17348            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
17349            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
17350            + U/threads/d_getprotobyname_r.U
17351            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17352            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
17353            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
17354            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17355            + U/threads/d_setservent_r.U
17356            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
17357            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
17358            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
17359            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
17360            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
17361            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
17362            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
17363            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
17364            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
17365            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17366            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17367            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17368            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
17369            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17370            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
17371            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
17372            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17373            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17374            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17375            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17376            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
17377            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
17378            ! U/threads/d_ttyname_r.U
17379 ____________________________________________________________________________
17380 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
17381         Log: More known threadsafings.
17382      Branch: perl
17383            ! Porting/findrfuncs
17384 ____________________________________________________________________________
17385 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
17386         Log: Small tweaks.
17387      Branch: perl
17388            ! lib/Internals.t universal.c
17389 ____________________________________________________________________________
17390 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
17391         Log: VERSIONize.
17392      Branch: perl
17393            ! ext/Encode/lib/Encode/CN/HZ.pm
17394            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
17395            ! ext/Encode/lib/Encode/JP/JIS.pm
17396 ____________________________________________________________________________
17397 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
17398         Log: Subject: perl datastructure conversion shortcuts for DDD
17399              From: Stas Bekman <stas@stason.org>
17400              Date: Mon, 11 Mar 2002 14:54:31 +0800
17401              Message-ID: <3C8C54A7.5020502@stason.org>
17402      Branch: perl
17403            ! pod/perlhack.pod
17404 ____________________________________________________________________________
17405 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
17406         Log: Regen modlib.
17407      Branch: perl
17408            ! pod/perlmodlib.pod
17409 ____________________________________________________________________________
17410 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
17411         Log: Regen toc.
17412      Branch: perl
17413            ! pod/perltoc.pod
17414 ____________________________________________________________________________
17415 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
17416         Log: Tiny pod tweaks.
17417      Branch: perl
17418            ! lib/Hash/Util.pm
17419 ____________________________________________________________________________
17420 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
17421         Log: perldeltaize Hash::Util.
17422      Branch: perl
17423            ! pod/perldelta.pod
17424 ____________________________________________________________________________
17425 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
17426         Log: Move the readonly interface back to universal.c,
17427              (new name: Internals::SvREADONLY), remove Data::Util,
17428              move Hash::Util to lib, also introduce refcnt interface
17429              (Internals::SvREFCNT).     Make both the new interfaces
17430              to be more sane so that if they set the value, they return
17431              the new value, not the old one.
17432      Branch: perl
17433            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
17434            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17435            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17436            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17437            - ext/Data/Util/t/Hash.t
17438            ! MANIFEST ext/B/t/stash.t universal.c
17439 ____________________________________________________________________________
17440 [ 15200] By: ams                                   on 2002/03/12  15:16:05
17441         Log: Subject: Disambiguate "Can't locate"
17442              From: Mike Guy <mjtg@cam.ac.uk>
17443              Date: Tue, 12 Mar 2002 16:04:23 +0000
17444              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
17445      Branch: perl
17446            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
17447            ! pp_ctl.c t/op/override.t
17448 ____________________________________________________________________________
17449 [ 15199] By: ams                                   on 2002/03/12  15:04:43
17450         Log: Subject: [PATCH] perl/lib/File/stat.t
17451              From: Paul_GreenVOS@vos.stratus.com
17452              Date: Tue, 12 Mar 02 11:00 est
17453              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
17454      Branch: perl
17455            ! lib/File/stat.t
17456 ____________________________________________________________________________
17457 [ 15198] By: ams                                   on 2002/03/12  15:00:44
17458         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
17459              From: Robin Barker <rmb1@cise.npl.co.uk>
17460              Date: Tue, 12 Mar 2002 13:31:58 GMT
17461              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
17462      Branch: perl
17463            ! pod/perlfunc.pod
17464 ____________________________________________________________________________
17465 [ 15197] By: ams                                   on 2002/03/12  14:57:34
17466         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
17467              From: "Clinton A. Pierce" <clintp@geeksalad.org>
17468              Date: Tue, 12 Mar 2002 10:11:53 -0500
17469              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
17470      Branch: perl
17471            ! toke.c
17472 ____________________________________________________________________________
17473 [ 15196] By: nick                                  on 2002/03/12  13:40:35
17474         Log: Integrate mainline
17475      Branch: perlio
17476           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17477           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17478           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17479           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
17480            - t/lib/access.t
17481           !> (integrate 96 files)
17482 ____________________________________________________________________________
17483 [ 15195] By: nick                                  on 2002/03/12  06:08:24
17484         Log: Integrate mainline (a while ago)
17485      Branch: perlio
17486           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
17487           +> ext/Encode/t/TW.t
17488            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
17489            - ext/Encode/lib/Encode/Tcl/HanZi.pm
17490            - ext/I18N/Langinfo/fallback.c
17491           !> (integrate 80 files)
17492 ____________________________________________________________________________
17493 [ 15194] By: ams                                   on 2002/03/12  06:02:20
17494         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
17495              From: Jonathan Stowe <gellyfish@gellyfish.com>
17496              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
17497              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
17498      Branch: perl
17499            ! ext/Encode/CN/Makefile.PL
17500 ____________________________________________________________________________
17501 [ 15193] By: ams                                   on 2002/03/12  05:55:07
17502         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
17503              From: Dave Mitchell <davem@fdgroup.co.uk>
17504              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
17505              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
17506      Branch: perl
17507            ! pod/perlguts.pod
17508 ____________________________________________________________________________
17509 [ 15192] By: ams                                   on 2002/03/12  05:50:08
17510         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
17511              From: Anton Tagunov <tagunov@motor.ru>
17512              Date: Tue, 12 Mar 2002 01:40:58 +0300
17513              Message-Id: <1194068830.20020312014058@motor.ru>
17514              (Applied with tweaks.)
17515      Branch: perl
17516            ! lib/utf8.pm
17517 ____________________________________________________________________________
17518 [ 15191] By: ams                                   on 2002/03/12  05:42:21
17519         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
17520              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17521              Date: Sun, 10 Mar 2002 22:10:15 +0100
17522              Message-Id: <3C8BD9C7.13988.73992D@localhost>
17523      Branch: perl
17524            ! iperlsys.h
17525 ____________________________________________________________________________
17526 [ 15190] By: ams                                   on 2002/03/12  05:38:08
17527         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
17528              From: Anton Tagunov <tagunov@motor.ru>
17529              Date: Mon, 11 Mar 2002 23:27:47 +0300
17530              Message-Id: <19414222180.20020311232747@motor.ru>
17531      Branch: perl
17532            ! pod/perlsub.pod
17533 ____________________________________________________________________________
17534 [ 15189] By: ams                                   on 2002/03/12  05:34:49
17535         Log: Subject: minor patch for comment in utfebcdic.h
17536              From: Anton Tagunov <tagunov@motor.ru>
17537              Date: Tue, 12 Mar 2002 00:20:21 +0300
17538              Message-Id: <13817376786.20020312002021@motor.ru>
17539      Branch: perl
17540            ! utfebcdic.h
17541 ____________________________________________________________________________
17542 [ 15188] By: ams                                   on 2002/03/12  05:32:30
17543         Log: Subject: [PATCH ?] B::Xref improvements
17544              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17545              Date: Mon, 11 Mar 2002 23:32:20 +0100
17546              Message-Id: <20020311233220.A12677@rafael>
17547      Branch: perl
17548            ! ext/B/B/Xref.pm
17549 ____________________________________________________________________________
17550 [ 15187] By: ams                                   on 2002/03/12  05:30:02
17551         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
17552              From: Paul_GreenVOS@vos.stratus.com
17553              Date: Mon, 11 Mar 02 17:23 est
17554              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
17555      Branch: perl
17556            ! lib/ExtUtils/MM_Unix.pm
17557 ____________________________________________________________________________
17558 [ 15186] By: ams                                   on 2002/03/12  05:27:06
17559         Log: Subject: [PATCH] installperl - minor untangle for VOS
17560              From: Paul_GreenVOS@vos.stratus.com
17561              Date: Mon, 11 Mar 02 17:05 est
17562              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
17563      Branch: perl
17564            ! installperl
17565 ____________________________________________________________________________
17566 [ 15185] By: ams                                   on 2002/03/12  05:25:59
17567         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
17568              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17569              Date: Mon, 11 Mar 2002 22:37:39 +0100
17570              Message-Id: <20020311223739.A691@rafael>
17571      Branch: perl
17572            ! ext/B/B/Deparse.pm
17573 ____________________________________________________________________________
17574 [ 15184] By: ams                                   on 2002/03/12  05:20:54
17575         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
17576              From: Michael G Schwern <schwern@pobox.com>
17577              Date: Tue, 12 Mar 2002 01:12:08 -0500
17578              Message-Id: <20020312061208.GD904@blackrider>
17579      Branch: perl
17580            ! hints/netbsd.sh
17581 ____________________________________________________________________________
17582 [ 15183] By: ams                                   on 2002/03/12  04:12:30
17583         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
17584              From: Autrijus Tang <autrijus@autrijus.org>
17585              Date: Tue, 12 Mar 2002 13:05:53 +0800
17586              Message-Id: <20020312050553.GA7864@not.autrijus.org>
17587              (Only doc hunk applied, supplementing #15182.)
17588      Branch: perl
17589            ! ext/Encode/Encode.pm
17590 ____________________________________________________________________________
17591 [ 15182] By: ams                                   on 2002/03/12  04:04:34
17592         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
17593              From: Autrijus Tang <autrijus@autrijus.org>
17594              Date: Tue, 12 Mar 2002 12:56:46 +0800
17595              Message-Id: <20020312045646.GA7689@not.autrijus.org>
17596              (Private mail.)
17597      Branch: perl
17598            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
17599 ____________________________________________________________________________
17600 [ 15181] By: ams                                   on 2002/03/12  03:09:20
17601         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
17602              From: Autrijus Tang <autrijus@autrijus.org>
17603              Date: Tue, 12 Mar 2002 11:55:06 +0800
17604              Message-Id: <20020312035506.GA6946@not.autrijus.org>
17605      Branch: perl
17606            ! ext/Encode/Encode.pm
17607 ____________________________________________________________________________
17608 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
17609         Log: Deypo.
17610      Branch: metaconfig
17611            ! U/threads/d_asctime_r.U
17612 ____________________________________________________________________________
17613 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
17614         Log: FAQ sync.
17615      Branch: perl
17616            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17617            ! pod/perlfaq4.pod pod/perlfaq5.pod
17618 ____________________________________________________________________________
17619 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
17620         Log: The test needs perlio.
17621      Branch: perl
17622            ! lib/open.t
17623 ____________________________________________________________________________
17624 [ 15177] By: ams                                   on 2002/03/11  15:41:08
17625         Log: Subject: perlreftut update
17626              From: Mark-Jason Dominus <mjd@plover.com>
17627              Date: Mon, 11 Mar 2002 11:36:27 -0500
17628              Message-Id: <20020311163627.31020.qmail@plover.com>
17629      Branch: perl
17630            ! pod/perlreftut.pod
17631 ____________________________________________________________________________
17632 [ 15176] By: ams                                   on 2002/03/11  15:35:24
17633         Log: Subject: Minor correction in perlfaq5
17634              From: mjd@plover.com
17635              Date: 11 Mar 2002 16:34:22 -0000
17636              Message-Id: <20020311163422.30963.qmail@plover.com>
17637      Branch: perl
17638            ! pod/perlfaq5.pod
17639 ____________________________________________________________________________
17640 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
17641         Log: number of skipped tests was incorrect
17642      Branch: perl
17643            ! t/op/stat.t
17644 ____________________________________________________________________________
17645 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
17646         Log: remove doubled CRs
17647      Branch: perl
17648            ! win32/Makefile
17649 ____________________________________________________________________________
17650 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
17651         Log: Update Changes.
17652      Branch: perl
17653            ! Changes patchlevel.h
17654 ____________________________________________________________________________
17655 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
17656         Log: Regen toc.
17657      Branch: perl
17658            ! pod/perltoc.pod
17659 ____________________________________________________________________________
17660 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
17661         Log: Add t/CN.t and t/TW.t; re-sort.
17662      Branch: perl
17663            ! ext/Encode/MANIFEST
17664 ____________________________________________________________________________
17665 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
17666         Log: Document what to do if one yearns back to
17667              the old legacy encoding.
17668      Branch: perl
17669            ! lib/encoding.pm
17670 ____________________________________________________________________________
17671 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
17672         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
17673              as general purpose encoding transformation interfaces
17674              since that's not what they are.
17675      Branch: perl
17676            ! lib/utf8.pm pod/perlunicode.pod sv.c
17677 ____________________________________________________________________________
17678 [ 15168] By: ams                                   on 2002/03/11  12:54:16
17679         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
17680              warnings
17681              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17682              Date: Mon, 11 Mar 2002 14:35:22 +0100
17683              Message-Id: <20020311143522.A7431@rafael>
17684      Branch: perl
17685            ! t/lib/warnings/pp_sys
17686 ____________________________________________________________________________
17687 [ 15167] By: ams                                   on 2002/03/11  04:57:20
17688         Log: A little commonsense is better than 1_compile.
17689      Branch: perl
17690            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
17691 ____________________________________________________________________________
17692 [ 15166] By: ams                                   on 2002/03/11  04:53:50
17693         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
17694              From: Michael G Schwern <schwern@pobox.com>
17695              Date: Sun, 10 Mar 2002 13:27:12 -0500
17696              Message-Id: <20020310182712.GC693@blackrider>
17697              
17698              Subject: [PATCH] Hash::Util part 2
17699              From: Michael G Schwern <schwern@pobox.com>
17700              Date: Sun, 10 Mar 2002 15:09:34 -0500
17701              Message-Id: <20020310200934.GB27112@blackrider>
17702              
17703              Subject: [PATCH] Hash::Util MANIFEST correction
17704              From: Michael G Schwern <schwern@pobox.com>
17705              Date: Sun, 10 Mar 2002 16:27:07 -0500
17706              Message-Id: <20020310212707.GF27112@blackrider>
17707              
17708              (Also changes find.t and taint.t, which were looking for access.t)
17709      Branch: perl
17710            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17711            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17712            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17713            + ext/Data/Util/t/Hash.t
17714            - t/lib/access.t
17715            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
17716            ! pod/perldiag.pod pod/perltodo.pod universal.c
17717 ____________________________________________________________________________
17718 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
17719         Log: metaconfig: more thready fixes.
17720      Branch: metaconfig
17721            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
17722            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
17723            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
17724            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
17725            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
17726            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
17727            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17728            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17729            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
17730 ____________________________________________________________________________
17731 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
17732         Log: Skip obsoleted interfaces.
17733      Branch: perl
17734            ! Porting/findrfuncs
17735 ____________________________________________________________________________
17736 [ 15162] By: ams                                   on 2002/03/11  03:48:14
17737         Log: Typo fixes.
17738      Branch: perl
17739            ! perl.c
17740 ____________________________________________________________________________
17741 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
17742         Log: Upgrade to Locale::Codes 2.02.
17743      Branch: perl
17744            + lib/Locale/Codes/t/rename.t
17745            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
17746            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
17747            ! lib/Locale/Country.pod
17748 ____________________________________________________________________________
17749 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
17750         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
17751              From: Nicholas Clark <nick@unfortu.net>
17752              Date: Sun, 10 Mar 2002 18:17:50 +0000
17753              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
17754              
17755              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
17756              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17757              Date: Sun, 10 Mar 2002 13:53:34 -0800
17758              Message-ID: <eX9i8gzkg26G092yn@efn.org>
17759              
17760              (and reenable the feature in freebsd,
17761              and move the freebsd pr url to perl.c)
17762      Branch: perl
17763            ! hints/freebsd.sh perl.c pod/perldelta.pod
17764 ____________________________________________________________________________
17765 [ 15159] By: ams                                   on 2002/03/11  03:34:13
17766         Log: Subject: [PATCH stash.t] access::readonly is gone
17767              From: Michael G Schwern <schwern@pobox.com>
17768              Date: Sun, 10 Mar 2002 16:18:14 -0500
17769              Message-Id: <20020310211813.GE27112@blackrider>
17770      Branch: perl
17771            ! ext/B/t/stash.t
17772 ____________________________________________________________________________
17773 [ 15158] By: ams                                   on 2002/03/11  03:28:04
17774         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
17775              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17776              Date: Sun, 10 Mar 2002 22:10:15 +0100
17777              Message-Id: <3C8BD9C7.610.7398DD@localhost>
17778      Branch: perl
17779            ! lib/Net/Ping/t/110_icmp_inst.t
17780 ____________________________________________________________________________
17781 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
17782         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
17783              From: Michael G Schwern <schwern@pobox.com>
17784              Date: Sun, 10 Mar 2002 19:22:33 -0500
17785              Message-ID: <20020311002233.GE4927@blackrider>
17786      Branch: perl
17787            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
17788            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
17789            ! lib/Test/Simple/t/fail-more.t
17790 ____________________________________________________________________________
17791 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
17792         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
17793              From: Michael G Schwern <schwern@pobox.com>
17794              Date: Sun, 10 Mar 2002 17:14:10 -0500
17795              Message-ID: <20020310221410.GA4915@blackrider>
17796      Branch: perl
17797            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
17798            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
17799 ____________________________________________________________________________
17800 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
17801         Log: Subject: [PATCH] more warnings tidyup
17802              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17803              Date: Sun, 10 Mar 2002 21:01:39 -0000
17804              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
17805      Branch: perl
17806            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
17807            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
17808            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
17809            ! util.c
17810 ____________________________________________________________________________
17811 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
17812         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
17813              From: Nicholas Clark <nick@unfortu.net>
17814              Date: Sun, 10 Mar 2002 23:21:07 +0000
17815              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
17816      Branch: perl
17817            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
17818            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
17819            ! ext/Encode/TW/Makefile.PL
17820 ____________________________________________________________________________
17821 [ 15153] By: ams                                   on 2002/03/11  03:06:59
17822         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
17823              From: Max Baker <max@warped.org>
17824              Date: Fri, 8 Mar 2002 10:56:19 -0800
17825              Message-Id: <20020308105619.A15039@warped.org>
17826      Branch: perl
17827            ! ext/IO/lib/IO/Socket/INET.pm
17828 ____________________________________________________________________________
17829 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
17830         Log: Subject: [PATCH] spelling correction
17831              From: Nicholas Clark <nick@unfortu.net>
17832              Date: Sun, 10 Mar 2002 18:34:42 +0000
17833              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
17834      Branch: perl
17835            ! pp.c pp_hot.c
17836 ____________________________________________________________________________
17837 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
17838         Log: DG/UX updates from Takis Psarogiannakopoulos.
17839      Branch: perl
17840            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
17841 ____________________________________________________________________________
17842 [ 15150] By: ams                                   on 2002/03/11  03:02:47
17843         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
17844              From: Chris Nandor <pudge@pobox.com>
17845              Date: Mon, 04 Mar 2002 17:48:12 -0500
17846              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
17847      Branch: perl
17848            ! lib/DB.pm lib/perl5db.pl
17849 ____________________________________________________________________________
17850 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
17851         Log: metaconfig unit changes in preparation of reentrancy changes.
17852      Branch: metaconfig
17853            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
17854            + U/threads/d_ttyname_r.U
17855            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
17856            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
17857            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
17858            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
17859            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17860            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
17861            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17862            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
17863            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
17864            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17865            ! U/threads/d_strerror_r.U
17866 ____________________________________________________________________________
17867 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
17868         Log: Mysterious characters.
17869      Branch: perl
17870            ! utf8.h
17871 ____________________________________________________________________________
17872 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
17873         Log: Unused.
17874      Branch: perl
17875            ! op.c
17876 ____________________________________________________________________________
17877 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
17878         Log: Implement :std subpragma of the open pragma
17879              that makes the standard filehandles to talk in
17880              encodings.  This change set off a weird warning
17881              from op.c, though: disabled it now until someone
17882              who knows what it is about comes along.
17883      Branch: perl
17884            ! lib/open.pm op.c
17885 ____________________________________________________________________________
17886 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
17887         Log: Document the logic of :locale better.
17888      Branch: perl
17889            ! lib/open.pm
17890 ____________________________________________________________________________
17891 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
17892         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
17893              From: Slaven Rezic <slaven.rezic@berlin.de>
17894              Date: 10 Mar 2002 02:49:17 +0100
17895              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
17896      Branch: perl
17897            ! hints/freebsd.sh
17898 ____________________________________________________________________________
17899 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
17900         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
17901              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17902              Date: Sun, 10 Mar 2002 17:08:54 +0900
17903              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
17904      Branch: perl
17905            ! ext/Encode/lib/Encode/Tcl.pm
17906            ! ext/Encode/lib/Encode/Tcl/Escape.pm
17907            ! ext/Encode/lib/Encode/Tcl/Extended.pm
17908            ! ext/Encode/lib/Encode/Tcl/Table.pm
17909 ____________________________________________________________________________
17910 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
17911         Log: The patch does the following:
17912              - Nix the unneccessary diagnostics line
17913              - Quell -w warnings if the first ENV doesn't exist
17914              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
17915              is too baroque and bloated for daily use (and for perl core inclusion).
17916              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
17917              non-fatal.
17918              - Consequently, the ^OPEN bits is set only when needed.
17919      Branch: perl
17920            ! lib/open.pm
17921 ____________________________________________________________________________
17922 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
17923         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
17924      Branch: perl
17925            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
17926 ____________________________________________________________________________
17927 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
17928         Log: Precedence problem.
17929      Branch: perl
17930            ! ext/Socket/socketpair.t
17931 ____________________________________________________________________________
17932 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
17933         Log: Renaming tweaks, and split off the reentrant "superbuffer"
17934              init routine.
17935      Branch: perl
17936            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
17937            ! sv.c util.c
17938 ____________________________________________________________________________
17939 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
17940         Log: The 7-bit jis seems to be the hanging one.
17941      Branch: perl
17942            ! ext/Encode/t/Tcl.t
17943 ____________________________________________________________________________
17944 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
17945         Log: Begone.
17946      Branch: perl
17947            ! ext/Encode/MANIFEST
17948 ____________________________________________________________________________
17949 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
17950         Log: Better fix from Autrijus.
17951      Branch: perl
17952            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
17953            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
17954 ____________________________________________________________________________
17955 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
17956         Log: Not everybody has Encode::HanExtra.
17957      Branch: perl
17958            ! ext/Encode/Encode.pm
17959 ____________________________________________________________________________
17960 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
17961         Log: Decutandpasto.
17962      Branch: perl
17963            ! ext/Encode/lib/Encode/Tcl.pm
17964 ____________________________________________________________________________
17965 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
17966         Log: Subject: [PATCH] Data::Dumper
17967              From: Nicholas Clark <nick@unfortu.net>
17968              Date: Sat, 9 Mar 2002 19:03:54 +0000
17969              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
17970      Branch: perl
17971            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
17972            ! ext/Data/Dumper/t/dumper.t
17973 ____________________________________________________________________________
17974 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
17975         Log: Subject: [PATCH] socketpair.t w/o fork
17976              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17977              Date: Sat, 9 Mar 2002 14:55:11 +0100
17978              Message-ID: <3C8A224F.29578.13691BA@localhost>
17979              
17980              (modified as suggested by Sarathy)
17981      Branch: perl
17982            ! ext/Socket/socketpair.t
17983 ____________________________________________________________________________
17984 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
17985         Log: Subject: [PATCH perldelta] Mention Change 14727
17986              From: Autrijus Tang <autrijus@autrijus.org>
17987              Date: Sat, 9 Mar 2002 23:31:40 +0800
17988              Message-ID: <20020309153140.GA4224@not.autrijus.org>
17989      Branch: perl
17990            ! pod/perldelta.pod
17991 ____________________________________________________________________________
17992 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
17993         Log: Make Encode.pm implicitly load external CJK tables the first
17994              time they're needed (instead of immediately), from Autrijus
17995              Tang.
17996      Branch: perl
17997            ! ext/Encode/Encode.pm
17998 ____________________________________________________________________________
17999 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
18000         Log: Subject: Re: Two questions
18001              From: Nicholas Clark <nick@unfortu.net>
18002              Date: Sat, 9 Mar 2002 12:42:40 +0000
18003              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
18004      Branch: perl
18005            ! Porting/pumpkin.pod
18006 ____________________________________________________________________________
18007 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
18008         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
18009              From: Paul_GreenVOS@vos.stratus.com
18010              Date: Fri, 8 Mar 02 22:34 est
18011              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
18012      Branch: perl
18013            ! pp_sys.c
18014 ____________________________________________________________________________
18015 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
18016         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
18017              From: davem@fdgroup.co.uk
18018              Date: Sat, 9 Mar 2002 00:13:27 GMT
18019              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
18020      Branch: perl
18021            ! dump.c
18022 ____________________________________________________________________________
18023 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
18024         Log: Deglitch from Rafael.
18025      Branch: perl
18026            ! ext/B/t/lint.t
18027 ____________________________________________________________________________
18028 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
18029         Log: Still more portability.
18030      Branch: perl
18031            ! Porting/findrfuncs
18032 ____________________________________________________________________________
18033 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
18034         Log: More portability.
18035      Branch: perl
18036            ! Porting/findrfuncs
18037 ____________________________________________________________________________
18038 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
18039         Log: Shared library paths; running tests manually.
18040      Branch: perl
18041            ! INSTALL
18042 ____________________________________________________________________________
18043 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
18044         Log: Subject: RE: Two questions
18045              From: "Green, Paul" <Paul.Green@stratus.com>
18046              Date: Fri, 8 Mar 2002 17:55:19 -0500
18047              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
18048      Branch: perl
18049            ! Porting/pumpkin.pod
18050 ____________________________________________________________________________
18051 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
18052         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
18053              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
18054      Branch: perl
18055            + ext/B/t/lint.t
18056            ! MANIFEST ext/B/B/Lint.pm
18057 ____________________________________________________________________________
18058 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
18059         Log: metaconfig unit change for #15119.
18060      Branch: metaconfig
18061            ! U/threads/d_pthread_atfork.U
18062 ____________________________________________________________________________
18063 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
18064         Log: In DG/UX finding pthread_atfork requires a true compile,
18065              from Takis Psarogiannakopoulos.
18066      Branch: perl
18067            ! Configure config_h.SH
18068 ____________________________________________________________________________
18069 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
18070         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
18071              From: John Peacock <jpeacock@rowman.com>
18072              Date: Fri, 08 Mar 2002 15:52:41 -0500
18073              Message-ID: <3C892499.4050502@rowman.com>
18074      Branch: perl
18075            ! lib/ExtUtils/xsubpp
18076 ____________________________________________________________________________
18077 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
18078         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
18079              From: "Craig A. Berry" <craigberry@mac.com>
18080              Date: Fri, 08 Mar 2002 15:02:51 -0600
18081              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
18082      Branch: perl
18083            ! t/op/write.t
18084 ____________________________________________________________________________
18085 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
18086         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
18087              From: Paul_GreenVOS@vos.stratus.com
18088              Date: Fri, 8 Mar 02 14:45 est
18089              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
18090      Branch: perl
18091            ! installperl
18092 ____________________________________________________________________________
18093 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
18094         Log: Subject: [PATCH @15109] tm_tm_* for VMS
18095              From: "Craig A. Berry" <craigberry@mac.com>
18096              Date: Fri, 08 Mar 2002 13:07:52 -0600
18097              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
18098      Branch: perl
18099            ! configure.com
18100 ____________________________________________________________________________
18101 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
18102         Log: Detypo.
18103      Branch: perl
18104            ! Changes
18105 ____________________________________________________________________________
18106 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
18107         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
18108      Branch: perl
18109            ! t/op/pat.t
18110 ____________________________________________________________________________
18111 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
18112         Log: HP-UX nm seems to repeat itself.
18113      Branch: perl
18114            ! Porting/findrfuncs
18115 ____________________________________________________________________________
18116 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
18117         Log: Nice porting script from Sarathy.  Well, less nice
18118              in the sense that it shows the looong road ahead.
18119      Branch: perl
18120            + Porting/findrfuncs
18121            ! MANIFEST Porting/makerel
18122 ____________________________________________________________________________
18123 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
18124         Log: Subject: Re: Performance considerations for UTF-8
18125              From: Jarkko Hietaniemi <jhi@iki.fi>
18126              Date: Fri, 8 Mar 2002 18:53:28 +0200
18127              Message-ID: <20020308185328.D640@alpha.hut.fi>
18128              
18129              (put all in perlunicode)
18130      Branch: perl
18131            ! pod/perlunicode.pod
18132 ____________________________________________________________________________
18133 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
18134         Log: Update Changes.
18135      Branch: perl
18136            ! Changes patchlevel.h
18137 ____________________________________________________________________________
18138 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
18139         Log: Subject: Cygwin cygipc support skipped
18140              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
18141              Date: Fri, 8 Mar 2002 16:59:34 +0100
18142              Message-ID: <113694157285.20020308165934@familiehaase.de>
18143      Branch: perl
18144            ! hints/cygwin.sh
18145 ____________________________________________________________________________
18146 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
18147         Log: metaconfig unit change for #15106.
18148      Branch: metaconfig
18149            ! U/compline/d_gconvert.U
18150 ____________________________________________________________________________
18151 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
18152         Log: Subject: Re: [PATCH] tests for Gconvert
18153              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18154              Date: Thu, 07 Mar 2002 16:48:10 -0800
18155              Message-ID: <KpAi8gzkganW092yn@efn.org>
18156      Branch: perl
18157            ! Configure config_h.SH t/base/num.t
18158 ____________________________________________________________________________
18159 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
18160         Log: The new test has some teething problems.
18161      Branch: perl
18162            - ext/B/t/lint.t
18163            ! MANIFEST
18164 ____________________________________________________________________________
18165 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
18166         Log: Subject: [PATCH] B::Lint tests
18167              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18168              Date: Fri, 8 Mar 2002 14:47:19 +0100
18169              Message-ID: <20020308144719.A2663@rafael>
18170      Branch: perl
18171            + ext/B/t/lint.t
18172            ! MANIFEST ext/B/B/Lint.pm
18173 ____________________________________________________________________________
18174 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
18175         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
18176              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
18177              Date: Fri, 8 Mar 2002 13:24:14 GMT
18178              Message-Id: <200203081324.NAA00642@cleo>
18179      Branch: perl
18180            ! hints/powerux.sh
18181 ____________________________________________________________________________
18182 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
18183         Log: Subject: HP has some new models
18184              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18185              Date: Fri, 08 Mar 2002 13:07:02 +0100
18186              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
18187      Branch: perl
18188            ! README.hpux
18189 ____________________________________________________________________________
18190 [ 15101] By: ams                                   on 2002/03/08  09:11:40
18191         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
18192              From: Stas Bekman <stas@stason.org>
18193              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
18194              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
18195      Branch: perl
18196            ! pod/perlguts.pod
18197 ____________________________________________________________________________
18198 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
18199         Log: Update Changes
18200      Branch: maint-5.6/macperl
18201            ! macos/Changes
18202 ____________________________________________________________________________
18203 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
18204         Log: Replace macperlbundled with macperldelta
18205      Branch: maint-5.6/macperl
18206            ! macos/macperl/MacPerl.podhelp
18207 ____________________________________________________________________________
18208 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
18209         Log: Comsetic fixes (Thomas Wegner)
18210      Branch: maint-5.6/macperl
18211            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
18212 ____________________________________________________________________________
18213 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
18214         Log: Bump OS version
18215      Branch: maint-5.6/macperl
18216            ! macos/config.sh
18217 ____________________________________________________________________________
18218 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
18219         Log: Thought I deleted this already?
18220      Branch: perl
18221            - ext/I18N/Langinfo/fallback.c
18222 ____________________________________________________________________________
18223 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
18224         Log: perlport updates from Pudge.
18225      Branch: perl
18226            ! pod/perlport.pod
18227 ____________________________________________________________________________
18228 [ 15094] By: ams                                   on 2002/03/08  03:06:03
18229         Log: Nitpick.
18230      Branch: perl
18231            ! MANIFEST
18232 ____________________________________________________________________________
18233 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
18234         Log: Wrong test.
18235      Branch: perl
18236            ! pod/perldelta.pod
18237 ____________________________________________________________________________
18238 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
18239         Log: Integrate change 14064 from macperl to blead.
18240      Branch: perl
18241           !> pod/perlmodinstall.pod pod/perlport.pod
18242 ____________________________________________________________________________
18243 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
18244         Log: Integrate recent perlport changes
18245      Branch: maint-5.6/macperl
18246           !> pod/perlport.pod
18247 ____________________________________________________________________________
18248 [ 15089] By: ams                                   on 2002/03/08  01:54:03
18249         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
18250              minor typo in perlguts.pod
18251              From: Anton Tagunov <tagunov@motor.ru>
18252              Date: Fri, 8 Mar 2002 05:26:59 +0300
18253              Message-Id: <4649821189.20020308052659@motor.ru>
18254      Branch: perl
18255            ! pod/perlguts.pod
18256 ____________________________________________________________________________
18257 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
18258         Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! 
18259              From: Anton Tagunov <tagunov@newmail.ru>
18260              Date: Fri, 8 Mar 2002 04:31:44 +0300
18261              Message-ID: <13946506773.20020308043144@newmail.ru>
18262              
18263              (one test changed)
18264      Branch: perl
18265            ! lib/encoding.t sv.c
18266 ____________________________________________________________________________
18267 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
18268         Log: Subject: [PATCH perldelta] some more deltas
18269              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18270              Date: Thu, 7 Mar 2002 23:13:23 +0100
18271              Message-ID: <20020307231323.A13068@rafael>
18272      Branch: perl
18273            ! pod/perldelta.pod
18274 ____________________________________________________________________________
18275 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
18276         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
18277              From: Paul_GreenVOS@vos.stratus.com
18278              Date: Thu, 7 Mar 02 14:25 est
18279              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
18280      Branch: perl
18281            ! t/io/fs.t
18282 ____________________________________________________________________________
18283 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
18284         Log: As suggested by Anton Tagunov, eq and cmp now obey the
18285              encoding pragma (by remapping their byte argument if the
18286              other argument is in Unicode).  Also fix a bug found by
18287              Anton where ord undef under the encoding pragma would barf.
18288              ([ID 20020307.009] A null pointer dereference with 'use encoding')
18289              Finally, use the nicer form of sv_recode_to_utf8.
18290      Branch: perl
18291            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
18292 ____________________________________________________________________________
18293 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
18294         Log: Retract #14985, #14899, and #14990, following the principles
18295              "Do no harm." and "If it ain't broke, don't fix it."
18296              
18297              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
18298              some, but still broken, and I do not have the extra brain
18299              cells for the EBCDIC backport.  Secondly, the old version
18300              worked both in EBCDIC and non-.  Thirdly, the old version
18301              may be more amenable for the behaviour suggsted by Anton
18302              Tagunov regarding the encoding pragma.
18303      Branch: perl
18304            ! embed.fnc embed.h global.sym proto.h sv.c util.c
18305 ____________________________________________________________________________
18306 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
18307         Log: Long doubles give you long doubles.
18308      Branch: perl
18309            ! t/base/num.t
18310 ____________________________________________________________________________
18311 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
18312         Log: Forgotten deMANIFESTation.
18313      Branch: perl
18314            ! MANIFEST
18315 ____________________________________________________________________________
18316 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
18317         Log: Obsolete unused file, noticed by Dank Kogai.
18318      Branch: perl
18319            - ext/Encode/lib/Encode/JP/Tr.pm
18320 ____________________________________________________________________________
18321 [ 15080] By: ams                                   on 2002/03/07  11:31:46
18322         Log: Subject: [PATCH Changes] Changes should mirror version number
18323              From: Robin Barker <rmb1@cise.npl.co.uk>
18324              Date: Thu, 7 Mar 2002 11:04:24 GMT
18325              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
18326      Branch: perl
18327            ! Porting/pumpkin.pod
18328 ____________________________________________________________________________
18329 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
18330         Log: metaconfig unit change for #15078.
18331      Branch: metaconfig
18332            ! U/compline/d_gconvert.U
18333 ____________________________________________________________________________
18334 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
18335         Log: Subject: Re: [PATCH] tests for Gconvert
18336              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18337              Date: Wed, 06 Mar 2002 20:22:54 -0800
18338              Message-ID: <esuh8gzkg2/b092yn@efn.org>
18339      Branch: perl
18340            ! Configure pod/perldelta.pod t/base/num.t
18341 ____________________________________________________________________________
18342 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
18343         Log: Mac OS X UFS does not do ctime.
18344      Branch: perl
18345            ! pod/perldelta.pod pod/perlport.pod
18346 ____________________________________________________________________________
18347 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
18348         Log: AUTHORS updates.
18349      Branch: perl
18350            ! AUTHORS
18351 ____________________________________________________________________________
18352 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
18353         Log: Continued Chinese puzzles from Autrijus.
18354      Branch: perl
18355            + ext/Encode/t/CN.t ext/Encode/t/TW.t
18356            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
18357 ____________________________________________________________________________
18358 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
18359         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
18360              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18361              Date: Wed, 6 Mar 2002 18:13:51 +0100
18362              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
18363      Branch: perl
18364            ! lib/File/Spec/Win32.pm
18365 ____________________________________________________________________________
18366 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
18367         Log: perlport tweaks.
18368      Branch: perl
18369            ! pod/perlport.pod
18370 ____________________________________________________________________________
18371 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
18372         Log: Subject: Re: [PATCH docs] Re: Bug with -M
18373              From: Michael G Schwern <schwern@pobox.com>
18374              Date: Wed, 6 Mar 2002 16:20:27 -0500
18375              Message-ID: <20020306212027.GC4257@blackrider>
18376      Branch: perl
18377            ! pod/perlfunc.pod pod/perlport.pod
18378 ____________________________________________________________________________
18379 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
18380         Log: perldelta updates.
18381      Branch: perl
18382            ! pod/perldelta.pod
18383 ____________________________________________________________________________
18384 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
18385         Log: 5005threads wasn't even compiling.
18386      Branch: perl
18387            ! perl.c
18388 ____________________________________________________________________________
18389 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
18390         Log: Subject: Re: perl@15047 New format tests for still existing bugs
18391              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18392              Date: Wed, 06 Mar 2002 12:59:29 +0100
18393              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
18394      Branch: perl
18395            ! t/op/write.t
18396 ____________________________________________________________________________
18397 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
18398         Log: Regen Glossary et al.
18399      Branch: perl
18400            ! Porting/Glossary Porting/config.sh Porting/config_H
18401 ____________________________________________________________________________
18402 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
18403         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
18404              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
18405      Branch: perl
18406            ! util.c
18407 ____________________________________________________________________________
18408 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
18409         Log: metaconfig unit change for #15065.
18410      Branch: metaconfig
18411            ! U/compline/i_time.U
18412 ____________________________________________________________________________
18413 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
18414         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
18415      Branch: perl
18416            ! Configure config_h.SH
18417 ____________________________________________________________________________
18418 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
18419         Log: Must remove fallback.c also from here.
18420      Branch: perl
18421            ! MANIFEST
18422 ____________________________________________________________________________
18423 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
18424         Log: Subject: Re: perl@15047 WinCE
18425              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18426              Date: Wed, 06 Mar 2002 13:41:30 +0100
18427              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
18428              
18429              Subject: Re: perl@15047 Win32
18430              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18431              Date: Wed, 06 Mar 2002 13:46:02 +0100
18432              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
18433              
18434              Subject: Re: perl@15047 Epoc
18435              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18436              Date: Wed, 06 Mar 2002 13:48:31 +0100
18437              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
18438              
18439              Subject: Re: perl@15047 NetWare
18440              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18441              Date: Wed, 06 Mar 2002 13:55:46 +0100
18442              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
18443      Branch: perl
18444            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
18445            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18446            ! wince/Makefile.ce wince/config.h
18447 ____________________________________________________________________________
18448 [ 15062] By: ams                                   on 2002/03/06  09:26:49
18449         Log: Subject: Re: perl@15047
18450              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18451              Date: Wed, 06 Mar 2002 11:25:50 +0100
18452              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
18453      Branch: perl
18454            ! cygwin/perlld.in
18455 ____________________________________________________________________________
18456 [ 15061] By: ams                                   on 2002/03/06  08:44:12
18457         Log: Subject: Re: perl@15047
18458              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18459              Date: Wed, 06 Mar 2002 10:38:02 +0100
18460              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
18461      Branch: perl
18462            ! pod/perldelta.pod
18463 ____________________________________________________________________________
18464 [ 15060] By: ams                                   on 2002/03/06  08:30:33
18465         Log: Subject: Update perlhist.pod
18466              From: mjd@plover.com
18467              Date: 6 Mar 2002 07:11:55 -0000
18468              Message-Id: <20020306071155.10240.qmail@plover.com>
18469              
18470              Subject: [PATCH pod/perlvar.pod] $^V => string
18471              From: Stas Bekman <stas@stason.org>
18472              Date: Wed, 06 Mar 2002 14:56:55 +0800
18473              Message-Id: <3C85BDB7.7050700@stason.org>
18474      Branch: perl
18475            ! pod/perlhist.pod pod/perlvar.pod
18476 ____________________________________________________________________________
18477 [ 15059] By: ams                                   on 2002/03/06  04:15:38
18478         Log: Subject: [PATCH] assorted configure.com fix-ups
18479              From: "Craig A. Berry" <craigberry@mac.com>
18480              Date: Tue, 5 Mar 2002 23:11:22 -0600
18481              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
18482      Branch: perl
18483            ! configure.com
18484 ____________________________________________________________________________
18485 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
18486         Log: IRIX failure with long doubles.
18487      Branch: perl
18488            ! t/op/pack.t
18489 ____________________________________________________________________________
18490 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
18491         Log: Make reality and Changes coincide.
18492      Branch: perl
18493            ! Changes
18494 ____________________________________________________________________________
18495 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
18496         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
18497              From: Anton Tagunov <tagunov@motor.ru>
18498              Date: Wed, 6 Mar 2002 02:10:21 +0300
18499              Message-ID: <11152782757.20020306021021@motor.ru>
18500              
18501              (reworded)
18502      Branch: perl
18503            ! pod/perluniintro.pod
18504 ____________________________________________________________________________
18505 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
18506         Log: Subject: [PATCH] B::Lint doesn't work
18507              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18508              Date: Tue, 5 Mar 2002 22:51:18 +0100
18509              Message-ID: <20020305225118.C733@rafael>
18510      Branch: perl
18511            ! ext/B/B/Lint.pm
18512 ____________________________________________________________________________
18513 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
18514         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
18515              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18516              Date: Mon, 04 Mar 2002 16:24:32 -0800
18517              Message-ID: <ABBh8gzkgezX092yn@efn.org>
18518      Branch: perl
18519            ! op.h pp_ctl.c t/op/flip.t
18520 ____________________________________________________________________________
18521 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
18522         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
18523              From: Nicholas Clark <nick@unfortu.net>
18524              Date: Tue, 5 Mar 2002 22:30:49 +0000
18525              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
18526      Branch: perl
18527            ! pod/perldelta.pod
18528 ____________________________________________________________________________
18529 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
18530         Log: Subject: [PATCH] tests for Gconvert
18531              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18532              Date: Tue, 05 Mar 2002 16:35:45 -0800
18533              Message-ID: <hRWh8gzkgONX092yn@efn.org>
18534      Branch: perl
18535            ! t/base/num.t
18536 ____________________________________________________________________________
18537 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
18538         Log: Subject: [PATCH] toplevel Makefile.SH
18539              From: Paul_GreenVOS@vos.stratus.com
18540              Date: Tue, 5 Mar 02 17:34 est
18541              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
18542      Branch: perl
18543            ! Makefile.SH
18544 ____________________________________________________________________________
18545 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
18546         Log: Subject: [PATCH] pointer to perldelta in Changes
18547              From: Chris Nandor <pudge@pobox.com>
18548              Date: Tue, 05 Mar 2002 16:04:50 -0500
18549              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
18550      Branch: perl
18551            ! Changes
18552 ____________________________________________________________________________
18553 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
18554         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
18555              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18556              Date: Tue, 5 Mar 2002 22:26:20 +0100
18557              Message-ID: <20020305222620.A733@rafael>
18558      Branch: perl
18559            ! pod/perldelta.pod
18560 ____________________________________________________________________________
18561 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
18562         Log: Solaris: allow for /usr/bin/df not to exist.
18563              
18564              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
18565              From: Kingpin <mthurn@copper.dulles.tasc.com>
18566              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
18567              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
18568      Branch: perl
18569            ! hints/solaris_2.sh
18570 ____________________________________________________________________________
18571 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
18572         Log: Update Changes.
18573      Branch: perl
18574            ! Changes patchlevel.h
18575 ____________________________________________________________________________
18576 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
18577         Log: Double MANIFESTing.
18578      Branch: perl
18579            ! ext/Encode/MANIFEST
18580 ____________________________________________________________________________
18581 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
18582         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
18583      Branch: perl
18584            - ext/Encode/Encode/7bit-kr.enc
18585            - ext/Encode/lib/Encode/Tcl/HanZi.pm
18586            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
18587 ____________________________________________________________________________
18588 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
18589         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
18590              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18591              Date: Tue, 5 Mar 2002 14:35:57 +0100
18592              Message-ID: <20020305143557.C695@rafael>   
18593      Branch: perl
18594            ! pp_sys.c t/lib/warnings/pp_sys
18595 ____________________________________________________________________________
18596 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
18597         Log: Subject: [PATCH Devel::PPPort]
18598              From: Robin Barker <rmb1@cise.npl.co.uk>
18599              Date: Tue, 5 Mar 2002 13:37:59 GMT
18600              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
18601      Branch: perl
18602            ! ext/Devel/PPPort/Makefile.PL
18603 ____________________________________________________________________________
18604 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
18605         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
18606      Branch: perl
18607            ! ext/Encode/t/Tcl.t
18608 ____________________________________________________________________________
18609 [ 15041] By: nick                                  on 2002/03/05  07:23:58
18610         Log: Integrate mainline (5.7.3)
18611      Branch: perlio
18612           +> ext/Encode/lib/Encode/CN/HZ.pm
18613            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
18614           !> (integrate 54 files)
18615 ____________________________________________________________________________
18616 [ 15040] By: ams                                   on 2002/03/05  05:10:33
18617         Log: Subject: DOC PATCH 5.7.3 (perldelta)
18618              From: mjd@plover.com
18619              Date: 5 Mar 2002 05:35:58 -0000
18620              Message-Id: <20020305053558.31677.qmail@plover.com>
18621      Branch: perl
18622            ! pod/perldelta.pod
18623 ____________________________________________________________________________
18624 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
18625         Log: This is 5.7.3.
18626      Branch: perl
18627            ! patchlevel.h
18628 ____________________________________________________________________________
18629 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
18630         Log: Shoo.
18631      Branch: perl
18632            ! ext/Encode/t/Tcl.t
18633 ____________________________________________________________________________
18634 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
18635         Log: Update Changes.
18636      Branch: perl
18637            ! Changes patchlevel.h
18638 ____________________________________________________________________________
18639 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
18640         Log: Regen perlapi.
18641      Branch: perl
18642            ! pod/perlapi.pod
18643 ____________________________________________________________________________
18644 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
18645         Log: Tie::File doc tweak for Win32 from mjd. 
18646      Branch: perl
18647            ! lib/Tie/File.pm
18648 ____________________________________________________________________________
18649 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
18650         Log: Regen toc.
18651      Branch: perl
18652            ! pod/perltoc.pod
18653 ____________________________________________________________________________
18654 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
18655         Log: Decommission Encode::Tcl HZ testing for now.
18656      Branch: perl
18657            ! ext/Encode/t/Tcl.t
18658 ____________________________________________________________________________
18659 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
18660         Log: Must have a return.
18661      Branch: perl
18662            ! pp_pack.c
18663 ____________________________________________________________________________
18664 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
18665         Log: The very latest win32 score from Jan Dubois.
18666      Branch: perl
18667            ! pod/perldelta.pod
18668 ____________________________________________________________________________
18669 [ 15030] By: ams                                   on 2002/03/05  01:40:01
18670         Log: Subject: [PATCH] README.macos
18671              From: Chris Nandor <pudge@pobox.com>
18672              Date: Mon, 04 Mar 2002 17:37:59 -0500
18673              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
18674      Branch: perl
18675            ! README.macos
18676 ____________________________________________________________________________
18677 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
18678         Log: "The last pieces of Chinese puzzle" from Autrijus.
18679      Branch: perl
18680            + ext/Encode/lib/Encode/CN/HZ.pm
18681            - ext/Encode/Encode/HZ.enc
18682            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
18683            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
18684 ____________________________________________________________________________
18685 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
18686         Log: Known test failures updates.
18687      Branch: perl
18688            ! pod/perldelta.pod
18689 ____________________________________________________________________________
18690 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
18691         Log: One more nit from mjd.
18692      Branch: perl
18693            ! lib/Tie/File/t/16_handle.t
18694 ____________________________________________________________________________
18695 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
18696         Log: Upgrade to Tie::File 0.17 from mjd.
18697      Branch: perl
18698            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
18699            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
18700 ____________________________________________________________________________
18701 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
18702         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
18703              From: Nicholas Clark <nick@unfortu.net>
18704              Date: Mon, 4 Mar 2002 23:33:52 +0000
18705              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
18706      Branch: perl
18707            ! pod/perldelta.pod
18708 ____________________________________________________________________________
18709 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
18710         Log: Escapee.
18711      Branch: perl
18712            ! proto.h
18713 ____________________________________________________________________________
18714 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
18715         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
18716              From: Nicholas Clark <nick@unfortu.net>
18717              Date: Mon, 4 Mar 2002 22:48:38 +0000
18718              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
18719      Branch: perl
18720            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
18721            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
18722            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
18723            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
18724            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
18725            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
18726            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
18727 ____________________________________________________________________________
18728 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
18729         Log: Cleaner.
18730      Branch: perl
18731            ! Makefile.SH
18732 ____________________________________________________________________________
18733 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
18734         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
18735              From: Jeffrey Friedl <jfriedl@yahoo.com>
18736              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
18737              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
18738      Branch: perl
18739            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
18740            ! pod/perlvar.pod
18741 ____________________________________________________________________________
18742 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
18743         Log: More Han tweaks from Autrjius Tang: most importantly,
18744              gbk is identical to cp936, so gbk can be removed and
18745              taken care of by an alias.
18746      Branch: perl
18747            - ext/Encode/Encode/gbk.enc
18748            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
18749            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
18750            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
18751            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
18752 ____________________________________________________________________________
18753 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
18754         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
18755              From: Nicholas Clark <nick@unfortu.net>
18756              Date: Mon, 4 Mar 2002 22:20:13 +0000
18757              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
18758      Branch: perl
18759            ! pod/perldelta.pod
18760 ____________________________________________________________________________
18761 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
18762         Log: Based on
18763              
18764              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
18765              From: Anton Tagunov <tagunov@motor.ru>
18766              Date: Mon, 4 Mar 2002 21:14:39 +0300
18767              Message-ID: <1814137429.20020304211439@motor.ru>
18768      Branch: perl
18769            ! pod/perlunicode.pod
18770 ____________________________________________________________________________
18771 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
18772         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
18773              From: John Peacock <jpeacock@rowman.com>
18774              Date: Mon, 04 Mar 2002 16:18:42 -0500
18775              Message-ID: <3C83E4B2.3060700@rowman.com>
18776              
18777              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
18778              From: John Peacock <jpeacock@rowman.com>
18779              Date: Mon, 04 Mar 2002 16:42:55 -0500
18780              Message-ID: <3C83EA5F.80303@rowman.com>
18781      Branch: perl
18782            ! lib/ExtUtils/xsubpp pod/perlxs.pod
18783 ____________________________________________________________________________
18784 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
18785         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
18786              From: "Craig A. Berry" <craigberry@mac.com>
18787              Date: Mon, 04 Mar 2002 14:47:59 -0600
18788              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
18789              
18790              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
18791              From: "Craig A. Berry" <craigberry@mac.com>
18792              Date: Mon, 04 Mar 2002 15:04:58 -0600
18793              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
18794      Branch: perl
18795            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
18796 ____________________________________________________________________________
18797 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
18798         Log: metaconfig unit change for #15014.
18799      Branch: metaconfig/U/perl
18800            ! Extensions.U
18801 ____________________________________________________________________________
18802 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
18803         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
18804              of known extensions, where Encode::JP already is.
18805      Branch: perl
18806            ! Configure Porting/config.sh Porting/config_H uconfig.h
18807 ____________________________________________________________________________
18808 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
18809         Log: SJIS, from Dan Kogai.
18810      Branch: perl
18811            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
18812 ____________________________________________________________________________
18813 [ 15012] By: nick                                  on 2002/03/04  17:35:50
18814         Log: Intergrate perlio's Encode/compile
18815      Branch: perl
18816           !> ext/Encode/compile
18817 ____________________________________________________________________________
18818 [ 15011] By: nick                                  on 2002/03/04  17:29:54
18819         Log: Avoid $Id$ cleverness and just have a $VERSION.
18820      Branch: perlio
18821            ! ext/Encode/compile
18822 ____________________________________________________________________________
18823 [ 15010] By: nick                                  on 2002/03/04  17:29:14
18824         Log: Integrate mainline
18825      Branch: perlio
18826           +> lib/Math/BigInt/t/isa.t
18827           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
18828           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
18829           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
18830           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
18831           !> warnings.pl
18832 ____________________________________________________________________________
18833 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
18834         Log: Integrate ext/Encode/compile from perlio.
18835      Branch: perl
18836           !> ext/Encode/compile
18837 ____________________________________________________________________________
18838 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
18839         Log: Integrate perlio:
18840              
18841              [ 15002]
18842              Win32 tweak
18843              
18844              [ 14999]
18845              Win32 hack
18846              
18847              [ 14995]
18848              Remove debugging assert
18849      Branch: perl
18850           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
18851           !> lib/Tie/File/t/16_handle.t
18852 ____________________________________________________________________________
18853 [ 15007] By: nick                                  on 2002/03/04  17:08:17
18854         Log: Integrate mainline
18855      Branch: perlio
18856           !> AUTHORS Changes Porting/Glossary Porting/config.sh
18857           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
18858           !> pod/perltoc.pod
18859 ____________________________________________________________________________
18860 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
18861         Log: A new M::BI test.
18862      Branch: perl
18863            + lib/Math/BigInt/t/isa.t
18864            ! MANIFEST
18865 ____________________________________________________________________________
18866 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
18867         Log: Subject: VMS test and perldelta update
18868              From: "Craig A. Berry" <craigberry@mac.com>
18869              Date: Mon, 04 Mar 2002 11:03:37 -0600
18870              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
18871      Branch: perl
18872            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
18873 ____________________________________________________________________________
18874 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
18875         Log: Needed for threaded builds.
18876      Branch: perl
18877            ! embed.fnc embed.h
18878 ____________________________________________________________________________
18879 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
18880         Log: Subject: [PATCH] taint + deprecated warnings
18881              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18882              Date: Mon, 4 Mar 2002 16:33:23 -0000
18883              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
18884      Branch: perl
18885            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
18886            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
18887            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
18888 ____________________________________________________________________________
18889 [ 15002] By: nick                                  on 2002/03/04  16:19:06
18890         Log: Win32 tweak
18891      Branch: perlio
18892            ! lib/Tie/File/t/16_handle.t
18893 ____________________________________________________________________________
18894 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
18895         Log: Update Changes.
18896      Branch: perl
18897            ! Changes patchlevel.h
18898 ____________________________________________________________________________
18899 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
18900         Log: AUTHORS updates.
18901      Branch: perl
18902            ! AUTHORS
18903 ____________________________________________________________________________
18904 [ 14999] By: nick                                  on 2002/03/04  15:26:43
18905         Log: Win32 hack
18906      Branch: perlio
18907            ! ext/Encode/compile ext/Encode/t/JP.t
18908 ____________________________________________________________________________
18909 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
18910         Log: Encode doc tweak from Autrijus Tang.
18911      Branch: perl
18912            ! ext/Encode/Encode.pm
18913 ____________________________________________________________________________
18914 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
18915         Log: Regen Glossary et al.  (It seems the #14875 didn't
18916              quite work in removing the double-dot?)
18917      Branch: perl
18918            ! Porting/Glossary Porting/config.sh Porting/config_H
18919 ____________________________________________________________________________
18920 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
18921         Log: Regen toc.
18922      Branch: perl
18923            ! pod/perltoc.pod
18924 ____________________________________________________________________________
18925 [ 14995] By: nick                                  on 2002/03/04  14:42:09
18926         Log: Remove debugging assert
18927      Branch: perlio
18928            ! ext/threads/shared/shared.xs
18929 ____________________________________________________________________________
18930 [ 14994] By: nick                                  on 2002/03/04  14:41:54
18931         Log: Integrate mainline
18932      Branch: perlio
18933           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
18934           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
18935           !> lib/Tie/File/t/15_pushpop.t util.c
18936 ____________________________________________________________________________
18937 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
18938         Log: Han update from Autrijus Tang. 
18939      Branch: perl
18940            ! ext/Encode/Encode.pm
18941 ____________________________________________________________________________
18942 [ 14992] By: nick                                  on 2002/03/04  14:08:38
18943         Log: Integrate mainline - all tests pass - some noise from threads
18944              av_simple (SuSE7.3).
18945      Branch: perlio
18946           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
18947           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
18948           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
18949           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
18950           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
18951           +> lib/Tie/File/t/11_rv_splice_rs.t
18952           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
18953           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
18954           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
18955            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
18956            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
18957            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
18958            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
18959            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
18960            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
18961            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
18962            - lib/Tie/File/15_pushpop.t
18963           !> (integrate 47 files)
18964 ____________________________________________________________________________
18965 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
18966         Log: Missing MANIFESTations.
18967      Branch: perl
18968            ! MANIFEST
18969 ____________________________________________________________________________
18970 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
18971         Log: Attempt at portability.
18972      Branch: perl
18973            ! util.c
18974 ____________________________________________________________________________
18975 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
18976         Log: Needed by #14985.
18977      Branch: perl
18978            ! embed.h global.sym proto.h
18979 ____________________________________________________________________________
18980 [ 14988] By: ams                                   on 2002/03/04  08:59:27
18981         Log: Upgrade to Tie::File 0.16.
18982      Branch: perl
18983            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
18984            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
18985            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
18986            ! lib/Tie/File/t/15_pushpop.t
18987 ____________________________________________________________________________
18988 [ 14987] By: ams                                   on 2002/03/04  08:48:11
18989         Log: Subject: [PATCH @14577] perly-fixer
18990              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18991              Date: Mon, 4 Mar 2002 02:28:51 -0500
18992              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
18993      Branch: perl
18994            ! Makefile.SH perly.fixer
18995 ____________________________________________________________________________
18996 [ 14986] By: ams                                   on 2002/03/04  08:43:37
18997         Log: Subject: [PATCH @14577] xsubpp
18998              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18999              Date: Mon, 4 Mar 2002 02:25:52 -0500
19000              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
19001      Branch: perl
19002            ! lib/ExtUtils/xsubpp pod/perlxs.pod
19003 ____________________________________________________________________________
19004 [ 14985] By: ams                                   on 2002/03/04  08:40:46
19005         Log: Subject: [PATCH @14577] sv_cmp and friends
19006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19007              Date: Mon, 4 Mar 2002 02:31:04 -0500
19008              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
19009      Branch: perl
19010            ! embed.fnc sv.c util.c
19011 ____________________________________________________________________________
19012 [ 14984] By: ams                                   on 2002/03/04  08:16:06
19013         Log: Fix File::Path docs as suggested by Ronald Kimball.
19014      Branch: perl
19015            ! lib/File/Path.pm
19016 ____________________________________________________________________________
19017 [ 14983] By: ams                                   on 2002/03/04  08:11:20
19018         Log: Update perldata fix as suggested by Benjamin Goldberg.
19019      Branch: perl
19020            ! pod/perldata.pod
19021 ____________________________________________________________________________
19022 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
19023         Log: Faulty skip.
19024      Branch: perl
19025            ! ext/DB_File/t/db-recno.t
19026 ____________________________________________________________________________
19027 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
19028         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
19029              From: Anton Tagunov <tagunov@motor.ru>
19030              Date: Mon, 4 Mar 2002 05:41:41 +0300
19031              Message-Id: <7916563907.20020304054141@motor.ru>
19032              
19033              Subject: [ID 20020303.005] Patch perlinicode C API description
19034              From: Anton Tagunov <tagunov@motor.ru>
19035              Date: Mon, 4 Mar 2002 06:08:23 +0300
19036              Message-Id: <2018165510.20020304060823@motor.ru>
19037      Branch: perl
19038            ! lib/utf8.pm pod/perlunicode.pod
19039 ____________________________________________________________________________
19040 [ 14980] By: ams                                   on 2002/03/04  02:19:20
19041         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
19042              From: Anton Tagunov <tagunov@motor.ru>
19043              Date: Mon, 4 Mar 2002 02:17:40 +0300
19044              Message-Id: <1344322124.20020304021740@motor.ru>
19045      Branch: perl
19046            ! pod/perldata.pod
19047 ____________________________________________________________________________
19048 [ 14979] By: ams                                   on 2002/03/04  02:17:54
19049         Log: Subject: RE: [PATCH] RE: DB_File breakage
19050              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19051              Date: Sun, 3 Mar 2002 23:56:31 -0000
19052              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
19053      Branch: perl
19054            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19055            ! ext/DB_File/t/db-recno.t
19056 ____________________________________________________________________________
19057 [ 14978] By: ams                                   on 2002/03/04  02:07:16
19058         Log: Subject: [PATCH] docs for ExtUtils::Manifest
19059              From: Nicholas Clark <nick@unfortu.net>
19060              Date: Sun, 3 Mar 2002 23:29:25 +0000
19061              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
19062      Branch: perl
19063            ! lib/ExtUtils/Manifest.pm
19064 ____________________________________________________________________________
19065 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
19066         Log: Forgot from the M::BI 1.54 update.
19067      Branch: perl
19068            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
19069            ! lib/Math/BigInt/t/upgrade.inc
19070 ____________________________________________________________________________
19071 [ 14976] By: ams                                   on 2002/03/04  02:04:32
19072         Log: Subject: [PATCH] attr
19073              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19074              Date: Sun, 3 Mar 2002 22:09:58 -0000
19075              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
19076      Branch: perl
19077            ! lib/warnings.pm warnings.pl
19078 ____________________________________________________________________________
19079 [ 14975] By: ams                                   on 2002/03/04  02:01:27
19080         Log: Subject: [PATCH] File::Path documentation
19081              From: Colin Meyer <cmeyer@helvella.org>
19082              Date: Sun, 3 Mar 2002 14:54:24 -0800
19083              Message-Id: <20020303145424.A21774@hobart.helvella.org>
19084      Branch: perl
19085            ! lib/File/Path.pm
19086 ____________________________________________________________________________
19087 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
19088         Log: Typo.
19089      Branch: perl
19090            ! lib/Math/BigInt/t/upgrade.t
19091 ____________________________________________________________________________
19092 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
19093         Log: Editing errors.
19094      Branch: perl
19095            ! MANIFEST
19096 ____________________________________________________________________________
19097 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
19098         Log: Upgrade to Math::BigInt 1.54.
19099      Branch: perl
19100            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19101            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19102            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
19103            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
19104            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
19105            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
19106 ____________________________________________________________________________
19107 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
19108         Log: Test tweak from Craig Berry.
19109      Branch: perl
19110            ! lib/Tie/File/t/15_pushpop.t
19111 ____________________________________________________________________________
19112 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
19113         Log: Upgrade to Tie::File 0.15.
19114      Branch: perl
19115            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
19116            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
19117            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
19118            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
19119            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
19120            + lib/Tie/File/t/11_rv_splice_rs.t
19121            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
19122            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
19123            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19124            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19125            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19126            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19127            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19128            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19129            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
19130            - lib/Tie/File/15_pushpop.t
19131            ! MANIFEST lib/Tie/File.pm
19132 ____________________________________________________________________________
19133 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
19134         Log: The EBCDIC gaps apply only to the real A-Z.
19135      Branch: perl
19136            ! ext/B/B/Deparse.pm
19137 ____________________________________________________________________________
19138 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
19139         Log: EBCDIC: deparse \cX correctly.
19140      Branch: perl
19141            ! ext/B/B/Deparse.pm
19142 ____________________________________________________________________________
19143 [ 14967] By: ams                                   on 2002/03/03  18:18:00
19144         Log: Subject: [PATCH] nit in perlsyn.pod
19145              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
19146              Date: Sun, 03 Mar 2002 20:16:10 +0100
19147              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
19148      Branch: perl
19149            ! pod/perlsyn.pod
19150 ____________________________________________________________________________
19151 [ 14966] By: ams                                   on 2002/03/03  18:06:32
19152         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
19153              From: Michael G Schwern <schwern@pobox.com>
19154              Date: Sun, 3 Mar 2002 13:33:28 -0500
19155              Message-Id: <20020303183328.GA3296@blackrider>
19156      Branch: perl
19157            ! utils/h2xs.PL
19158 ____________________________________________________________________________
19159 [ 14965] By: ams                                   on 2002/03/03  18:00:03
19160         Log: Subject: [ PATCH ] HP back to default
19161              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19162              Date: Sun, 03 Mar 2002 18:48:34 +0100
19163              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
19164      Branch: perl
19165            ! hints/hpux.sh
19166 ____________________________________________________________________________
19167 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
19168         Log: EBCDIC: special cases of special cases.
19169      Branch: perl
19170            ! t/uni/case.pl
19171 ____________________________________________________________________________
19172 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
19173         Log: EBCDIC: the v-string components cannot exceed 2147483647.
19174      Branch: perl
19175            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
19176 ____________________________________________________________________________
19177 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
19178         Log: Remove the bogus "incorrect case" warning completely.
19179              The problem exists, but the cure, in which ever form
19180              it will be, needs to be something more subtle.
19181      Branch: perl
19182            ! op.c pod/perldiag.pod
19183 ____________________________________________________________________________
19184 [ 14961] By: ams                                   on 2002/03/03  13:39:09
19185         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
19186              From: Mark-Jason Dominus <mjd@plover.com>
19187              Date: Sun, 03 Mar 2002 09:32:16 -0500
19188              Message-Id: <20020303143216.10536.qmail@plover.com>
19189      Branch: perl
19190            ! t/op/tiearray.t
19191 ____________________________________________________________________________
19192 [ 14960] By: nick                                  on 2002/03/03  09:59:59
19193         Log: Integrate mainline
19194      Branch: perlio
19195           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
19196            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
19197            ! ext/Encode/compile
19198           !> (integrate 27 files)
19199 ____________________________________________________________________________
19200 [ 14959] By: ams                                   on 2002/03/03  08:11:34
19201         Log: Fix #14957.
19202      Branch: perl
19203            ! ext/DB_File/t/db-recno.t
19204 ____________________________________________________________________________
19205 [ 14958] By: ams                                   on 2002/03/03  05:51:00
19206         Log: Subject: [PATCH @14577] NL in debugger
19207              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19208              Date: Sat, 2 Mar 2002 05:34:12 -0500
19209              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
19210      Branch: perl
19211            ! lib/perl5db.pl
19212 ____________________________________________________________________________
19213 [ 14957] By: ams                                   on 2002/03/03  05:00:04
19214         Log: Subject: Re: DB_File breakage
19215              From: Schuyler Erle <schuyler@oreilly.com>
19216              Date: Sat, 02 Mar 2002 21:50:30 -0800
19217              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
19218      Branch: perl
19219            ! ext/DB_File/t/db-recno.t
19220 ____________________________________________________________________________
19221 [ 14956] By: ams                                   on 2002/03/03  04:40:08
19222         Log: Subject: [PATCH @14577] Debugging OPs
19223              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19224              Date: Sat, 2 Mar 2002 05:49:58 -0500
19225              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
19226      Branch: perl
19227            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
19228            ! pod/perlrun.pod sv.h
19229 ____________________________________________________________________________
19230 [ 14955] By: ams                                   on 2002/03/03  04:34:41
19231         Log: Subject: Tie::Array doc patch
19232              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
19233              Date: Sat, 02 Mar 2002 08:42:56 +0900
19234              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
19235      Branch: perl
19236            ! lib/Tie/Array.pm
19237 ____________________________________________________________________________
19238 [ 14954] By: ams                                   on 2002/03/03  04:23:33
19239         Log: Subject: Re: Smoke 14870
19240              From: Nicholas Clark <nick@unfortu.net>
19241              Date: Sat, 2 Mar 2002 20:00:53 +0000
19242              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
19243      Branch: perl
19244            ! README.hpux
19245 ____________________________________________________________________________
19246 [ 14953] By: ams                                   on 2002/03/03  04:15:49
19247         Log: Subject: RE: VERSION core
19248              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19249              Date: Sat, 2 Mar 2002 22:50:44 -0000
19250              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
19251      Branch: perl
19252            ! t/comp/use.t
19253 ____________________________________________________________________________
19254 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
19255         Log: The #14949 removed this error from non-Win32.
19256      Branch: perl
19257            ! t/lib/warnings/op
19258 ____________________________________________________________________________
19259 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
19260         Log: BeOS back on track.
19261      Branch: perl
19262            ! README.beos
19263 ____________________________________________________________________________
19264 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
19265         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
19266              higher is okay.
19267      Branch: perl
19268            ! ext/POSIX/t/posix.t
19269 ____________________________________________________________________________
19270 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
19271         Log: For now, make "incorrect case" a Win32-only warning.
19272      Branch: perl
19273            ! op.c
19274 ____________________________________________________________________________
19275 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
19276         Log: Demand more before attempting socketpair().
19277      Branch: perl
19278            ! pp_sys.c
19279 ____________________________________________________________________________
19280 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
19281         Log: Remove obsolete hack.
19282      Branch: perl
19283            ! makedepend.SH
19284 ____________________________________________________________________________
19285 [ 14946] By: ams                                   on 2002/03/02  16:00:32
19286         Log: Forgot to delete encode.* from MANIFEST.
19287      Branch: perl
19288            ! MANIFEST
19289 ____________________________________________________________________________
19290 [ 14945] By: ams                                   on 2002/03/02  14:41:03
19291         Log: Delete ex-test output.
19292      Branch: perl
19293            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
19294 ____________________________________________________________________________
19295 [ 14944] By: ams                                   on 2002/03/02  13:54:35
19296         Log: Subject: [PATCH] DB_File 1.803
19297              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19298              Date: Sat, 2 Mar 2002 14:33:32 -0000
19299              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
19300      Branch: perl
19301            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19302            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
19303 ____________________________________________________________________________
19304 [ 14943] By: ams                                   on 2002/03/02  13:43:06
19305         Log: Upgrade to Tie::File 0.14.
19306      Branch: perl
19307            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
19308            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
19309            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
19310 ____________________________________________________________________________
19311 [ 14942] By: nick                                  on 2002/03/02  11:05:53
19312         Log: Integrate mainline
19313      Branch: perlio
19314           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
19315           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
19316           +> ext/Encode/t/table.utf8
19317           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
19318           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
19319           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19320           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
19321           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
19322           !> universal.c utils/perldoc.PL
19323 ____________________________________________________________________________
19324 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
19325         Log: More CJK (just C, really) tables from Autrijus Tang
19326              (originally from iconv, used with permission of Bruno Haible)
19327      Branch: perl
19328            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
19329            + ext/Encode/Encode/iso-ir-165.enc
19330            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19331            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
19332            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
19333 ____________________________________________________________________________
19334 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
19335         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
19336              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19337              Date: Fri, 1 Mar 2002 15:32:13 -0500
19338              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
19339      Branch: perl
19340            ! utils/perldoc.PL
19341 ____________________________________________________________________________
19342 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
19343         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
19344              From: Schuyler Erle <schuyler@oreilly.com>
19345              Date: Fri, 01 Mar 2002 14:22:19 -0800
19346              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
19347              
19348              Subject: Re: PATCH: "splice() offset past end of array" warning.
19349              From: Mark-Jason Dominus <mjd@plover.com>
19350              Date: Fri, 01 Mar 2002 17:19:49 -0500
19351              Message-ID: <20020301221949.7610.qmail@plover.com>
19352      Branch: perl
19353            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
19354 ____________________________________________________________________________
19355 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
19356         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
19357              From: Mark-Jason Dominus <mjd@plover.com>
19358              Date: Fri, 01 Mar 2002 18:35:35 -0500
19359              Message-ID: <20020301233535.15969.qmail@plover.com>
19360      Branch: perl
19361            ! av.c
19362 ____________________________________________________________________________
19363 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
19364         Log: Subject: RE: VERSION core
19365              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19366              Date: Fri, 1 Mar 2002 23:47:48 -0000
19367              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
19368      Branch: perl
19369            ! pod/perldiag.pod universal.c
19370 ____________________________________________________________________________
19371 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
19372         Log: Update Changes
19373      Branch: maint-5.6/macperl
19374            ! macos/Changes
19375 ____________________________________________________________________________
19376 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
19377         Log: Fix update to resources
19378      Branch: maint-5.6/macperl
19379            ! macos/macperl/MacPerl.r
19380 ____________________________________________________________________________
19381 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
19382         Log: metaconfig unit change for #14930.
19383      Branch: metaconfig
19384            ! U/modified/Init.U
19385 ____________________________________________________________________________
19386 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
19387         Log: Fix debugger to handle Mac OS psedofiles
19388      Branch: maint-5.6/macperl
19389            ! lib/DB.pm lib/perl5db.pl
19390 ____________________________________________________________________________
19391 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
19392         Log: Various fixes from Thomas Wegner
19393      Branch: maint-5.6/macperl
19394            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
19395 ____________________________________________________________________________
19396 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
19397         Log: Some resource updates
19398      Branch: maint-5.6/macperl
19399            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
19400            ! macos/macperl/MacPerl.rsrc
19401 ____________________________________________________________________________
19402 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
19403         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
19404              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19405              Date: Fri, 01 Mar 2002 09:38:59 -0800
19406              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
19407      Branch: perl
19408            ! Configure
19409 ____________________________________________________________________________
19410 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
19411         Log: Add some missing sfio symbols (Alan Fry)
19412      Branch: maint-5.6/macperl
19413            ! macos/macperl.sym
19414 ____________________________________________________________________________
19415 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
19416         Log: Update version and README
19417      Branch: maint-5.6/macperl
19418            ! README.macos macos/MPVersion.r
19419 ____________________________________________________________________________
19420 [ 14926] By: nick                                  on 2002/03/01  15:56:41
19421         Log: Integrate mainline
19422      Branch: perlio
19423           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
19424           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19425           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19426           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19427           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19428           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19429           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19430           +> lib/Tie/File/13_size_rs.t
19431           !> (integrate 80 files)
19432 ____________________________________________________________________________
19433 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
19434         Log: Better advertising.
19435      Branch: perl
19436            ! pod/perldelta.pod pod/perlfaq5.pod
19437 ____________________________________________________________________________
19438 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
19439         Log: Update Changes.
19440      Branch: perl
19441            ! Changes patchlevel.h
19442 ____________________________________________________________________________
19443 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
19444         Log: Lost in the shuffle.
19445      Branch: perl
19446            + lib/Math/BigInt/t/downgrade.t
19447            ! MANIFEST
19448 ____________________________________________________________________________
19449 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
19450         Log: Advertise Tie::File.
19451      Branch: perl
19452            ! pod/perldelta.pod pod/perlfaq5.pod
19453 ____________________________________________________________________________
19454 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
19455         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
19456              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19457              Date: Thu, 28 Feb 2002 18:55:48 +0100
19458              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
19459      Branch: perl
19460            ! x2p/walk.c
19461 ____________________________________________________________________________
19462 [ 14920] By: ams                                   on 2002/03/01  09:06:01
19463         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
19464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19465              Date: Tue, 26 Feb 2002 19:54:31 -0500
19466              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
19467      Branch: perl
19468            ! embed.fnc ext/B/B/Deparse.pm gv.c
19469 ____________________________________________________________________________
19470 [ 14919] By: ams                                   on 2002/03/01  03:03:12
19471         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
19472      Branch: perl
19473            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
19474            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
19475            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
19476            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
19477            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
19478            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
19479            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
19480 ____________________________________________________________________________
19481 [ 14918] By: ams                                   on 2002/03/01  02:36:58
19482         Log: Add Tie::File 0.12 from MJD.
19483      Branch: perl
19484            + lib/Tie/File.pm lib/Tie/File/01_gen.t
19485            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
19486            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
19487            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
19488            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
19489            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
19490            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
19491            ! MANIFEST
19492 ____________________________________________________________________________
19493 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
19494         Log: Encoding name mapping tweaks.
19495      Branch: perl
19496            ! ext/Encode/Encode.pm
19497 ____________________________________________________________________________
19498 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
19499         Log: metaconfig unit change for #14915.
19500      Branch: metaconfig
19501            ! U/modified/Init.U
19502 ____________________________________________________________________________
19503 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
19504         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
19505              From: Paul_GreenVOS@vos.stratus.com
19506              Date: Thu, 28 Feb 02 15:05 est
19507              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
19508      Branch: perl
19509            ! Configure
19510 ____________________________________________________________________________
19511 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
19512         Log: PL_bostr was pointing to the wrong string
19513              (a string left around from the loading of the Unicode \w)
19514              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
19515              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
19516      Branch: perl
19517            ! regexec.c
19518 ____________________________________________________________________________
19519 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
19520         Log: Sync with libnet-1.10
19521      Branch: perl
19522            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
19523            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
19524            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
19525            ! lib/Net/t/netrc.t
19526 ____________________________________________________________________________
19527 [ 14912] By: ams                                   on 2002/02/28  13:02:50
19528         Log: Subject: [PATCH] perldelta.pod fixes
19529              From: Autrijus Tang <autrijus@autrijus.org>
19530              Date: Thu, 28 Feb 2002 21:44:15 +0800
19531              Message-Id: <20020228134415.GB16422@not.autrijus.org>
19532      Branch: perl
19533            ! pod/perldelta.pod
19534 ____________________________________________________________________________
19535 [ 14911] By: ams                                   on 2002/02/28  11:31:44
19536         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
19537              From: Stas Bekman <stas@stason.org>
19538              Date: Mon, 04 Feb 2002 16:18:53 +0800
19539              Message-Id: <3C7E1E5F.1000605@stason.org>
19540              (Applied by hand).
19541      Branch: perl
19542            ! lib/File/Copy.pm
19543 ____________________________________________________________________________
19544 [ 14910] By: ams                                   on 2002/02/28  11:26:47
19545         Log: Subject: [PATCH lib/Pod/Html.pm]
19546              From: Stas Bekman <stas@stason.org>
19547              Date: Thu, 28 Feb 2002 20:05:01 +0800
19548              Message-Id: <3C7E1CED.7000307@stason.org>
19549      Branch: perl
19550            ! lib/Pod/Html.pm
19551 ____________________________________________________________________________
19552 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
19553         Log: Tests for #14908.
19554      Branch: perl
19555            ! t/op/pat.t
19556 ____________________________________________________________________________
19557 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
19558         Log: Make shared hash keys to be \0-terminated:
19559              one possible resolution for
19560              "UTF-8, weird \w behaviour after HASH-KEY-ification"
19561              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
19562              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
19563              The hash keys weren't \0-terminated.  This meant that the EOL ($)
19564              in regmatch() got the nextchr beyond the last character.  Since
19565              the keys were UTF-8, the nextchr was \1, not the usual
19566              string-terminating \0.  Wham, no match.
19567              
19568              I think another possible resolution could be to stop the nextchr
19569              computation in regmatch() from peeking beyond the last character
19570              of the string:
19571              
19572              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
19573      Branch: perl
19574            ! hv.c hv.h
19575 ____________________________________________________________________________
19576 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
19577         Log: Subject: [PATCH] Perl interface to newIO()
19578              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19579              Date: Wed, 27 Feb 2002 20:15:27 -0800
19580              Message-ID: <f7af8gzkgaET092yn@efn.org>
19581      Branch: perl
19582            ! lib/Symbol.pm
19583 ____________________________________________________________________________
19584 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
19585         Log: The "list" part of
19586              
19587              Subject: [PATCH perlop] .. returns a *list* of *integers*
19588              From: Mike Guy <mjtg@cam.ac.uk>
19589              Date: Tue, 26 Feb 2002 18:30:22 +0000
19590              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
19591              
19592              plus few nits.
19593      Branch: perl
19594            ! pod/perlop.pod
19595 ____________________________________________________________________________
19596 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
19597         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
19598              From: Abe Timmerman <abe@ztreet.demon.nl>
19599              Date: Thu, 28 Feb 2002 00:04:06 +0100
19600              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
19601      Branch: perl
19602            ! lib/File/stat.t
19603 ____________________________________________________________________________
19604 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
19605         Log: Integrate from maintperl.
19606      Branch: maint-5.6/macperl
19607           !> doio.c op.c t/io/open.t t/pragma/strict-subs
19608 ____________________________________________________________________________
19609 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
19610         Log: Upgrade to Math::BigInt 1.53.
19611      Branch: perl
19612            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19613            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
19614            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
19615            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
19616            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
19617            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
19618 ____________________________________________________________________________
19619 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
19620         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
19621              From: "Craig A. Berry" <craigberry@mac.com>
19622              Date: Wed, 27 Feb 2002 15:36:38 -0600
19623              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
19624      Branch: perl
19625            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
19626            ! vms/ext/filespec.t
19627 ____________________________________________________________________________
19628 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
19629         Log: Subject: [PATCH] Some minor changes for Cygwin
19630              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
19631              Date: Wed, 27 Feb 2002 22:25:41 +0100
19632              Message-ID: <14296492589.20020227222541@familiehaase.de>
19633      Branch: perl
19634            ! Makefile.SH README.cygwin cygwin/perlld.in
19635 ____________________________________________________________________________
19636 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
19637         Log: Update the UTF-8 explanation table.
19638      Branch: perl
19639            ! pod/perlunicode.pod utf8.h
19640 ____________________________________________________________________________
19641 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
19642         Log: Repatch from Robin Barker: anon subs in C<package;> are
19643              now __ANON__::__ANON__ (should help for mod_perl breakage
19644              since #12251)
19645      Branch: perl
19646            ! gv.c op.c t/op/runlevel.t toke.c
19647 ____________________________________________________________________________
19648 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
19649         Log: Update Changes.
19650      Branch: perl
19651            ! Changes patchlevel.h
19652 ____________________________________________________________________________
19653 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
19654         Log: perldelta updates.
19655      Branch: perl
19656            ! pod/perldelta.pod
19657 ____________________________________________________________________________
19658 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
19659         Log: Signedness nit.
19660      Branch: perl
19661            ! regexec.c
19662 ____________________________________________________________________________
19663 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
19664         Log: Subject: Re: Smoke 14870
19665              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19666              Date: Wed, 27 Feb 2002 16:48:35 +0100
19667              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
19668              
19669              (with some additional garnish)
19670      Branch: perl
19671            ! README.hpux hints/hpux.sh
19672 ____________________________________________________________________________
19673 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
19674         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
19675              into perl.exp in AIX.
19676      Branch: perl
19677            ! makedef.pl perl.h
19678 ____________________________________________________________________________
19679 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
19680         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
19681              From: Robin Barker <rmb1@cise.npl.co.uk>
19682              Date: Wed, 27 Feb 2002 14:39:35 GMT
19683              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
19684      Branch: perl
19685            ! pod/perlrun.pod
19686 ____________________________________________________________________________
19687 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
19688         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
19689              From: Robin Barker <rmb1@cise.npl.co.uk>
19690              Date: Wed, 27 Feb 2002 12:25:30 GMT
19691              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
19692      Branch: perl
19693            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
19694            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
19695            ! pod/perlunicode.pod pod/perluniintro.pod
19696 ____________________________________________________________________________
19697 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
19698         Log: Only modify LD_LIBRARY_PATH in case there are directories.
19699      Branch: perl
19700            ! hints/dec_osf.sh
19701 ____________________________________________________________________________
19702 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
19703         Log: Subject: [PATCH] perl/hints/vos.sh
19704              From: Paul_GreenVOS@vos.stratus.com
19705              Date: Tue, 26 Feb 02 15:19 est
19706              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
19707      Branch: perl
19708            ! hints/vos.sh
19709 ____________________________________________________________________________
19710 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
19711         Log: Forgot from #14888.
19712      Branch: perl
19713            ! ext/Unicode/Normalize/mkheader
19714 ____________________________________________________________________________
19715 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
19716         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
19717      Branch: perl
19718            ! ext/Unicode/Normalize/Changes
19719            ! ext/Unicode/Normalize/Normalize.pm
19720            ! ext/Unicode/Normalize/Normalize.xs
19721            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
19722            ! ext/Unicode/Normalize/t/test.t
19723 ____________________________________________________________________________
19724 [ 14887] By: ams                                   on 2002/02/26  23:51:52
19725         Log: Subject: Missing diagnostics
19726              From: Simon Glover <scog@roe.ac.uk>
19727              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
19728              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
19729              
19730              Subject: [PATCH] Better wording for the lvalue vec diagnostic
19731              From: Simon Glover <scog@roe.ac.uk>
19732              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
19733              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
19734      Branch: perl
19735            ! doop.c pod/perldiag.pod t/op/vec.t
19736 ____________________________________________________________________________
19737 [ 14886] By: ams                                   on 2002/02/26  15:48:34
19738         Log: Subject: [PATCH] Not OK 5.7.2@14884
19739              From: andreas.koenig@anima.de (Andreas J. Koenig)
19740              Date: Tue, 26 Feb 2002 15:03:55 +0100
19741              Message-Id: <m38z9gfigk.fsf@anima.de>
19742      Branch: perl
19743            ! t/lib/access.t
19744 ____________________________________________________________________________
19745 [ 14885] By: nick                                  on 2002/02/26  13:48:55
19746         Log: Integrate mainline
19747      Branch: perlio
19748           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
19749           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
19750           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
19751            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
19752           !> (integrate 102 files)
19753 ____________________________________________________________________________
19754 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
19755         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
19756              1.1999999999999996, or thereabouts (yes, even sprintf).
19757      Branch: perl
19758            ! t/base/num.t
19759 ____________________________________________________________________________
19760 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
19761         Log: Neither.
19762      Branch: perl
19763            ! pod/perldelta.pod
19764 ____________________________________________________________________________
19765 [ 14882] By: ams                                   on 2002/02/26  08:46:55
19766         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
19767              From: Michael G Schwern <schwern@pobox.com>
19768              Date: Tue, 26 Feb 2002 01:01:28 -0500
19769              Message-Id: <20020226060128.GA2439@blackrider>
19770      Branch: perl
19771            ! hv.c pod/perldiag.pod
19772 ____________________________________________________________________________
19773 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
19774         Log: Subject: [PATCH B::Concise] docs, typos
19775              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19776              Date: Mon, 25 Feb 2002 16:41:16 +0100
19777              Message-ID: <20020225164116.A1054@rafael>
19778      Branch: perl
19779            ! ext/B/B/Concise.pm
19780 ____________________________________________________________________________
19781 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
19782         Log: POSIX: add isatty to @EXPORT_OK, reformat.
19783      Branch: perl
19784            ! ext/POSIX/POSIX.pm
19785 ____________________________________________________________________________
19786 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
19787         Log: If using -Dloclibpth=... the directories need to
19788              be appended to LD_LIBRARY_PATH (and ickily, if those
19789              directories contain a (newer?) libdb.so, we need to
19790              prepend    /usr/shlib to loclibpth).
19791      Branch: perl
19792            ! hints/dec_osf.sh
19793 ____________________________________________________________________________
19794 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
19795         Log: Subject: [PATCH] Perl interface to newIO()
19796              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
19797              Date: Mon, 25 Feb 2002 15:04:57 -0800
19798              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
19799      Branch: perl
19800            ! lib/Symbol.pm lib/Symbol.t
19801 ____________________________________________________________________________
19802 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
19803         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
19804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
19805              Date: Mon, 25 Feb 2002 21:58:30 +0100
19806              Message-ID: <20020225215830.A744@rafael>
19807      Branch: perl
19808            ! pod/perlvar.pod
19809 ____________________________________________________________________________
19810 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
19811         Log: Big5 tweaks from Autrijus Tang.
19812      Branch: perl
19813            ! ext/Encode/Encode/big5.enc
19814 ____________________________________________________________________________
19815 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
19816         Log: Subject: [PATCH Glossary configpm] cleanups
19817              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19818              Date: Mon, 25 Feb 2002 23:27:15 +0100
19819              Message-ID: <20020225232715.C744@rafael>
19820      Branch: perl
19821            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
19822 ____________________________________________________________________________
19823 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
19824         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
19825              From: Nicholas Clark <nick@unfortu.net>
19826              Date: Mon, 25 Feb 2002 21:53:24 +0000
19827              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
19828      Branch: perl
19829            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
19830            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
19831            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
19832 ____________________________________________________________________________
19833 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
19834         Log: Upgrade to I18N::LangTags 0.27.
19835              (Causes one flipflop back to perl.com URL, must poke Sean.)
19836      Branch: perl
19837            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
19838            ! lib/I18N/LangTags/List.pm
19839 ____________________________________________________________________________
19840 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
19841         Log: Upgrade to Getopt::Long 2.28.
19842      Branch: perl
19843            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
19844            ! lib/Getopt/Long/README
19845 ____________________________________________________________________________
19846 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
19847         Log: No =head.
19848      Branch: perl
19849            ! pod/perlebcdic.pod
19850 ____________________________________________________________________________
19851 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
19852         Log: Update Changes.
19853      Branch: perl
19854            ! Changes patchlevel.h
19855 ____________________________________________________________________________
19856 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
19857         Log: metaconfig unit change for #14868.
19858      Branch: metaconfig
19859            ! U/modified/Chk_MANI.U
19860 ____________________________________________________________________________
19861 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
19862         Log: Some hosts understand split -l 50, some only split -50
19863              (from Paul Eggert).
19864      Branch: perl
19865            ! Configure
19866 ____________________________________________________________________________
19867 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
19868         Log: Subject: Re: [PATCH bleadperl] socketpair.t
19869              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19870              Date: Sun, 24 Feb 2002 10:31:25 +0100
19871              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
19872              
19873              (the pid half only)
19874      Branch: perl
19875            ! win32/win32.c
19876 ____________________________________________________________________________
19877 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
19878         Log: Mention the new pack tricks.
19879      Branch: perl
19880            ! pod/perldelta.pod
19881 ____________________________________________________________________________
19882 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
19883         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
19884              From: Richard.Foley@t-online.de (Richard Foley)
19885              Date: Mon, 25 Feb 2002 13:47:03 +0100
19886              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
19887      Branch: perl
19888            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
19889            ! pod/perldebug.pod pod/perldelta.pod
19890 ____________________________________________________________________________
19891 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
19892         Log: Typo corrections from John P. Linderman.
19893      Branch: perl
19894            ! ext/IPC/SysV/Semaphore.pm
19895 ____________________________________________________________________________
19896 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
19897         Log: Upgrade to Math::BigInt 1.52.
19898      Branch: perl
19899            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19900            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19901            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19902            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
19903            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
19904 ____________________________________________________________________________
19905 [ 14862] By: ams                                   on 2002/02/25  10:39:40
19906         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
19907              From: Robin Barker <rmb1@cise.npl.co.uk>
19908              Date: Mon, 25 Feb 2002 11:35:06 GMT
19909              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
19910              
19911              Subject: [PATCH Net/Cmd.pm]
19912              From: Robin Barker <rmb1@cise.npl.co.uk>
19913              Date: Mon, 25 Feb 2002 11:37:06 GMT
19914              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
19915      Branch: perl
19916            ! lib/Cwd.pm lib/Net/Cmd.pm
19917 ____________________________________________________________________________
19918 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
19919         Log: Cut-and-paste errors.
19920      Branch: perl
19921            ! t/op/pat.t
19922 ____________________________________________________________________________
19923 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
19924         Log: EBCDIC: the control characters are not that easy to find.
19925      Branch: perl
19926            ! t/op/pat.t
19927 ____________________________________________________________________________
19928 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
19929         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
19930              From: John Peacock <jpeacock@rowman.com>
19931              Date: Sun, 24 Feb 2002 22:08:28 -0500
19932              Message-ID: <3C79AAAC.6060903@rowman.com>
19933      Branch: perl
19934            ! sv.c
19935 ____________________________________________________________________________
19936 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
19937         Log: SvSetSV() is not returnable, but that's okay since
19938              sv_copypv() returns void.
19939      Branch: perl
19940            ! sv.c
19941 ____________________________________________________________________________
19942 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
19943         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
19944              From: John Peacock <jpeacock@rowman.com>                 
19945              Date: Sun, 24 Feb 2002 16:40:07 -0500
19946              Message-ID: <3C795DB7.40105@rowman.com>               
19947      Branch: perl
19948            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
19949            ! pp_hot.c proto.h sv.c
19950 ____________________________________________________________________________
19951 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
19952         Log: Tiny code cleanup.
19953      Branch: perl
19954            ! regexec.c
19955 ____________________________________________________________________________
19956 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
19957         Log: Use to_uni_fold().
19958      Branch: perl
19959            ! regcomp.c
19960 ____________________________________________________________________________
19961 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
19962         Log: Document the new taint behaviour of exec LIST and
19963              system LIST.
19964      Branch: perl
19965            ! pod/perldelta.pod
19966 ____________________________________________________________________________
19967 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
19968         Log: Subject: [PATCH] Re: taint news
19969              From: Rick Delaney <rick.delaney@rogers.com>             
19970              Date: 24 Feb 2002 11:35:00 -0500
19971              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
19972      Branch: perl
19973            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
19974 ____________________________________________________________________________
19975 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
19976         Log: EBCDIC tweak (native instead of uni) and comment update.
19977      Branch: perl
19978            ! regexec.c
19979 ____________________________________________________________________________
19980 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
19981         Log: Using uninitialized (and wrong) variables is not good.
19982      Branch: perl
19983            ! regcomp.c
19984 ____________________________________________________________________________
19985 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
19986         Log: EBCDIC: this seems to calm the last of the
19987              Malformed UTF-8 warnings.
19988      Branch: perl
19989            ! regcomp.c utf8.c
19990 ____________________________________________________________________________
19991 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
19992         Log: EBCDIC: document using Encode for character conversions.
19993      Branch: perl
19994            ! pod/perlebcdic.pod
19995 ____________________________________________________________________________
19996 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
19997         Log: EBCDIC: disable also Unicode::Collate and
19998              Unicode::Normalize for now.  Real users of
19999              EBCDIC have to decide what they want.
20000      Branch: perl
20001            ! ext/Unicode/Normalize/Normalize.pm
20002            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
20003            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
20004            ! lib/Unicode/Collate/t/test.t
20005 ____________________________________________________________________________
20006 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
20007         Log: AUTHORS updates.
20008      Branch: perl
20009            ! AUTHORS
20010 ____________________________________________________________________________
20011 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
20012         Log: Retract #14571: there may be a better solution than
20013              tweaking the test.
20014      Branch: perl
20015            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
20016 ____________________________________________________________________________
20017 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
20018         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
20019              From: "Craig A. Berry" <craigberry@mac.com> 
20020              Date: Sat, 23 Feb 2002 14:14:35 -0600
20021              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
20022      Branch: perl
20023            ! configure.com
20024 ____________________________________________________________________________
20025 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
20026         Log: metaconfig unit change for #14843.
20027      Branch: metaconfig/U/perl
20028            ! Extensions.U
20029 ____________________________________________________________________________
20030 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
20031         Log: Also Encode/JP needs to be listed explicitly.
20032              (Any other sub-Encode extensions?)
20033      Branch: perl
20034            ! Configure
20035 ____________________________________________________________________________
20036 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
20037         Log: Document known UNICOS/mk deficiency.
20038      Branch: perl
20039            ! pod/perldelta.pod
20040 ____________________________________________________________________________
20041 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
20042         Log: Subject: [PATCH] README mention version 5.0
20043              From: Autrijus Tang <autrijus@autrijus.org>
20044              Date: Sat, 23 Feb 2002 09:35:22 +0800
20045              Message-ID: <20020223013522.GA8694@not.autrijus.org>
20046      Branch: perl
20047            ! README
20048 ____________________________________________________________________________
20049 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
20050         Log: metaconfig unit change for #14839.
20051      Branch: metaconfig
20052            ! U/modified/Signal.U
20053 ____________________________________________________________________________
20054 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
20055         Log: Old hosts like NeXT Classic don't have sort -k,
20056              from Paul Eggert.
20057      Branch: perl
20058            ! Configure
20059 ____________________________________________________________________________
20060 [ 14838] By: ams                                   on 2002/02/22  21:14:29
20061         Log: Minor clarifications as suggested by Anton Tagunov.
20062      Branch: perl
20063            ! pod/perlsyn.pod
20064 ____________________________________________________________________________
20065 [ 14837] By: ams                                   on 2002/02/22  21:07:02
20066         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
20067              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20068              Date: Fri, 22 Feb 2002 23:01:07 +0100
20069              Message-Id: <20020222230107.A15069@rafael>
20070      Branch: perl
20071            ! sv.c t/op/gv.t
20072 ____________________________________________________________________________
20073 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
20074         Log: metaconfig unit change for #14835.
20075      Branch: metaconfig
20076            ! U/modified/Chk_MANI.U
20077 ____________________________________________________________________________
20078 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
20079         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
20080      Branch: perl
20081            ! Configure
20082 ____________________________________________________________________________
20083 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
20084         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
20085              From: Michael G Schwern <schwern@pobox.com>
20086              Date: Fri, 22 Feb 2002 12:10:28 -0500
20087              Message-ID: <20020222171027.GB4181@blackrider>
20088      Branch: perl
20089            ! ext/Encode/compile
20090 ____________________________________________________________________________
20091 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
20092         Log: Update Changes.
20093      Branch: perl
20094            ! Changes patchlevel.h
20095 ____________________________________________________________________________
20096 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
20097         Log: Implement IV/UV/NV/long double pack/unpack with
20098              template letters j/J/F/D (the latter two have been
20099              undocumented aliases of f/d).
20100      Branch: perl
20101            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
20102 ____________________________________________________________________________
20103 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
20104         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
20105              From: Nicholas Clark <nick@unfortu.net>
20106              Date: Fri, 22 Feb 2002 14:01:25 +0000
20107              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
20108      Branch: perl
20109            ! ext/Encode/compile
20110 ____________________________________________________________________________
20111 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
20112         Log: NetWare change from Ananth Kesari.
20113      Branch: perl
20114            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
20115            ! MANIFEST
20116 ____________________________________________________________________________
20117 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
20118         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
20119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20120              Date: Fri, 22 Feb 2002 03:55:13 -0500
20121              Message-ID: <20020222035513.A894@math.ohio-state.edu>
20122      Branch: perl
20123            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
20124 ____________________________________________________________________________
20125 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
20126         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
20127      Branch: perl
20128            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
20129 ____________________________________________________________________________
20130 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
20131         Log: Make measure_struct a file static.
20132      Branch: perl
20133            ! pp_pack.c
20134 ____________________________________________________________________________
20135 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
20136         Log: EBCDIC: someone who knows what they are doing
20137              and whether it is possible at all in the first
20138              place needs to figure these tests out on EBCDIC.
20139              The CJK encodings heavily abuse their knowledge
20140              of ASCII and that may require a translation layer
20141              or four to survive UTF-EBCDIC.
20142      Branch: perl
20143            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
20144 ____________________________________________________________________________
20145 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
20146         Log: croak() needs context.
20147      Branch: perl
20148            ! pp_pack.c
20149 ____________________________________________________________________________
20150 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
20151         Log: Subject: [PATCH @14577] pack with a human face: the sequel
20152              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20153              Date: Thu, 21 Feb 2002 21:33:37 -0500
20154              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
20155      Branch: perl
20156            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
20157            ! proto.h t/op/pack.t
20158 ____________________________________________________________________________
20159 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
20160         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
20161              From: Nicholas Clark <nick@unfortu.net> 
20162              Date: Fri, 22 Feb 2002 00:49:44 +0000
20163              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
20164      Branch: perl
20165            ! ext/Encode/compile
20166 ____________________________________________________________________________
20167 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
20168         Log: Test for #14795.
20169      Branch: perl
20170            ! t/op/pat.t
20171 ____________________________________________________________________________
20172 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
20173         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
20174      Branch: perl
20175            ! t/op/pat.t
20176 ____________________________________________________________________________
20177 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
20178         Log: Subject: [PATCH] next batch of bugfixes
20179              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20180              Date: Thu, 21 Feb 2002 23:54:41 +0100
20181              Message-ID: <20020221235441.A17260@rafael>
20182      Branch: perl
20183            ! ext/B/B/Deparse.pm
20184 ____________________________________________________________________________
20185 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
20186         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)
20187              From: chromatic <chromatic@rmci.net>
20188              Date: Thu, 21 Feb 2002 14:17:35 -0700
20189              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
20190      Branch: perl
20191            ! lib/File/stat.pm lib/File/stat.t
20192 ____________________________________________________________________________
20193 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
20194         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
20195      Branch: perl
20196            ! ext/re/re.xs
20197 ____________________________________________________________________________
20198 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
20199         Log: Upgrade to Math::BigInt 1.51.
20200      Branch: perl
20201            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
20202            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
20203            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
20204            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20205            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
20206            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20207            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
20208            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
20209            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
20210            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
20211            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
20212            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
20213 ____________________________________________________________________________
20214 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
20215         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
20216              From: "Gerrit P. Haase" <gp@familiehaase.de>
20217              Date: Thu, 21 Feb 2002 21:20:25 +0100
20218              Message-ID: <69510538936.20020221212025@familiehaase.de>
20219      Branch: perl
20220            ! Makefile.SH
20221 ____________________________________________________________________________
20222 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
20223         Log: Subject: [PATCH @14577] grouping in pack/unpack
20224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20225              Date: Thu, 21 Feb 2002 06:06:14 -0500
20226              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
20227      Branch: perl
20228            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
20229            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
20230 ____________________________________________________________________________
20231 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
20232         Log: Subject: [PATCH propose] question about fs.t
20233              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20234              Date: Thu, 21 Feb 2002 15:10:21 +0100
20235              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
20236      Branch: perl
20237            ! t/io/fs.t
20238 ____________________________________________________________________________
20239 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
20240         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
20241              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
20242              Date: Thu, 21 Feb 2002 09:54:28 +0100
20243              Message-ID: <13576559576.20020221095428@familiehaase.de>     
20244      Branch: perl
20245            ! Makefile.SH
20246 ____________________________________________________________________________
20247 [ 14812] By: ams                                   on 2002/02/21  14:59:09
20248         Log: Subject: typo correction
20249              From: mjd@plover.com
20250              Date: 21 Feb 2002 15:43:49 -0000
20251              Message-Id: <20020221154349.22772.qmail@plover.com>
20252      Branch: perl
20253            ! pod/perldebug.pod
20254 ____________________________________________________________________________
20255 [ 14811] By: ams                                   on 2002/02/21  14:02:12
20256         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
20257              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20258              Date: Thu, 21 Feb 2002 15:22:22 +0100
20259              Message-Id: <20020221152222.A15095@rafael>
20260      Branch: perl
20261            ! op.h toke.c
20262 ____________________________________________________________________________
20263 [ 14810] By: ams                                   on 2002/02/21  12:45:28
20264         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
20265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20266              Date: Thu, 21 Feb 2002 06:02:48 -0500
20267              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
20268      Branch: perl
20269            ! lib/ExtUtils/Mksymlists.pm makedef.pl
20270 ____________________________________________________________________________
20271 [ 14809] By: nick                                  on 2002/02/21  09:31:08
20272         Log: Integrate mainline
20273      Branch: perlio
20274           +> lib/Pod/t/Select.t
20275           !> (integrate 37 files)
20276 ____________________________________________________________________________
20277 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
20278         Log: metaconfig unit change for #14807.
20279      Branch: metaconfig
20280            ! U/modified/Signal.U
20281 ____________________________________________________________________________
20282 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
20283         Log: Revert #14805, didn't quite work.
20284      Branch: perl
20285            ! Configure config_h.SH
20286 ____________________________________________________________________________
20287 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
20288         Log: metaconfig changes for #14805.
20289      Branch: metaconfig
20290            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
20291 ____________________________________________________________________________
20292 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
20293         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
20294              From: Paul Eggert <eggert@twinsun.com>
20295              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
20296              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
20297      Branch: perl
20298            ! Configure config_h.SH
20299 ____________________________________________________________________________
20300 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
20301         Log: More advice.
20302      Branch: perl
20303            ! README.os390
20304 ____________________________________________________________________________
20305 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
20306         Log: Missing MANIFESTation.
20307      Branch: perl
20308            ! MANIFEST
20309 ____________________________________________________________________________
20310 [ 14802] By: ams                                   on 2002/02/20  22:55:25
20311         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
20312              From: Autrijus Tang <autrijus@autrijus.org>
20313              Date: Thu, 21 Feb 2002 07:13:12 +0800
20314              Message-Id: <20020220231312.GA775@not.autrijus.org>
20315      Branch: perl
20316            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
20317 ____________________________________________________________________________
20318 [ 14801] By: ams                                   on 2002/02/20  22:27:20
20319         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
20320              From: Abe Timmerman <abe@ztreet.demon.nl>
20321              Date: Thu, 21 Feb 2002 00:20:40 +0100
20322              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
20323      Branch: perl
20324            + lib/Pod/t/Select.t
20325 ____________________________________________________________________________
20326 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
20327         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
20328              twice, causing the loop to skip every other character.
20329      Branch: perl
20330            ! utf8.c
20331 ____________________________________________________________________________
20332 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
20333         Log: Better debugging info.
20334      Branch: perl
20335            ! t/uni/case.pl
20336 ____________________________________________________________________________
20337 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
20338         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
20339              From: Nicholas Clark <nick@unfortu.net>
20340              Date: Wed, 20 Feb 2002 22:13:05 +0000
20341              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
20342      Branch: perl
20343            ! ext/Encode/compile
20344 ____________________________________________________________________________
20345 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
20346         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
20347              From: Paul Eggert <eggert@twinsun.com>
20348              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
20349              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
20350      Branch: perl
20351            ! pod/perlhack.pod
20352 ____________________________________________________________________________
20353 [ 14796] By: nick                                  on 2002/02/20  18:15:00
20354         Log: Integrate mainline
20355      Branch: perlio
20356           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20357           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
20358           +> lib/Locale/Country.pod lib/Locale/Currency.pod
20359           +> lib/Locale/Language.pod lib/Locale/Script.pm
20360           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
20361           +> t/uni/title.t t/uni/upper.t
20362           !> (integrate 41 files)
20363 ____________________________________________________________________________
20364 [ 14795] By: ams                                   on 2002/02/20  17:08:38
20365         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
20366              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20367              Date: Wed, 20 Feb 2002 18:06:59 +0000
20368              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
20369      Branch: perl
20370            ! pp_ctl.c
20371 ____________________________________________________________________________
20372 [ 14794] By: ams                                   on 2002/02/20  16:41:56
20373         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
20374              From: Paul_GreenVOS@vos.stratus.com
20375              Date: Wed, 20 Feb 02 12:21 est
20376              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
20377      Branch: perl
20378            ! Makefile.SH
20379 ____________________________________________________________________________
20380 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
20381         Log: Forgot from #14790.
20382      Branch: perl
20383            ! pp_pack.c
20384 ____________________________________________________________________________
20385 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
20386         Log: Update Changes.
20387      Branch: perl
20388            ! Changes patchlevel.h
20389 ____________________________________________________________________________
20390 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
20391         Log: Integrate change #14778 from maintperl;
20392              
20393              constant folding on the range operator had the effect of disabling
20394              peephole optimizations in all the siblings of the range OP; the
20395              effect of this was that barewords could escape strictures when
20396              they were hiding in such places
20397      Branch: perl
20398            ! t/lib/strict/subs
20399           !> op.c
20400 ____________________________________________________________________________
20401 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
20402         Log: Subject: Re: [ID 20020220.001] pack w with objects
20403              From: Ulrich Pfeifer <upf@de.uu.net>
20404              Date: 20 Feb 2002 11:21:15 +0100
20405              Message-ID: <p5g03wcv38.fsf@de.uu.net>
20406      Branch: perl
20407            ! t/op/pack.t
20408 ____________________________________________________________________________
20409 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
20410         Log: Subject: Re: [PATCH] go faster for Encode's compile
20411              From: Nicholas Clark <nick@unfortu.net> 
20412              Date: Tue, 19 Feb 2002 23:38:36 +0000
20413              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
20414      Branch: perl
20415            ! ext/Encode/compile
20416 ____________________________________________________________________________
20417 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
20418         Log: Regen Glossary.
20419      Branch: perl
20420            ! Porting/Glossary Porting/config.sh Porting/config_H
20421 ____________________________________________________________________________
20422 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
20423         Log: metaconfig unit change for #14786 (not visible yet,
20424              since Glossary needs regenerating)
20425      Branch: metaconfig
20426            ! U/compline/d_gconvert.U
20427 ____________________________________________________________________________
20428 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
20429         Log: Subject: d_Gconvert hints and Glossary
20430              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20431              Date: Tue, 19 Feb 2002 11:55:36 -0800
20432              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
20433      Branch: perl
20434            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
20435            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
20436            ! hints/svr5.sh
20437 ____________________________________________________________________________
20438 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
20439         Log: metaconfig unit changes for #14784.
20440      Branch: metaconfig
20441            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
20442 ____________________________________________________________________________
20443 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
20444         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
20445              From: Paul Eggert <eggert@twinsun.com>              
20446              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
20447              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
20448      Branch: perl
20449            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
20450            ! pod/perlhack.pod
20451 ____________________________________________________________________________
20452 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
20453         Log: metaconfig unit change for #14782.
20454      Branch: metaconfig/U/perl
20455            ! Mksymlinks.U
20456 ____________________________________________________________________________
20457 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
20458         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
20459              From: "Gerrit P. Haase" <gp@familiehaase.de>
20460              Date: Wed, 20 Feb 2002 00:23:29 +0100
20461              Message-ID: <70348722516.20020220002329@familiehaase.de>
20462      Branch: perl
20463            ! Configure
20464 ____________________________________________________________________________
20465 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
20466         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
20467              From: Nicholas Clark <nick@unfortu.net> 
20468              Date: Tue, 19 Feb 2002 19:27:42 +0000
20469              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
20470              
20471              (with modifications)
20472      Branch: perl
20473            ! pod/perlsub.pod
20474 ____________________________________________________________________________
20475 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
20476         Log: NetWare tweak from Ananth Kesari.
20477      Branch: perl
20478            ! lib/ExtUtils/MakeMaker.pm
20479 ____________________________________________________________________________
20480 [ 14779] By: ams                                   on 2002/02/20  06:51:55
20481         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
20482      Branch: perl
20483            ! pod/perlfaq4.pod
20484 ____________________________________________________________________________
20485 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
20486         Log: constant folding on the range operator had the effect of disabling
20487              peephole optimizations in all the siblings of the range OP; the
20488              effect of this was that barewords could escape strictures when
20489              they were hiding in such places
20490      Branch: maint-5.6/perl
20491            ! op.c t/pragma/strict-subs
20492 ____________________________________________________________________________
20493 [ 14777] By: ams                                   on 2002/02/20  00:56:21
20494         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
20495              From: Graham Barr <gbarr@pobox.com>
20496              Date: Tue, 19 Feb 2002 23:08:47 +0000
20497              Message-Id: <20020219230847.G66560@pobox.com>
20498      Branch: perl
20499            ! lib/Time/Local.pm
20500 ____________________________________________________________________________
20501 [ 14776] By: ams                                   on 2002/02/19  17:20:28
20502         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
20503              From: Nicholas Clark <nick@unfortu.net>
20504              Date: Tue, 19 Feb 2002 16:23:22 +0000
20505              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
20506      Branch: perl
20507            ! lib/Tie/Hash.pm
20508 ____________________________________________________________________________
20509 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
20510         Log: Regen doc, regen toc.
20511      Branch: perl
20512            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
20513 ____________________________________________________________________________
20514 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
20515         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
20516              From: Dave Mitchell <davem@fdgroup.co.uk>
20517              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
20518              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
20519      Branch: perl
20520            ! pod/perlsub.pod
20521 ____________________________________________________________________________
20522 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
20523         Log: Detypo.
20524      Branch: perl
20525            ! lib/Tie/Memoize.pm
20526 ____________________________________________________________________________
20527 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
20528         Log: UTF-8 C API doc tweaks.
20529      Branch: perl
20530            ! pod/perlunicode.pod
20531 ____________________________________________________________________________
20532 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
20533         Log: Mention that the case-switchers know about Unicode, too.
20534      Branch: perl
20535            ! pod/perlop.pod
20536 ____________________________________________________________________________
20537 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
20538         Log: Upgrade to Locale::Codes 2.01.
20539      Branch: perl
20540            + lib/Locale/Constants.pod lib/Locale/Country.pod
20541            + lib/Locale/Currency.pod lib/Locale/Language.pod
20542            + lib/Locale/Script.pod
20543            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20544            ! lib/Locale/Constants.pm lib/Locale/Country.pm
20545            ! lib/Locale/Currency.pm lib/Locale/Language.pm
20546            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
20547 ____________________________________________________________________________
20548 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
20549         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
20550              From: Dave Mitchell <davem@fdgroup.co.uk>
20551              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
20552              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
20553      Branch: perl
20554            ! pod/perlsub.pod
20555 ____________________________________________________________________________
20556 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
20557         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
20558              From: Sam Tregar <sam@tregar.com> 
20559              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
20560              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
20561      Branch: perl
20562            ! sv.h
20563 ____________________________________________________________________________
20564 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
20565         Log: The test requires perlio.
20566      Branch: perl
20567            ! ext/Encode/t/JP.t
20568 ____________________________________________________________________________
20569 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
20570         Log: Misplaced block end.
20571      Branch: perl
20572            ! utf8.c
20573 ____________________________________________________________________________
20574 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
20575         Log: The POSIX extensions are deadly.
20576      Branch: perl
20577            ! regcomp.c
20578 ____________________________________________________________________________
20579 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
20580         Log: Let's not overdo the growth.
20581      Branch: perl
20582            ! pp.c
20583 ____________________________________________________________________________
20584 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
20585         Log: Third time makes the charm.
20586      Branch: perl
20587            ! README.os390
20588 ____________________________________________________________________________
20589 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
20590         Log: Oops.
20591      Branch: perl
20592            ! utf8.c
20593 ____________________________________________________________________________
20594 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
20595         Log: Add back the new casing tests.
20596      Branch: perl
20597            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20598            ! MANIFEST
20599 ____________________________________________________________________________
20600 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
20601         Log: Prefer special case mappings.
20602      Branch: perl
20603            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
20604            ! lib/unicore/To/Upper.pl lib/unicore/mktables
20605 ____________________________________________________________________________
20606 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
20607         Log: Try special casing first.
20608      Branch: perl
20609            ! utf8.c
20610 ____________________________________________________________________________
20611 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
20612         Log: Not extending enough.
20613      Branch: perl
20614            ! pp.c utf8.h
20615 ____________________________________________________________________________
20616 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
20617         Log: No need to store identity mappings.
20618      Branch: perl
20619            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
20620            ! lib/unicore/mktables
20621 ____________________________________________________________________________
20622 [ 14756] By: ams                                   on 2002/02/18  20:21:17
20623         Log: Forward port #14704 from maint-5.6.
20624      Branch: perl
20625            ! doio.c
20626 ____________________________________________________________________________
20627 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
20628         Log: Regen Changes.
20629      Branch: perl
20630            ! Changes
20631 ____________________________________________________________________________
20632 [ 14754] By: ams                                   on 2002/02/18  19:01:09
20633         Log: Subject: [PATCH] VMS cando_by_name and current process privs
20634              From: "Craig A. Berry" <craigberry@mac.com>
20635              Date: Mon, 18 Feb 2002 14:03:30 -0600
20636              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
20637      Branch: perl
20638            ! vms/vms.c
20639 ____________________________________________________________________________
20640 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
20641         Log: Update Changes.
20642      Branch: perl
20643            ! Changes patchlevel.h
20644 ____________________________________________________________________________
20645 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
20646         Log: What do you know; these tests unearthed nasty problems.
20647              Will resolve those first.
20648      Branch: perl
20649            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20650            ! MANIFEST
20651 ____________________________________________________________________________
20652 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
20653         Log: Update Changes.
20654      Branch: perl
20655            ! Changes patchlevel.h
20656 ____________________________________________________________________________
20657 [ 14750] By: ams                                   on 2002/02/18  17:36:05
20658         Log: Subject: Re: IO::Poll: Removing Handles
20659              From: Matthew Sachs <matthewg@zevils.com>
20660              Date: Mon, 18 Feb 2002 13:19:01 -0500
20661              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
20662      Branch: perl
20663            ! ext/IO/lib/IO/t/io_poll.t
20664 ____________________________________________________________________________
20665 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
20666         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
20667              From: "Craig A. Berry" <craigberry@mac.com>
20668              Date: Mon, 18 Feb 2002 11:52:21 -0600
20669              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
20670      Branch: perl
20671            ! t/op/alarm.t t/op/glob.t
20672 ____________________________________________________________________________
20673 [ 14748] By: ams                                   on 2002/02/18  15:53:36
20674         Log: s/load_module/Perl_load_module/
20675      Branch: perl
20676            ! gv.c
20677 ____________________________________________________________________________
20678 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
20679         Log: Unused in ASCII, used in EBCDIC.
20680      Branch: perl
20681            ! utf8.c
20682 ____________________________________________________________________________
20683 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
20684         Log: Upgrade to Locale::Codes 2.00.
20685      Branch: perl
20686            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20687            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
20688            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
20689            ! lib/Locale/Constants.pm lib/Locale/Country.pm
20690            ! lib/Locale/Currency.pm lib/Locale/Language.pm
20691 ____________________________________________________________________________
20692 [ 14745] By: ams                                   on 2002/02/18  15:20:44
20693         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
20694              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20695              Date: Sat, 16 Feb 2002 00:06:01 +0100
20696              Message-Id: <20020216000601.A17249@rafael>
20697      Branch: perl
20698            ! gv.c
20699 ____________________________________________________________________________
20700 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
20701         Log: More Unicode casing checks.
20702      Branch: perl
20703            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20704            ! MANIFEST
20705 ____________________________________________________________________________
20706 [ 14743] By: ams                                   on 2002/02/18  14:35:38
20707         Log: Subject: IO::Poll: Removing Handles
20708              From: Matthew Sachs <matthewg@zevils.com>
20709              Date: Sun, 17 Feb 2002 04:49:46 -0500
20710              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
20711      Branch: perl
20712            ! ext/IO/lib/IO/Poll.pm
20713 ____________________________________________________________________________
20714 [ 14741] By: ams                                   on 2002/02/18  13:59:48
20715         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
20716              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20717              Date: Mon, 18 Feb 2002 15:41:26 +0100
20718              Message-Id: <20020218154126.A692@rafael>
20719      Branch: perl
20720            ! pp_ctl.c t/op/do.t
20721 ____________________________________________________________________________
20722 [ 14740] By: nick                                  on 2002/02/18  09:09:23
20723         Log: Integrate mainline
20724      Branch: perlio
20725           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
20726           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
20727           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
20728           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
20729           +> ext/Encode/lib/Encode/JP/Constants.pm
20730           +> ext/Encode/lib/Encode/JP/H2Z.pm
20731           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
20732           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
20733           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
20734           +> os2/OS2/Process/t/os2_process.t
20735           +> os2/OS2/Process/t/os2_process_kid.t
20736           +> os2/OS2/Process/t/os2_process_text.t
20737            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
20738            - ext/Encode/t/Japanese.t
20739           !> (integrate 47 files)
20740 ____________________________________________________________________________
20741 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
20742         Log: EBCDIC: now the worst seems to be over for
20743              the "Malformed" warnings.  Still a few of them,
20744              and plenty of test failures, but getting better.
20745      Branch: perl
20746            ! regcomp.c utf8.c
20747 ____________________________________________________________________________
20748 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
20749         Log: Upgrade to Net::Ping 2.12.
20750      Branch: perl
20751            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
20752            ! lib/Net/Ping/t/110_icmp_inst.t
20753 ____________________________________________________________________________
20754 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
20755         Log: After much rewriting we are now pretty much
20756              back to where we started.
20757      Branch: perl
20758            ! utf8.c
20759 ____________________________________________________________________________
20760 [ 14736] By: ams                                   on 2002/02/18  01:23:00
20761         Log: Subject: [PATCH B::Deparse] two fixes
20762              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20763              Date: Sun, 17 Feb 2002 23:58:59 +0100
20764              Message-Id: <20020217235859.A32513@rafael>
20765      Branch: perl
20766            ! ext/B/B/Deparse.pm
20767 ____________________________________________________________________________
20768 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
20769         Log: Buglet.
20770      Branch: perl
20771            ! ext/Encode/lib/Encode/JP/JIS.pm
20772 ____________________________________________________________________________
20773 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
20774         Log: Clearing up to_utf8_case() continues: this time use
20775              a single return, and EBCDICification for all paths.
20776      Branch: perl
20777            ! utf8.c
20778 ____________________________________________________________________________
20779 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
20780         Log: Small tweaks to get the test running (fix @INC and
20781              do not overwrite the table.utf8 and table.rnd).
20782      Branch: perl
20783            ! ext/Encode/t/JP.t
20784 ____________________________________________________________________________
20785 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
20786         Log: Tiny tweak.
20787      Branch: perl
20788            ! utf8.c
20789 ____________________________________________________________________________
20790 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
20791         Log: Redundant casts.
20792      Branch: perl
20793            ! utf8.c
20794 ____________________________________________________________________________
20795 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
20796         Log: More filename portability tips.
20797      Branch: perl
20798            ! pod/perlport.pod
20799 ____________________________________________________________________________
20800 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
20801         Log: FAQ sync.
20802      Branch: perl
20803            ! pod/perlfaq3.pod pod/perlfaq5.pod
20804 ____________________________________________________________________________
20805 [ 14728] By: ams                                   on 2002/02/17  16:15:09
20806         Log: Subject: podlators 1.21 released
20807              From: Russ Allbery <rra@stanford.edu>
20808              Date: Sat, 16 Feb 2002 21:42:56 -0800
20809              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
20810      Branch: perl
20811            ! lib/Pod/Text/Overstrike.pm
20812 ____________________________________________________________________________
20813 [ 14727] By: sky                                   on 2002/02/17  11:36:52
20814         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
20815              From: Autrijus Tang <autrijus@autrijus.org>
20816              Date: Sun, 17 Feb 2002 19:46:47 +0800
20817              Message-ID: <20020217194647.A1410@not.autrijus.org>
20818      Branch: perl
20819            ! pp_ctl.c t/op/tiehandle.t util.c
20820 ____________________________________________________________________________
20821 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
20822         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
20823              input in native code points, not Unicode.
20824      Branch: perl
20825            ! utf8.c
20826 ____________________________________________________________________________
20827 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
20828         Log: Regen Glossary.
20829      Branch: perl
20830            ! Porting/Glossary Porting/config.sh Porting/config_H
20831 ____________________________________________________________________________
20832 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
20833         Log: The #14715 and #14716 were okay: they just revealed
20834              a bug in the EXACTF matching.
20835      Branch: perl
20836            ! regexec.c utf8.c
20837 ____________________________________________________________________________
20838 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
20839         Log: Retreat, retreat! (retract #14715 and #14716)
20840      Branch: perl
20841            ! utf8.c
20842 ____________________________________________________________________________
20843 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
20844         Log: Encode 0.40, from Dan Kogai.
20845      Branch: perl
20846            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
20847            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
20848            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
20849            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
20850            + ext/Encode/lib/Encode/JP/Constants.pm
20851            + ext/Encode/lib/Encode/JP/H2Z.pm
20852            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
20853            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
20854            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
20855            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
20856            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
20857            - ext/Encode/t/Japanese.t
20858            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
20859            ! ext/Encode/t/Encode.t
20860 ____________________________________________________________________________
20861 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
20862         Log: metaconfig unit change for #14720.
20863      Branch: perl
20864            ! Configure
20865 ____________________________________________________________________________
20866 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
20867         Log: Regenerate Configure (small tweaks on Yitzchak's,
20868              main difference being that the preference variables are
20869              called gconvert_...).
20870      Branch: metaconfig
20871            ! U/compline/d_gconvert.U
20872 ____________________________________________________________________________
20873 [ 14719] By: ams                                   on 2002/02/16  14:11:01
20874         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
20875              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20876              Date: Thu, 14 Feb 2002 22:27:33 -0800
20877              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
20878              (Applied by hand.)
20879      Branch: perl
20880            ! Configure
20881 ____________________________________________________________________________
20882 [ 14718] By: ams                                   on 2002/02/16  13:45:28
20883         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
20884              From: Philip Newton <Philip.Newton@gmx.net>
20885              Date: Sat, 16 Feb 2002 10:05:05 +0100
20886              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
20887              (Applied by hand.)
20888      Branch: perl
20889            ! pod/perlport.pod
20890 ____________________________________________________________________________
20891 [ 14717] By: ams                                   on 2002/02/16  04:30:23
20892         Log: Remove dubious test.
20893      Branch: perl
20894            ! t/io/open.t
20895 ____________________________________________________________________________
20896 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
20897         Log: Tiny tweak.
20898      Branch: perl
20899            ! utf8.c
20900 ____________________________________________________________________________
20901 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
20902         Log: Restructure to_utf8_case() for simpler execution paths.
20903      Branch: perl
20904            ! utf8.c
20905 ____________________________________________________________________________
20906 [ 14714] By: ams                                   on 2002/02/16  02:43:59
20907         Log: Absorb #14701 by Sarathy from maint-5.6.
20908      Branch: perl
20909            ! doio.c t/io/open.t
20910 ____________________________________________________________________________
20911 [ 14713] By: ams                                   on 2002/02/16  01:51:27
20912         Log: Subject: [PATCH] VOS patches for perl 5.8
20913              From: Paul_GreenVOS@vos.stratus.com
20914              Date: Fri, 15 Feb 02 17:41 est
20915              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
20916      Branch: perl
20917            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
20918            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20919            ! vos/install_perl.cm
20920 ____________________________________________________________________________
20921 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
20922         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
20923              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20924              Date: Fri, 15 Feb 2002 23:05:44 +0100
20925              Message-ID: <20020215230544.A690@rafael>
20926      Branch: perl
20927            ! ext/B/B/Deparse.pm
20928 ____________________________________________________________________________
20929 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
20930         Log: Add $VERSION.
20931      Branch: perl
20932            ! lib/Tie/Memoize.pm
20933 ____________________________________________________________________________
20934 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
20935         Log: Update Changes.
20936      Branch: perl
20937            ! Changes patchlevel.h
20938 ____________________________________________________________________________
20939 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
20940         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
20941              From: Robin Barker <rmb1@cise.npl.co.uk>
20942              Date: Thu, 14 Feb 2002 19:07:40 GMT
20943              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
20944              
20945              (the hints part only)
20946      Branch: perl
20947            ! hints/solaris_2.sh
20948 ____________________________________________________________________________
20949 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
20950         Log: metaconfig unit changes for #14707.
20951      Branch: metaconfig
20952            ! U/modified/cc.U
20953      Branch: metaconfig/U/perl
20954            ! Checkcc.U
20955 ____________________________________________________________________________
20956 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
20957         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
20958              From: Robin Barker <rmb1@cise.npl.co.uk>
20959              Date: Fri, 15 Feb 2002 12:14:39 GMT
20960              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
20961              
20962              Split checking-for-gcc and checking-for-cc.
20963      Branch: perl
20964            ! Configure
20965 ____________________________________________________________________________
20966 [ 14706] By: ams                                   on 2002/02/15  13:57:15
20967         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
20968              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
20969              Date: 15 Feb 2002 10:53:06 +0200
20970              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
20971      Branch: perl
20972            ! lib/Pod/Html.pm
20973 ____________________________________________________________________________
20974 [ 14705] By: ams                                   on 2002/02/15  08:42:55
20975         Log: Subject: [PATCH @14577] OS/2 tests and more
20976              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20977              Date: Fri, 15 Feb 2002 03:56:24 -0500
20978              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
20979      Branch: perl
20980            + os2/OS2/Process/t/os2_process.t
20981            + os2/OS2/Process/t/os2_process_kid.t
20982            + os2/OS2/Process/t/os2_process_text.t
20983            ! MANIFEST configpm hints/os2.sh makedef.pl
20984            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
20985            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
20986            ! os2/os2ish.h
20987 ____________________________________________________________________________
20988 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
20989         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
20990              avoid wasteful PL_fdpid fiddling where that is not warranted;
20991              mostly whitespace fixes
20992              
20993              these were longstanding todo items from:
20994              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
20995      Branch: maint-5.6/perl
20996            ! doio.c
20997 ____________________________________________________________________________
20998 [ 14702] By: nick                                  on 2002/02/15  08:31:41
20999         Log: Integrate mainline
21000      Branch: perlio
21001           +> lib/if.pm lib/if.t
21002           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
21003           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21004           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21005           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21006           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21007           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
21008           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
21009           !> t/lib/warnings/pp_sys
21010 ____________________________________________________________________________
21011 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
21012         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
21013              (and also dies quickly on Windows); this bug crept in as
21014              change#610, a.k.a change#646
21015      Branch: maint-5.6/perl
21016            ! doio.c t/io/open.t
21017 ____________________________________________________________________________
21018 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
21019         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
21020              From: Ville "Skyttä" <ville.skytta@iki.fi>
21021              Date: Wed, 13 Feb 2002 22:29:39 +0200
21022              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
21023      Branch: perl
21024            ! lib/Pod/Html.pm
21025 ____________________________________________________________________________
21026 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
21027         Log: Document and test the C0 and C1.
21028      Branch: perl
21029            ! lib/charnames.pm lib/charnames.t
21030 ____________________________________________________________________________
21031 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
21032         Log: metaconfig unit change for #14697.
21033      Branch: metaconfig
21034            ! U/modified/Init.U
21035 ____________________________________________________________________________
21036 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
21037         Log: Also OS/2 seems to need exe set early.
21038      Branch: perl
21039            ! Configure
21040 ____________________________________________________________________________
21041 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
21042         Log: Document pack U0U.
21043      Branch: perl
21044            ! pod/perluniintro.pod
21045 ____________________________________________________________________________
21046 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
21047         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
21048              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21049              Date: Thu, 14 Feb 2002 23:58:00 +0100
21050              Message-ID: <20020214235800.A12901@rafael>
21051      Branch: perl
21052            ! pp_sys.c t/lib/warnings/pp_sys
21053 ____________________________________________________________________________
21054 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
21055         Log: Subject: [PATCH @13746] conditional pragmas
21056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21057              Date: Mon, 31 Dec 2001 18:18:09 -0500
21058              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
21059      Branch: perl
21060            + lib/if.pm lib/if.t
21061            ! MANIFEST
21062 ____________________________________________________________________________
21063 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
21064         Log: Deparse bug introduced by #14615: the fix is just a workaround,
21065              I suspect there to be another deeper bug, must distill simpler
21066              test case.
21067      Branch: perl
21068            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
21069 ____________________________________________________________________________
21070 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
21071         Log: Integrate perlio:
21072              
21073              [ 14685]
21074              Make dependencies more precise (for nmake)
21075      Branch: perl
21076           !> ext/Encode/EUC_JP/Makefile.PL
21077 ____________________________________________________________________________
21078 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
21079         Log: Just a guess.
21080      Branch: perl
21081            ! lib/Tie/Handle.pm
21082 ____________________________________________________________________________
21083 [ 14690] By: nick                                  on 2002/02/14  16:30:56
21084         Log: Integrate mainline
21085      Branch: perlio
21086           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
21087           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
21088           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
21089           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
21090           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
21091           !> utf8.c
21092 ____________________________________________________________________________
21093 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
21094         Log: Upgrade to Net::Ping 2.11.
21095      Branch: perl
21096            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21097            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21098            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21099            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21100 ____________________________________________________________________________
21101 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
21102         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
21103              From: Robin Barker <rmb1@cise.npl.co.uk>
21104              Date: Wed, 13 Feb 2002 17:37:07 GMT
21105              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
21106              
21107              (updated version of the above)
21108      Branch: perl
21109            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
21110 ____________________________________________________________________________
21111 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
21112         Log: Excise inexact blather.
21113      Branch: perl
21114            ! utf8.c
21115 ____________________________________________________________________________
21116 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
21117         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
21118              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21119              Date: Mon, 31 Dec 2001 20:28:46 -0500
21120              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
21121      Branch: perl
21122            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
21123            ! MANIFEST
21124 ____________________________________________________________________________
21125 [ 14685] By: nick                                  on 2002/02/14  14:20:20
21126         Log: Make dependencies more precise (for nmake)
21127      Branch: perlio
21128            ! ext/Encode/EUC_JP/Makefile.PL
21129 ____________________________________________________________________________
21130 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
21131         Log: Subject: [PATCH @13746] tied hashes
21132              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
21133              Date: Mon, 31 Dec 2001 19:15:39 -0500
21134              Message-ID: <20011231191539.A46@math.ohio-state.edu>
21135      Branch: perl
21136            ! lib/Tie/Hash.pm pod/perltie.pod
21137 ____________________________________________________________________________
21138 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
21139         Log: Subject: Re: [PATCH] Configure followed by make minitest
21140              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21141              Date: Sun, 10 Feb 2002 23:22:05 -0800
21142              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
21143      Branch: perl
21144            ! Makefile.SH
21145 ____________________________________________________________________________
21146 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
21147         Log: Subject: Re: perl@14647
21148              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21149              Date: Mon, 11 Feb 2002 19:30:36 +0100
21150              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
21151      Branch: perl
21152            ! t/op/groups.t
21153 ____________________________________________________________________________
21154 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
21155         Log: Update Changes.
21156      Branch: perl
21157            ! Changes patchlevel.h
21158 ____________________________________________________________________________
21159 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
21160         Log: Integrate perlio:
21161              
21162              [ 14677]
21163              Do not lc() the file names before doing dirname() or they don't match.
21164      Branch: perl
21165           !> lib/ExtUtils/t/Installed.t
21166 ____________________________________________________________________________
21167 [ 14679] By: sky                                   on 2002/02/13  12:56:13
21168         Log: rename mutex to make a bit more sense
21169      Branch: perl
21170            ! ext/threads/threads.xs
21171 ____________________________________________________________________________
21172 [ 14678] By: sky                                   on 2002/02/13  12:46:11
21173         Log: Track active threads....
21174      Branch: perl
21175            ! ext/threads/threads.pm ext/threads/threads.xs
21176 ____________________________________________________________________________
21177 [ 14677] By: nick                                  on 2002/02/13  09:30:42
21178         Log: Do not lc() the file names before doing dirname() or they don't match.
21179      Branch: perlio
21180            ! lib/ExtUtils/t/Installed.t
21181 ____________________________________________________________________________
21182 [ 14676] By: sky                                   on 2002/02/13  09:03:37
21183         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
21184              From: Michael G Schwern <schwern@pobox.com>
21185              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
21186              Message-Id: <20020213100017.GA6288@blackrider>
21187      Branch: perl
21188            ! lib/File/Spec/t/rel2abs2rel.t
21189 ____________________________________________________________________________
21190 [ 14675] By: sky                                   on 2002/02/13  09:00:24
21191         Log: Do not propagate END blocks to child threads, test.
21192      Branch: perl
21193            + ext/threads/t/end.t
21194            ! MANIFEST ext/threads/threads.xs
21195 ____________________________________________________________________________
21196 [ 14674] By: nick                                  on 2002/02/13  08:34:55
21197         Log: Integrate mainline
21198      Branch: perlio
21199           +> ext/threads/t/join.t
21200           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
21201           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
21202           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
21203 ____________________________________________________________________________
21204 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
21205         Log: metaconfig unit change for #14672.
21206      Branch: metaconfig
21207            ! U/modified/lns.U
21208 ____________________________________________________________________________
21209 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
21210         Log: $ln is supposed to be already set to $ln + executable suffix
21211              on platforms that need it, from Paul Green.
21212      Branch: perl
21213            ! Configure
21214 ____________________________________________________________________________
21215 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
21216         Log: Subject: New command syntax for 'x' command
21217              From: Mark-Jason Dominus <mjd@plover.com>
21218              Date: Tue, 12 Feb 2002 20:54:01 -0500
21219              Message-ID: <20020213015401.25685.qmail@plover.com>
21220      Branch: perl
21221            ! lib/perl5db.pl pod/perldebug.pod
21222 ____________________________________________________________________________
21223 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
21224         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
21225              From: Mark-Jason Dominus <mjd@plover.com>
21226              Date: Tue, 12 Feb 2002 20:20:42 -0500
21227              Message-ID: <20020213012042.25245.qmail@plover.com>
21228      Branch: perl
21229            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
21230 ____________________________________________________________________________
21231 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
21232         Log: Iteration continues.
21233      Branch: perl
21234            ! utf8.c
21235 ____________________________________________________________________________
21236 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
21237         Log: Duh.
21238      Branch: perl
21239            ! pp_pack.c t/op/length.t
21240 ____________________________________________________________________________
21241 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
21242         Log: Retract #14666.
21243      Branch: perl
21244            ! t/op/lc.t
21245 ____________________________________________________________________________
21246 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
21247         Log: (retracted by #14667)
21248      Branch: perl
21249            ! t/op/lc.t
21250 ____________________________________________________________________________
21251 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
21252         Log: Tiny test script tweaks.
21253      Branch: perl
21254            ! t/uni/fold.t
21255 ____________________________________________________________________________
21256 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
21257         Log: Rewrite the "special mapping" part of to_utf8_case(),
21258              this time with fewer bugs.  (See: The Law of Cybernetic
21259              Entymology.)
21260      Branch: perl
21261            ! utf8.c
21262 ____________________________________________________________________________
21263 [ 14663] By: sky                                   on 2002/02/12  18:26:16
21264         Log: Stop failures if you pass an object, sv_dup might not be the right 
21265              thing to use since I have a feeling we end up cloning far too much. 
21266              (Like the stash for example).... Maybe we need a lightweight sv_dup 
21267              that searches the target for things....
21268              Real fix is another option to perl_clone which controls if you should 
21269              save stashes.
21270      Branch: perl
21271            ! ext/threads/threads.xs
21272 ____________________________________________________________________________
21273 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
21274         Log: Retract #14661.
21275      Branch: perl
21276            ! hints/solaris_2.sh
21277 ____________________________________________________________________________
21278 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
21279         Log: (retracted by #14662)
21280      Branch: perl
21281            ! hints/solaris_2.sh
21282 ____________________________________________________________________________
21283 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
21284         Log: EBCDIC: another "can't happen".
21285      Branch: perl
21286            ! utf8.c
21287 ____________________________________________________________________________
21288 [ 14659] By: sky                                   on 2002/02/12  14:38:21
21289         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
21290      Branch: perl
21291            + ext/threads/t/join.t
21292            ! MANIFEST ext/threads/threads.xs
21293 ____________________________________________________________________________
21294 [ 14658] By: nick                                  on 2002/02/12  13:54:06
21295         Log: Integrate mainline
21296      Branch: perlio
21297           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
21298           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
21299           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
21300 ____________________________________________________________________________
21301 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
21302         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
21303              From: Jan Dubois <JanD@ActiveState.com> 
21304              Date: Tue, 12 Feb 2002 00:56:31 -0800
21305              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
21306      Branch: perl
21307            ! lib/Win32.pod win32/win32.c win32/win32.h
21308 ____________________________________________________________________________
21309 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
21310         Log: Subject: [PATCH] Re: 14654 introduced a bug 
21311              From: Michael G Schwern <schwern@pobox.com> 
21312              Date: Tue, 12 Feb 2002 05:37:36 -0500
21313              Message-ID: <20020212103736.GC14327@blackrider>
21314      Branch: perl
21315            ! lib/File/Spec/t/rel2abs2rel.t
21316 ____________________________________________________________________________
21317 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
21318         Log: More unset installman[13]dir tweaks from chromatic.
21319      Branch: perl
21320            ! lib/ExtUtils/Installed.pm
21321 ____________________________________________________________________________
21322 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
21323         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
21324              From: Michael G Schwern <schwern@pobox.com>
21325              Date: Mon, 11 Feb 2002 12:23:02 -0500
21326              Message-ID: <20020211172302.GD9556@blackrider>
21327      Branch: perl
21328            ! lib/File/Spec/t/rel2abs2rel.t
21329 ____________________________________________________________________________
21330 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
21331         Log: Use `` instead of -| to be a little bit more portable,
21332              from Michael Schwern.
21333      Branch: perl
21334            ! lib/ExtUtils/t/Embed.t
21335 ____________________________________________________________________________
21336 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
21337         Log: EBCDIC: this change for \N{} in particular is now
21338              unnecessary because of the recent more general
21339              pack U change.
21340      Branch: perl
21341            ! toke.c
21342 ____________________________________________________________________________
21343 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
21344         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
21345              From: "Craig A. Berry" <craigberry@mac.com>
21346              Date: Mon, 11 Feb 2002 17:13:47 -0600
21347              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
21348      Branch: perl
21349            ! t/test.pl
21350 ____________________________________________________________________________
21351 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
21352         Log: EBCDIC: pack U bytes change.
21353      Branch: perl
21354            ! t/op/length.t
21355 ____________________________________________________________________________
21356 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
21357         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
21358      Branch: perl
21359            ! t/op/each.t
21360 ____________________________________________________________________________
21361 [ 14648] By: nick                                  on 2002/02/11  16:14:50
21362         Log: Integrate mainline
21363      Branch: perlio
21364           !> Changes Configure Makefile.SH autodoc.pl
21365           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
21366           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
21367           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
21368 ____________________________________________________________________________
21369 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
21370         Log: Update Changes.
21371      Branch: perl
21372            ! Changes patchlevel.h
21373 ____________________________________________________________________________
21374 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
21375         Log: Regen toc.
21376      Branch: perl
21377            ! pod/perltoc.pod
21378 ____________________________________________________________________________
21379 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
21380         Log: Forgot from #14641.
21381      Branch: perl
21382            ! lib/ExtUtils/t/Embed.t
21383 ____________________________________________________________________________
21384 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
21385         Log: A forgotten metaconfig unit.
21386      Branch: metaconfig/U/perl
21387            + i_features.U
21388 ____________________________________________________________________________
21389 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
21390         Log: metaconfig unit changes for #14642.
21391      Branch: metaconfig
21392            + U/modified/lns.U
21393      Branch: metaconfig/U/perl
21394            ! issymlink.U
21395 ____________________________________________________________________________
21396 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
21397         Log: -Dmksymlinks was broken by #14628.
21398      Branch: perl
21399            ! Configure
21400 ____________________________________________________________________________
21401 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
21402         Log: Subject: [PATCH @14577] OS/2 build
21403              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21404              Date: Mon, 11 Feb 2002 06:56:41 -0500
21405              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
21406              
21407              (sans the Configure, perlio.sym, and t/op/stat.t parts)
21408      Branch: perl
21409            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
21410            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
21411            ! os2/os2ish.h
21412 ____________________________________________________________________________
21413 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
21414         Log: Integrate perlio:
21415              
21416              [ 14639]
21417              Patch up the failing multi-byte write case, and un-skip
21418              the test.
21419              
21420              [ 14638]
21421              Add test for Japanese encoding (well euc-jp anyway).
21422              Fix one bug shown by above
21423              Skip test which does not pass yet.
21424              
21425              [ 14637]
21426              Split Japanese encodings - part 2
21427              - build separate .c files with separate 'compile' steps
21428              - overall Japanese.xs / Japanese.pm which loads them
21429              
21430              [ 14636]
21431              Re-structure Japanese encodings - part 1
21432      Branch: perl
21433           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
21434           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
21435            - ext/Encode/EUC_JP/EUC_JP.pm
21436           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
21437 ____________________________________________________________________________
21438 [ 14639] By: nick                                  on 2002/02/11  11:59:18
21439         Log: Patch up the failing multi-byte write case, and un-skip
21440              the test.
21441      Branch: perlio
21442            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
21443 ____________________________________________________________________________
21444 [ 14638] By: nick                                  on 2002/02/11  10:55:39
21445         Log: Add test for Japanese encoding (well euc-jp anyway).
21446              Fix one bug shown by above
21447              Skip test which does not pass yet.
21448      Branch: perlio
21449            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
21450            + ext/Encode/t/table.ref
21451            ! MANIFEST ext/Encode/Encode.xs
21452 ____________________________________________________________________________
21453 [ 14637] By: nick                                  on 2002/02/11  09:07:04
21454         Log: Split Japanese encodings - part 2
21455              - build separate .c files with separate 'compile' steps
21456              - overall Japanese.xs / Japanese.pm which loads them
21457      Branch: perlio
21458            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
21459 ____________________________________________________________________________
21460 [ 14636] By: nick                                  on 2002/02/11  08:15:42
21461         Log: Re-structure Japanese encodings - part 1
21462      Branch: perlio
21463           +> ext/Encode/EUC_JP/Japanese.pm
21464            - ext/Encode/EUC_JP/EUC_JP.pm
21465            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
21466 ____________________________________________________________________________
21467 [ 14635] By: nick                                  on 2002/02/11  08:05:12
21468         Log: Integrate mainline
21469      Branch: perlio
21470           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
21471           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
21472           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
21473 ____________________________________________________________________________
21474 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
21475         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
21476              From: Mike Guy <mjtg@cam.ac.uk>
21477              Date: Mon, 11 Feb 2002 02:50:42 +0000
21478              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
21479      Branch: perl
21480            ! t/op/arith.t
21481 ____________________________________________________________________________
21482 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
21483         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
21484              Stepping backward in the string would be majorly bad.
21485      Branch: perl
21486            ! regcomp.c
21487 ____________________________________________________________________________
21488 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
21489         Log: The debugger part of
21490              
21491              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
21492              From: Michael G Schwern <schwern@pobox.com> 
21493              Date: Wed, 6 Feb 2002 17:32:12 -0500
21494              Message-ID: <20020206223212.GG1346@blackrider>
21495      Branch: perl
21496            ! lib/perl5db.pl
21497 ____________________________________________________________________________
21498 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
21499         Log: Integrate perlio:
21500              
21501              [ 14626]
21502              Move PerlIO_perlio to layer_syms where it belongs?
21503              
21504              [ 14625]
21505              Borland/Win32 tuning
21506      Branch: perl
21507           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
21508 ____________________________________________________________________________
21509 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
21510         Log: EBCDIC: the low 256 needs to be shuffled also
21511              in pack/unpack U (this breaks the equivalence
21512              of pack U and v-strings, but I think if someone
21513              has to give, v-strings are a good victim)
21514      Branch: perl
21515            ! pp_pack.c t/op/pack.t
21516 ____________________________________________________________________________
21517 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
21518         Log: metaconfig unit changes for #14628.
21519      Branch: metaconfig/U/perl
21520            ! d_u32align.U issymlink.U
21521 ____________________________________________________________________________
21522 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
21523         Log: Two Configure tweaks; the u32align test was trying
21524              to write into a string literal, the ln -s test was
21525              failing in VOS.
21526      Branch: perl
21527            ! Configure
21528 ____________________________________________________________________________
21529 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
21530         Log: DJGPP tweaks from Laszlo Molnar.
21531      Branch: perl
21532            ! djgpp/djgpp.c lib/File/Spec.pm
21533 ____________________________________________________________________________
21534 [ 14626] By: nick                                  on 2002/02/10  18:36:47
21535         Log: Move PerlIO_perlio to layer_syms where it belongs?
21536      Branch: perlio
21537            ! makedef.pl
21538 ____________________________________________________________________________
21539 [ 14625] By: nick                                  on 2002/02/10  18:02:21
21540         Log: Borland/Win32 tuning
21541      Branch: perlio
21542            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
21543 ____________________________________________________________________________
21544 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
21545         Log: Additional explanation for the [:...:] failure.
21546      Branch: perl
21547            ! pod/perldiag.pod
21548 ____________________________________________________________________________
21549 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
21550         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
21551              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21552              Date: Sun, 10 Feb 2002 13:32:48 +0100
21553              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
21554      Branch: perl
21555            ! makedef.pl
21556 ____________________________________________________________________________
21557 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
21558         Log: Test tweaks from chromatic for cases where there
21559              are no installman1dir or installman3dir.
21560      Branch: perl
21561            ! lib/ExtUtils/t/Installed.t
21562 ____________________________________________________________________________
21563 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
21564         Log: Integrate perlio:
21565              
21566              [ 14618]
21567              Nick Clark's tweaks to Encode compile process
21568              1. Use decimal constants to unit string arrays rather than
21569              very long string litterals (latter having possible "\0"
21570              on end issues, and needing ANSI C line splicing).
21571              2. Replace tail-recursion during insert process with itteration.
21572              Nick C sees 12peedup from these.
21573      Branch: perl
21574           !> ext/Encode/Encode.pm ext/Encode/compile
21575 ____________________________________________________________________________
21576 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
21577         Log: Portability notes: filename characters, character sets.
21578      Branch: perl
21579            ! pod/perlport.pod
21580 ____________________________________________________________________________
21581 [ 14619] By: nick                                  on 2002/02/10  11:06:05
21582         Log: Integrate mainline
21583      Branch: perlio
21584            ! ext/Encode/Encode.pm
21585           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
21586           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
21587           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
21588           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
21589           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
21590 ____________________________________________________________________________
21591 [ 14618] By: nick                                  on 2002/02/10  10:48:15
21592         Log: Nick Clark's tweaks to Encode compile process
21593              1. Use decimal constants to unit string arrays rather than
21594              very long string litterals (latter having possible "\0"
21595              on end issues, and needing ANSI C line splicing).
21596              2. Replace tail-recursion during insert process with itteration.
21597              Nick C sees 12% speedup from these.
21598      Branch: perlio
21599            ! ext/Encode/compile
21600 ____________________________________________________________________________
21601 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
21602         Log: Use the "Unicode 1.0" name field for control characters,
21603              as suggested by Mark Davis.  Note that Unicode 3.2 will
21604              require some more legwork on this because of certain
21605              alternative names.
21606      Branch: perl
21607            ! lib/unicore/Name.pl lib/unicore/mktables
21608 ____________________________________________________________________________
21609 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
21610         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
21611      Branch: perl
21612            ! hints/os390.sh
21613 ____________________________________________________________________________
21614 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
21615         Log: EBCDIC: the non-printable characters are different.
21616      Branch: perl
21617            ! ext/B/B/Deparse.pm
21618 ____________________________________________________________________________
21619 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
21620         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
21621              From: Nicholas Clark <nick@unfortu.net> 
21622              Date: Sat, 9 Feb 2002 22:31:29 +0000
21623              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
21624      Branch: perl
21625            ! t/lib/warnings/pp_hot
21626 ____________________________________________________________________________
21627 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
21628         Log: Subject: [PATCH] Re: Modulus operator inconsistency
21629              From: Nicholas Clark <nick@unfortu.net>
21630              Date: Sat, 9 Feb 2002 21:00:13 +0000
21631              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
21632      Branch: perl
21633            ! op.c t/op/arith.t
21634 ____________________________________________________________________________
21635 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
21636         Log: Use the same escaping mechanism for all the *flags.
21637      Branch: perl
21638            ! lib/ExtUtils/Embed.pm
21639 ____________________________________________________________________________
21640 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
21641         Log: Protect possible parentheses in ccflags, ccdlflags, and
21642              ldflags.  (In OS/390 there are parentheses in ccflags.)
21643      Branch: perl
21644            ! lib/ExtUtils/Embed.pm
21645 ____________________________________________________________________________
21646 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
21647         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
21648              From: Peter Scott <Peter@PSDT.com>
21649              Date: Fri, 08 Feb 2002 19:20:19 -0800
21650              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
21651      Branch: perl
21652            ! lib/perl5db.pl
21653 ____________________________________________________________________________
21654 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
21655         Log: FAQ sync.
21656      Branch: perl
21657            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
21658 ____________________________________________________________________________
21659 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
21660         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
21661              From: Chris Nandor <pudge@pobox.com>
21662              Date: Fri, 08 Feb 2002 16:31:41 -0500
21663              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
21664      Branch: perl
21665            ! cop.h deb.c pp_ctl.c toke.c util.c
21666 ____________________________________________________________________________
21667 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
21668         Log: Redo CopFILE / MacPerl_MPWFIleName patch
21669      Branch: maint-5.6/macperl
21670            ! cop.h deb.c pp_ctl.c toke.c util.c
21671 ____________________________________________________________________________
21672 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
21673         Log: The metaconfig unit change to go with #14605.
21674      Branch: metaconfig/U/perl
21675            ! libperl.U
21676 ____________________________________________________________________________
21677 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
21678         Log: The Configure change to go with #14604.
21679      Branch: perl
21680            ! Configure
21681 ____________________________________________________________________________
21682 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
21683         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
21684              From: Andy Dougherty <doughera@lafayette.edu>
21685              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
21686              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
21687      Branch: perl
21688            ! hints/bsdos.sh
21689 ____________________________________________________________________________
21690 [ 14603] By: nick                                  on 2002/02/08  18:16:09
21691         Log: Integrate mainline
21692      Branch: perlio
21693           +> ext/threads/t/libc.t
21694           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
21695           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
21696 ____________________________________________________________________________
21697 [ 14602] By: sky                                   on 2002/02/08  15:19:15
21698         Log: Start testing for safe localtime functions, TODO, test more functions.
21699      Branch: perl
21700            + ext/threads/t/libc.t
21701            ! MANIFEST
21702 ____________________________________________________________________________
21703 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
21704         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
21705              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21706              Date: Fri, 8 Feb 2002 00:21:07 +0100
21707              Message-ID: <20020208002107.E763@rafael>
21708      Branch: perl
21709            ! doio.c pp_sys.c t/io/argv.t
21710 ____________________________________________________________________________
21711 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
21712         Log: Subject: [PATCH] Configure followed by make minitest
21713              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21714              Date: Wed, 06 Feb 2002 21:35:20 -0800
21715              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
21716      Branch: perl
21717            ! t/op/taint.t t/run/fresh_perl.t
21718 ____________________________________________________________________________
21719 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
21720         Log: Integrate perlio:
21721              
21722              [ 14595]
21723              Extract something from yesterdays effort - convert my mail on pad
21724              data structures (incoporating Sarathy's corrections/clarifications)
21725              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
21726      Branch: perl
21727           !> cv.h pod/perlapi.pod pod/perlintern.pod
21728 ____________________________________________________________________________
21729 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
21730         Log: metaconfig unit changes for #14597.
21731      Branch: metaconfig
21732            ! U/modified/Loc.U
21733      Branch: metaconfig/U/perl
21734            ! libperl.U
21735 ____________________________________________________________________________
21736 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
21737         Log: Configure DJGPP tweak from Laszlo Molnar.
21738      Branch: perl
21739            ! Configure
21740 ____________________________________________________________________________
21741 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
21742         Log: DJGPP tweaks from Laszlo Molnar.
21743      Branch: perl
21744            ! djgpp/djgppsed.sh perl.c
21745 ____________________________________________________________________________
21746 [ 14595] By: nick                                  on 2002/02/08  09:19:29
21747         Log: Extract something from yesterdays effort - convert my mail on pad
21748              data structures (incoporating Sarathy's corrections/clarifications)
21749              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
21750      Branch: perlio
21751            ! cv.h pod/perlapi.pod pod/perlintern.pod
21752 ____________________________________________________________________________
21753 [ 14594] By: nick                                  on 2002/02/08  08:34:49
21754         Log: Integrate mainline
21755      Branch: perlio
21756           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
21757           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
21758           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
21759           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
21760           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
21761           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
21762 ____________________________________________________________________________
21763 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
21764         Log: To really skip the test an exit() is needed.
21765      Branch: perl
21766            ! lib/encoding.t
21767 ____________________________________________________________________________
21768 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
21769         Log: More diagnostics from Nicholas Clark.
21770      Branch: perl
21771            ! lib/Benchmark.t
21772 ____________________________________________________________________________
21773 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
21774         Log: In case of failure be more verbose.
21775      Branch: perl
21776            ! t/base/num.t
21777 ____________________________________________________________________________
21778 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
21779         Log: Update Changes
21780      Branch: maint-5.6/macperl
21781            ! macos/Changes
21782 ____________________________________________________________________________
21783 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
21784         Log: Merge AEGizmos library into PPC binary
21785      Branch: maint-5.6/macperl
21786            ! macos/Makefile.mk
21787 ____________________________________________________________________________
21788 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
21789         Log: Add -ansifor for MrCpp options
21790      Branch: maint-5.6/macperl
21791            ! macos/BuildRules.mk
21792 ____________________________________________________________________________
21793 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
21794         Log: Check ownership of CatInfos (MacPerl Bug #494482)
21795      Branch: maint-5.6/macperl
21796            ! macos/ext/Mac/Files/Files.xs
21797 ____________________________________________________________________________
21798 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
21799         Log: Resource updates
21800      Branch: maint-5.6/macperl
21801            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
21802 ____________________________________________________________________________
21803 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
21804         Log: Empty path is ENOENT (MacPerl Bug #512351)
21805      Branch: maint-5.6/macperl
21806            ! macos/macperl/MPAppleEvents.c
21807 ____________________________________________________________________________
21808 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
21809         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
21810      Branch: maint-5.6/macperl
21811            ! macos/macperl/MPAEVTStream.cp
21812 ____________________________________________________________________________
21813 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
21814         Log: macify(ABSTRACT_FROM)
21815      Branch: maint-5.6/macperl
21816            ! macos/lib/ExtUtils/MM_MacOS.pm
21817 ____________________________________________________________________________
21818 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
21819         Log: Use correct Mac filenames in error messages, caller()
21820      Branch: maint-5.6/macperl
21821            ! deb.c pp_ctl.c toke.c util.c
21822 ____________________________________________________________________________
21823 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
21824         Log: Sanity checks to see that the IV/NV and the PV of numeric
21825              scalars stay in sync (unearthed this via the OS/390 gcvt()
21826              brokenness)
21827      Branch: perl
21828            + t/base/num.t
21829            ! MANIFEST
21830 ____________________________________________________________________________
21831 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
21832         Log: Retract the anon leak subpatch of #14418 and #14431
21833              (the latter came into bleadperl as part of #14433).
21834      Branch: perl
21835            ! op.c t/run/fresh_perl.t
21836 ____________________________________________________________________________
21837 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
21838         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
21839              mangles 0.1 to "10".  sprintf() seems more well-behaved.
21840      Branch: perl
21841            ! hints/os390.sh
21842 ____________________________________________________________________________
21843 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
21844         Log: Subject: [PATCH @14557] another Encode fix for VMS
21845              From: "Craig A. Berry" <craigberry@mac.com>
21846              Date: Wed, 06 Feb 2002 14:44:20 -0600
21847              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
21848      Branch: perl
21849            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
21850 ____________________________________________________________________________
21851 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
21852         Log: Integrate perlio:
21853              
21854              [ 14575]
21855              One way to avoid OS390 winge about #line directives.
21856      Branch: perl
21857           !> ext/Encode/EUC_JP/Makefile.PL
21858 ____________________________________________________________________________
21859 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
21860         Log: Update Changes.
21861      Branch: perl
21862            ! Changes patchlevel.h
21863 ____________________________________________________________________________
21864 [ 14575] By: nick                                  on 2002/02/06  15:23:24
21865         Log: One way to avoid OS390 winge about #line directives.
21866      Branch: perlio
21867            ! ext/Encode/EUC_JP/Makefile.PL
21868 ____________________________________________________________________________
21869 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
21870         Log: s/Netware/NetWare/
21871      Branch: perl
21872            ! MANIFEST
21873 ____________________________________________________________________________
21874 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
21875         Log: New Netware scripts.
21876      Branch: perl
21877            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
21878            + NetWare/t/NWScripts-Exist.pl
21879            ! MANIFEST
21880 ____________________________________________________________________________
21881 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
21882         Log: EBCDIC: the encoding pragma would need some rethinking,
21883              probably a pass of EBCDIC->Unicode mapping.  For now,
21884              disable it on EBCDIC.
21885      Branch: perl
21886            ! lib/encoding.pm lib/encoding.t
21887 ____________________________________________________________________________
21888 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
21889         Log: (retracted by #14846)
21890              EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
21891              for the low 256.  Now tweaked the tests, but maybe it's
21892              the module that needs few NATIVE_TO_UNI()s somewhere?
21893      Branch: perl
21894            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
21895 ____________________________________________________________________________
21896 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
21897         Log: Subject: [PATCH utf8.c] format problem
21898              From: Robin Barker <rmb1@cise.npl.co.uk>
21899              Date: Wed, 6 Feb 2002 14:01:43 GMT
21900              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
21901      Branch: perl
21902            ! utf8.c
21903 ____________________________________________________________________________
21904 [ 14569] By: nick                                  on 2002/02/06  09:52:23
21905         Log: Integrate mainline
21906      Branch: perlio
21907           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
21908           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
21909           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
21910           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
21911           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
21912           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
21913 ____________________________________________________________________________
21914 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
21915         Log: EBCDIC: 0x41 is not cricket.
21916      Branch: perl
21917            ! ext/Encode/t/Encode.t
21918 ____________________________________________________________________________
21919 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
21920         Log: NetWare update from Ananth Kesari.
21921      Branch: perl
21922            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
21923            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
21924            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
21925            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
21926            ! NetWare/t/NWScripts.pl makedef.pl
21927 ____________________________________________________________________________
21928 [ 14566] By: sky                                   on 2002/02/05  18:39:13
21929         Log: Subject: Re: File::Spec::rel2abs2rel (?)
21930              From: Michael G Schwern <schwern@pobox.com>
21931              Date: Tue, 5 Feb 2002 13:47:39 -0500
21932              Message-ID: <20020205184739.GB17375@blackrider>
21933      Branch: perl
21934            ! lib/File/Spec/t/rel2abs2rel.t
21935 ____________________________________________________________________________
21936 [ 14565] By: nick                                  on 2002/02/05  17:31:24
21937         Log: Integrate mainline
21938      Branch: perlio
21939           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
21940           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
21941           !> utf8.h
21942 ____________________________________________________________________________
21943 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
21944         Log: Integrate perlio:
21945              
21946              [ 14563]
21947              More Encode tweaks:
21948              - make expensive and marginal substring search optional (-O)
21949              - enable -O for ASCII-oid encodings (search space is small)
21950              - add ASCII-oid jis0201 to basic Encode.so
21951              - add some other Japanese encodings to EUC_JP bundle (without -O)
21952      Branch: perl
21953           +> ext/Encode/Encode/jis0201.ucm
21954           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
21955           !> ext/Encode/compile
21956 ____________________________________________________________________________
21957 [ 14563] By: nick                                  on 2002/02/05  16:01:15
21958         Log: More Encode tweaks:
21959              - make expensive and marginal substring search optional (-O)
21960              - enable -O for ASCII-oid encodings (search space is small)
21961              - add ASCII-oid jis0201 to basic Encode.so
21962              - add some other Japanese encodings to EUC_JP bundle (without -O)
21963      Branch: perlio
21964            + ext/Encode/Encode/jis0201.ucm
21965            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
21966            ! ext/Encode/compile
21967 ____________________________________________________________________________
21968 [ 14562] By: sky                                   on 2002/02/05  14:50:36
21969         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
21970      Branch: perl
21971            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
21972 ____________________________________________________________________________
21973 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
21974         Log: EBCDIC: SHARP S is different.
21975      Branch: perl
21976            ! regexec.c utf8.h
21977 ____________________________________________________________________________
21978 [ 14560] By: sky                                   on 2002/02/05  13:49:40
21979         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
21980      Branch: perl
21981            ! t/op/filetest.t
21982 ____________________________________________________________________________
21983 [ 14559] By: sky                                   on 2002/02/05  11:39:24
21984         Log: Add . first to the PATH environment to test that we really
21985              get ./perl and not some other older perl.
21986      Branch: perl
21987            ! lib/File/Spec/t/rel2abs2rel.t
21988 ____________________________________________________________________________
21989 [ 14558] By: sky                                   on 2002/02/05  11:20:21
21990         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...
21991      Branch: perl
21992            ! ext/POSIX/t/posix.t
21993 ____________________________________________________________________________
21994 [ 14557] By: sky                                   on 2002/02/05  10:30:58
21995         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
21996      Branch: perl
21997            ! hints/darwin.sh perl.h
21998 ____________________________________________________________________________
21999 [ 14556] By: nick                                  on 2002/02/05  06:58:52
22000         Log: Integrate mainline
22001      Branch: perlio
22002           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
22003           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
22004           !> lib/File/Find/t/taint.t
22005 ____________________________________________________________________________
22006 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
22007         Log: Integrate change #14439 from maintperl
22008      Branch: maint-5.6/macperl
22009           !> op.c
22010 ____________________________________________________________________________
22011 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
22012         Log: Subject: [PATCH] File::Find tests not cleaning up properly
22013              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22014              Date: Mon, 4 Feb 2002 22:09:07 +0100
22015              Message-ID: <20020204220907.A8288@rafael>
22016      Branch: perl
22017            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
22018 ____________________________________________________________________________
22019 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
22020         Log: Signedness mumblings from Tru64.
22021      Branch: perl
22022            ! ext/Encode/Encode.xs
22023 ____________________________________________________________________________
22024 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
22025         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
22026              From: "Craig A. Berry" <craigberry@mac.com>
22027              Date: Mon, 04 Feb 2002 17:16:00 -0600
22028              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
22029      Branch: perl
22030            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
22031            ! ext/Encode/Encode.xs
22032 ____________________________________________________________________________
22033 [ 14551] By: nick                                  on 2002/02/04  16:00:31
22034         Log: Integrate mainline
22035      Branch: perlio
22036           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
22037           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
22038           !> regcomp.c
22039 ____________________________________________________________________________
22040 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
22041         Log: Update Changes.
22042      Branch: perl
22043            ! Changes patchlevel.h
22044 ____________________________________________________________________________
22045 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
22046         Log: Comment microtweaks.
22047      Branch: perl
22048            ! lib/locale.t
22049 ____________________________________________________________________________
22050 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
22051         Log: Subject: trivial docu patch
22052              From: andreas.koenig@anima.de (Andreas J. Koenig)
22053              Date: 04 Feb 2002 08:15:19 +0100
22054              Message-ID: <m3pu3l7m60.fsf@anima.de>
22055      Branch: perl
22056            ! pod/perluniintro.pod
22057 ____________________________________________________________________________
22058 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
22059         Log: Subject: [PATCH] (??{ }) anomaly
22060              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22061              Date: Sun, 03 Feb 2002 20:21:45 -0800
22062              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
22063      Branch: perl
22064            ! regcomp.c
22065 ____________________________________________________________________________
22066 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
22067         Log: Integrate perlio:
22068              
22069              [ 14545]
22070              Remove debugging warning, be consistent about API fails.
22071              
22072              [ 14544]
22073              Carry on where we left off if we have to grow destination SV during XS encode/decode
22074      Branch: perl
22075           !> ext/Encode/Encode.xs
22076 ____________________________________________________________________________
22077 [ 14545] By: nick                                  on 2002/02/03  20:03:38
22078         Log: Remove debugging warning, be consistent about API fails.
22079      Branch: perlio
22080            ! ext/Encode/Encode.xs
22081 ____________________________________________________________________________
22082 [ 14544] By: nick                                  on 2002/02/03  19:47:48
22083         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
22084      Branch: perlio
22085            ! ext/Encode/Encode.xs
22086 ____________________________________________________________________________
22087 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
22088         Log: Subject: PATCH CPAN.pm
22089              From: Mark-Jason Dominus <mjd@plover.com>
22090              Date: Sun, 03 Feb 2002 12:36:36 -0500
22091              Message-ID: <20020203173636.27451.qmail@plover.com>
22092      Branch: perl
22093            ! lib/CPAN.pm
22094 ____________________________________________________________________________
22095 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
22096         Log: Must search further back.
22097      Branch: perl
22098            ! lib/h2xs.t
22099 ____________________________________________________________________________
22100 [ 14541] By: nick                                  on 2002/02/03  18:52:09
22101         Log: Integrate mainline
22102      Branch: perlio
22103           !> (integrate 29 files)
22104 ____________________________________________________________________________
22105 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
22106         Log: EBCDIC: more natification.
22107      Branch: perl
22108            ! regcomp.c
22109 ____________________________________________________________________________
22110 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
22111         Log: Debug noise.
22112      Branch: perl
22113            ! ext/Encode/Encode.xs
22114 ____________________________________________________________________________
22115 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
22116         Log: Integrate perlio:
22117              
22118              [ 14536]
22119              Stable intermediate point in Encode cleanup.
22120              :encode(euc-jp) works on Dan's table.euc
22121              Much buffer copying and other silliness remains.
22122      Branch: perl
22123           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
22124           !> ext/Encode/lib/Encode/Encoding.pm
22125 ____________________________________________________________________________
22126 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
22127         Log: Prettify.
22128      Branch: perl
22129            ! lib/unicore/mktables
22130 ____________________________________________________________________________
22131 [ 14536] By: nick                                  on 2002/02/03  17:32:03
22132         Log: Stable intermediate point in Encode cleanup.
22133              :encode(euc-jp) works on Dan's table.euc
22134              Much buffer copying and other silliness remains.
22135      Branch: perlio
22136            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22137            ! ext/Encode/lib/Encode/Encoding.pm
22138 ____________________________________________________________________________
22139 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
22140         Log: EBCDIC: it's much nicer to compare Unicode code points
22141              to Unicode code points.
22142      Branch: perl
22143            ! regexec.c
22144 ____________________________________________________________________________
22145 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
22146         Log: EBCDIC: character classes must remap the low 256.
22147      Branch: perl
22148            ! regcomp.c
22149 ____________________________________________________________________________
22150 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
22151         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
22152      Branch: perl
22153            ! lib/I18N/LangTags/List.pm
22154 ____________________________________________________________________________
22155 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
22156         Log: FAQ sync.
22157      Branch: perl
22158            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
22159            ! pod/perlfaq6.pod pod/perlfaq7.pod
22160 ____________________________________________________________________________
22161 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
22162         Log: Integrate perlio:
22163              
22164              [ 14526]
22165              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
22166              (Mis-feature discovered by Encode.)
22167              
22168              [ 14518]
22169              indent -kr -nce and some manual tweaks to match perl style.
22170      Branch: perl
22171           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
22172 ____________________________________________________________________________
22173 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
22174         Log: Subject: [PATCH] lstat FH and -l FH warnings
22175              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22176              Date: Sat, 2 Feb 2002 22:24:54 +0100           
22177              Message-ID: <20020202222454.A11608@rafael>       
22178      Branch: perl
22179            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
22180            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
22181 ____________________________________________________________________________
22182 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
22183         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
22184              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22185              Date: Sat, 2 Feb 2002 13:11:01 +0100           
22186              Message-ID: <20020202131101.A722@rafael>               
22187              
22188              Subject: [PATCH t/op/ver.t] another false positive
22189              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22190              Date: Sat, 2 Feb 2002 13:38:22 +0100           
22191              Message-ID: <20020202133822.E722@rafael>         
22192              
22193              Subject: [PATCH] t/test.pl:ok() doesn't work
22194              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
22195              Date: Sun, 03 Feb 2002 00:02:38 -0800          
22196              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
22197      Branch: perl
22198            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
22199            ! t/test.pl
22200 ____________________________________________________________________________
22201 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
22202         Log: Subject: [PATCH @13746] OS2::Process's constants
22203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22204              Date: Sat, 2 Feb 2002 01:00:55 -0500           
22205              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
22206      Branch: perl
22207            ! os2/OS2/Process/Makefile.PL
22208 ____________________________________________________________________________
22209 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
22210         Log: Subject: [PATCH @13746] h2xs   
22211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22212              Date: Sat, 2 Feb 2002 00:58:44 -0500           
22213              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
22214      Branch: perl
22215            ! utils/h2xs.PL
22216 ____________________________________________________________________________
22217 [ 14526] By: nick                                  on 2002/02/03  14:54:18
22218         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
22219              (Mis-feature discovered by Encode.)
22220      Branch: perlio
22221            ! sv.c
22222 ____________________________________________________________________________
22223 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
22224         Log: EBCDIC: since #14519 made \N{...} to remap,
22225              the test cannot expect an ASCII code point.
22226      Branch: perl
22227            ! lib/charnames.t
22228 ____________________________________________________________________________
22229 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
22230         Log: Sub-MANIFEST-tweak.
22231      Branch: perl
22232            ! ext/Encode/MANIFEST
22233 ____________________________________________________________________________
22234 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
22235         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
22236              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22237              Date: Fri, 01 Feb 2002 23:51:03 +0900
22238              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
22239      Branch: perl
22240            ! ext/Encode/lib/Encode/Tcl/Escape.pm
22241 ____________________________________________________________________________
22242 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
22243         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
22244              From: Andy Dougherty <doughera@lafayette.edu>
22245              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
22246              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
22247      Branch: perl
22248            ! README.solaris hints/solaris_2.sh
22249 ____________________________________________________________________________
22250 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
22251         Log: EBCDIC: no hope to get the low 256 right in unifolding.
22252      Branch: perl
22253            ! t/uni/fold.t
22254 ____________________________________________________________________________
22255 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
22256         Log: todo entry for missing pack formats.
22257      Branch: perl
22258            ! pod/perltodo.pod
22259 ____________________________________________________________________________
22260 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
22261         Log: EBCDIC: the low 256 \N{...} need to be remapped.
22262      Branch: perl
22263            ! toke.c
22264 ____________________________________________________________________________
22265 [ 14518] By: nick                                  on 2002/02/01  18:32:03
22266         Log: indent -kr -nce and some manual tweaks to match perl style.
22267      Branch: perlio
22268            ! ext/Encode/Encode.xs
22269 ____________________________________________________________________________
22270 [ 14517] By: nick                                  on 2002/02/01  18:20:46
22271         Log: Integrate mainline
22272      Branch: perlio
22273           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
22274           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
22275           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
22276           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
22277           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
22278           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
22279           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
22280 ____________________________________________________________________________
22281 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
22282         Log: Integrate perlio:
22283              
22284              [ 14515]
22285              Minor Encode tweaks:
22286              - move Encode.pm back to top of Encode like normal XS extension
22287              - avoid .def as a file extension (Win32 builds)
22288      Branch: perl
22289            ! MANIFEST
22290           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22291           !> ext/Encode/Makefile.PL ext/Encode/compile
22292 ____________________________________________________________________________
22293 [ 14515] By: nick                                  on 2002/02/01  16:27:59
22294         Log: Minor Encode tweaks:
22295              - move Encode.pm back to top of Encode like normal XS extension
22296              - avoid .def as a file extension (Win32 builds)
22297      Branch: perlio
22298           +> ext/Encode/Encode.pm
22299            - ext/Encode/lib/Encode.pm
22300            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22301            ! ext/Encode/Makefile.PL ext/Encode/compile
22302 ____________________________________________________________________________
22303 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
22304         Log: Subject: [PATCH utf8.t] temp file not cleaned up
22305              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22306              Date: Fri, 1 Feb 2002 15:47:46 +0100
22307              Message-ID: <20020201154746.A24079@rafael>
22308      Branch: perl
22309            ! t/io/utf8.t
22310 ____________________________________________________________________________
22311 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
22312         Log: Subject: [PATCH] make "lstat FH" croak
22313              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22314              Date: Fri, 1 Feb 2002 15:12:50 +0100
22315              Message-ID: <20020201151250.A738@rafael>
22316      Branch: perl
22317            ! pod/perldiag.pod pp_sys.c t/op/stat.t
22318 ____________________________________________________________________________
22319 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
22320         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
22321              From: Kay Röpke <kroepke@dolphin-services.de>
22322              Date: Fri, 1 Feb 2002 01:10:43 +0100
22323              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
22324      Branch: perl
22325            ! t/op/stat.t
22326 ____________________________________________________________________________
22327 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
22328         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
22329              I got it in Tru64 + ithreads but only without -g, took
22330              some debugging by printf (which was no fun either since
22331              adding some debug printfs hid the error)
22332      Branch: perl
22333            ! regexec.c utf8.c
22334 ____________________________________________________________________________
22335 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
22336         Log: Subject: Re: [PATCH] perl -V:
22337              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
22338              Date: Thu, 31 Jan 2002 12:10:20 -0800
22339              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
22340              
22341              Subject: Re: [PATCH] perl -V:
22342              From: Michael G Schwern <schwern@pobox.com>
22343              Date: Thu, 31 Jan 2002 16:43:13 -0500
22344              Message-ID: <20020131214313.GH6498@blackrider>
22345      Branch: perl
22346            ! t/run/switches.t
22347 ____________________________________________________________________________
22348 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
22349         Log: #14505 effect.
22350      Branch: perl
22351            ! pod/perluniintro.pod
22352 ____________________________________________________________________________
22353 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
22354         Log: Daniel S. Lewart adopts the Math::Complex.
22355      Branch: perl
22356            ! lib/Math/Complex.pm
22357 ____________________________________________________________________________
22358 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
22359         Log: More Complex DWIMmery.
22360      Branch: perl
22361            ! lib/Math/Complex.pm lib/Math/Complex.t
22362 ____________________________________________________________________________
22363 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
22364         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
22365              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22366              Date: Thu, 31 Jan 2002 14:37:52 +0100
22367              Message-ID: <20020131143752.A1452@rafael>
22368      Branch: perl
22369            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
22370 ____________________________________________________________________________
22371 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
22372         Log: Turn the I/O Unicode error by default on, but the
22373              character-generating Unicode error by default off,
22374              as Larry suggested.
22375      Branch: perl
22376            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
22377            ! utf8.c
22378 ____________________________________________________________________________
22379 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
22380         Log: Subject: [PATCH] open.pm minor cleanup
22381              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22382              Date: Thu, 31 Jan 2002 15:03:02 +0100
22383              Message-ID: <20020131150302.C1452@rafael>
22384      Branch: perl
22385            ! lib/open.pm
22386 ____________________________________________________________________________
22387 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
22388         Log: Update Changes.
22389      Branch: perl
22390            ! Changes patchlevel.h
22391 ____________________________________________________________________________
22392 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
22393         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
22394              From: Robin Barker <rmb1@cise.npl.co.uk>
22395              Date: Wed, 30 Jan 2002 11:58:33 GMT
22396              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
22397      Branch: perl
22398            ! lib/CPAN.pm
22399 ____________________________________________________________________________
22400 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
22401         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
22402              re-sort MANIFEST.
22403      Branch: perl
22404            + ext/Encode/Encode.pm
22405            - ext/Encode/lib/Encode.pm
22406            ! MANIFEST ext/Encode/Makefile.PL
22407 ____________________________________________________________________________
22408 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
22409         Log: Integrate perlio:
22410              
22411              [ 14499]
22412              Collect some stats during compile process.
22413              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
22414              as one XS - inconclusive - marginal win?
22415              Add some comments to encode.h
22416              
22417              [ 14490]
22418              Basics of a compiled Encode XS extension
22419      Branch: perl
22420           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
22421           !> ext/Encode/encode.h
22422 ____________________________________________________________________________
22423 [ 14499] By: nick                                  on 2002/01/30  09:57:47
22424         Log: Collect some stats during compile process.
22425              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
22426              as one XS - inconclusive - marginal win?
22427              Add some comments to encode.h
22428      Branch: perlio
22429            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
22430            ! ext/Encode/encode.h
22431 ____________________________________________________________________________
22432 [ 14498] By: nick                                  on 2002/01/30  07:27:55
22433         Log: Integrate Jarkko's path/INC tweaks
22434      Branch: perlio
22435           !> ext/Encode/compile
22436 ____________________________________________________________________________
22437 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
22438         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
22439              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22440              Date: Tue, 29 Jan 2002 01:13:09 -0800
22441              Message-ID: <lemV8gzkgu/K092yn@efn.org>
22442      Branch: perl
22443            ! configpm
22444 ____________________________________________________________________________
22445 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
22446         Log: Subject: [PATCH t/op/inccode.t] new test
22447              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22448              Date: Tue, 29 Jan 2002 22:03:45 +0100
22449              Message-ID: <20020129220345.A704@rafael>
22450      Branch: perl
22451            ! t/op/inccode.t
22452 ____________________________________________________________________________
22453 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
22454         Log: EBCDIC: t/op/lc.t now passes.
22455      Branch: perl
22456            ! t/op/lc.t
22457 ____________________________________________________________________________
22458 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
22459         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
22460      Branch: perl
22461            ! utf8.c
22462 ____________________________________________________________________________
22463 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
22464         Log: Must find stuff during build.
22465      Branch: perl
22466            ! ext/Encode/compile
22467 ____________________________________________________________________________
22468 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
22469         Log: Integrate with perlio;
22470              
22471              Basics of a compiled Encode XS extension
22472      Branch: perl
22473           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
22474           +> ext/Encode/Encode/euc-jp.ucm
22475           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
22476           !> ext/Encode/encode.h
22477 ____________________________________________________________________________
22478 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
22479         Log: EBCDIC tweaks-- no new test passes, but getting closer.
22480      Branch: perl
22481            ! utf8.c
22482 ____________________________________________________________________________
22483 [ 14490] By: nick                                  on 2002/01/29  21:20:57
22484         Log: Basics of a compiled Encode XS extension
22485      Branch: perlio
22486            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
22487            + ext/Encode/Encode/euc-jp.ucm
22488            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
22489            ! ext/Encode/encode.h
22490 ____________________________________________________________________________
22491 [ 14489] By: nick                                  on 2002/01/29  18:40:54
22492         Log: Integrate mainline
22493      Branch: perlio
22494           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
22495           +> ext/Encode/lib/Encode/Encoding.pm
22496           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
22497           +> ext/Encode/lib/Encode/Tcl/Escape.pm
22498           +> ext/Encode/lib/Encode/Tcl/Extended.pm
22499           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
22500           +> ext/Encode/lib/Encode/Tcl/Table.pm
22501           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
22502           +> ext/Encode/lib/Encode/iso10646_1.pm
22503           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
22504           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
22505           +> ext/Encode/t/Tcl.t
22506            - ext/Encode.t ext/Encode/Encode.pm
22507            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
22508            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
22509           !> (integrate 33 files)
22510 ____________________________________________________________________________
22511 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
22512         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
22513              From: Richard Clamp <richardc@unixbeard.net>
22514              Date: Mon, 28 Jan 2002 02:17:55 +0000
22515              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
22516      Branch: perl
22517            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
22518 ____________________________________________________________________________
22519 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
22520         Log: OS/390 seems to do length 0 udp reads, Nicholas says
22521              skippage is for now the best cause of action.
22522      Branch: perl
22523            ! ext/Socket/socketpair.t
22524 ____________________________________________________________________________
22525 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
22526         Log: Encode cleanup from Dan Kogai; reworked even further.
22527      Branch: perl
22528            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
22529            + ext/Encode/lib/Encode/Encoding.pm
22530            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
22531            + ext/Encode/lib/Encode/Tcl/Escape.pm
22532            + ext/Encode/lib/Encode/Tcl/Extended.pm
22533            + ext/Encode/lib/Encode/Tcl/HanZi.pm
22534            + ext/Encode/lib/Encode/Tcl/Table.pm
22535            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
22536            + ext/Encode/lib/Encode/iso10646_1.pm
22537            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
22538            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
22539            + ext/Encode/t/Tcl.t
22540            - ext/Encode.t ext/Encode/Encode.pm
22541            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
22542            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
22543            ! MANIFEST ext/Encode/Encode/8859-1.ucm
22544            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
22545            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
22546            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
22547            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
22548            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
22549            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
22550            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
22551            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
22552            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
22553            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
22554            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
22555            ! ext/Encode/compile
22556 ____________________________________________________________________________
22557 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
22558         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
22559      Branch: perl
22560            ! djgpp/djgpp.c perlio.c
22561 ____________________________________________________________________________
22562 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
22563         Log: Prettier printing from Michael Schwern.
22564      Branch: perl
22565            ! t/test.pl
22566 ____________________________________________________________________________
22567 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
22568         Log: Show also the debug and debugcolor as known pragmas.
22569      Branch: perl
22570            ! ext/re/re.pm
22571 ____________________________________________________________________________
22572 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
22573         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
22574              From: "Craig A. Berry" <craigberry@mac.com>
22575              Date: Mon, 28 Jan 2002 16:30:30 -0600
22576              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
22577      Branch: perl
22578            ! ext/B/t/assembler.t
22579 ____________________________________________________________________________
22580 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
22581         Log: metaconfig unit change for #14480.
22582      Branch: metaconfig
22583            ! U/modified/Init.U
22584 ____________________________________________________________________________
22585 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
22586         Log: DJGPP needs to know its exe soon, too.
22587      Branch: perl
22588            ! Configure
22589 ____________________________________________________________________________
22590 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
22591         Log: Round #2 on EBCDICation.
22592      Branch: perl
22593            ! t/op/append.t
22594 ____________________________________________________________________________
22595 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
22596         Log: Integrate perlio:
22597              
22598              [ 14477]
22599              Set makefile.mk CCHOME etc. for default locations of MinGW and free
22600              Borland compilers. (Borland builds one or two oddities.)
22601      Branch: perl
22602           !> win32/config.bc win32/makefile.mk
22603 ____________________________________________________________________________
22604 [ 14477] By: nick                                  on 2002/01/28  20:12:31
22605         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
22606              Borland compilers. (Borland builds one or two oddities.)
22607      Branch: perlio
22608            ! win32/config.bc win32/makefile.mk
22609 ____________________________________________________________________________
22610 [ 14476] By: nick                                  on 2002/01/28  18:43:47
22611         Log: Integrate mainline
22612      Branch: perlio
22613           !> Configure hints/hpux.sh
22614 ____________________________________________________________________________
22615 [ 14475] By: nick                                  on 2002/01/28  17:15:12
22616         Log: Integrate mainline
22617      Branch: perlio
22618           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
22619           !> patchlevel.h pp_sys.c t/lib/warnings/perl
22620 ____________________________________________________________________________
22621 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
22622         Log: metaconfig unit change for #14472.
22623      Branch: metaconfig/U/perl
22624            ! d_u32align.U
22625 ____________________________________________________________________________
22626 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
22627         Log: Misunderstood Merijn's patch.
22628      Branch: perl
22629            ! hints/hpux.sh
22630 ____________________________________________________________________________
22631 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
22632         Log: Misapplied Merijn's patch.
22633      Branch: perl
22634            ! Configure
22635 ____________________________________________________________________________
22636 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
22637         Log: Update Changes.
22638      Branch: perl
22639            ! Changes patchlevel.h
22640 ____________________________________________________________________________
22641 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
22642         Log: BeOS has sockets but not true ones.
22643      Branch: perl
22644            ! pp_sys.c
22645 ____________________________________________________________________________
22646 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
22647         Log: metaconfig unit change for #14467.
22648      Branch: metaconfig/U/perl
22649            ! d_u32align.U
22650 ____________________________________________________________________________
22651 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
22652         Log: For some strange reason under the smoke harness the alignment
22653              test hangs in HP-UX 10.20.  So hint it to avoid the test.
22654      Branch: perl
22655            ! hints/hpux.sh
22656 ____________________________________________________________________________
22657 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
22658         Log: Allow d_u32align to be hinted.
22659      Branch: perl
22660            ! Configure
22661 ____________________________________________________________________________
22662 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
22663         Log: The shift key is important.
22664      Branch: perl
22665            ! ext/B/B.xs
22666 ____________________________________________________________________________
22667 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
22668         Log: The "used only once" warnings (from gv_check) come
22669              in pseudorandom hash order-- in EBCDIC the order
22670              is different.  Add a new option that allow the warnings
22671              to come in any order (Paul Marquess).
22672      Branch: perl
22673            ! lib/warnings.t t/lib/warnings/perl
22674 ____________________________________________________________________________
22675 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
22676         Log: Integrate perlio:
22677              
22678              [ 14462]
22679              1st attempt at skipping broke threads case.
22680              
22681              [ 14461]
22682              Skip new threads::shared test unless -Duseithreads
22683      Branch: perl
22684           !> ext/threads/shared/t/0nothread.t
22685 ____________________________________________________________________________
22686 [ 14463] By: nick                                  on 2002/01/28  08:22:36
22687         Log: Integrate mainline
22688      Branch: perlio
22689           !> (integrate 37 files)
22690 ____________________________________________________________________________
22691 [ 14462] By: nick                                  on 2002/01/28  08:09:53
22692         Log: 1st attempt at skipping broke threads case.
22693      Branch: perlio
22694            ! ext/threads/shared/t/0nothread.t
22695 ____________________________________________________________________________
22696 [ 14461] By: nick                                  on 2002/01/28  07:25:58
22697         Log: Skip new threads::shared test unless -Duseithreads
22698      Branch: perlio
22699            ! ext/threads/shared/t/0nothread.t
22700 ____________________________________________________________________________
22701 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
22702         Log: FAQ sync.
22703      Branch: perl
22704            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
22705            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22706            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
22707            ! pod/perlfaq9.pod
22708 ____________________________________________________________________________
22709 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
22710         Log: Upgrade to podlators 1.20.
22711      Branch: perl
22712            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
22713 ____________________________________________________________________________
22714 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
22715         Log: Retract #14448, a better patch coming up.
22716      Branch: perl
22717            ! lib/Pod/t/basic.t
22718 ____________________________________________________________________________
22719 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
22720         Log: EBCDIC portability.
22721      Branch: perl
22722            ! t/op/append.t
22723 ____________________________________________________________________________
22724 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
22725         Log: Further cygwin installperl tweak from Gerrit P. Haase.
22726      Branch: perl
22727            ! installperl
22728 ____________________________________________________________________________
22729 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
22730         Log: A bug in Bulgarian EBCDIC locale (this sounds like
22731              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
22732              locales failed, too.  The patch works around the bug by
22733              skipping the test, but the real problem may be deeper
22734              (affecting probably only EBCDIC platforms, though):
22735              see the comment in locale.t for more details.
22736      Branch: perl
22737            ! lib/locale.t
22738 ____________________________________________________________________________
22739 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
22740         Log: metaconfig unit change for #14453.
22741      Branch: metaconfig/U/perl
22742            ! libperl.U
22743 ____________________________________________________________________________
22744 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
22745         Log: Subject: Bleadperl on Cygwin today
22746              From: "Gerrit P. Haase" <gp@familiehaase.de>              
22747              Date: Sun, 27 Jan 2002 22:30:41 +0100
22748              Message-ID: <462007239437.20020127223041@familiehaase.de>
22749      Branch: perl
22750            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
22751            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
22752            ! lib/ExtUtils/t/MM_Cygwin.t
22753 ____________________________________________________________________________
22754 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
22755         Log: Unfinished EBCDIC branch.
22756      Branch: perl
22757            ! t/op/ver.t
22758 ____________________________________________________________________________
22759 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
22760         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
22761      Branch: perl
22762            ! ext/B/B.xs ext/B/B/Deparse.pm
22763 ____________________________________________________________________________
22764 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
22765         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
22766              platforms.
22767      Branch: perl
22768            ! ext/B/t/stash.t
22769 ____________________________________________________________________________
22770 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
22771         Log: Apparently no need for EBCDIC exception any more.
22772      Branch: perl
22773            ! ext/B/t/showlex.t
22774 ____________________________________________________________________________
22775 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
22776         Log: (retracted by #14458)
22777              (Russ Allbery) OS/390 is using a high-bit character for ESC,
22778              skip the test for now.  A better fix would be to override
22779              the notion of the platform's escape sequence in the test
22780              of Pod::Text::Termcap.  We may have to apply a filter to
22781              the output to substitute back in the ESC character that
22782              the test expects, but only on OS/390.
22783      Branch: perl
22784            ! lib/Pod/t/basic.t
22785 ____________________________________________________________________________
22786 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
22787         Log: Detypo.
22788      Branch: perl
22789            ! ext/Devel/Peek/Peek.t
22790 ____________________________________________________________________________
22791 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
22792         Log: OS/390 USS has a different idea of the pw* functions.
22793              Also, test the name with eq, not with ==.
22794      Branch: perl
22795            ! lib/User/pwent.t
22796 ____________________________________________________________________________
22797 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
22798         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
22799      Branch: perl
22800            ! doio.c
22801 ____________________________________________________________________________
22802 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
22803         Log: ASCIIisms.
22804      Branch: perl
22805            ! ext/PerlIO/t/encoding.t
22806 ____________________________________________________________________________
22807 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
22808         Log: chr(42) ne '*'  if one is in EBCDIC.
22809      Branch: perl
22810            ! t/op/pack.t
22811 ____________________________________________________________________________
22812 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
22813         Log: Subject: [PATCH] Fix up recent op/stat.t failures
22814              From: Andy Dougherty <doughera@lafayette.edu>
22815              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
22816              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
22817      Branch: perl
22818            ! t/op/stat.t
22819 ____________________________________________________________________________
22820 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
22821         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
22822              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22823              Date: Sun, 27 Jan 2002 15:03:18 +0100
22824              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
22825      Branch: perl
22826            ! lib/ExtUtils/t/Command.t
22827 ____________________________________________________________________________
22828 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
22829         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
22830              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22831              Date: Sun, 27 Jan 2002 14:51:10 +0100
22832              Message-ID: <20020127145110.A16332@rafael>
22833      Branch: perl
22834            ! ext/B/B/Deparse.pm
22835 ____________________________________________________________________________
22836 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
22837         Log: integrate change#14431 from perlio branch (Nick's fix for
22838              change#13474 to be more defensive about looking at pad entries
22839              that may not exist yet)
22840      Branch: maint-5.6/perl
22841            ! op.c
22842 ____________________________________________________________________________
22843 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
22844         Log: Comment to avoid later "cleanups."
22845      Branch: perl
22846            ! lib/ExtUtils/MakeMaker.pm
22847 ____________________________________________________________________________
22848 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
22849         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
22850              instead of just FOO=... cmd ...
22851      Branch: perl
22852            ! Makefile.SH
22853 ____________________________________________________________________________
22854 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
22855         Log: Overquoting bad (in UNIX one would get
22856              Can't open perl script "'-I../lib'": No such file or directory)
22857      Branch: perl
22858            ! lib/Pod/t/Usage.t
22859 ____________________________________________________________________________
22860 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
22861         Log: Integrate perlio:
22862              
22863              [ 14434]
22864              "All tests successful" VC6.0 Win32
22865              (Update config.vc to need cppstdin so those tests are skipped...)
22866      Branch: perl
22867           !> win32/config.vc win32/config_H.bc win32/config_H.gc
22868           !> win32/config_H.vc
22869 ____________________________________________________________________________
22870 [ 14434] By: nick                                  on 2002/01/26  22:27:08
22871         Log: "All tests successful" VC6.0 Win32
22872              (Update config.vc to need cppstdin so those tests are skipped...)
22873      Branch: perlio
22874            ! win32/config.vc win32/config_H.bc win32/config_H.gc
22875            ! win32/config_H.vc
22876 ____________________________________________________________________________
22877 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
22878         Log: Integrate perlio:
22879              
22880              [ 14432]
22881              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
22882              for CRLF line endings.
22883              
22884              [ 14431]
22885              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
22886              Should really be looked at by someone that knows about pads.
22887              
22888              [ 14429]
22889              Tinkering with thread cleanup mutex-ing - not the problem 
22890              (op.c is) but could have been...
22891              
22892              [ 14428]
22893              Win32 signal emulation cleanup.
22894              
22895              [ 14427]
22896              If we get to sighandler by mistake (no perl handler set) then
22897              warn() and exit() rather than die() - should never happen
22898              but if it does context needed to die is likely to be trashed
22899              as well.
22900              
22901              [ 14425]
22902              1st two tests of File/Find/t/find.t and taint.t were run after 
22903              calling cleanup(). If previous fail had left for_find directory,
22904              but no content in it then cleanup() returned cd'ed to that directory.
22905              So tests failed. Fixed cleanup()-s.
22906      Branch: perl
22907           !> ext/threads/threads.xs lib/File/Find/t/find.t
22908           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
22909           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
22910 ____________________________________________________________________________
22911 [ 14432] By: nick                                  on 2002/01/26  21:10:38
22912         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
22913              for CRLF line endings.
22914      Branch: perlio
22915            ! lib/Filter/Simple.pm
22916 ____________________________________________________________________________
22917 [ 14431] By: nick                                  on 2002/01/26  21:08:35
22918         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
22919              Should really be looked at by someone that knows about pads.
22920      Branch: perlio
22921            ! op.c
22922 ____________________________________________________________________________
22923 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
22924         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
22925              From: "Craig A. Berry" <craigberry@mac.com>       
22926              Date: Sat, 26 Jan 2002 11:19:44 -0600
22927              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
22928      Branch: perl
22929            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
22930 ____________________________________________________________________________
22931 [ 14429] By: nick                                  on 2002/01/26  18:04:22
22932         Log: Tinkering with thread cleanup mutex-ing - not the problem 
22933              (op.c is) but could have been...
22934      Branch: perlio
22935            ! ext/threads/threads.xs
22936 ____________________________________________________________________________
22937 [ 14428] By: nick                                  on 2002/01/26  18:03:13
22938         Log: Win32 signal emulation cleanup.
22939      Branch: perlio
22940            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
22941 ____________________________________________________________________________
22942 [ 14427] By: nick                                  on 2002/01/26  13:59:33
22943         Log: If we get to sighandler by mistake (no perl handler set) then
22944              warn() and exit() rather than die() - should never happen
22945              but if it does context needed to die is likely to be trashed
22946              as well.
22947      Branch: perlio
22948            ! mg.c
22949 ____________________________________________________________________________
22950 [ 14426] By: nick                                  on 2002/01/26  13:56:23
22951         Log: Integrate mainline
22952      Branch: perlio
22953           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
22954           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
22955           !> t/run/fresh_perl.t
22956 ____________________________________________________________________________
22957 [ 14425] By: nick                                  on 2002/01/26  08:11:33
22958         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
22959              calling cleanup(). If previous fail had left for_find directory,
22960              but no content in it then cleanup() returned cd'ed to that directory.
22961              So tests failed. Fixed cleanup()-s.
22962      Branch: perlio
22963            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
22964 ____________________________________________________________________________
22965 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
22966         Log: Integrate perlio:
22967              
22968              [ 14422]
22969              Save $! so that other syscalls don't disturb it before 
22970              we test it.
22971              
22972              [ 14421]
22973              More Win32 tuning
22974              
22975              [ 14420]
22976              Fix winsystem.t's attempt to build showav.exe to work 
22977              with gcc (which writes a.exe unless told with -o ).
22978              Also put in a few more fail-safes to check .exe got 
22979              built somehow.
22980      Branch: perl
22981           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
22982           !> t/op/winsystem.t
22983 ____________________________________________________________________________
22984 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
22985         Log: Subject: [PATCH] new test in op/universal.t
22986              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22987              Date: Fri, 25 Jan 2002 23:17:33 +0100
22988              Message-ID: <20020125231733.A11733@rafael>
22989      Branch: perl
22990            ! t/op/universal.t
22991 ____________________________________________________________________________
22992 [ 14422] By: nick                                  on 2002/01/25  21:37:03
22993         Log: Save $! so that other syscalls don't disturb it before 
22994              we test it.
22995      Branch: perlio
22996            ! ext/Socket/socketpair.t
22997 ____________________________________________________________________________
22998 [ 14421] By: nick                                  on 2002/01/25  19:05:57
22999         Log: More Win32 tuning
23000      Branch: perlio
23001            ! t/op/stat.t t/op/taint.t
23002 ____________________________________________________________________________
23003 [ 14420] By: nick                                  on 2002/01/25  18:21:42
23004         Log: Fix winsystem.t's attempt to build showav.exe to work 
23005              with gcc (which writes a.exe unless told with -o ).
23006              Also put in a few more fail-safes to check .exe got 
23007              built somehow.
23008      Branch: perlio
23009            ! t/op/winsystem.t
23010 ____________________________________________________________________________
23011 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
23012         Log: Subject: [Patch Encode.xs] calculation of need overflows
23013              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23014              Date: Sat, 26 Jan 2002 00:58:50 +0900
23015              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
23016      Branch: perl
23017            ! ext/Encode/Encode.xs
23018 ____________________________________________________________________________
23019 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
23020         Log: Integrate changes 13474+13478+13584 from maintperl;
23021              anon sub leakage.
23022      Branch: perl
23023            ! op.c t/run/fresh_perl.t
23024 ____________________________________________________________________________
23025 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
23026         Log: Update Changes.
23027      Branch: perl
23028            ! Changes patchlevel.h
23029 ____________________________________________________________________________
23030 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
23031         Log: Integrate perlio:
23032              
23033              [ 14411]
23034              Linux/NFS hackery was not faking right number of passes.
23035              
23036              [ 14410]
23037              threads::shared tidy up:
23038              - Add _id() function to shared.xs so we can test refs point at same thing.
23039              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
23040              - Allow no_share to pass if sharing to works despite mis-ordering.
23041              - Change docs of threads to document ->create() (as used in tests),
23042              and not mention "new".
23043              
23044              [ 14401]
23045              Expand command line test globs on Win32.
23046              
23047              [ 14393]
23048              Except Win32 from echo tests. (Alarm does not break into connect)
23049              
23050              [ 14392]
23051              SvTEMP_off to stop private PV's being stolen and stored in shared space
23052              
23053              [ 14387]
23054              thread::shared nearly working again - remaining issue
23055              is references withing shared space.
23056              Added bulk test with no threads involved (for debugging)
23057              Tuned tests to skip those needing _thrcnt
23058              
23059              [ 14378]
23060              Implement recursive lock and use of scope for PL_sharedsv_space,
23061              so now croak() from asserts does not leave locks.
23062              Make hv_simple compile (new prototype for debugging probe).
23063              
23064              [ 14377]
23065              Shared scalars working, some shared array ops working.
23066              
23067              [ 14373]
23068              Miss mg_len == 0 meaning don't Safefree
23069              
23070              [ 14372]
23071              XS side of new threads::shared designed, coded and compiles,
23072              and mostly commented but is totaly untested.
23073              submit in case anyone wants a preview.
23074              
23075              [ 14363]
23076              Add new threads/typemap to MANIFEST
23077              
23078              [ 14357]
23079              #14352 deleted ext/threads/threads.h
23080              
23081              [ 14356]
23082              Eradicate sharedsv.*
23083              
23084              [ 14355]
23085              threads work again on Win32. (Not threads::shared yet)
23086              Submit to see if they do on Linux.
23087              
23088              [ 14352]
23089              Nearly-working threads re-structuring. Do not integrate,
23090              submit-ing to get to Win32, and as "off site" backup.
23091      Branch: perl
23092           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
23093           +> ext/threads/typemap
23094            - ext/threads/threads.h sharedsv.c sharedsv.h
23095            ! NetWare/config_H.wc
23096           !> (integrate 38 files)
23097 ____________________________________________________________________________
23098 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
23099         Log: Subject: Re: perldebguts minor tweaks
23100              From: Joe McMahon <mcmahon@metalab.unc.edu>
23101              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
23102              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
23103      Branch: perl
23104            ! pod/perldebguts.pod
23105 ____________________________________________________________________________
23106 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
23107         Log: metaconfig unit change for #14413.
23108      Branch: metaconfig
23109            ! U/modified/prototype.U
23110 ____________________________________________________________________________
23111 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
23112         Log: Okay, you can come home now, _().
23113      Branch: perl
23114            ! config_h.SH
23115 ____________________________________________________________________________
23116 [ 14412] By: nick                                  on 2002/01/25  11:01:49
23117         Log: Integrate mainline
23118              All but ../lib/Unicode/UCD.t pass.
23119      Branch: perlio
23120           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
23121           +> lib/unicore/CaseFolding.txt
23122           +> lib/unicore/CompositionExclusions.txt
23123           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
23124           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
23125           +> vos/vos.c
23126            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
23127            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
23128            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
23129            - lib/unicore/NamesList.html lib/unicore/PropList.html
23130            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
23131            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
23132            - lib/unicore/rename
23133           !> (integrate 424 files)
23134 ____________________________________________________________________________
23135 [ 14411] By: nick                                  on 2002/01/25  09:45:13
23136         Log: Linux/NFS hackery was not faking right number of passes.
23137      Branch: perlio
23138            ! t/io/fs.t
23139 ____________________________________________________________________________
23140 [ 14410] By: nick                                  on 2002/01/25  09:35:07
23141         Log: threads::shared tidy up:
23142              - Add _id() function to shared.xs so we can test refs point at same thing.
23143              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
23144              - Allow no_share to pass if sharing to works despite mis-ordering.
23145              - Change docs of threads to document ->create() (as used in tests),
23146              and not mention "new".
23147      Branch: perlio
23148            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23149            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
23150            ! ext/threads/threads.pm
23151 ____________________________________________________________________________
23152 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
23153         Log: Subject: perldebguts minor tweaks
23154              From: Joe McMahon <mcmahon@metalab.unc.edu>
23155              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
23156              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
23157      Branch: perl
23158            ! pod/perldebguts.pod
23159 ____________________________________________________________________________
23160 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
23161         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
23162              From: Peter Scott <Peter@PSDT.com>
23163              Date: Thu, 24 Jan 2002 08:51:34 -0800
23164              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
23165      Branch: perl
23166            ! pod/perldebguts.pod
23167 ____________________________________________________________________________
23168 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
23169         Log: Few more paranoia checks for Unicode hash keys.
23170      Branch: perl
23171            ! t/op/each.t
23172 ____________________________________________________________________________
23173 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
23174         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
23175              From: Andy Dougherty <doughera@lafayette.edu>
23176              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
23177              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
23178      Branch: perl
23179            ! t/op/stat.t
23180 ____________________________________________________________________________
23181 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
23182         Log: The
23183              
23184              Subject: Very old debugger UTF-8 bug
23185              From: andreas.koenig@anima.de (Andreas J. Koenig)
23186              Date: 24 Jan 2002 12:45:44 +0100
23187              Message-ID: <m3y9iot1jr.fsf@anima.de>
23188              
23189              still broken, but this should work as a stopgap
23190              measure to stop pp_match accessing naughty data.
23191      Branch: perl
23192            ! pod/perldiag.pod pp_hot.c
23193 ____________________________________________________________________________
23194 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
23195         Log: metaconfig unit change for #14403.
23196      Branch: metaconfig/U/perl
23197            ! d_u32align.U
23198 ____________________________________________________________________________
23199 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
23200         Log: Pacify picky compilers (this time Sun Workshop).
23201      Branch: perl
23202            ! Configure
23203 ____________________________________________________________________________
23204 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
23205         Log: Subject: Very old debugger UTF-8 bug
23206              From: andreas.koenig@anima.de (Andreas J. Koenig)
23207              Date: 24 Jan 2002 12:45:44 +0100
23208              Message-ID: <m3y9iot1jr.fsf@anima.de>
23209      Branch: perl
23210            ! lib/dumpvar.pl
23211 ____________________________________________________________________________
23212 [ 14401] By: nick                                  on 2002/01/24  07:50:38
23213         Log: Expand command line test globs on Win32.
23214      Branch: perlio
23215            ! t/harness
23216 ____________________________________________________________________________
23217 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
23218         Log: Sprinkle some copyrights (use the oldest timestamp to
23219              be found in the repository, which is most often not right,
23220              but at least consistent)
23221      Branch: perl
23222            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
23223            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
23224            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
23225            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
23226            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
23227            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
23228            ! unixish.h xsutils.c
23229 ____________________________________________________________________________
23230 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
23231         Log: Don't crash on Help for long text (bug #506672)
23232      Branch: maint-5.6/macperl
23233            ! macos/macperl/MPHelp.c
23234 ____________________________________________________________________________
23235 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
23236         Log: Fix minor path problem
23237      Branch: maint-5.6/macperl
23238            ! macos/macperl/Droplets/tarzipme.plx
23239 ____________________________________________________________________________
23240 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
23241         Log: Minor text changes
23242      Branch: maint-5.6/macperl
23243            ! macos/Perl.r
23244 ____________________________________________________________________________
23245 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
23246         Log: Bump versions, dates, etc.
23247      Branch: maint-5.6/macperl
23248            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
23249 ____________________________________________________________________________
23250 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
23251         Log: coderefs in @INC and absolute paths
23252      Branch: maint-5.6/macperl
23253            ! embed.h pp_ctl.c proto.h
23254 ____________________________________________________________________________
23255 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
23256         Log: Minor module thingys
23257      Branch: maint-5.6/macperl
23258            ! macos/ext/Mac/Controls/Controls.xs
23259            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
23260            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
23261            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
23262            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
23263            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
23264            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
23265            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
23266            ! macos/ext/Mac/Movies/Movies.xs
23267            ! macos/ext/Mac/Navigation/Navigation.pm
23268            ! macos/ext/Mac/Navigation/Navigation.xs
23269            ! macos/ext/Mac/Notification/Notification.xs
23270            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
23271            ! macos/ext/Mac/Processes/Processes.xs
23272            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
23273            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
23274            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
23275            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
23276            ! macos/ext/Mac/Resources/Resources.pm
23277            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
23278            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
23279            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
23280            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
23281            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
23282 ____________________________________________________________________________
23283 [ 14393] By: nick                                  on 2002/01/23  19:52:19
23284         Log: Except Win32 from echo tests. (Alarm does not break into connect)
23285      Branch: perlio
23286            ! ext/Socket/Socket.t
23287 ____________________________________________________________________________
23288 [ 14392] By: nick                                  on 2002/01/23  19:31:57
23289         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
23290      Branch: perlio
23291            ! ext/threads/shared/shared.xs
23292 ____________________________________________________________________________
23293 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
23294         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
23295      Branch: perl
23296            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
23297            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
23298            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
23299            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
23300            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
23301            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
23302            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
23303            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
23304            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
23305            ! x2p/util.c x2p/util.h x2p/walk.c
23306 ____________________________________________________________________________
23307 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
23308         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
23309              therefore quite probably also obsolete code.
23310      Branch: perl
23311            ! sv.c
23312 ____________________________________________________________________________
23313 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
23314         Log: Update Changes.
23315      Branch: perl
23316            ! Changes patchlevel.h
23317 ____________________________________________________________________________
23318 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
23319         Log: Small update on todo.  Could use a lot more.
23320      Branch: perl
23321            ! pod/perltodo.pod
23322 ____________________________________________________________________________
23323 [ 14387] By: nick                                  on 2002/01/23  14:19:30
23324         Log: thread::shared nearly working again - remaining issue
23325              is references withing shared space.
23326              Added bulk test with no threads involved (for debugging)
23327              Tuned tests to skip those needing _thrcnt
23328      Branch: perlio
23329            + ext/threads/shared/t/0nothread.t
23330            ! MANIFEST ext/threads/shared/shared.pm
23331            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
23332            ! ext/threads/shared/t/hv_refs.t
23333            ! ext/threads/shared/t/hv_simple.t
23334            ! ext/threads/shared/t/sv_simple.t
23335 ____________________________________________________________________________
23336 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
23337         Log: Subject: [ID 20020121.003] perldata doco bug
23338              From: John Stumbles <jstumbles@bluearc.com>
23339              Date: Mon, 21 Jan 2002 14:19:56 -0000
23340              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
23341      Branch: perl
23342            ! pod/perldata.pod
23343 ____________________________________________________________________________
23344 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
23345         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
23346              From: Michael G Schwern <schwern@pobox.com>
23347              Date: Mon, 21 Jan 2002 15:16:42 -0500
23348              Message-ID: <20020121201642.GA6659@blackrider>
23349      Branch: perl
23350            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
23351 ____________________________________________________________________________
23352 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
23353         Log: Subject: [PATCH] Re: eval not catching warnings?
23354              From: abigail@foad.org
23355              Date: Wed, 23 Jan 2002 15:35:47 +0100
23356              Message-ID: <20020123143547.24798.qmail@foad.org>
23357      Branch: perl
23358            ! pod/perlfunc.pod
23359 ____________________________________________________________________________
23360 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
23361         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
23362              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23363              Date: Tue, 22 Jan 2002 17:00:54 -0800            
23364              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
23365      Branch: perl
23366            ! t/run/fresh_perl.t
23367 ____________________________________________________________________________
23368 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
23369         Log: metaconfig unit change for #14381.
23370      Branch: metaconfig/U/perl
23371            ! d_u32align.U
23372 ____________________________________________________________________________
23373 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
23374         Log: HP-UX 10.20 cc pacifying from Merijn.
23375      Branch: perl
23376            ! Configure
23377 ____________________________________________________________________________
23378 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
23379         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
23380              From: "Craig A. Berry" <craigberry@mac.com> 
23381              Date: Tue, 22 Jan 2002 22:14:26 -0600
23382              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
23383      Branch: perl
23384            ! vms/test.com
23385 ____________________________________________________________________________
23386 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
23387         Log: AIX cpp bug: having macro arguments and character constants
23388              "the same" means trouble (here s and 's')
23389              What broke now was 841 and 842 of t/op/pat.t, because of the
23390              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
23391              (note that breakage happened only under cc_r and usethreads+
23392              useithreads)
23393      Branch: perl
23394            ! utf8.h
23395 ____________________________________________________________________________
23396 [ 14378] By: nick                                  on 2002/01/22  20:33:15
23397         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
23398              so now croak() from asserts does not leave locks.
23399              Make hv_simple compile (new prototype for debugging probe).
23400      Branch: perlio
23401            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23402            ! ext/threads/shared/t/hv_simple.t
23403 ____________________________________________________________________________
23404 [ 14377] By: nick                                  on 2002/01/22  17:32:21
23405         Log: Shared scalars working, some shared array ops working.
23406      Branch: perlio
23407            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23408            ! ext/threads/shared/t/sv_refs.t
23409            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
23410 ____________________________________________________________________________
23411 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
23412         Log: Subject: [PATCH] Support truncate() in VOS port
23413              From: Paul_GreenVOS@vos.stratus.com
23414              Date: Mon, 21 Jan 02 23:27 est
23415              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
23416      Branch: perl
23417            + vos/vos.c
23418            ! MANIFEST hints/vos.sh vos/vosish.h
23419 ____________________________________________________________________________
23420 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
23421         Log: metaconfig unit changes for #14374.  Couldn't figure
23422              how to get completely rid of _() (some weird dependency
23423              pulling it in?) so renamed it as PROTO_().
23424      Branch: metaconfig
23425            + U/modified/d_shmat.U U/modified/prototype.U
23426            ! U/protos/d_drand48proto.U
23427      Branch: metaconfig/U/perl
23428            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
23429 ____________________________________________________________________________
23430 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
23431         Log: Get rid of the _() macro since (1) we require ANSI anyway
23432              (2) Other software (GNU) seems to use it and we don't need it,
23433              so let's give it up.
23434      Branch: perl
23435            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23436            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
23437            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
23438            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
23439            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
23440            ! wince/config.h wince/config_H.ce
23441 ____________________________________________________________________________
23442 [ 14373] By: nick                                  on 2002/01/22  10:10:48
23443         Log: Miss mg_len == 0 meaning don't Safefree
23444      Branch: perlio
23445            ! mg.c
23446 ____________________________________________________________________________
23447 [ 14372] By: nick                                  on 2002/01/21  22:34:06
23448         Log: XS side of new threads::shared designed, coded and compiles,
23449              and mostly commented but is totaly untested.
23450              submit in case anyone wants a preview.
23451      Branch: perlio
23452            + ext/threads/shared/typemap
23453            ! MANIFEST ext/threads/shared/shared.pm
23454            ! ext/threads/shared/shared.xs
23455 ____________________________________________________________________________
23456 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
23457         Log: Subject: [BUG] /\_/ an unrecognized escape?
23458              From: Michael G Schwern <schwern@pobox.com>
23459              Date: Mon, 21 Jan 2002 15:22:54 -0500
23460              Message-ID: <20020121202254.GA6731@blackrider>
23461      Branch: perl
23462            ! t/lib/warnings/toke toke.c
23463 ____________________________________________________________________________
23464 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
23465         Log: Undo the renaming of the Unicode data files; the simple
23466              solution being not including the *.html files.  This means
23467              that in the future there is no need for any renamings
23468              (well, assuming that the Consortium doesn't cause any),
23469              and the files are named like they are in the Consortium
23470              website, thus alleviating confusion.
23471      Branch: perl
23472            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
23473            + lib/unicore/CaseFolding.txt
23474            + lib/unicore/CompositionExclusions.txt
23475            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
23476            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
23477            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
23478            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
23479            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
23480            - lib/unicore/NamesList.html lib/unicore/PropList.html
23481            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
23482            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
23483            - lib/unicore/rename
23484            ! (edit 285 files)
23485 ____________________________________________________________________________
23486 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
23487         Log: Update Changes.
23488      Branch: perl
23489            ! Changes patchlevel.h
23490 ____________________________________________________________________________
23491 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
23492         Log: Subject: RE: BCC for Win32 is unhappy @14331
23493              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
23494              Date: Mon, 21 Jan 2002 09:48:40 +0300
23495              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
23496              
23497              (using IV instead of int)
23498      Branch: perl
23499            ! hv.h
23500 ____________________________________________________________________________
23501 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
23502         Log: path_is_absolute() needs a prototype (and maybe
23503              a better name, but that's another story).
23504      Branch: perl
23505            ! embed.fnc embed.h pp_ctl.c proto.h
23506 ____________________________________________________________________________
23507 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
23508         Log: Subject: Re: coderefs in @INC
23509              From: Chris Nandor <pudge@pobox.com>
23510              Date: Thu, 17 Jan 2002 11:26:02 -0500
23511              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
23512      Branch: perl
23513            ! pp_ctl.c
23514 ____________________________________________________________________________
23515 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
23516         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
23517              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23518              Date: Sun, 20 Jan 2002 22:53:56 +0100
23519              Message-ID: <20020120225356.A12093@rafael>
23520      Branch: perl
23521            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
23522            ! t/lib/warnings/9enabled warnings.h warnings.pl
23523 ____________________________________________________________________________
23524 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
23525         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
23526              From: "Craig A. Berry" <craigberry@mac.com>
23527              Date: Sun, 20 Jan 2002 22:49:42 -0600
23528              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
23529      Branch: perl
23530            ! lib/ExtUtils/MakeMaker.pm
23531 ____________________________________________________________________________
23532 [ 14363] By: nick                                  on 2002/01/20  20:38:23
23533         Log: Add new threads/typemap to MANIFEST
23534      Branch: perlio
23535            ! MANIFEST
23536 ____________________________________________________________________________
23537 [ 14362] By: nick                                  on 2002/01/20  20:34:36
23538         Log: Integrate mainline
23539      Branch: perlio
23540           +> lib/Pod/t/Usage.t
23541           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
23542           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
23543           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
23544           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
23545           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
23546           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
23547           !> util.c
23548 ____________________________________________________________________________
23549 [ 14361] By: nick                                  on 2002/01/20  18:51:47
23550         Log: Integrate MANIFEST
23551      Branch: perlio
23552           !> MANIFEST
23553 ____________________________________________________________________________
23554 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
23555         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
23556              From: Paul_GreenVOS@vos.stratus.com
23557              Date: Sat, 19 Jan 02 17:17 est
23558              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
23559              
23560              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
23561              From: Paul_GreenVOS@vos.stratus.com
23562              Date: Sat, 19 Jan 02 17:19 est
23563              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
23564      Branch: perl
23565            ! lib/ExtUtils/t/Command.t
23566 ____________________________________________________________________________
23567 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
23568         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
23569              From: Paul_GreenVOS@vos.stratus.com
23570              Date: Sat, 19 Jan 02 14:30 est
23571              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
23572      Branch: perl
23573            ! lib/AnyDBM_File.t
23574 ____________________________________________________________________________
23575 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
23576         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
23577              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
23578              Date: Sun, 20 Jan 2002 13:51:36 +0100
23579              Message-ID: <20020120135136.A710@rafael>
23580      Branch: perl
23581            ! ext/File/Glob/t/basic.t
23582 ____________________________________________________________________________
23583 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
23584         Log: #14352 deleted ext/threads/threads.h
23585      Branch: perlio
23586            ! MANIFEST
23587 ____________________________________________________________________________
23588 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
23589         Log: Eradicate sharedsv.*
23590      Branch: perlio
23591            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
23592 ____________________________________________________________________________
23593 [ 14355] By: nick                                  on 2002/01/20  11:50:22
23594         Log: threads work again on Win32. (Not threads::shared yet)
23595              Submit to see if they do on Linux.
23596      Branch: perlio
23597            ! ext/threads/shared/shared.xs ext/threads/threads.xs
23598            ! win32/makefile.mk
23599 ____________________________________________________________________________
23600 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
23601         Log: Make also hex() and oct() to croak if their arguments
23602              cannot be downgraded (that is, if they contain wide
23603              characters), just like crypt() does (and use the croak
23604              feature of sv_utf8_downgrade()).
23605      Branch: perl
23606            ! pp.c t/op/oct.t
23607 ____________________________________________________________________________
23608 [ 14353] By: nick                                  on 2002/01/19  22:20:09
23609         Log: Integrate Time/Local and its test
23610      Branch: perlio
23611           !> lib/Time/Local.pm lib/Time/Local.t
23612 ____________________________________________________________________________
23613 [ 14352] By: nick                                  on 2002/01/19  22:17:07
23614         Log: Nearly-working threads re-structuring. Do not integrate,
23615              submit-ing to get to Win32, and as "off site" backup.
23616      Branch: perlio
23617            + ext/threads/typemap
23618            - ext/threads/threads.h sharedsv.c sharedsv.h
23619            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
23620            ! embedvar.h ext/threads/shared/shared.pm
23621            ! ext/threads/shared/shared.xs ext/threads/threads.pm
23622            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
23623            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
23624            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
23625 ____________________________________________________________________________
23626 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
23627         Log: Regen toc.
23628      Branch: perl
23629            ! pod/perltoc.pod
23630 ____________________________________________________________________________
23631 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
23632         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
23633              From: David Dyck <dcd@tc.fluke.com>
23634              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
23635              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
23636      Branch: perl
23637            ! pod/perl5004delta.pod pod/perl5005delta.pod
23638            ! pod/perl561delta.pod pod/perl56delta.pod
23639 ____________________________________________________________________________
23640 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
23641         Log: FAQ sync.
23642      Branch: perl
23643            ! pod/perlfaq1.pod pod/perlfaq2.pod
23644 ____________________________________________________________________________
23645 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
23646         Log: Subject: [PATCH lib/Pod/t/Usage.t]
23647              From: Abe Timmerman <abe@ztreet.demon.nl>
23648              Date: Sat, 19 Jan 2002 19:57:57 +0100
23649              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
23650      Branch: perl
23651            + lib/Pod/t/Usage.t
23652            ! MANIFEST
23653 ____________________________________________________________________________
23654 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
23655         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
23656              From: Paul_GreenVOS@vos.stratus.com
23657              Date: Sat, 19 Jan 02 13:15 est
23658              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
23659      Branch: perl
23660            ! ext/SDBM_File/sdbm.t
23661 ____________________________________________________________________________
23662 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
23663         Log: Integrate perlio:
23664              
23665              [ 14335]
23666              Split out core of sv_magic() into sv_magicext().
23667              sv_magic provides the extra restictions (no READONLY, only
23668              one of each type, canned set of vtables), and sv_magicext()
23669              does the actual data twiddling.
23670              Also enhances semantics of ->mg_ptr setting via name/namlen
23671              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
23672              scratch area (namlen > 0 && name == NULL).
23673              sv_magicext also returns the MAGIC * it added.
23674              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
23675              To come sv_unmagicext() - which will remove just one magic
23676              of particular type, and additionaly match against ->mg_ptr,
23677              or the MAGIC * (need to experiment as to which is more natural).
23678      Branch: perl
23679           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
23680           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
23681 ____________________________________________________________________________
23682 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
23683         Log: Alternative Time::Local algorithm that uses matemathical formula
23684              for timegm instead of progressive guessing
23685      Branch: perl
23686            ! lib/Time/Local.pm
23687 ____________________________________________________________________________
23688 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
23689         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
23690              From: Paul_GreenVOS@vos.stratus.com
23691              Date: Sat, 19 Jan 02 11:20 est
23692              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
23693      Branch: perl
23694            ! ext/File/Glob/t/basic.t
23695 ____________________________________________________________________________
23696 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
23697         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
23698              From: Paul_GreenVOS@vos.stratus.com
23699              Date: Fri, 18 Jan 02 22:56 est
23700              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
23701      Branch: perl
23702            ! ext/Cwd/t/cwd.t
23703 ____________________________________________________________________________
23704 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
23705         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
23706              From: Paul_GreenVOS@vos.stratus.com
23707              Date: Fri, 18 Jan 02 22:48 est
23708              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
23709      Branch: perl
23710            ! lib/Time/Local.t
23711 ____________________________________________________________________________
23712 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
23713         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
23714              From: Paul_GreenVOS@vos.stratus.com
23715              Date: Fri, 18 Jan 02 16:22 est
23716              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
23717      Branch: perl
23718            ! ext/Devel/DProf/DProf.t
23719 ____________________________________________________________________________
23720 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
23721         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
23722              From: Tels <perl_dummy@bloodgate.com>
23723              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
23724              Message-Id: <200201182106.XAA19133@taku.hut.fi>
23725      Branch: perl
23726            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
23727 ____________________________________________________________________________
23728 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
23729         Log: Don't do socketpair udp unless you've got all what it takes.
23730      Branch: perl
23731            ! util.c
23732 ____________________________________________________________________________
23733 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
23734         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
23735              From: Tels <perl_dummy@bloodgate.com>
23736              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
23737              Message-Id: <200201182206.AAA15310@taku.hut.fi>
23738      Branch: perl
23739            ! lib/ExtUtils/MM_BeOS.pm
23740 ____________________________________________________________________________
23741 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
23742         Log: metaconfig unit change for #14336.
23743      Branch: metaconfig
23744            ! U/modified/myhostname.U
23745 ____________________________________________________________________________
23746 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
23747         Log: Avoid bare "set", and kiss .uucp goodbye.
23748      Branch: perl
23749            ! Configure
23750 ____________________________________________________________________________
23751 [ 14335] By: nick                                  on 2002/01/18  22:11:42
23752         Log: Split out core of sv_magic() into sv_magicext().
23753              sv_magic provides the extra restictions (no READONLY, only
23754              one of each type, canned set of vtables), and sv_magicext()
23755              does the actual data twiddling.
23756              Also enhances semantics of ->mg_ptr setting via name/namlen
23757              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
23758              scratch area (namlen > 0 && name == NULL).
23759              sv_magicext also returns the MAGIC * it added.
23760              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
23761              
23762              To come sv_unmagicext() - which will remove just one magic
23763              of particular type, and additionaly match against ->mg_ptr,
23764              or the MAGIC * (need to experiment as to which is more natural).
23765      Branch: perlio
23766            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
23767            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
23768 ____________________________________________________________________________
23769 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
23770         Log: Retract #14327 for now, going to the limit seems
23771              to be too much for many platforms.
23772      Branch: perl
23773            ! lib/Time/Local.t
23774 ____________________________________________________________________________
23775 [ 14333] By: nick                                  on 2002/01/18  18:58:33
23776         Log: Integrate mainline
23777      Branch: perlio
23778           !> Changes patchlevel.h
23779 ____________________________________________________________________________
23780 [ 14332] By: nick                                  on 2002/01/18  16:19:06
23781         Log: Integrate mainline
23782      Branch: perlio
23783           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
23784           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
23785            - lib/ExtUtils/inst
23786           !> (integrate 32 files)
23787 ____________________________________________________________________________
23788 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
23789         Log: Update Changes.
23790      Branch: perl
23791            ! Changes patchlevel.h
23792 ____________________________________________________________________________
23793 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
23794         Log: Try to make the connect/read/write timeouting.
23795      Branch: perl
23796            ! ext/Socket/Socket.t
23797 ____________________________________________________________________________
23798 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
23799         Log: Netware Makefile tweak from Ananth Kesari.
23800      Branch: perl
23801            ! NetWare/Makefile
23802 ____________________________________________________________________________
23803 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
23804         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
23805              From: Michael G Schwern <schwern@pobox.com>
23806              Date: Fri, 18 Jan 2002 03:10:27 -0500
23807              Message-ID: <20020118081027.GE7226@blackrider>
23808      Branch: perl
23809            ! lib/File/Find.pm
23810 ____________________________________________________________________________
23811 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
23812         Log: (retracted by #14334)
23813              
23814              Subject: [PATCH] Improving lib/Time/Local.t
23815              From: Paul_GreenVOS@vos.stratus.com        
23816              Date: Thu, 17 Jan 02 22:36 est
23817              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
23818      Branch: perl
23819            ! lib/Time/Local.t
23820 ____________________________________________________________________________
23821 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
23822         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
23823              From: Abe Timmerman <abe@ztreet.demon.nl>  
23824              Date: Fri, 18 Jan 2002 13:18:47 +0100
23825              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
23826      Branch: perl
23827            ! lib/ExtUtils/t/MM_Win32.t
23828 ____________________________________________________________________________
23829 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
23830         Log: Subject: [PATCH] Syncing with bleadperl 
23831              From: Michael G Schwern <schwern@pobox.com> 
23832              Date: Fri, 18 Jan 2002 03:04:33 -0500
23833              Message-ID: <20020118080432.GC7226@blackrider>
23834      Branch: perl
23835            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
23836            - lib/ExtUtils/inst
23837            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
23838            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
23839            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
23840            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
23841            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
23842            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
23843            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
23844            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
23845            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
23846            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
23847            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
23848            ! lib/ExtUtils/testlib.pm
23849 ____________________________________________________________________________
23850 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
23851         Log: Detypo.
23852      Branch: perl
23853            ! AUTHORS
23854 ____________________________________________________________________________
23855 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
23856         Log: Subject: [PATCH] MM check_hints test
23857              From: Michael G Schwern <schwern@pobox.com>
23858              Date: Thu, 17 Jan 2002 20:25:57 -0500
23859              Message-ID: <20020118012557.GE32762@blackrider>
23860      Branch: perl
23861            + lib/ExtUtils/t/hints.t
23862            ! MANIFEST
23863 ____________________________________________________________________________
23864 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
23865         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
23866              From: Michael G Schwern <schwern@pobox.com> 
23867              Date: Thu, 17 Jan 2002 20:12:20 -0500
23868              Message-ID: <20020118011220.GC32762@blackrider>
23869              
23870              (#14317 replaced with this)
23871      Branch: perl
23872            ! lib/ExtUtils/MakeMaker.pm
23873 ____________________________________________________________________________
23874 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
23875         Log: Subject: [PATCH perldiag] overload.pm warnings
23876              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23877              Date: Thu, 17 Jan 2002 23:53:49 +0100
23878              Message-ID: <20020117235349.A14530@rafael>
23879      Branch: perl
23880            ! pod/perldiag.pod
23881 ____________________________________________________________________________
23882 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
23883         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
23884              From: Michael G Schwern <schwern@pobox.com>
23885              Date: Thu, 17 Jan 2002 16:35:47 -0500
23886              Message-ID: <20020117213546.GD23830@blackrider>
23887      Branch: perl
23888            ! lib/File/Find.pm
23889 ____________________________________________________________________________
23890 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
23891         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
23892              From: chromatic <chromatic@rmci.net>
23893              Date: Thu, 17 Jan 2002 13:04:22 -0700
23894              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
23895      Branch: perl
23896            ! pod/perltodo.pod
23897 ____________________________________________________________________________
23898 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
23899         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
23900              From: chromatic <chromatic@rmci.net>
23901              Date: Thu, 17 Jan 2002 12:59:04 -0700
23902              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
23903      Branch: perl
23904            ! lib/ExtUtils/t/Mkbootstrap.t
23905 ____________________________________________________________________________
23906 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
23907         Log: (replaced by #14322)
23908              The #14300 broke hints file handling.
23909      Branch: perl
23910            ! lib/ExtUtils/MakeMaker.pm
23911 ____________________________________________________________________________
23912 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
23913         Log: metaconfig unit change for #14315.
23914      Branch: metaconfig/U/perl
23915            ! uselongdbl.U
23916 ____________________________________________________________________________
23917 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
23918         Log: Subject: [PATCH] long doubles
23919              From: Nicholas Clark <nick@unfortu.net>
23920              Date: Thu, 17 Jan 2002 17:06:28 +0000
23921              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
23922      Branch: perl
23923            ! Configure
23924 ____________________________________________________________________________
23925 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
23926         Log: metaconfig unit change for #14313.
23927      Branch: metaconfig
23928            ! U/modified/i_ndbm.U
23929 ____________________________________________________________________________
23930 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
23931         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
23932              From: Andy Dougherty <doughera@lafayette.edu>
23933              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
23934              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
23935      Branch: perl
23936            ! Configure
23937 ____________________________________________________________________________
23938 [ 14312] By: nick                                  on 2002/01/17  21:38:38
23939         Log: Integrate mainline (for ndbm fixes etc.)
23940      Branch: perlio
23941           +> t/run/fresh_perl.t
23942            - t/run/kill_perl.t
23943           !> Changes MANIFEST ext/Opcode/Opcode.xs
23944           !> ext/SDBM_File/sdbm/Makefile.PL
23945           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
23946           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
23947           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
23948           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
23949           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
23950 ____________________________________________________________________________
23951 [ 14311] By: sky                                   on 2002/01/17  21:01:00
23952         Log: Simplify the code that duplicates the threads 
23953              init function and the parameters to the thread by using sv_dup. 
23954              Note,what happens if you pass a shared variable as a parameter?
23955      Branch: perl
23956            ! ext/threads/threads.xs
23957 ____________________________________________________________________________
23958 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
23959         Log: Update Changes.
23960      Branch: perl
23961            ! Changes patchlevel.h
23962 ____________________________________________________________________________
23963 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
23964         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
23965              with fresh_perl_is() and fresh_perl_like().
23966      Branch: perl
23967            + t/run/fresh_perl.t
23968            - t/run/kill_perl.t
23969            ! MANIFEST t/test.pl
23970 ____________________________________________________________________________
23971 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
23972         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
23973              From: Benjamin Goldberg <goldbb2@earthlink.net>
23974              Date: Wed, 09 Jan 2002 21:03:16 -0500
23975              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
23976      Branch: perl
23977            ! ext/Unicode/Normalize/Normalize.pm
23978 ____________________________________________________________________________
23979 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
23980         Log: Retract #14144 as Hugo isn't happy with it.
23981      Branch: perl
23982            ! scope.c t/run/kill_perl.t
23983 ____________________________________________________________________________
23984 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
23985         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
23986              From: Richard Clamp <richardc@unixbeard.net>
23987              Date: Wed, 16 Jan 2002 17:34:31 +0000
23988              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
23989      Branch: perl
23990            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
23991 ____________________________________________________________________________
23992 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
23993         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
23994              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23995              Date: Tue, 15 Jan 2002 21:23:30 +0100
23996              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
23997      Branch: perl
23998            ! ext/Opcode/Opcode.xs
23999 ____________________________________________________________________________
24000 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
24001         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
24002              From: Paul_GreenVOS@vos.stratus.com
24003              Date: Wed, 16 Jan 02 6:42 est
24004              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
24005      Branch: perl
24006            ! t/io/fs.t t/op/crypt.t
24007 ____________________________________________________________________________
24008 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
24009         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
24010              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24011              Date: Wed, 16 Jan 2002 13:43:39 +0100
24012              Message-ID: <20020116134339.A704@rafael>
24013              
24014              (replaces #14302)
24015      Branch: perl
24016            ! mg.c t/lib/warnings/mg
24017 ____________________________________________________________________________
24018 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
24019         Log: (replaced by #14303)
24020              Subject: [PATCH] length of undefined $(digit) should warn
24021              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24022              Date: Tue, 15 Jan 2002 23:02:44 +0100            
24023              Message-ID: <20020115230244.A31786@rafael>     
24024      Branch: perl
24025            ! mg.c t/lib/warnings/mg
24026 ____________________________________________________________________________
24027 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
24028         Log: The non-MakeMaker.pm parts of
24029              
24030              Subject: [PATCH] Re: MM_Beos.pm?
24031              From: Tels <perl_dummy@bloodgate.com>
24032              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
24033              Message-Id: <200201142006.WAA29544@taas.iki.fi>
24034      Branch: perl
24035            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
24036            ! lib/ExtUtils/t/MM_Unix.t
24037 ____________________________________________________________________________
24038 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
24039         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
24040              From: Michael G Schwern <schwern@pobox.com>    
24041              Date: Tue, 15 Jan 2002 20:07:50 -0500            
24042              Message-ID: <20020116010750.GH625@blackrider>  
24043      Branch: perl
24044            ! lib/ExtUtils/MakeMaker.pm
24045 ____________________________________________________________________________
24046 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
24047         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
24048              From: Jeffrey Friedl <jfriedl@yahoo.com>       
24049              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
24050              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
24051      Branch: perl
24052            ! lib/Text/Tabs.pm
24053 ____________________________________________________________________________
24054 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
24055         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
24056              From: "Green, Paul" <Paul.Green@stratus.com>
24057              Date: Tue, 15 Jan 2002 22:28:10 -0500
24058              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
24059      Branch: perl
24060            ! lib/ExtUtils/MM_Unix.pm
24061 ____________________________________________________________________________
24062 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
24063         Log: Integrate perlio:
24064              
24065              [ 14296]
24066              offsetof() is in <stddef.h>
24067      Branch: perl
24068           !> ext/Socket/Socket.xs
24069 ____________________________________________________________________________
24070 [ 14296] By: nick                                  on 2002/01/16  13:02:29
24071         Log: offsetof() is in <stddef.h>
24072      Branch: perlio
24073            ! ext/Socket/Socket.xs
24074 ____________________________________________________________________________
24075 [ 14295] By: nick                                  on 2002/01/16  07:25:29
24076         Log: Integrate mainline
24077      Branch: perlio
24078           +> (branch 262 files)
24079            - (delete 285 files)
24080           !> (integrate 34 files)
24081 ____________________________________________________________________________
24082 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
24083         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
24084              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
24085              Canonical.pl and Exact.pl.
24086      Branch: perl
24087            + (add 259 files)
24088            - (delete 288 files)
24089            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
24090            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
24091            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
24092            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
24093 ____________________________________________________________________________
24094 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
24095         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
24096      Branch: perl
24097            ! ext/Socket/Socket.xs
24098 ____________________________________________________________________________
24099 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
24100         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
24101              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24102              Date: Tue, 15 Jan 2002 21:59:19 +0100
24103              Message-ID: <3C44A637.16602.25EB208@localhost>
24104      Branch: perl
24105            ! embed.fnc embed.h proto.h
24106 ____________________________________________________________________________
24107 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
24108         Log: Duh.  The updated In/*.pl weren't checked in.
24109      Branch: perl
24110            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
24111            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
24112            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
24113            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
24114            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
24115            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
24116            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
24117            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
24118            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
24119            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
24120            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
24121            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
24122            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
24123            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
24124            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
24125            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
24126            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
24127            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
24128            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
24129            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
24130            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
24131            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
24132            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
24133            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
24134            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
24135            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
24136            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
24137            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
24138            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
24139            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
24140            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
24141            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
24142            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
24143            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
24144            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
24145            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
24146            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
24147            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
24148            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
24149            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
24150            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
24151            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
24152            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
24153            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
24154            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
24155            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
24156            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
24157            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
24158 ____________________________________________________________________________
24159 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
24160         Log: Update Changes.
24161      Branch: perl
24162            ! Changes patchlevel.h
24163 ____________________________________________________________________________
24164 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
24165         Log: Jeffrey is trying very hard to avoid working on his
24166              book, it would seem :-) (better naming, better comments
24167              in the files)
24168      Branch: perl
24169            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
24170            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
24171            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
24172            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
24173            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
24174            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
24175            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
24176            - lib/unicore/Is/IDStart.pl
24177            ! (edit 200 files)
24178 ____________________________________________________________________________
24179 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
24180         Log: metaconfig unit changes for #14287.
24181      Branch: metaconfig
24182            + U/modified/Chk_MANI.U
24183            ! U/modified/Extract.U U/modified/Finish.U
24184      Branch: metaconfig/U/perl
24185            ! Extensions.U dlsrc.U
24186 ____________________________________________________________________________
24187 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
24188         Log: Some protection against spaces in directory names.
24189              (Tru64 still has some makedepend problems in such
24190              cases but that looks like Tru64's problem.)
24191      Branch: perl
24192            ! Configure Makefile.SH
24193 ____________________________________________________________________________
24194 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
24195         Log: Should have been in #14285 but I have sausages for fingers.
24196      Branch: perl
24197            + lib/ExtUtils/MM_BeOS.pm
24198 ____________________________________________________________________________
24199 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
24200         Log: MM_BeOS from Tels.
24201      Branch: perl
24202            + lib/ExtUtils/t/MM_BeOS.t
24203            ! MANIFEST
24204 ____________________________________________________________________________
24205 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
24206         Log: Integrate perlio:
24207              
24208              [ 14281]
24209              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
24210              e.g. -Duse64bitint on a 32-bit platform.
24211              Now uses I32 for use-count and is more careful with its casts.
24212              
24213              [ 14277]
24214              Correct name of PL_OP_SLAB_ALLOC
24215              
24216              [ 14271]
24217              Regen embed enable slab for PERL_IMPLICIT_SYS
24218              
24219              [ 14269]
24220              Typo in #else branch of PL_SLAB_ALLOC
24221              
24222              [ 14268]
24223              const-ness fix in savepv's passing of NULL
24224              
24225              [ 14267]
24226              Hand merge of non slab allocator stuff
24227              
24228              [ 14259]
24229              Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
24230              Need to use CopXXXXX macros everywhere and add CopSTASH_free
24231              Add new scope type and add support for it to scope.c and scope stack
24232              dup-er in sv.c. Add savesharedpv().
24233              Also zealous version of Win32's vmem.h to catch all the abuses.
24234              With this t/op/fork.t passes even with zealous checking and 
24235              checker is point a finger at various threads/shared issues.
24236              PL_curcop->cop_io is still an issue.
24237              
24238              [ 14257]
24239              Inverted sense of special-ness of specialCopIO - supposed to 
24240              be true if value is "special" i.e. NOT an SV.
24241      Branch: perl
24242           !> (integrate 28 files)
24243 ____________________________________________________________________________
24244 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
24245         Log: Add Shuck URL
24246      Branch: maint-5.6/macperl
24247            ! macos/macperl/MacPerl.podhelp
24248 ____________________________________________________________________________
24249 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
24250         Log: Remove obsolete docs
24251      Branch: maint-5.6/macperl
24252            ! ext/File/Glob/Glob.pm
24253 ____________________________________________________________________________
24254 [ 14281] By: nick                                  on 2002/01/15  15:08:43
24255         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
24256              e.g. -Duse64bitint on a 32-bit platform.
24257              Now uses I32 for use-count and is more careful with its casts.
24258      Branch: perlio
24259            ! intrpvar.h op.c
24260 ____________________________________________________________________________
24261 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
24262         Log: Update bundled modules.  Yow!
24263      Branch: maint-5.6/macperl
24264            + macos/bundled_ext/Compress/Zlib/constants.h
24265            + macos/bundled_ext/Compress/Zlib/constants.xs
24266            + macos/bundled_ext/Filter/Util/Call/ppport.h
24267            + macos/bundled_ext/Storable/t/compat-0.6.t
24268            + macos/bundled_ext/Storable/t/dump.pl
24269            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
24270            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
24271            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
24272            + macos/bundled_lib/blib/lib/URI/ssh.pm
24273            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
24274            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
24275            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
24276            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
24277            + macos/bundled_lib/t/Filter/Simple/data.t
24278            + macos/bundled_lib/t/Filter/Simple/export.t
24279            + macos/bundled_lib/t/Filter/Simple/filter_only.t
24280            + macos/bundled_lib/t/Filter/Simple/import.t
24281            + macos/bundled_lib/t/NEXT/actual.t
24282            + macos/bundled_lib/t/NEXT/actuns.t
24283            + macos/bundled_lib/t/NEXT/next.t
24284            + macos/bundled_lib/t/NEXT/unseen.t
24285            + macos/bundled_lib/t/libnet/netrc.t
24286            + macos/bundled_lib/t/libwww-perl/base/http.t
24287            + macos/bundled_lib/t/libwww-perl/live/activestate.t
24288            - macos/bundled_ext/Filter/t/FilterTest.pm
24289            - macos/bundled_ext/Storable/t/compat06.t
24290            - macos/bundled_ext/Storable/t/st-dump.pl
24291            - macos/bundled_lib/t/NEXT/test.pl
24292            - macos/bundled_lib/t/libwww-perl/live/google.t
24293            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
24294            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
24295            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
24296            ! macos/bundled_ext/Compress/Zlib/README
24297            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
24298            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
24299            ! macos/bundled_ext/Compress/Zlib/t/examples.t
24300            ! macos/bundled_ext/Filter/Util/Call/Call.pm
24301            ! macos/bundled_ext/Filter/Util/Call/Call.xs
24302            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
24303            ! macos/bundled_ext/Filter/t/call.t
24304            ! macos/bundled_ext/Filter/t/filter-util.pl
24305            ! macos/bundled_ext/Storable/ChangeLog
24306            ! macos/bundled_ext/Storable/README
24307            ! macos/bundled_ext/Storable/Storable.pm
24308            ! macos/bundled_ext/Storable/t/blessed.t
24309            ! macos/bundled_ext/Storable/t/canonical.t
24310            ! macos/bundled_ext/Storable/t/dclone.t
24311            ! macos/bundled_ext/Storable/t/forgive.t
24312            ! macos/bundled_ext/Storable/t/freeze.t
24313            ! macos/bundled_ext/Storable/t/lock.t
24314            ! macos/bundled_ext/Storable/t/overload.t
24315            ! macos/bundled_ext/Storable/t/recurse.t
24316            ! macos/bundled_ext/Storable/t/retrieve.t
24317            ! macos/bundled_ext/Storable/t/store.t
24318            ! macos/bundled_ext/Storable/t/tied.t
24319            ! macos/bundled_ext/Storable/t/tied_hook.t
24320            ! macos/bundled_ext/Storable/t/tied_items.t
24321            ! macos/bundled_ext/Storable/t/utf8.t
24322            ! macos/bundled_lib/blib/lib/File/Sort.pm
24323            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
24324            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
24325            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
24326            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
24327            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
24328            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
24329            ! macos/bundled_lib/blib/lib/LWP.pm
24330            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
24331            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
24332            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
24333            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
24334            ! macos/bundled_lib/blib/lib/Mail/Address.pm
24335            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
24336            ! macos/bundled_lib/blib/lib/Mail/Field.pm
24337            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
24338            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
24339            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
24340            ! macos/bundled_lib/blib/lib/Mail/Header.pm
24341            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
24342            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
24343            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
24344            ! macos/bundled_lib/blib/lib/Mail/Send.pm
24345            ! macos/bundled_lib/blib/lib/Mail/Util.pm
24346            ! macos/bundled_lib/blib/lib/NEXT.pm
24347            ! macos/bundled_lib/blib/lib/Net/Config.pm
24348            ! macos/bundled_lib/blib/lib/Net/Domain.pm
24349            ! macos/bundled_lib/blib/lib/Net/FTP.pm
24350            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
24351            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
24352            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
24353            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
24354            ! macos/bundled_lib/blib/lib/Net/POP3.pm
24355            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
24356            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
24357            ! macos/bundled_lib/blib/lib/Switch.pm
24358            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
24359            ! macos/bundled_lib/blib/lib/URI/Escape.pm
24360            ! macos/bundled_lib/blib/lib/URI/ftp.pm
24361            ! macos/bundled_lib/blib/lib/lwpcook.pod
24362            ! macos/bundled_lib/t/Filter/Simple/filter.t
24363            ! macos/bundled_lib/t/Switch/t/nested.t
24364            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
24365            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
24366            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
24367            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
24368            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
24369            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
24370            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
24371            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
24372            ! macos/bundled_lib/t/libnet/config.t
24373            ! macos/bundled_lib/t/libnet/ftp.t
24374            ! macos/bundled_lib/t/libnet/hostname.t
24375            ! macos/bundled_lib/t/libnet/nntp.t
24376            ! macos/bundled_lib/t/libnet/require.t
24377            ! macos/bundled_lib/t/libnet/smtp.t
24378            ! macos/bundled_lib/t/libwww-perl/base/headers.t
24379            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
24380            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
24381            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
24382            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
24383            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
24384            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
24385            ! macos/bundled_lib/t/libwww-perl/live/validator.t
24386            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
24387 ____________________________________________________________________________
24388 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
24389         Log: Subject: [PATCH] Socket::sockaddr_family
24390              From: Gisle Aas <gisle@ActiveState.com> 
24391              Date: 15 Jan 2002 06:35:28 -0800
24392              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
24393      Branch: perl
24394            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
24395 ____________________________________________________________________________
24396 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
24397         Log: Subject: [PATCH perldiag] Style issue
24398              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24399              Date: Tue, 15 Jan 2002 15:36:30 +0100                
24400              Message-ID: <20020115153630.A11568@rafael>
24401      Branch: perl
24402            ! pod/perldiag.pod
24403 ____________________________________________________________________________
24404 [ 14277] By: nick                                  on 2002/01/15  14:30:51
24405         Log: Correct name of PL_OP_SLAB_ALLOC
24406      Branch: perlio
24407            ! perl.h
24408 ____________________________________________________________________________
24409 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
24410         Log: NetWare tweak from Ananth Kesari.
24411      Branch: perl
24412            ! lib/ExtUtils/MakeMaker.pm
24413 ____________________________________________________________________________
24414 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
24415         Log: Throwback.
24416      Branch: perl
24417            ! MANIFEST
24418 ____________________________________________________________________________
24419 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
24420         Log: A couple of additional character classes from Jeffrey,
24421              hopefully useful in future for internal use for implementing
24422              some special cases of casing.
24423              
24424              Also regenerate once more all the character classes,
24425              now without the timestamp.  A timestamp would be kind of
24426              nice but it's not: having a timestamp in a file means that
24427              even if the effective contents of file really didn't
24428              change, the file looks as if it changed.
24429      Branch: perl
24430            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
24431            + lib/unicore/Is/CombAbov.pl
24432            ! (edit 304 files)
24433 ____________________________________________________________________________
24434 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
24435         Log: Make the test harder.
24436      Branch: perl
24437            ! t/op/pat.t
24438 ____________________________________________________________________________
24439 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
24440         Log: Additional utf8_heavy.pl tweak from Jeffrey.
24441      Branch: perl
24442            ! lib/utf8_heavy.pl
24443 ____________________________________________________________________________
24444 [ 14271] By: nick                                  on 2002/01/15  11:29:47
24445         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
24446      Branch: perlio
24447            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
24448            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
24449 ____________________________________________________________________________
24450 [ 14270] By: nick                                  on 2002/01/15  08:19:08
24451         Log: Integrate rest of mainline
24452      Branch: perlio
24453           !> (integrate 28 files)
24454 ____________________________________________________________________________
24455 [ 14269] By: nick                                  on 2002/01/15  08:02:44
24456         Log: Typo in #else branch of PL_SLAB_ALLOC
24457      Branch: perlio
24458            ! op.c
24459 ____________________________________________________________________________
24460 [ 14268] By: nick                                  on 2002/01/15  07:57:47
24461         Log: const-ness fix in savepv's passing of NULL
24462      Branch: perlio
24463            ! util.c
24464 ____________________________________________________________________________
24465 [ 14267] By: nick                                  on 2002/01/15  07:42:17
24466         Log: Hand merge of non slab allocator stuff
24467      Branch: perlio
24468            ! op.c
24469 ____________________________________________________________________________
24470 [ 14266] By: nick                                  on 2002/01/15  07:39:33
24471         Log: Slab allocator submit after resolve -ay to keep it!
24472      Branch: perlio
24473           !> op.c
24474 ____________________________________________________________________________
24475 [ 14265] By: nick                                  on 2002/01/15  07:05:06
24476         Log: Blind integrate of bulk of mainline.
24477      Branch: perlio
24478           +> (branch 173 files)
24479            - (delete 184 files)
24480           !> (integrate 146 files)
24481 ____________________________________________________________________________
24482 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
24483         Log: Pod nits.
24484      Branch: perl
24485            ! lib/Unicode/UCD.pm pod/perlunicode.pod
24486 ____________________________________________________________________________
24487 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
24488         Log: The Unicode categories doc patch to go with #14254,
24489              from Jeffrey.
24490      Branch: perl
24491            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
24492 ____________________________________________________________________________
24493 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
24494         Log: There isn't going to be perl.third.exe.
24495      Branch: perl
24496            ! Makefile.SH
24497 ____________________________________________________________________________
24498 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
24499         Log: Subject: [PATCH] small coredump correction
24500              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24501              Date: Tue, 15 Jan 2002 00:22:52 +0100
24502              Message-ID: <20020115002252.I691@rafael>
24503      Branch: perl
24504            ! op.c
24505 ____________________________________________________________________________
24506 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
24507         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
24508              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24509              Date: Mon, 14 Jan 2002 23:03:04 +0100
24510              Message-ID: <20020114230304.A691@rafael>   
24511              
24512              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
24513              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24514              Date: Mon, 14 Jan 2002 23:18:43 +0100
24515              Message-ID: <20020114231843.E691@rafael>   
24516      Branch: perl
24517            ! pod/perlsub.pod t/op/override.t toke.c
24518 ____________________________________________________________________________
24519 [ 14259] By: nick                                  on 2002/01/14  22:02:49
24520         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
24521              Need to use CopXXXXX macros everywhere and add CopSTASH_free
24522              Add new scope type and add support for it to scope.c and scope stack
24523              dup-er in sv.c. Add savesharedpv().
24524              Also zealous version of Win32's vmem.h to catch all the abuses.
24525              With this t/op/fork.t passes even with zealous checking and 
24526              checker is point a finger at various threads/shared issues.
24527              
24528              PL_curcop->cop_io is still an issue.
24529      Branch: perlio
24530            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
24531            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
24532            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
24533            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
24534            ! win32/vmem.h win32/win32.c win32/win32.h
24535 ____________________________________________________________________________
24536 [ 14258] By: nick                                  on 2002/01/14  20:24:28
24537         Log: Integrate build parts of mainline
24538      Branch: perlio
24539           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
24540           !> lib/ExtUtils/t/MM_Win32.t
24541 ____________________________________________________________________________
24542 [ 14257] By: nick                                  on 2002/01/14  16:10:54
24543         Log: Inverted sense of special-ness of specialCopIO - supposed to 
24544              be true if value is "special" i.e. NOT an SV.
24545      Branch: perlio
24546            ! perlio.h
24547 ____________________________________________________________________________
24548 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
24549         Log: Update Changes.
24550      Branch: perl
24551            ! Changes patchlevel.h
24552 ____________________________________________________________________________
24553 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
24554         Log: Retract #14251 (the op slab allocator from perlio)
24555              until we figure out why 2.2.19 x86 debian gets
24556              a circular sibling chain and therefore hangs in
24557              the Perl_ck_subr() sibling for-loop.
24558      Branch: perl
24559            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
24560            ! perlapi.c perlapi.h proto.h
24561 ____________________________________________________________________________
24562 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
24563         Log: Big mktables rewrite from Jeffrey;
24564              documentation not yet updated.
24565      Branch: perl
24566            + (add 171 files)
24567            - (delete 182 files)
24568            ! (edit 135 files)
24569 ____________________________________________________________________________
24570 [ 14253] By: ams                                   on 2002/01/14  03:15:05
24571         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
24572              From: Michael G Schwern <schwern@pobox.com>
24573              Date: Sun, 13 Jan 2002 21:00:07 -0500
24574              Message-Id: <20020114020007.GB2877@blackrider>
24575      Branch: perl
24576            ! lib/Cwd.pm
24577 ____________________________________________________________________________
24578 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
24579         Log: Subject: Re: Win32 status - progress !
24580              From: Abe Timmerman <abe@ztreet.demon.nl>       
24581              Date: Mon, 14 Jan 2002 02:29:51 +0100
24582              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
24583      Branch: perl
24584            ! lib/ExtUtils/t/MM_Win32.t
24585 ____________________________________________________________________________
24586 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
24587         Log: Integrate perlio:
24588              
24589              [ 14250]
24590              Slab allocator for ops
24591              - moved the statics to intrpvar.h
24592              - implemented Slab_Free()
24593              - uses PerlMemShared (for now) if distinction exists.
24594      Branch: perl
24595           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
24596           !> perlapi.c perlapi.h proto.h
24597 ____________________________________________________________________________
24598 [ 14250] By: nick                                  on 2002/01/13  23:22:34
24599         Log: Slab allocator for ops
24600              - moved the statics to intrpvar.h
24601              - implemented Slab_Free()
24602              - uses PerlMemShared (for now) if distinction exists.
24603      Branch: perlio
24604            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
24605            ! perlapi.c perlapi.h proto.h
24606 ____________________________________________________________________________
24607 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
24608         Log: Start a new test category: uni.  Much of t/op/pat
24609              should probably be moved here, but holding on that
24610              until Jeffrey finishes his big mktables rewrite.
24611              Bits and pieces of op/split, op/pack, op/append,
24612              op/join, could probably be moved to respective uni
24613              tests, too.
24614      Branch: perl
24615            + t/uni/fold.t t/uni/sprintf.t
24616            - t/op/unifold.t t/op/unisprintf.t
24617            ! MANIFEST t/TEST t/harness
24618 ____________________________________________________________________________
24619 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
24620         Log: Subject: [PATCH] enable Win32 to build again
24621              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24622              Date: Sun, 13 Jan 2002 21:49:24 +0100
24623              Message-ID: <3C4200E4.15926.23F6131@localhost>
24624              
24625              miniperl.exe.exe does not exe that well.
24626      Branch: perl
24627            ! lib/ExtUtils/MM_Unix.pm
24628 ____________________________________________________________________________
24629 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
24630         Log: Mention some of the load-affected tests.
24631      Branch: perl
24632            ! INSTALL
24633 ____________________________________________________________________________
24634 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
24635         Log: Move the UTF-8 conversion code earlier so that
24636              op/ver is happy.
24637      Branch: perl
24638            ! sv.c t/op/ver.t
24639 ____________________________________________________________________________
24640 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
24641         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
24642              have diverged quite a bit so no updates there.
24643      Branch: perl
24644            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
24645            ! ext/List/Util/lib/List/Util.pm
24646            ! ext/List/Util/lib/Scalar/Util.pm
24647 ____________________________________________________________________________
24648 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
24649         Log: Make the crypt() pickier: if downgrading doesn't work,
24650              croak.
24651      Branch: perl
24652            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
24653 ____________________________________________________________________________
24654 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
24655         Log: Grow the buffer in case Unicode caused size changes
24656              (and it very probably did).
24657      Branch: perl
24658            ! sv.c
24659 ____________________________________________________________________________
24660 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
24661         Log: Future-proofing from Jeffrey Friedl (for conflicting
24662              In* and Is* names).
24663      Branch: perl
24664            ! lib/utf8_heavy.pl
24665 ____________________________________________________________________________
24666 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
24667         Log: Subject: [PATCH] Re: Warning in B.xs
24668              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24669              Date: Sun, 13 Jan 2002 19:39:52 +0100
24670              Message-ID: <3C41E288.20562.1C8C895@localhost>
24671      Branch: perl
24672            ! ext/B/B.xs
24673 ____________________________________________________________________________
24674 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
24675         Log: Subject: Re: lookbehind broken with latest bleedperl
24676              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24677              Date: Sun, 13 Jan 2002 18:06:22 +0000
24678              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
24679      Branch: perl
24680            ! regexec.c t/op/re_tests
24681 ____________________________________________________________________________
24682 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
24683         Log: Subject: [PATCH] more MM_Unix.t tests
24684              From: Tels <perl_dummy@bloodgate.com>
24685              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
24686              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
24687              
24688              Subject: [PATCH] 14220 misunderstood, I bet          
24689              From: andreas.koenig@anima.de (Andreas J. Koenig)
24690              Date: 12 Jan 2002 21:31:58 +0100
24691              Message-ID: <m3k7un8g5d.fsf@anima.de>
24692      Branch: perl
24693            ! lib/ExtUtils/t/MM_Unix.t
24694 ____________________________________________________________________________
24695 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
24696         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
24697              From: Tels <perl_dummy@bloodgate.com>
24698              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
24699              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
24700              
24701              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
24702              From: Tels <perl_dummy@bloodgate.com>
24703              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
24704              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
24705      Branch: perl
24706            ! lib/ExtUtils/MM_Unix.pm
24707 ____________________________________________________________________________
24708 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
24709         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
24710              From: Nicholas Clark <nick@unfortu.net> 
24711              Date: Sun, 13 Jan 2002 15:58:34 +0000
24712              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
24713      Branch: perl
24714            ! lib/Benchmark.t
24715 ____________________________________________________________________________
24716 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
24717         Log: Anton Berezin did more reading and the uid setting story
24718              gets more complex.
24719      Branch: perl
24720            ! pod/perltodo.pod utils/perldoc.PL
24721 ____________________________________________________________________________
24722 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
24723         Log: Integrate perlio:
24724              
24725              [ 14232]
24726              Win32 fixes:
24727              - vmem.h hack to handle free-by-wrong-thread after eval "".
24728              - Initialize timerid 
24729      Branch: perl
24730           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
24731 ____________________________________________________________________________
24732 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
24733         Log: Subject: Re: HiRes
24734              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24735              Date: Sun, 13 Jan 2002 10:18:46 +0100
24736              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
24737              
24738              Give up on socketpair in HP-UX.
24739      Branch: perl
24740            ! ext/Socket/socketpair.t
24741 ____________________________________________________________________________
24742 [ 14233] By: nick                                  on 2002/01/13  16:29:30
24743         Log: Integrate mainline
24744      Branch: perlio
24745           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
24746           !> (integrate 46 files)
24747 ____________________________________________________________________________
24748 [ 14232] By: nick                                  on 2002/01/13  15:37:48
24749         Log: Win32 fixes:
24750              - vmem.h hack to handle free-by-wrong-thread after eval "".
24751              - Initialize timerid 
24752      Branch: perlio
24753            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
24754 ____________________________________________________________________________
24755 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
24756         Log: *groan*
24757      Branch: perl
24758            ! t/op/pat.t
24759 ____________________________________________________________________________
24760 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
24761         Log: One more sharp s case found by Jeffrey.
24762      Branch: perl
24763            ! regexec.c t/op/pat.t
24764 ____________________________________________________________________________
24765 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
24766         Log: Comment tweak.
24767      Branch: perl
24768            ! regexec.c
24769 ____________________________________________________________________________
24770 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
24771         Log: Don't bother checking for the Greek special
24772              cases if the node is too short.
24773      Branch: perl
24774            ! regcomp.c
24775 ____________________________________________________________________________
24776 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
24777         Log: Update Changes.
24778      Branch: perl
24779            ! Changes patchlevel.h
24780 ____________________________________________________________________________
24781 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
24782         Log: metaconfig unit change for #14225.
24783      Branch: metaconfig
24784            + U/modified/i_ndbm.U
24785 ____________________________________________________________________________
24786 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
24787         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
24788              From: Jonathan Stowe <gellyfish@gellyfish.com>
24789              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
24790              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
24791      Branch: perl
24792            ! Configure config_h.SH
24793 ____________________________________________________________________________
24794 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
24795         Log: Quick reformat using indent -kr -nce, as requested
24796              by Dan Kogai and suggest by NI-S.
24797      Branch: perl
24798            ! ext/Encode/encengine.c
24799 ____________________________________________________________________________
24800 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
24801         Log: Couple more Unicode lookbehind tests.
24802      Branch: perl
24803            ! t/op/pat.t
24804 ____________________________________________________________________________
24805 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
24806         Log: Sharp S as a special treat for our German UTF-8 testers :-)
24807      Branch: perl
24808            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
24809 ____________________________________________________________________________
24810 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
24811         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
24812              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24813              Date: Sat, 12 Jan 2002 20:37:32 +0100
24814              Message-ID: <3C409E8C.16203.196C2D3@localhost>
24815      Branch: perl
24816            ! ext/B/B/Deparse.pm
24817 ____________________________________________________________________________
24818 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
24819         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
24820              really worth the bits it's printed on?
24821      Branch: perl
24822            ! lib/ExtUtils/t/MM_Unix.t
24823 ____________________________________________________________________________
24824 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
24825         Log: Special treatment for U+03B0 and U+0390 in //i,
24826              this means that we can remove the minlen pessimisations
24827              introduced by the #14096.
24828      Branch: perl
24829            ! pp_hot.c regcomp.c regexec.c
24830 ____________________________________________________________________________
24831 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
24832         Log: Integrate perlio:
24833              
24834              [ 14214]
24835              Win32-ize socketpair test
24836              - Win32 can fork even though $Config{d_fork} is undef
24837              - SOCK_DGRAM does not work - skip those tests.
24838              
24839              [ 14213]
24840              Abstract out the cloning of SvPVX and handle shared pv in a 
24841              safe (if suboptimal) manner. Does not fix op/fork.t :-(
24842      Branch: perl
24843           !> ext/Socket/socketpair.t sv.c
24844 ____________________________________________________________________________
24845 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
24846         Log: One should first drop the real uid, not the effective uid.
24847              [ID 20020110.003]
24848      Branch: perl
24849            ! utils/perldoc.PL
24850 ____________________________________________________________________________
24851 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
24852         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
24853              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24854              Date: Fri, 11 Jan 2002 23:29:48 +0100
24855              Message-ID: <3C3F756C.4581.2E2A938@localhost>
24856      Branch: perl
24857            + ext/B/C/C.xs ext/B/C/Makefile.PL
24858            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
24859            ! utils/perlcc.PL
24860 ____________________________________________________________________________
24861 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
24862         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
24863              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
24864              Date: Fri, 11 Jan 2002 14:29:30 -0800
24865              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
24866      Branch: perl
24867            ! ext/B/t/concise.t
24868 ____________________________________________________________________________
24869 [ 14214] By: nick                                  on 2002/01/12  12:31:12
24870         Log: Win32-ize socketpair test
24871              - Win32 can fork even though $Config{d_fork} is undef
24872              - SOCK_DGRAM does not work - skip those tests.
24873      Branch: perlio
24874            ! ext/Socket/socketpair.t
24875 ____________________________________________________________________________
24876 [ 14213] By: nick                                  on 2002/01/12  11:46:28
24877         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
24878              safe (if suboptimal) manner. Does not fix op/fork.t :-(
24879      Branch: perlio
24880            ! sv.c
24881 ____________________________________________________________________________
24882 [ 14212] By: ams                                   on 2002/01/12  06:10:52
24883         Log: Subject: [PATCH] More fixes for Stratus VOS
24884              From: "Green, Paul" <Paul.Green@stratus.com>
24885              Date: Fri, 11 Jan 2002 17:30:37 -0500
24886              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
24887      Branch: perl
24888            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
24889 ____________________________________________________________________________
24890 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
24891         Log: Upgrade to CGI.pm 2.80.
24892      Branch: perl
24893            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
24894 ____________________________________________________________________________
24895 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
24896         Log: FAQ sync.
24897      Branch: perl
24898            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
24899            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24900            ! pod/perlfaq8.pod
24901 ____________________________________________________________________________
24902 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
24903         Log: This is getting embarrassing.
24904      Branch: perl
24905            ! t/op/pat.t
24906 ____________________________________________________________________________
24907 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
24908         Log: Doc tweaks.
24909      Branch: perl
24910            ! pod/perlunicode.pod
24911 ____________________________________________________________________________
24912 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
24913         Log: Updating the test count is good; also rephrasing
24914              so that there is no ok output containing "not".
24915      Branch: perl
24916            ! t/op/pat.t
24917 ____________________________________________________________________________
24918 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
24919         Log: Andreas is busy :-)
24920      Branch: perl
24921            ! doop.c t/op/unisprintf.t
24922 ____________________________________________________________________________
24923 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
24924         Log: Unicode lookbehind looked bad.
24925      Branch: perl
24926            ! regexec.c t/op/pat.t
24927 ____________________________________________________________________________
24928 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
24929         Log: Garbage collection.
24930      Branch: perl
24931            ! t/run/kill_perl.t
24932 ____________________________________________________________________________
24933 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
24934         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
24935              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24936              Date: Fri, 11 Jan 2002 23:29:48 +0100
24937              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
24938      Branch: perl
24939            ! embed.fnc global.sym makedef.pl
24940 ____________________________________________________________________________
24941 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
24942         Log: Subject: [PATCH] perldelta nit?
24943              From: Robert Spier <rspier@pobox.com>
24944              Date: Fri, 11 Jan 2002 15:19:16 -0800
24945              Message-ID: <15423.29428.164185.251700@rls.cx>
24946      Branch: perl
24947            ! pod/perldelta.pod
24948 ____________________________________________________________________________
24949 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
24950         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
24951              From: Michael G Schwern <schwern@pobox.com>
24952              Date: Fri, 11 Jan 2002 17:08:17 -0500
24953              Message-ID: <20020111220817.GG2838@blackrider>
24954      Branch: perl
24955            ! t/run/kill_perl.t t/test.pl
24956 ____________________________________________________________________________
24957 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
24958         Log: Subject: [PATCH] Correct misleading error message
24959              From: Mike Guy <mjtg@cam.ac.uk>
24960              Date: Fri, 11 Jan 2002 18:36:33 +0000
24961              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
24962              
24963              hash assignment -> anonymous hash
24964      Branch: perl
24965            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
24966 ____________________________________________________________________________
24967 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
24968         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
24969              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24970              Date: Fri, 11 Jan 2002 16:58:14 +0100
24971              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
24972      Branch: perl
24973            ! ext/Unicode/Normalize/mkheader
24974 ____________________________________________________________________________
24975 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
24976         Log: Add a new test for is-sprintf-preserving Unicodeness:
24977              #14194 and an old one from kill_perl.t (I could have used
24978              sprintf.t, but it's format was quite fixed, and I didn't
24979              feel like breaking the format)
24980      Branch: perl
24981            + t/op/unisprintf.t
24982            ! MANIFEST t/run/kill_perl.t
24983 ____________________________________________________________________________
24984 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
24985         Log: Integrate perlio:
24986              
24987              [ 14196]
24988              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
24989              as C runtime seems to get its hands on them even though we said
24990              they were handled.
24991              Still an issue with "die" out of signal handler - get panic: pp_iter
24992      Branch: perl
24993           !> win32/win32.c
24994 ____________________________________________________________________________
24995 [ 14196] By: nick                                  on 2002/01/11  20:58:20
24996         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
24997              as C runtime seems to get its hands on them even though we said
24998              they were handled.
24999              Still an issue with "die" out of signal handler - get panic: pp_iter
25000      Branch: perlio
25001            ! win32/win32.c
25002 ____________________________________________________________________________
25003 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
25004         Log: Integrate perlio:
25005              
25006              [ 14192]
25007              A mostly-stable version of "new" Win32 signal/kill support.
25008      Branch: perl
25009           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
25010           !> win32/config.gc win32/config.vc win32/config_H.bc
25011           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
25012           !> win32/makefile.mk win32/win32.c win32/win32.h
25013 ____________________________________________________________________________
25014 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
25015         Log: Fix for
25016              
25017              Subject: UTF-8 sprintf bug in bleadperl
25018              From: andreas.koenig@anima.de (Andreas J. Koenig)
25019              Date: 11 Jan 2002 15:47:15 +0100
25020              Message-ID: <m3vge99c7g.fsf@anima.de>
25021              
25022              I have tests, have just to figure out where to put them
25023              since op/sprintf looks a bit unfriendly for tests of
25024              somewhat freer form.
25025      Branch: perl
25026            ! doop.c sv.c
25027 ____________________________________________________________________________
25028 [ 14193] By: nick                                  on 2002/01/11  18:25:34
25029         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
25030              Builds and passes a few tests.
25031      Branch: perlio
25032           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
25033           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
25034           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
25035           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
25036           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25037           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25038           +> t/lib/sample-tests/lone_not_bug
25039           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
25040           +> t/lib/sample-tests/vms_nit
25041           !> (integrate 63 files)
25042 ____________________________________________________________________________
25043 [ 14192] By: nick                                  on 2002/01/11  17:49:39
25044         Log: A mostly-stable version of "new" Win32 signal/kill support.
25045      Branch: perlio
25046            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
25047            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25048            ! win32/config_h.PL win32/makefile.mk win32/win32.c
25049            ! win32/win32.h
25050 ____________________________________________________________________________
25051 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
25052         Log: Update Changes.
25053      Branch: perl
25054            ! Changes patchlevel.h
25055 ____________________________________________________________________________
25056 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
25057         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
25058              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25059              Date: Thu, 10 Jan 2002 18:21:34 -0800
25060              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
25061      Branch: perl
25062            + ext/B/t/concise.t
25063            ! MANIFEST
25064 ____________________________________________________________________________
25065 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
25066         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
25067              necessary in form.t and html.t @INC setups.
25068      Branch: perl
25069            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
25070 ____________________________________________________________________________
25071 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
25072         Log: Yet another twist.
25073      Branch: perl
25074            ! t/test.pl
25075 ____________________________________________________________________________
25076 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
25077         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
25078              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25079              Date: Fri, 11 Jan 2002 13:04:15 +0100      
25080              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
25081      Branch: perl
25082            ! hints/aix.sh
25083 ____________________________________________________________________________
25084 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
25085         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
25086              From: Jonathan Stowe <gellyfish@gellyfish.com> 
25087              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
25088              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
25089      Branch: perl
25090            ! lib/AnyDBM_File.t
25091 ____________________________________________________________________________
25092 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
25093         Log: Arguments were being mangled.
25094      Branch: perl
25095            ! t/test.pl
25096 ____________________________________________________________________________
25097 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
25098         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
25099              From: Jonathan Stowe <gellyfish@gellyfish.com>
25100              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
25101              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
25102      Branch: perl
25103            ! lib/AnyDBM_File.t
25104 ____________________________________________________________________________
25105 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
25106         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
25107              From: Michael G Schwern <schwern@pobox.com> 
25108              Date: Fri, 11 Jan 2002 04:26:27 -0500
25109              Message-ID: <20020111092626.GA16544@blackrider>
25110      Branch: perl
25111            ! t/run/kill_perl.t t/test.pl
25112 ____________________________________________________________________________
25113 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
25114         Log: Subject: [PATCH] Test::Harness 2.01
25115              From: Michael G Schwern <schwern@pobox.com> 
25116              Date: Thu, 10 Jan 2002 21:11:24 -0500
25117              Message-ID: <20020111021123.GA30666@blackrider>
25118      Branch: perl
25119            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
25120            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
25121            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
25122            + lib/Test/Harness/t/nonumbers.t
25123            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25124            + t/lib/sample-tests/lone_not_bug
25125            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
25126            + t/lib/sample-tests/vms_nit
25127            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
25128            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
25129 ____________________________________________________________________________
25130 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
25131         Log: patch is silly when creating new files: don't run
25132              patch more than once.
25133      Branch: perl
25134            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25135 ____________________________________________________________________________
25136 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
25137         Log: Forgot from #14179.
25138      Branch: perl
25139            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
25140 ____________________________________________________________________________
25141 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
25142         Log: Subject: [PATCH] is() undef/'' behavior change
25143              From: Michael G Schwern <schwern@pobox.com> 
25144              Date: Fri, 11 Jan 2002 03:35:51 -0500
25145              Message-ID: <20020111083551.GC30666@blackrider>
25146              
25147              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
25148              From: Michael G Schwern <schwern@pobox.com> 
25149              Date: Fri, 11 Jan 2002 03:37:44 -0500
25150              Message-ID: <20020111083744.GD30666@blackrider>
25151      Branch: perl
25152            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
25153            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
25154            ! lib/Pod/t/InputObjects.t lib/blib.t
25155 ____________________________________________________________________________
25156 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
25157         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
25158              From: Michael G Schwern <schwern@pobox.com> 
25159              Date: Thu, 10 Jan 2002 19:56:23 -0500
25160              Message-ID: <20020111005623.GA13192@blackrider>
25161      Branch: perl
25162            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25163            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
25164            ! lib/Test/Simple.pm lib/Test/Simple/Changes
25165            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
25166            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
25167            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
25168            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
25169            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
25170            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
25171            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
25172            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
25173            ! lib/Test/Simple/t/plan_is_noplan.t
25174            ! lib/Test/Simple/t/plan_no_plan.t
25175            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
25176            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
25177            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
25178            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
25179            ! lib/Test/Tutorial.pod
25180 ____________________________________________________________________________
25181 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
25182         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
25183              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
25184              
25185              turns out even the malloc() was never really needed to begin with,
25186              so get rid of it
25187      Branch: perl
25188            ! sv.c
25189 ____________________________________________________________________________
25190 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
25191         Log: Small doc tweaks.
25192      Branch: perl
25193            ! pod/perluniintro.pod
25194 ____________________________________________________________________________
25195 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
25196         Log: support using the CRT's malloc() family of functions instead of
25197              the internal one when ithreads is enabled; allocate large blocks
25198              using VirtualAlloc() since the Heap*() functions may only be tuned
25199              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
25200              
25201              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
25202              also see comments at the top of win32/vmem.h for other options that
25203              can be set
25204      Branch: perl
25205            ! win32/vmem.h
25206 ____________________________________________________________________________
25207 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
25208         Log: Subject: micropatch
25209              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25210              Date: Thu, 10 Jan 2002 18:20:58 +0000
25211              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
25212      Branch: perl
25213            ! regcomp.c
25214 ____________________________________________________________________________
25215 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
25216         Log: Subject: [PATCH] Embed.t on Win32
25217              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25218              Date: Thu, 10 Jan 2002 18:56:21 +0100
25219              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
25220      Branch: perl
25221            ! lib/ExtUtils/t/Embed.t
25222 ____________________________________________________________________________
25223 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
25224         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
25225              From: Gisle Aas <gisle@ActiveState.com>
25226              Date: 10 Jan 2002 08:56:05 -0800
25227              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
25228      Branch: perl
25229            ! toke.c
25230 ____________________________________________________________________________
25231 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
25232         Log: Subject: [PATCH] doc fixes
25233              From: "Brendan O'Dea" <bod@debian.org>
25234              Date: Fri, 11 Jan 2002 03:49:54 +1100
25235              Message-ID: <20020110164954.GA21891@compusol.com.au>
25236      Branch: perl
25237            ! lib/I18N/Collate.pm pod/perlfunc.pod
25238 ____________________________________________________________________________
25239 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
25240         Log: Integrate perlio:
25241              
25242              [ 14167]
25243              More signal hackery
25244      Branch: perl
25245           !> win32/win32.c
25246 ____________________________________________________________________________
25247 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
25248         Log: No need to show internal encodings, or return them
25249              in random order.
25250      Branch: perl
25251            ! ext/Encode/Encode.pm
25252 ____________________________________________________________________________
25253 [ 14168] By: nick                                  on 2002/01/10  17:33:31
25254         Log: Integrate mainline
25255      Branch: perlio
25256            - ext/Unicode/Normalize/Normalize.pod
25257           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
25258           !> ext/Unicode/Normalize/Makefile.PL
25259           !> ext/Unicode/Normalize/Normalize.pm
25260           !> ext/Unicode/Normalize/Normalize.xs
25261           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
25262           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
25263           !> t/run/kill_perl.t toke.c
25264 ____________________________________________________________________________
25265 [ 14167] By: nick                                  on 2002/01/10  17:08:35
25266         Log: More signal hackery
25267      Branch: perlio
25268            ! win32/win32.c
25269 ____________________________________________________________________________
25270 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
25271         Log: I think we can claim to be supporting Unicode
25272              "loose matching" now.
25273      Branch: perl
25274            ! pod/perlunicode.pod
25275 ____________________________________________________________________________
25276 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
25277         Log: Subject: doc patch
25278              From: mjd@plover.com
25279              Date: 10 Jan 2002 15:12:27 -0000
25280              Message-ID: <20020110151227.14850.qmail@plover.com>
25281      Branch: perl
25282            ! pod/perlrun.pod
25283 ____________________________________________________________________________
25284 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
25285         Log: Subject: Re: [ID 20011223.001] accept leaks memory
25286              From: Andy Dougherty <doughera@lafayette.edu>
25287              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
25288              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
25289      Branch: perl
25290            ! hints/linux.sh
25291 ____________________________________________________________________________
25292 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
25293         Log: Integrate perlio:
25294              
25295              [ 14160]
25296              Skeleton coding of more kill() support on Win32.
25297      Branch: perl
25298           !> win32/win32.c
25299 ____________________________________________________________________________
25300 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
25301         Log: Subject: [PATCH] Magic numbers in B::Concise
25302              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
25303              Date: Wed, 9 Jan 2002 23:04:01 -0800
25304              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
25305      Branch: perl
25306            ! ext/B/B/Concise.pm ext/B/O.pm
25307 ____________________________________________________________________________
25308 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
25309         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
25310              From: Gisle Aas <gisle@ActiveState.com>
25311              Date: 09 Jan 2002 21:52:40 -0800
25312              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
25313      Branch: perl
25314            ! t/lib/strict/vars toke.c
25315 ____________________________________________________________________________
25316 [ 14160] By: nick                                  on 2002/01/09  21:29:39
25317         Log: Skeleton coding of more kill() support on Win32.
25318      Branch: perlio
25319            ! win32/win32.c
25320 ____________________________________________________________________________
25321 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
25322         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
25323              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25324              Date: Wed, 9 Jan 2002 23:24:32 +0100
25325              Message-ID: <20020109232432.A692@rafael>
25326      Branch: perl
25327            ! ext/B/B/Deparse.pm
25328 ____________________________________________________________________________
25329 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
25330         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
25331              From: Jonathan Stowe <gellyfish@gellyfish.com>
25332              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
25333              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
25334      Branch: perl
25335            ! t/run/kill_perl.t
25336 ____________________________________________________________________________
25337 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
25338         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
25339              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25340              Date: Wed, 09 Jan 2002 20:16:54 +0000
25341              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
25342      Branch: perl
25343            ! regexec.c
25344 ____________________________________________________________________________
25345 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
25346         Log: Subject: [Patch @14129] fixes Unicode::Normalize
25347              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25348              Date: Thu, 10 Jan 2002 01:08:56 +0900
25349              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
25350      Branch: perl
25351            - ext/Unicode/Normalize/Normalize.pod
25352            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
25353            ! ext/Unicode/Normalize/Normalize.pm
25354            ! ext/Unicode/Normalize/Normalize.xs
25355            ! ext/Unicode/Normalize/mkheader
25356 ____________________________________________________________________________
25357 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
25358         Log: Integrate perlio:
25359              
25360              [ 14151]
25361              (Re-)implement alarm() for Win32.
25362      Branch: perl
25363           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
25364           !> win32/win32iop.h
25365 ____________________________________________________________________________
25366 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
25367         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
25368              From: Nicholas Clark <nick@unfortu.net>
25369              Date: Wed, 9 Jan 2002 17:56:04 +0000
25370              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
25371      Branch: perl
25372            ! t/op/readdir.t
25373 ____________________________________________________________________________
25374 [ 14153] By: nick                                  on 2002/01/09  16:18:57
25375         Log: Integrate mainline
25376      Branch: perlio
25377           +> ext/threads/t/stress_re.t t/op/unifold.t
25378            - lib/unifold.t
25379           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
25380           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
25381           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
25382 ____________________________________________________________________________
25383 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
25384         Log: Update Changes.
25385      Branch: perl
25386            ! Changes patchlevel.h
25387 ____________________________________________________________________________
25388 [ 14151] By: nick                                  on 2002/01/09  14:27:36
25389         Log: (Re-)implement alarm() for Win32.
25390      Branch: perlio
25391            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
25392            ! win32/win32iop.h
25393 ____________________________________________________________________________
25394 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
25395         Log: Thinko.
25396      Branch: perl
25397            ! ext/threads/t/stress_re.t
25398 ____________________________________________________________________________
25399 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
25400         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
25401              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
25402              Date: Wed, 09 Jan 2002 13:37:17 +0000                
25403              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
25404      Branch: perl
25405            ! regexec.c t/op/re_tests
25406 ____________________________________________________________________________
25407 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
25408         Log: Subject: Re: Weird Malformed warning in bleadperl    
25409              From: andreas.koenig@anima.de (Andreas J. Koenig)    
25410              Date: 09 Jan 2002 11:12:37 +0100
25411              Message-ID: <m3itabbzoq.fsf@anima.de>
25412      Branch: perl
25413            ! regexec.c t/op/pat.t
25414 ____________________________________________________________________________
25415 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
25416         Log: Forgot stress_re.t from MANIFEST.
25417      Branch: perl
25418            ! MANIFEST
25419 ____________________________________________________________________________
25420 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
25421         Log: In dumping use isPRINT() instead of isprint() so that locale
25422              does not come into play.
25423      Branch: perl
25424            ! utf8.c
25425 ____________________________________________________________________________
25426 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
25427         Log: Add a threads stress test for regular expressions
25428              (mostly just a modified stress_string.t) and doesn't
25429              test that much of regular expressions, just that $1
25430              doesn't get stomped by competing threads (as it does
25431              in the 5005threads of old).
25432      Branch: perl
25433            + ext/threads/t/stress_re.t
25434            ! MANIFEST
25435 ____________________________________________________________________________
25436 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
25437         Log: (retracted by #14307)
25438              Subject: Re: [ID 20010912.007] substr reference core dump
25439              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25440              Date: Tue, 08 Jan 2002 19:17:50 +0000
25441              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
25442      Branch: perl
25443            ! scope.c t/run/kill_perl.t
25444 ____________________________________________________________________________
25445 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
25446         Log: SANY (. with /s) wasn't happy on Unicode.
25447      Branch: perl
25448            ! regexec.c t/op/pat.t
25449 ____________________________________________________________________________
25450 [ 14142] By: ams                                   on 2002/01/08  22:42:10
25451         Log: Subject: [PATCH] perldebug nit
25452              From: Tels <tels@bloodgate.com>
25453              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
25454      Branch: perl
25455            ! pod/perldebug.pod
25456 ____________________________________________________________________________
25457 [ 14141] By: ams                                   on 2002/01/08  21:32:59
25458         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
25459              From: "Green, Paul" <Paul.Green@stratus.com>
25460              Date: Tue, 8 Jan 2002 17:31:35 -0500
25461              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
25462      Branch: perl
25463            ! Makefile.SH
25464 ____________________________________________________________________________
25465 [ 14140] By: ams                                   on 2002/01/08  21:27:57
25466         Log: Subject: [PATCH] Re: Slight chokage from Deparse
25467              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25468              Date: Tue, 8 Jan 2002 23:04:45 +0100
25469              Message-Id: <20020108230445.A4798@rafael>
25470      Branch: perl
25471            ! ext/B/B/Deparse.pm
25472 ____________________________________________________________________________
25473 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
25474         Log: Subject: [patch] peep() is rude
25475              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
25476              Date: Tue, 08 Jan 2002 19:17:50 +0000            
25477              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
25478      Branch: perl
25479            ! op.c t/run/kill_perl.t
25480 ____________________________________________________________________________
25481 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
25482         Log: unifold is really an op test since it requires
25483              no external modules for its actual testing:
25484              only the unicore CaseFold.txt file, and File::Spec
25485              to portably access that file.
25486      Branch: perl
25487            + t/op/unifold.t
25488            - lib/unifold.t
25489            ! MANIFEST
25490 ____________________________________________________________________________
25491 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
25492         Log: Subject: [patch] save a test 
25493              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25494              Date: Tue, 08 Jan 2002 16:18:47 +0000
25495              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
25496      Branch: perl
25497            ! regcomp.c
25498 ____________________________________________________________________________
25499 [ 14136] By: nick                                  on 2002/01/08  16:11:55
25500         Log: Integrate mainline
25501      Branch: perlio
25502           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
25503           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
25504           !> (integrate 37 files)
25505 ____________________________________________________________________________
25506 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
25507         Log: Subject: Not OK 13843 
25508              From: andreas.koenig@anima.de (Andreas J. Koenig)
25509              Date: 08 Jan 2002 14:12:29 +0100
25510              Message-ID: <m38zb9c7gi.fsf@anima.de>
25511      Branch: perl
25512            ! op.c t/op/subst.t
25513 ____________________________________________________________________________
25514 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
25515         Log: Missed one variant of the fold testing, noticed bu Hugo.
25516      Branch: perl
25517            ! lib/unifold.t
25518 ____________________________________________________________________________
25519 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
25520         Log: Enchance the Storable magic description.
25521      Branch: perl
25522            ! ext/Storable/Storable.pm
25523 ____________________________________________________________________________
25524 [ 14132] By: ams                                   on 2002/01/08  09:16:12
25525         Log: Subject: [PATCH] don't installperl pods
25526              From: H.Merijn Brand <h.m.brand@hccnet.nl>
25527              Date: Tue, 08 Jan 2002 10:36:01 +0100
25528              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
25529      Branch: perl
25530            ! installperl
25531 ____________________________________________________________________________
25532 [ 14131] By: ams                                   on 2002/01/08  03:38:40
25533         Log: Subject: Math-BigInt v1.49 released
25534              From: Tels <perl_dummy@bloodgate.com>
25535              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
25536      Branch: perl
25537            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
25538            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
25539            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25540            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
25541            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
25542            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
25543            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
25544            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
25545            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
25546            ! t/lib/Math/BigInt/Subclass.pm
25547 ____________________________________________________________________________
25548 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
25549         Log: A little better comments.
25550      Branch: perl
25551            ! regexec.c
25552 ____________________________________________________________________________
25553 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
25554         Log: No normalization form DNF.
25555      Branch: perl
25556            ! ext/Unicode/Normalize/Normalize.pm
25557 ____________________________________________________________________________
25558 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
25559         Log: Extension nits found by -Wall (several from threads
25560              and threads::shared, but leaving them to Arthur).
25561      Branch: perl
25562            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
25563            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
25564            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
25565            ! ext/Unicode/Normalize/mkheader x2p/str.c
25566 ____________________________________________________________________________
25567 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
25568         Log: Sync up Changes etc.
25569      Branch: maint-5.6/macperl
25570            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
25571 ____________________________________________________________________________
25572 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
25573         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
25574      Branch: maint-5.6/macperl
25575            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
25576 ____________________________________________________________________________
25577 [ 14125] By: ams                                   on 2002/01/07  22:03:22
25578         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
25579              From: Nicholas Clark (sans From field in mail header)
25580              Date: Mon, 7 Jan 2002 16:18:23 +0000
25581              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
25582      Branch: perl
25583            ! lib/Exporter.pm
25584 ____________________________________________________________________________
25585 [ 14124] By: ams                                   on 2002/01/07  21:46:11
25586         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
25587              From: "Green, Paul" <Paul.Green@stratus.com>
25588              Date: Mon, 7 Jan 2002 16:59:38 -0500
25589              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
25590      Branch: perl
25591            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
25592 ____________________________________________________________________________
25593 [ 14123] By: nick                                  on 2002/01/07  18:49:55
25594         Log: Integrate mainline
25595      Branch: perlio
25596           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
25597           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
25598           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
25599           !> regexec.c t/op/re_tests utf8.c utf8.h
25600 ____________________________________________________________________________
25601 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
25602         Log: Update Changes.
25603      Branch: perl
25604            ! Changes patchlevel.h
25605 ____________________________________________________________________________
25606 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
25607         Log: Subject: [PATCH] Correct module name in perldelta*
25608              From: Mike Guy <mjtg@cam.ac.uk>
25609              Date: Mon, 07 Jan 2002 17:02:43 +0000
25610              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
25611      Branch: perl
25612            ! pod/perl561delta.pod pod/perl56delta.pod
25613 ____________________________________________________________________________
25614 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
25615         Log: AUTHORS update.
25616      Branch: perl
25617            ! AUTHORS
25618 ____________________________________________________________________________
25619 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
25620         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
25621      Branch: perl
25622            ! ext/Storable/Storable.pm
25623 ____________________________________________________________________________
25624 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
25625         Log: perldelta updates.
25626      Branch: perl
25627            ! pod/perldelta.pod
25628 ____________________________________________________________________________
25629 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
25630         Log: Document the flags of pv_uni_display().
25631      Branch: perl
25632            ! pod/perlapi.pod utf8.c
25633 ____________________________________________________________________________
25634 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
25635         Log: Forgot from #14115.
25636      Branch: perl
25637            ! t/op/re_tests
25638 ____________________________________________________________________________
25639 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
25640         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
25641              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
25642              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
25643              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
25644      Branch: perl
25645            ! regcomp.c
25646 ____________________________________________________________________________
25647 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
25648         Log: More regex and utf8 debug dumping.
25649      Branch: perl
25650            ! dump.c regcomp.c regexec.c utf8.c utf8.h
25651 ____________________________________________________________________________
25652 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
25653         Log: Unused variable.
25654      Branch: perl
25655            ! regcomp.c
25656 ____________________________________________________________________________
25657 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
25658         Log: Regen toc.
25659      Branch: perl
25660            ! pod/perltoc.pod
25661 ____________________________________________________________________________
25662 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
25663         Log: capitalize correctly, noticed by David Dyck.
25664      Branch: perl
25665            ! lib/sort.pm
25666 ____________________________________________________________________________
25667 [ 14110] By: nick                                  on 2002/01/06  22:05:19
25668         Log: Integrate mainline - threads mended, DB_File sick?
25669      Branch: perlio
25670           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
25671           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
25672           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
25673           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
25674           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
25675 ____________________________________________________________________________
25676 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
25677         Log: No need to overqualify.
25678      Branch: perl
25679            ! lib/sort.pm
25680 ____________________________________________________________________________
25681 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
25682         Log: PL_debug_pad wasn't initialized to zeroes which broke
25683              ithreads + DEBUGGING.
25684      Branch: perl
25685            ! sv.c
25686 ____________________________________________________________________________
25687 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
25688         Log: Update Changes.
25689      Branch: perl
25690            ! Changes patchlevel.h
25691 ____________________________________________________________________________
25692 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
25693         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
25694              From: Jonathan Stowe <gellyfish@gellyfish.com>
25695              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
25696              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
25697      Branch: perl
25698            ! pp_sys.c
25699 ____________________________________________________________________________
25700 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
25701         Log: DB_File sync from Paul Marquess.
25702      Branch: perl
25703            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25704            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
25705            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
25706 ____________________________________________________________________________
25707 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
25708         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
25709              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
25710              Date: Sun, 6 Jan 2002 11:44:30 +0100
25711              Message-ID: <3C38389E.7831.493570@localhost>
25712      Branch: perl
25713            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
25714            ! utils/perlcc.PL
25715 ____________________________________________________________________________
25716 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
25717         Log: Tests for #14098.
25718      Branch: perl
25719            ! t/op/lc.t
25720 ____________________________________________________________________________
25721 [ 14102] By: nick                                  on 2002/01/06  11:33:55
25722         Log: Integrate mainline (PPPort still multi-building).
25723      Branch: perlio
25724           +> lib/unifold.t
25725           !> (integrate 30 files)
25726 ____________________________________________________________________________
25727 [ 14101] By: ams                                   on 2002/01/06  04:52:50
25728         Log: Subject: [PATCH] Bad prototype detection now an optional warning
25729              From: Sam Tregar <sam@tregar.com>
25730              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
25731              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
25732      Branch: perl
25733            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
25734            ! t/comp/proto.t toke.c
25735 ____________________________________________________________________________
25736 [ 14100] By: ams                                   on 2002/01/06  01:56:59
25737         Log: Subject: [PATCH] Correct several Stratus VOS build issues
25738              From: "Green, Paul" <Paul.Green@stratus.com>
25739              Date: Sat, 5 Jan 2002 21:30:56 -0500
25740              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
25741      Branch: perl
25742            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
25743 ____________________________________________________________________________
25744 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
25745         Log: Further perl.org URL elaboration from Ask.
25746      Branch: perl
25747            ! pod/perlfaq1.pod pod/perlfaq2.pod
25748 ____________________________________________________________________________
25749 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
25750         Log: The same problem with To{Lower,Title,Upper}
25751              as earlier with ToFold.
25752      Branch: perl
25753            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
25754            ! lib/unicore/To/Upper.pl lib/unicore/mktables
25755 ____________________________________________________________________________
25756 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
25757         Log: Retract #14057 for now; the alarm/setitimer timers
25758              seen to be the same in many systems, which leads into
25759              hangups.
25760      Branch: perl
25761            ! ext/Time/HiRes/HiRes.t
25762 ____________________________________________________________________________
25763 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
25764         Log: Finish up (ha!) the Unicode case folding;
25765              enhance regex dumping code.
25766      Branch: perl
25767            + lib/unifold.t
25768            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
25769            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
25770 ____________________________________________________________________________
25771 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
25772         Log: Use the perl.org news gw instead of the perl.com one
25773              (from Ask).
25774      Branch: perl
25775            ! pod/perlfaq1.pod pod/perlfaq2.pod
25776 ____________________________________________________________________________
25777 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
25778         Log: Zero() wasn't documented.
25779      Branch: perl
25780            ! pod/perlclib.pod
25781 ____________________________________________________________________________
25782 [ 14093] By: ams                                   on 2002/01/05  17:58:35
25783         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
25784              From: Nicholas Clark <nick@unfortu.net>
25785              Date: Sat, 5 Jan 2002 18:55:39 +0000
25786              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
25787      Branch: perl
25788            ! lib/Memoize/t/tie_ndbm.t
25789 ____________________________________________________________________________
25790 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
25791         Log: Also UNICOS/mk has deviant socketpair().
25792      Branch: perl
25793            ! ext/Socket/socketpair.t
25794 ____________________________________________________________________________
25795 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
25796         Log: Ooops.  Retract the regex parts of #14090.
25797      Branch: perl
25798            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
25799 ____________________________________________________________________________
25800 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
25801         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
25802              From: Nicholas Clark <nick@unfortu.net> 
25803              Date: Sat, 5 Jan 2002 18:10:13 +0000
25804              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
25805      Branch: perl
25806            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
25807            ! regcomp.h regexec.c
25808 ____________________________________________________________________________
25809 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
25810         Log: Integrate perlio:
25811              
25812              [ 14088]
25813              One missing aTHX_
25814      Branch: perl
25815           !> op.c
25816 ____________________________________________________________________________
25817 [ 14088] By: nick                                  on 2002/01/05  12:35:01
25818         Log: One missing aTHX_
25819      Branch: perlio
25820            ! op.c
25821 ____________________________________________________________________________
25822 [ 14087] By: nick                                  on 2002/01/05  12:00:48
25823         Log: Raw integrate of mainline - op.c looks dodgy.
25824      Branch: perlio
25825           +> lib/Pod/t/Functions.t t/op/winsystem.t
25826            - lib/File/Spec/NW5.pm t/op/system.t
25827           !> (integrate 77 files)
25828 ____________________________________________________________________________
25829 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
25830         Log: integrate changes from maint-5.6/macperl branch
25831      Branch: maint-5.6/perl
25832           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
25833           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
25834 ____________________________________________________________________________
25835 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
25836         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
25837              found by Marc Lehmann.
25838      Branch: perl
25839            ! pp.c
25840 ____________________________________________________________________________
25841 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
25842         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
25843              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25844              Date: Sat, 5 Jan 2002 00:31:12 +0100
25845              Message-ID: <20020105003112.E1850@rafael>              
25846      Branch: perl
25847            ! t/comp/proto.t
25848 ____________________________________________________________________________
25849 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
25850         Log: A bit of "perl.com" cleanup.
25851      Branch: perl
25852            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
25853            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
25854            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
25855            ! pod/perlmodlib.PL pod/perlmodlib.pod
25856 ____________________________________________________________________________
25857 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
25858         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
25859              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25860              Date: Fri, 4 Jan 2002 23:35:19 +0100
25861              Message-ID: <20020104233519.A1850@rafael>
25862      Branch: perl
25863            ! op.c
25864 ____________________________________________________________________________
25865 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
25866         Log: Integrate change #14062 from macperl;
25867              Define setbuf, setvbuf for Mac OS
25868      Branch: perl
25869           !> ext/IO/IO.xs
25870 ____________________________________________________________________________
25871 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
25872         Log: Bump version, update Changes
25873      Branch: maint-5.6/macperl
25874            ! macos/Changes macos/MPVersion.r
25875 ____________________________________________________________________________
25876 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
25877         Log: Add more droplets
25878      Branch: maint-5.6/macperl
25879            + macos/macperl/Droplets/gluedialect.plx
25880            + macos/macperl/Droplets/glueedit.plx
25881            + macos/macperl/Droplets/gluemac.plx
25882            + macos/macperl/Droplets/gluescriptadds.plx
25883            + macos/macperl/Droplets/installme.plx
25884            + macos/macperl/Droplets/show_glue_pods.plx
25885            + macos/macperl/Droplets/tarzipme.plx
25886            + macos/macperl/Droplets/untarzipme.plx
25887 ____________________________________________________________________________
25888 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
25889         Log: Display the native pwd command.
25890      Branch: perl
25891            ! ext/Cwd/t/cwd.t
25892 ____________________________________________________________________________
25893 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
25894         Log: Under Mac OS X /dev/stdout is normally a symlink,
25895              but when running the test it seems to become a socket.
25896              So let's extend our censorship.
25897      Branch: perl
25898            ! t/op/stat.t
25899 ____________________________________________________________________________
25900 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
25901         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
25902      Branch: maint-5.6/macperl
25903            + macos/HandleSocket.cp
25904            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
25905            ! macos/macperl.sym
25906 ____________________________________________________________________________
25907 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
25908         Log: Doc updates
25909      Branch: maint-5.6/macperl
25910            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
25911 ____________________________________________________________________________
25912 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
25913         Log: Update libraries
25914      Branch: maint-5.6/macperl
25915            ! macos/macperl/Makefile.mk
25916 ____________________________________________________________________________
25917 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
25918         Log: Update tests to Mac::StandardFile from StandardFile.pl,
25919              plus other fixes
25920      Branch: maint-5.6/macperl
25921            ! macos/ext/Mac/Menus/t/MenuBar.t
25922            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
25923            ! macos/ext/Mac/Movies/t/PlayMovie.t
25924            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
25925            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
25926            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
25927            ! macos/ext/Mac/Resources/t/Resources.t
25928 ____________________________________________________________________________
25929 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
25930         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
25931      Branch: maint-5.6/macperl
25932            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
25933            ! macos/ext/Mac/Movies/Movies.xs
25934            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
25935            ! macos/ext/Mac/StandardFile/StandardFile.xs
25936            ! macos/ext/Mac/Windows/Windows.xs
25937 ____________________________________________________________________________
25938 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
25939         Log: Updates for Universal Headers 3.4 (forgot one)
25940      Branch: maint-5.6/macperl
25941            ! macos/macperl/MPConsole.cp
25942 ____________________________________________________________________________
25943 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
25944         Log: Updates for Universal Headers 3.4
25945      Branch: maint-5.6/macperl
25946            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
25947            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
25948            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
25949            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
25950            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
25951            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
25952            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
25953            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
25954            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
25955 ____________________________________________________________________________
25956 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
25957         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
25958              from <200112112327.JAA25434@gpo.metropolis.net.au>;
25959              don't crash on quit for 68K (MacPerl Bug #490013)
25960      Branch: maint-5.6/macperl
25961            ! macos/macish.c macos/macperl/MPConsole.cp
25962 ____________________________________________________________________________
25963 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
25964         Log: If we do have socketpair(), make my_socketpair()
25965              just call the real socketpair().  This way we always
25966              have real code behind my_socketpair() and a symbol
25967              corresponding to the my_socketpair in global.sym.
25968      Branch: perl
25969            ! embed.fnc embed.h makedef.pl proto.h util.c
25970 ____________________________________________________________________________
25971 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
25972         Log: Disable sigaction (MacPerl Bug #470321)
25973      Branch: maint-5.6/macperl
25974            ! macos/config.h macos/config.sh
25975 ____________________________________________________________________________
25976 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
25977         Log: Make GUSI resource work (MacPerl Bug #464638)
25978      Branch: maint-5.6/macperl
25979            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
25980            ! macos/macperl/MacPerl.rsrc
25981 ____________________________________________________________________________
25982 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
25983         Log: Make AutoSplit go a little deeper
25984      Branch: maint-5.6/macperl
25985            ! macos/Makefile.mk
25986 ____________________________________________________________________________
25987 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
25988         Log: A few doc updates from bleadperl
25989      Branch: maint-5.6/macperl
25990            ! pod/perlmodinstall.pod pod/perlport.pod
25991 ____________________________________________________________________________
25992 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
25993         Log: Sync up to latest changes from bleadperl
25994      Branch: maint-5.6/macperl
25995            ! lib/File/Find.pm
25996 ____________________________________________________________________________
25997 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
25998         Log: Define setbuf, setvbuf for Mac OS
25999      Branch: maint-5.6/macperl
26000            ! ext/IO/IO.xs
26001 ____________________________________________________________________________
26002 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
26003         Log: Delete by request of Mark-Jason Dominus (change #13676)
26004      Branch: maint-5.6/macperl
26005            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
26006 ____________________________________________________________________________
26007 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
26008         Log: Spread the good word of "env".
26009      Branch: perl
26010            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
26011 ____________________________________________________________________________
26012 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
26013         Log: Till the system tests do something non-Win*, better rename
26014              the test so that people on other platforms don't get confused.
26015              (Not win32system, because assumedly there's win64, too.)
26016      Branch: perl
26017            + t/op/winsystem.t
26018            - t/op/system.t
26019            ! MANIFEST
26020 ____________________________________________________________________________
26021 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
26022         Log: Some tweaks.
26023      Branch: perl
26024            ! lib/Pod/t/Functions.t
26025 ____________________________________________________________________________
26026 [ 14057] By: ams                                   on 2002/01/04  17:40:31
26027         Log: (retracted by #14057)
26028              
26029              Subject: [PATCH] Time/HiRes/HiRes.t
26030              From: Nicholas Clark <nick@unfortu.net>
26031              Date: Fri, 4 Jan 2002 17:28:46 +0000
26032              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
26033      Branch: perl
26034            ! ext/Time/HiRes/HiRes.t
26035 ____________________________________________________________________________
26036 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
26037         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
26038              From: Abe Timmerman <abe@ztreet.demon.nl>
26039              Date: Fri, 04 Jan 2002 18:42:33 +0100
26040              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
26041      Branch: perl
26042            + lib/Pod/t/Functions.t
26043            ! MANIFEST lib/Pod/Functions.pm
26044 ____________________________________________________________________________
26045 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
26046         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
26047              From: "Craig A. Berry" <craigberry@mac.com>
26048              Date: Thu, 3 Jan 2002 17:32:20 -0600
26049              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
26050      Branch: perl
26051            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
26052 ____________________________________________________________________________
26053 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
26054         Log: Document the U+0085, U+2028, and U+2029.
26055      Branch: perl
26056            ! pod/perlre.pod pod/perlretut.pod
26057 ____________________________________________________________________________
26058 [ 14053] By: ams                                   on 2002/01/04  03:27:44
26059         Log: Subject: [PATCH] warn if not CORE::dump
26060              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26061              Date: Thu, 3 Jan 2002 22:04:00 +0100
26062              Message-Id: <20020103220400.A13958@rafael>
26063      Branch: perl
26064            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
26065 ____________________________________________________________________________
26066 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
26067         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
26068      Branch: perl
26069            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
26070 ____________________________________________________________________________
26071 [ 14051] By: ams                                   on 2002/01/04  03:00:12
26072         Log: Subject: [PATCH] File::Compare::VERSION
26073              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26074              Date: Thu, 3 Jan 2002 23:42:52 +0100
26075              Message-Id: <20020103234252.G13958@rafael>
26076      Branch: perl
26077            ! lib/File/Compare.pm
26078 ____________________________________________________________________________
26079 [ 14050] By: ams                                   on 2002/01/04  02:58:05
26080         Log: Subject: [PATCH @14042] threads::shared doc
26081              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
26082              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
26083              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
26084      Branch: perl
26085            ! ext/threads/shared/shared.pm
26086 ____________________________________________________________________________
26087 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
26088         Log: #14048 exposed few false positives, to be fixed soonish.
26089      Branch: perl
26090            ! t/op/pat.t
26091 ____________________________________________________________________________
26092 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
26093         Log: Do not add the first characters of multicharacter foldings
26094              into character classes.
26095      Branch: perl
26096            ! regcomp.c
26097 ____________________________________________________________________________
26098 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
26099         Log: A bit of testing for #14046.
26100      Branch: perl
26101            ! t/op/pat.t
26102 ____________________________________________________________________________
26103 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
26104         Log: Allow emitting the foldcased version of "\x{df}", "ss"
26105              (among others, another example would be \x{fb00} -> "ff")
26106      Branch: perl
26107            ! regcomp.c
26108 ____________________________________________________________________________
26109 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
26110         Log: Subject: [PATCH] File::Spec & NetWare
26111              From: Dave Rolsky <autarch@urth.org>
26112              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
26113              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
26114      Branch: perl
26115            - lib/File/Spec/NW5.pm
26116            ! MANIFEST lib/File/Spec.pm
26117 ____________________________________________________________________________
26118 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
26119         Log: FAQ sync (RCS Ids only?)
26120      Branch: perl
26121            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
26122 ____________________________________________________________________________
26123 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
26124         Log: AUTHORs updates.
26125      Branch: perl
26126            ! AUTHORS
26127 ____________________________________________________________________________
26128 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
26129         Log: Update Changes.
26130      Branch: perl
26131            ! Changes patchlevel.h
26132 ____________________________________________________________________________
26133 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
26134         Log: Missed the =head1 additions.
26135      Branch: perl
26136            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
26137            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
26138            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
26139            ! util.c
26140 ____________________________________________________________________________
26141 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
26142         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
26143              From: Robin Barker <rmb1@cise.npl.co.uk>
26144              Date: Thu, 3 Jan 2002 15:26:20 GMT
26145              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
26146      Branch: perl
26147            ! lib/Carp.t lib/Carp/Heavy.pm
26148 ____________________________________________________________________________
26149 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
26150         Log: Subject: [PATCH hv.c] 
26151              From: Robin Barker <rmb1@cise.npl.co.uk>
26152              Date: Thu, 3 Jan 2002 14:49:06 GMT
26153              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
26154              
26155              -Wformat check.
26156      Branch: perl
26157            ! hv.c
26158 ____________________________________________________________________________
26159 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
26160         Log: NetWare tweaks from Ananth Kesari.
26161      Branch: perl
26162            ! NetWare/t/NWScripts.pl lib/File/Find.pm
26163 ____________________________________________________________________________
26164 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
26165         Log: Cast.
26166      Branch: perl
26167            ! regexec.c
26168 ____________________________________________________________________________
26169 [ 14036] By: ams                                   on 2002/01/03  12:12:31
26170         Log: Grammar fix suggested by Gwyn Judd.
26171      Branch: perl
26172            ! pod/perldiag.pod
26173 ____________________________________________________________________________
26174 [ 14035] By: nick                                  on 2002/01/03  09:22:42
26175         Log: More strange perlio != mainline differences where
26176              I have not been.
26177      Branch: perlio
26178           !> hints/unicos.sh hints/unicosmk.sh
26179 ____________________________________________________________________________
26180 [ 14034] By: nick                                  on 2002/01/03  09:19:37
26181         Log: Integrate mainline (including force integrate of
26182              lib/charnames.pm which had got out-of-step)
26183      Branch: perlio
26184           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
26185 ____________________________________________________________________________
26186 [ 14033] By: ams                                   on 2002/01/03  08:24:24
26187         Log: Subject: Not ok 14031: PPPort Makefile.PL
26188              From: andreas.koenig@anima.de (Andreas J. Koenig)
26189              Date: 03 Jan 2002 10:17:46 +0100
26190              Message-Id: <m3sn9n94jp.fsf@anima.de>
26191      Branch: perl
26192            ! ext/Devel/PPPort/Makefile.PL
26193 ____________________________________________________________________________
26194 [ 14032] By: nick                                  on 2002/01/03  08:24:00
26195         Log: Integrate mainline.
26196      Branch: perlio
26197           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
26198           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
26199           !> (integrate 31 files)
26200 ____________________________________________________________________________
26201 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
26202         Log: Off-by-one is my middle name.
26203      Branch: perl
26204            ! regexec.c
26205 ____________________________________________________________________________
26206 [ 14030] By: ams                                   on 2002/01/02  23:56:37
26207         Log: Subject: [PATCH @14015] threads::shared disabling
26208              From: Andy Bussey <andybussey@yahoo.co.uk>
26209              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
26210              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
26211      Branch: perl
26212            + ext/threads/shared/t/no_share.t
26213            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
26214 ____________________________________________________________________________
26215 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
26216         Log: Simon's new perlapi scheme, I hope I got all the pieces.
26217      Branch: perl
26218            + autodoc.pl embed.fnc
26219            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
26220 ____________________________________________________________________________
26221 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
26222         Log: Integrate perlio:
26223              
26224              [ 14022]
26225              More PPPort Makefile source dependence removal
26226      Branch: perl
26227           !> ext/Devel/PPPort/Makefile.PL perl.h
26228 ____________________________________________________________________________
26229 [ 14027] By: ams                                   on 2002/01/02  21:42:50
26230         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
26231              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26232              Date: Wed, 2 Jan 2002 23:09:13 +0100
26233              Message-Id: <20020102230913.A17373@rafael>
26234      Branch: perl
26235            ! pod/perldiag.pod
26236 ____________________________________________________________________________
26237 [ 14026] By: ams                                   on 2002/01/02  21:38:34
26238         Log: Subject: Re: PATCH: lib/Term/Cap.pm
26239              From: Jonathan Stowe <gellyfish@gellyfish.com>
26240              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
26241              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
26242      Branch: perl
26243            ! lib/Term/Cap.pm
26244 ____________________________________________________________________________
26245 [ 14025] By: ams                                   on 2002/01/02  18:34:26
26246         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
26247              From: Sam Tregar <sam@tregar.com>
26248              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
26249              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
26250      Branch: perl
26251            ! pod/perldiag.pod t/comp/proto.t toke.c
26252 ____________________________________________________________________________
26253 [ 14024] By: ams                                   on 2002/01/02  18:16:12
26254         Log: Subject: PATCH: lib/Term/Cap.pm
26255              From: Norton Allen <allen@huarp.harvard.edu>
26256              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
26257              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
26258      Branch: perl
26259            ! lib/Term/Cap.pm
26260 ____________________________________________________________________________
26261 [ 14023] By: ams                                   on 2002/01/02  18:12:31
26262         Log: Subject: PATCH: lib/Cwd.pm for QNX4
26263              From: Norton Allen <allen@huarp.harvard.edu>
26264              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
26265              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
26266      Branch: perl
26267            ! lib/Cwd.pm
26268 ____________________________________________________________________________
26269 [ 14022] By: nick                                  on 2002/01/02  18:01:21
26270         Log: More PPPort Makefile source dependence removal
26271      Branch: perlio
26272            ! ext/Devel/PPPort/Makefile.PL
26273 ____________________________________________________________________________
26274 [ 14021] By: nick                                  on 2002/01/02  17:44:36
26275         Log: Sort out muddle of editing on three machines ...
26276      Branch: perlio
26277           !> Changes MANIFEST cygwin/Makefile.SHs
26278           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
26279           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
26280           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
26281 ____________________________________________________________________________
26282 [ 14020] By: ams                                   on 2002/01/02  17:06:27
26283         Log: Fix misplaced application of #14016.
26284      Branch: perl
26285            ! op.c
26286 ____________________________________________________________________________
26287 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
26288         Log: Integrate perlio:
26289              
26290              [ 14017]
26291              Avoid un-init perl_debug_pad in clones
26292      Branch: perl
26293           !> sv.c
26294 ____________________________________________________________________________
26295 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
26296         Log: makedepend VOS fix from Paul Green.
26297      Branch: perl
26298            ! makedepend.SH
26299 ____________________________________________________________________________
26300 [ 14017] By: nick                                  on 2002/01/02  16:09:43
26301         Log: Avoid un-init perl_debug_pad in clones
26302      Branch: perlio
26303            ! sv.c
26304 ____________________________________________________________________________
26305 [ 14016] By: ams                                   on 2002/01/02  15:58:11
26306         Log: Subject: [PATCH] random crash in B::LISTOP::last
26307              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
26308              Date: Wed, 2 Jan 2002 17:37:28 +0100
26309              Message-Id: <3C334558.3906.19CB98D@localhost>
26310      Branch: perl
26311            ! op.c
26312 ____________________________________________________________________________
26313 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
26314         Log: Update Changes.
26315      Branch: perl
26316            ! Changes patchlevel.h
26317 ____________________________________________________________________________
26318 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
26319         Log: One more iteration of the ibcmp_utf8() interface,
26320              hopefully this is a convergent iteration...
26321      Branch: perl
26322            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
26323 ____________________________________________________________________________
26324 [ 14013] By: ams                                   on 2002/01/02  13:43:58
26325         Log: Upgrade to podlators-1.19.
26326      Branch: perl
26327            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
26328            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
26329            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
26330            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
26331            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
26332 ____________________________________________________________________________
26333 [ 14012] By: ams                                   on 2002/01/02  09:48:51
26334         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
26335              From: martyn@inpharmatica.co.uk
26336              Date: Wed, 19 Dec 2001 19:05:00 +0000
26337              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
26338      Branch: perl
26339            ! lib/Pod/Usage.pm
26340 ____________________________________________________________________________
26341 [ 14011] By: nick                                  on 2002/01/02  08:38:18
26342         Log: Integrate mainline
26343      Branch: perlio
26344           !> (integrate 28 files)
26345 ____________________________________________________________________________
26346 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
26347         Log: Make ibcmp_utf8() optionally progress in either string for
26348              as long as it takes and optionally record how far it got.
26349      Branch: perl
26350            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
26351 ____________________________________________________________________________
26352 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
26353         Log: Once more try to get the PPPort Makefile right.
26354      Branch: perl
26355            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
26356 ____________________________________________________________________________
26357 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
26358         Log: -Wall silencing.
26359      Branch: perl
26360            ! utf8.c
26361 ____________________________________________________________________________
26362 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
26363         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
26364              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26365              Date: Tue, 1 Jan 2002 22:45:21 +0100       
26366              Message-ID: <20020101224521.A691@rafael>
26367      Branch: perl
26368            ! ext/B/B/Deparse.pm
26369 ____________________________________________________________________________
26370 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
26371         Log: VOS tweak from Paul Green: VOS has different O_BINARY
26372              and O_TEXT, but VOS always uses LF, never CRLF.
26373      Branch: perl
26374            ! perl.h
26375 ____________________________________________________________________________
26376 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
26377         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
26378      Branch: perl
26379            ! regexec.c utf8.c
26380 ____________________________________________________________________________
26381 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
26382         Log: Now that to_utf8_fold() was fixed.
26383      Branch: perl
26384            ! regcomp.c regexec.c
26385 ____________________________________________________________________________
26386 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
26387         Log: Integrate perlio:
26388              
26389              [ 13991]
26390              Experimental binmode() re-coding (UNIX okay - but it would be...)
26391      Branch: perl
26392           !> perlio.c
26393 ____________________________________________________________________________
26394 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
26395         Log: Document the to_utf8_*() functions.
26396      Branch: perl
26397            ! embed.pl pod/perlapi.pod utf8.c
26398 ____________________________________________________________________________
26399 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
26400         Log: Better support for multicharacter foldings.
26401              Now all but two of the CaseFold.txt cases work-- but
26402              only when the target string is single-character, more
26403              debugging needed.
26404      Branch: perl
26405            ! regexec.c
26406 ____________________________________________________________________________
26407 [ 14000] By: ams                                   on 2002/01/01  15:59:43
26408         Log: Subject: [PATCH] don't installperl pods
26409              From: Nicholas Clark <nick@unfortu.net>
26410              Date: Tue, 1 Jan 2002 16:44:12 +0000
26411              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
26412      Branch: perl
26413            ! installperl
26414 ____________________________________________________________________________
26415 [ 13999] By: ams                                   on 2002/01/01  14:34:04
26416         Log: Subject: [PATCH] perldiag.pod transposition
26417              From: Nicholas Clark <nick@unfortu.net>
26418              Date: Tue, 1 Jan 2002 15:03:52 +0000
26419              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
26420      Branch: perl
26421            ! pod/perldiag.pod
26422 ____________________________________________________________________________
26423 [ 13998] By: ams                                   on 2002/01/01  13:36:49
26424         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
26425              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26426              Date: Tue, 1 Jan 2002 15:12:36 +0100
26427              Message-Id: <20020101151236.A951@rafael>
26428      Branch: perl
26429            ! pod/perldiag.pod
26430 ____________________________________________________________________________
26431 [ 13997] By: ams                                   on 2002/01/01  13:33:06
26432         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
26433              From: Nicholas Clark <nick@unfortu.net>
26434              Date: Tue, 1 Jan 2002 13:13:17 +0000
26435              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
26436      Branch: perl
26437            ! ext/Socket/socketpair.t
26438 ____________________________________________________________________________
26439 [ 13996] By: ams                                   on 2002/01/01  04:44:28
26440         Log: Subject: [PATCH @13746] Leaner exporter
26441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26442              Date: Mon, 31 Dec 2001 18:16:08 -0500
26443              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
26444      Branch: perl
26445            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
26446 ____________________________________________________________________________
26447 [ 13995] By: ams                                   on 2002/01/01  04:29:44
26448         Log: Subject: [PATCH @13746] h2xs broken
26449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26450              Date: Mon, 31 Dec 2001 17:48:55 -0500
26451              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
26452      Branch: perl
26453            ! utils/h2xs.PL
26454 ____________________________________________________________________________
26455 [ 13994] By: ams                                   on 2002/01/01  04:25:46
26456         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
26457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26458              Date: Mon, 31 Dec 2001 17:42:25 -0500
26459              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
26460      Branch: perl
26461            ! lib/ExtUtils/MM_Unix.pm
26462 ____________________________________________________________________________
26463 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
26464         Log: Rename the variables to be a bit more consistent.
26465      Branch: perl
26466            ! utf8.c
26467 ____________________________________________________________________________
26468 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
26469         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
26470              (found by Jeffrey Friedl)
26471      Branch: perl
26472            ! regexec.c t/op/pat.t utf8.c
26473 ____________________________________________________________________________
26474 [ 13991] By: nick                                  on 2001/12/31  18:08:55
26475         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
26476      Branch: perlio
26477            ! perlio.c
26478 ____________________________________________________________________________
26479 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
26480         Log: Update Changes.
26481      Branch: perl
26482            ! Changes patchlevel.h
26483 ____________________________________________________________________________
26484 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
26485         Log: Less unused ones.
26486      Branch: perl
26487            ! regexec.c
26488 ____________________________________________________________________________
26489 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
26490         Log: Unused variable.
26491      Branch: perl
26492            ! regcomp.c
26493 ____________________________________________________________________________
26494 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
26495         Log: Forgotten file.
26496      Branch: perl
26497            ! MANIFEST
26498 ____________________________________________________________________________
26499 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
26500         Log: Subject: Re: Cygwin: one down one to go 
26501              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26502              Date: Mon, 31 Dec 2001 18:34:36 +0100
26503              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
26504      Branch: perl
26505            ! cygwin/Makefile.SHs
26506 ____________________________________________________________________________
26507 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
26508         Log: Add some comments to the recent Unicode case-folding saga.
26509      Branch: perl
26510            ! regcomp.c regexec.c
26511 ____________________________________________________________________________
26512 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
26513         Log: Slight comment tweakage.
26514      Branch: perl
26515            ! ext/I18N/Langinfo/Langinfo.t
26516 ____________________________________________________________________________
26517 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
26518         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
26519      Branch: perl
26520            ! perl.h
26521 ____________________________________________________________________________
26522 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
26523         Log: Subject: [ PATCH] Cygwin: one down one to go
26524              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26525              Date: Mon, 31 Dec 2001 17:03:40 +0100
26526              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
26527      Branch: perl
26528            ! lib/Pod/t/basic.t
26529 ____________________________________________________________________________
26530 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
26531         Log: Tweak the dependencies not to recompile everytime,
26532              as suggested by NI-S.
26533      Branch: perl
26534            ! ext/Devel/PPPort/Makefile.PL
26535 ____________________________________________________________________________
26536 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
26537         Log: Planning still not right.
26538      Branch: perl
26539            ! lib/User/grent.t
26540 ____________________________________________________________________________
26541 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
26542         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
26543              From: Michael G Schwern <schwern@pobox.com>
26544              Date: Sun, 30 Dec 2001 18:07:55 -0500
26545              Message-ID: <20011230230755.GG12840@blackrider>
26546              
26547              (lib/User/grent, really)
26548      Branch: perl
26549            ! lib/User/grent.t
26550 ____________________________________________________________________________
26551 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
26552         Log: Integrate perlio:
26553              
26554              [ 13975]
26555              perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
26556              if PerlIONext is NULL.
26557      Branch: perl
26558           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
26559 ____________________________________________________________________________
26560 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
26561         Log: Subject: typo in IO::Socket::INET.pm
26562              From: mjd@plover.com
26563              Date: 31 Dec 2001 14:31:10 -0000
26564              Message-ID: <20011231143110.4989.qmail@plover.com>
26565      Branch: perl
26566            ! ext/IO/lib/IO/Socket/INET.pm
26567 ____________________________________________________________________________
26568 [ 13976] By: nick                                  on 2001/12/31  13:56:11
26569         Log: Integrate mainline
26570      Branch: perlio
26571           !> (integrate 29 files)
26572 ____________________________________________________________________________
26573 [ 13975] By: nick                                  on 2001/12/31  12:40:50
26574         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
26575              if PerlIONext is NULL.
26576      Branch: perlio
26577            ! perlio.c perliol.h
26578 ____________________________________________________________________________
26579 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
26580         Log: Subject: Re: [PATCH] Basic bad prototype detection
26581              From: Sam Tregar <sam@tregar.com>
26582              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
26583              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
26584      Branch: perl
26585            ! t/comp/proto.t toke.c
26586 ____________________________________________________________________________
26587 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
26588         Log: Subject: [PATCH] configure.com / scriptdirexp
26589              From: "Craig A. Berry" <craigberry@mac.com>
26590              Date: Sun, 30 Dec 2001 15:47:28 -0600
26591              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
26592      Branch: perl
26593            ! configure.com
26594 ____________________________________________________________________________
26595 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
26596         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
26597              From: Abe Timmerman <abe@ztreet.demon.nl>
26598              Date: Mon, 31 Dec 2001 03:55:27 +0100
26599              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
26600      Branch: perl
26601            ! lib/ExtUtils/t/MM_Win32.t
26602 ____________________________________________________________________________
26603 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
26604         Log: Subject: [PATCH] Basic bad prototype detection
26605              From: Sam Tregar <sam@tregar.com> 
26606              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
26607              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
26608      Branch: perl
26609            ! pod/perldiag.pod t/comp/proto.t toke.c
26610 ____________________________________________________________________________
26611 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
26612         Log: Makefiles are sloppy about the exe suffix
26613              (from Paul Green)
26614      Branch: perl
26615            ! Makefile.SH x2p/Makefile.SH
26616 ____________________________________________________________________________
26617 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
26618         Log: Delay folding until necessary; start of handling
26619              folding into several characters.
26620      Branch: perl
26621            ! regcomp.c regexec.c
26622 ____________________________________________________________________________
26623 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
26624         Log: gcc -Wall dewhine.
26625      Branch: perl
26626            ! regexec.c
26627 ____________________________________________________________________________
26628 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
26629         Log: More Unicode folding tweaks, avoid potential false matches.
26630      Branch: perl
26631            ! regexec.c
26632 ____________________________________________________________________________
26633 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
26634         Log: Make that six wrongs.
26635      Branch: perl
26636            ! regexec.c utf8.c
26637 ____________________________________________________________________________
26638 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
26639         Log: Four wrongs can make a right.
26640      Branch: perl
26641            ! regexec.c utf8.c
26642 ____________________________________________________________________________
26643 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
26644         Log: Fix all the I case foldings as per CaseFold.txt.
26645      Branch: perl
26646            ! regcomp.c regexec.c
26647 ____________________________________________________________________________
26648 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
26649         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
26650      Branch: perl
26651            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
26652            ! regexec.c utf8.c
26653 ____________________________________________________________________________
26654 [ 13962] By: nick                                  on 2001/12/30  18:33:41
26655         Log: Integrate 8.3 fix for PPPort fix
26656      Branch: perlio
26657           +> ext/Devel/PPPort/ppport_h.PL
26658            - ext/Devel/PPPort/ppport.h.PL
26659            ! ext/Devel/PPPort/MANIFEST
26660           !> ext/Devel/PPPort/Makefile.PL
26661 ____________________________________________________________________________
26662 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
26663         Log: Integrate perlio:
26664              
26665              [ 13959]
26666              Win32 stuff:
26667              A. Use Perl_my_socketpair()
26668              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
26669              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
26670              take special measures to set it during pseudo-fork.
26671      Branch: perl
26672           !> util.c win32/perlhost.h
26673 ____________________________________________________________________________
26674 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
26675         Log: Fix ppport.h for Unix.
26676      Branch: perl
26677            + ext/Devel/PPPort/ppport_h.PL
26678            - ext/Devel/PPPort/ppport.h.PL
26679            ! MANIFEST ext/Devel/PPPort/Makefile.PL
26680 ____________________________________________________________________________
26681 [ 13959] By: nick                                  on 2001/12/30  16:53:42
26682         Log: Win32 stuff:
26683              A. Use Perl_my_socketpair()
26684              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
26685              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
26686              take special measures to set it during pseudo-fork.
26687      Branch: perlio
26688            ! util.c win32/perlhost.h
26689 ____________________________________________________________________________
26690 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
26691         Log: Integrate perlio:
26692              
26693              [ 13950]
26694              Win32 hides some errno-oid constants in <winsock.h> under assumed names.
26695              This gets them into Errno.pm - yet to prove they end up in $!.
26696              
26697              [ 13948]
26698              remove embed.pl duplicates
26699              
26700              [ 13944]
26701              "Port" Devel::PPPort to Win32:
26702              - need to set @INC before use in the test
26703              - {} are special to dmake, so use ppport.h.PL
26704              rather than commandline 
26705      Branch: perl
26706           +> ext/Devel/PPPort/ppport.h.PL
26707           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
26708           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
26709           !> proto.h
26710 ____________________________________________________________________________
26711 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
26712         Log: metaconfig unit change for #13956.
26713      Branch: metaconfig
26714            ! U/modified/spitshell.U
26715 ____________________________________________________________________________
26716 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
26717         Log: Must look for cat also in $PATH (noticed by Philip Newton).
26718      Branch: perl
26719            ! Configure
26720 ____________________________________________________________________________
26721 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
26722         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
26723              From: Blair Zajac <blair@orcaware.com>
26724              Date: Sat, 29 Dec 2001 22:37:03 -0800
26725              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
26726      Branch: perl
26727            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
26728 ____________________________________________________________________________
26729 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
26730         Log: Regen files.
26731      Branch: perl
26732            ! embed.h global.sym pod/perlapi.pod uconfig.h
26733 ____________________________________________________________________________
26734 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
26735         Log: Subject: [PATCH] -t without -w 
26736              From: Michael G Schwern <schwern@pobox.com>
26737              Date: Sat, 29 Dec 2001 23:46:25 -0500
26738              Message-ID: <20011230044625.GA14386@blackrider>
26739      Branch: perl
26740            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
26741            ! warnings.pl
26742 ____________________________________________________________________________
26743 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
26744         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
26745              From: Dave Rolsky <autarch@urth.org>               
26746              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
26747              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
26748              
26749              $^O is NetWare, not Netware.
26750      Branch: perl
26751            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
26752 ____________________________________________________________________________
26753 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
26754         Log: Sarathy thinks undoing C++ comments from C++ files
26755              is a bit too zealous.
26756      Branch: perl
26757            ! win32/perlhost.h win32/vmem.h
26758 ____________________________________________________________________________
26759 [ 13950] By: nick                                  on 2001/12/30  14:30:02
26760         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
26761              This gets them into Errno.pm - yet to prove they end up in $!.
26762      Branch: perlio
26763            ! ext/Errno/Errno_pm.PL
26764 ____________________________________________________________________________
26765 [ 13949] By: nick                                  on 2001/12/30  12:02:21
26766         Log: Integrate Cwd muddle
26767      Branch: perlio
26768           !> MANIFEST installperl lib/Cwd.pm
26769 ____________________________________________________________________________
26770 [ 13948] By: nick                                  on 2001/12/30  11:51:40
26771         Log: remove embed.pl duplicates
26772      Branch: perlio
26773            ! embed.h embed.pl global.sym proto.h
26774 ____________________________________________________________________________
26775 [ 13947] By: nick                                  on 2001/12/30  11:35:51
26776         Log: More Cwd tidy up
26777      Branch: perl
26778            ! MANIFEST installperl
26779 ____________________________________________________________________________
26780 [ 13946] By: nick                                  on 2001/12/30  11:12:42
26781         Log: Undo a mess trying Cwd.pm in its ext directory
26782      Branch: perl
26783            + lib/Cwd.pm
26784            - ext/Cwd/Cwd.pm
26785 ____________________________________________________________________________
26786 [ 13945] By: nick                                  on 2001/12/30  10:03:43
26787         Log: Integrate mainline
26788      Branch: perl
26789           +> ext/Cwd/Cwd.pm
26790            - lib/Cwd.pm
26791            ! MANIFEST
26792      Branch: perlio
26793           !> (integrate 45 files)
26794 ____________________________________________________________________________
26795 [ 13944] By: nick                                  on 2001/12/30  09:27:16
26796         Log: "Port" Devel::PPPort to Win32:
26797              - need to set @INC before use in the test
26798              - {} are special to dmake, so use ppport.h.PL
26799              rather than commandline 
26800      Branch: perlio
26801            + ext/Devel/PPPort/ppport.h.PL
26802            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
26803 ____________________________________________________________________________
26804 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
26805         Log: Update Changes.
26806      Branch: perl
26807            ! Changes patchlevel.h
26808 ____________________________________________________________________________
26809 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
26810         Log: Subject: [PATCH] cleaner close on tests, take 2
26811              From: andreas.koenig@anima.de (Andreas J. Koenig)
26812              Date: 29 Dec 2001 21:42:37 +0100
26813              Message-ID: <m33d1tvjuq.fsf@anima.de>
26814              
26815              (the DB_File patches)
26816      Branch: perl
26817            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
26818            ! ext/DB_File/t/db-recno.t
26819 ____________________________________________________________________________
26820 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
26821         Log: Integrate perlio:
26822              
26823              [ 13936]
26824              Routine regen_config_h - no real differences other than order of crypt 
26825      Branch: perl
26826           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26827 ____________________________________________________________________________
26828 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
26829         Log: Subject: [PATCH] cleaner close on tests, take 2             
26830              From: andreas.koenig@anima.de (Andreas J. Koenig)
26831              Date: 29 Dec 2001 21:42:37 +0100
26832              Message-ID: <m33d1tvjuq.fsf@anima.de>
26833              
26834              (except for the three DB_File patch fragments)
26835      Branch: perl
26836            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
26837            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
26838            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
26839            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
26840            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
26841            ! t/op/runlevel.t t/op/write.t t/run/switches.t
26842 ____________________________________________________________________________
26843 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
26844         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
26845              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26846              Date: Sat, 29 Dec 2001 20:38:59 +0100
26847              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
26848              
26849              (NetWare tree not touched because it's very //)
26850      Branch: perl
26851            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
26852            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
26853            ! wince/include/errno.h wince/include/netdb.h
26854            ! wince/include/sys/socket.h wince/include/sys/stat.h
26855            ! wince/perllib.c wince/perlmain.c wince/win32.h
26856            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
26857            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
26858 ____________________________________________________________________________
26859 [ 13938] By: nick                                  on 2001/12/29  19:23:32
26860         Log: Integrate mainline (ok linux)
26861      Branch: perlio
26862           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
26863           !> (integrate 33 files)
26864 ____________________________________________________________________________
26865 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
26866         Log: Give up on serious testing of langinfo().  Leave the old
26867              code in place, though.
26868      Branch: perl
26869            ! ext/I18N/Langinfo/Langinfo.t
26870 ____________________________________________________________________________
26871 [ 13936] By: nick                                  on 2001/12/29  18:20:33
26872         Log: Routine regen_config_h - no real differences other than order of crypt 
26873      Branch: perlio
26874            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26875 ____________________________________________________________________________
26876 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
26877         Log: Integrate perlio:
26878              
26879              [ 13934]
26880              Fudge Config.pm so File::Spec does not croak.
26881              
26882              [ 13931]
26883              Define the two socket error numbers in terms of WSAEXXXXX equivalents
26884              (just to get util.c to compile)
26885      Branch: perl
26886           !> win32/FindExt.pm win32/win32.h
26887 ____________________________________________________________________________
26888 [ 13934] By: nick                                  on 2001/12/29  17:27:50
26889         Log: Fudge Config.pm so File::Spec does not croak.
26890      Branch: perlio
26891            ! win32/FindExt.pm
26892 ____________________________________________________________________________
26893 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
26894         Log: metaconfig unit changes for #13932.
26895      Branch: metaconfig
26896            + U/modified/Init.U
26897            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
26898 ____________________________________________________________________________
26899 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
26900         Log: VOS tweaks from Paul Green.
26901              
26902              The Configure tweaks: the _exe needs to be
26903              set after the init; VOS has fd 3 hardwired to /dev/tty;
26904              the grep/ln/make substitutions really need to stick.
26905      Branch: perl
26906            ! Configure hints/vos.sh perl.h util.c vos/build.cm
26907            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26908            ! vos/config.ga.h vos/vosish.h
26909 ____________________________________________________________________________
26910 [ 13931] By: nick                                  on 2001/12/29  17:00:38
26911         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
26912              (just to get util.c to compile)
26913      Branch: perlio
26914            ! win32/win32.h
26915 ____________________________________________________________________________
26916 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
26917         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
26918              From: coral@eekeek.org
26919              Date: Fri, 28 Dec 2001 19:58:22 -0500      
26920              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
26921      Branch: perl
26922            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
26923            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
26924            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
26925            ! pod/perlunicode.pod pod/perlxs.pod util.c
26926 ____________________________________________________________________________
26927 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
26928         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
26929      Branch: perl
26930            ! t/op/exec.t
26931 ____________________________________________________________________________
26932 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
26933         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
26934              From: Abe Timmerman <abe@ztreet.demon.nl>
26935              Date: Sat, 29 Dec 2001 13:10:06 +0100
26936              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
26937      Branch: perl
26938            + lib/Pod/t/InputObjects.t
26939 ____________________________________________________________________________
26940 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
26941         Log: Integrate perlio:
26942              
26943              [ 13926]
26944              Nick Clark's embed.pl fix for my_socketpair
26945              
26946              [ 13923]
26947              Quick fix (after couple of clever fixes failed) for
26948              "accept leaks memory" fail [ID 20011223.001]
26949      Branch: perl
26950           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
26951 ____________________________________________________________________________
26952 [ 13926] By: nick                                  on 2001/12/29  15:23:21
26953         Log: Nick Clark's embed.pl fix for my_socketpair
26954      Branch: perlio
26955            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
26956 ____________________________________________________________________________
26957 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
26958         Log: Slight tweaks on the MM_Win32.t.
26959      Branch: perl
26960            ! lib/ExtUtils/t/MM_Win32.t
26961 ____________________________________________________________________________
26962 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
26963         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
26964              From: Abe Timmerman <abe@ztreet.demon.nl>
26965              Date: Sat, 29 Dec 2001 12:51:36 +0100
26966              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
26967      Branch: perl
26968            + lib/ExtUtils/t/MM_Win32.t
26969            ! MANIFEST
26970 ____________________________________________________________________________
26971 [ 13923] By: nick                                  on 2001/12/29  15:12:07
26972         Log: Quick fix (after couple of clever fixes failed) for
26973              "accept leaks memory" fail [ID 20011223.001]
26974      Branch: perlio
26975            ! pp_sys.c
26976 ____________________________________________________________________________
26977 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
26978         Log: Subject: [PATCH] Module names and other nits
26979              From: Autrijus Tang <autrijus@autrijus.org>                 
26980              Date: Sat, 29 Dec 2001 01:59:28 +0800
26981              Message-ID: <20011229015928.A29712@geb.elixus.org>              
26982      Branch: perl
26983            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
26984            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
26985            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
26986            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
26987            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
26988 ____________________________________________________________________________
26989 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
26990         Log: socketpair tweaks from Nicholas Clark.
26991      Branch: perl
26992            ! ext/Socket/socketpair.t util.c
26993 ____________________________________________________________________________
26994 [ 13920] By: nick                                  on 2001/12/29  12:36:21
26995         Log: Integrate mainline
26996      Branch: perlio
26997           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
26998           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
26999           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27000           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
27001           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
27002           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
27003           !> t/op/sysio.t
27004 ____________________________________________________________________________
27005 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
27006         Log: Retract #13917.
27007      Branch: perl
27008            ! doop.c
27009 ____________________________________________________________________________
27010 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
27011         Log: Subject: provisional MakeMaker patch for VMS
27012              From: "Craig A. Berry" <craigberry@mac.com> 
27013              Date: Thu, 27 Dec 2001 22:29:37 -0600
27014              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
27015      Branch: perl
27016            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27017 ____________________________________________________________________________
27018 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
27019         Log: (retracted by #13919)
27020      Branch: perl
27021            ! doop.c
27022 ____________________________________________________________________________
27023 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
27024         Log: metaconfig unit change for #13915.
27025      Branch: metaconfig/U/perl
27026            ! d_u32align.U
27027 ____________________________________________________________________________
27028 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
27029         Log: Remove debris in any case.
27030      Branch: perl
27031            ! Configure
27032 ____________________________________________________________________________
27033 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
27034         Log: Subject: [PATCH] Re: B::walksymtable oddness
27035              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
27036              Date: Thu, 27 Dec 2001 19:14:24 +0100
27037              Message-ID: <3C2B7310.861.18820D0@localhost>
27038      Branch: perl
27039            ! ext/B/B.pm
27040 ____________________________________________________________________________
27041 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
27042         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
27043              From: Nicholas Clark <nick@unfortu.net> 
27044              Date: Fri, 28 Dec 2001 00:43:02 +0000
27045              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
27046      Branch: perl
27047            ! ext/Socket/socketpair.t
27048 ____________________________________________________________________________
27049 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
27050         Log: Fast Latin1<->UTF-8 conversion for older Perls.
27051      Branch: perl
27052            ! pod/perluniintro.pod
27053 ____________________________________________________________________________
27054 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
27055         Log: Update Changes.
27056      Branch: perl
27057            ! Changes patchlevel.h
27058 ____________________________________________________________________________
27059 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
27060         Log: More wait status trickery for BeOS.
27061      Branch: perl
27062            ! ext/POSIX/POSIX.xs
27063 ____________________________________________________________________________
27064 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
27065         Log: metaconfig unit change for #13908.
27066      Branch: metaconfig/U/perl
27067            ! d_u32align.U
27068 ____________________________________________________________________________
27069 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
27070         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
27071      Branch: perl
27072            ! Configure
27073 ____________________________________________________________________________
27074 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
27075         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
27076              From: gbarr@monty.mutatus.co.uk
27077              Date: 27 Dec 2001 14:41:36 -0000
27078              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
27079      Branch: perl
27080            ! lib/ExtUtils/t/Embed.t
27081 ____________________________________________________________________________
27082 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
27083         Log: Subject: [PATCH] Re: socketpair emulation
27084              From: Nicholas Clark <nick@unfortu.net> 
27085              Date: Wed, 26 Dec 2001 20:08:14 +0000
27086              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
27087      Branch: perl
27088            ! ext/Socket/socketpair.t
27089 ____________________________________________________________________________
27090 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
27091         Log: Subject: [DOC PATCH] left is right and right is left
27092              From: Philip Newton <Philip.Newton@gmx.net>
27093              Date: Thu, 27 Dec 2001 10:04:17 +0100
27094              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
27095      Branch: perl
27096            ! pod/perlfunc.pod pod/perlport.pod
27097 ____________________________________________________________________________
27098 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
27099         Log: Subject: [PATCH] check return of close
27100              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27101              Date: 27 Dec 2001 09:47:30 +0100
27102              Message-ID: <m3ellhgicd.fsf@anima.de> 
27103              
27104              Subject: [PATCH] improve error reporting
27105              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27106              Date: 27 Dec 2001 09:54:55 +0100
27107              Message-ID: <m3adw5gi00.fsf@anima.de> 
27108              
27109              Subject: [PATCH] check return value of close
27110              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27111              Date: 27 Dec 2001 10:03:55 +0100
27112              Message-ID: <m3666tghl0.fsf@anima.de> 
27113              
27114              Subject: [PATCH] return of close
27115              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27116              Date: 27 Dec 2001 10:22:15 +0100
27117              Message-ID: <m31yhhggqg.fsf@anima.de> 
27118      Branch: perl
27119            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
27120            ! t/io/fflush.t
27121 ____________________________________________________________________________
27122 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
27123         Log: Subject: [PATCH] check return of close
27124              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27125              Date: 27 Dec 2001 09:47:30 +0100
27126              Message-ID: <m3ellhgicd.fsf@anima.de> 
27127      Branch: perl
27128            ! t/base/rs.t
27129 ____________________________________________________________________________
27130 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
27131         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
27132              From: andreas.koenig@anima.de (Andreas J. Koenig)
27133              Date: 27 Dec 2001 09:21:16 +0100
27134              Message-ID: <m3n105gjk3.fsf@anima.de>
27135      Branch: perl
27136            ! t/op/sysio.t
27137 ____________________________________________________________________________
27138 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
27139         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
27140              From: "Gerrit P. Haase" <gp@familiehaase.de>
27141              Date: Thu, 27 Dec 2001 09:23:55 +0100 
27142              Message-ID: <98211521662.20011227092355@familiehaase.de>
27143      Branch: perl
27144            ! lib/ExtUtils/t/MM_Cygwin.t
27145 ____________________________________________________________________________
27146 [ 13900] By: nick                                  on 2001/12/27  11:11:51
27147         Log: Integrate mainline
27148      Branch: perlio
27149           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
27150           +> lib/File/Spec/NW5.pm
27151           !> (integrate 52 files)
27152 ____________________________________________________________________________
27153 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
27154         Log: Replace the awful (most likely generated and not very persistent)
27155              URL with something tangible.
27156      Branch: perl
27157            ! README.hpux
27158 ____________________________________________________________________________
27159 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
27160         Log: Naughty /dev/printer (ls -l, really) of IRIX.
27161      Branch: perl
27162            ! t/op/stat.t
27163 ____________________________________________________________________________
27164 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
27165         Log: Upgrade to Net::Ping 2.10.
27166      Branch: perl
27167            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
27168            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
27169            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
27170            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
27171 ____________________________________________________________________________
27172 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
27173         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
27174              (this showed up in Benchmark.t)
27175      Branch: perl
27176            ! pp_sys.c
27177 ____________________________________________________________________________
27178 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
27179         Log: BeOS updates.
27180      Branch: perl
27181            ! README.beos beos/beos.c
27182 ____________________________________________________________________________
27183 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
27184         Log: Subject: Re: bleadperl doesn't compile
27185              From: "Gerrit P. Haase" <gp@familiehaase.de>
27186              Date: Wed, 26 Dec 2001 21:29:08 +0100
27187              Message-ID: <22168634623.20011226212908@familiehaase.de>
27188              
27189              Cygwin with multiplicity.
27190      Branch: perl
27191            ! perlio.c
27192 ____________________________________________________________________________
27193 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
27194         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
27195              From: Nicholas Clark <nick@ccl4.org>
27196              Date: Wed, 26 Dec 2001 19:07:33 +0000
27197              Message-ID: <20011226190732.J48842@plum.flirble.org>            
27198              
27199              socketpair() (un)signedness nit.
27200      Branch: perl
27201            ! util.c
27202 ____________________________________________________________________________
27203 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
27204         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
27205              From: Nicholas Clark <nick@ccl4.org>
27206              Date: Wed, 26 Dec 2001 19:19:47 +0000
27207              Message-ID: <20011226191946.K48842@plum.flirble.org>
27208              
27209              Use report_evil_fh().
27210      Branch: perl
27211            ! doio.c
27212 ____________________________________________________________________________
27213 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
27214         Log: Bad $? assumptions.
27215      Branch: perl
27216            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
27217 ____________________________________________________________________________
27218 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
27219         Log: Net::Ping isn't going to work much without
27220              the Socket extension; fail more gracefully.
27221      Branch: perl
27222            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27223            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27224            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27225            ! lib/Net/Ping/t/300_ping_stream.t
27226 ____________________________________________________________________________
27227 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
27228         Log: metaconfig unit change for #13888.
27229      Branch: metaconfig
27230            ! U/modified/Oldconfig.U
27231 ____________________________________________________________________________
27232 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
27233         Log: test -d /system is a bit too generic test for VOS
27234              (false hit in BeOS)
27235      Branch: perl
27236            ! Configure
27237 ____________________________________________________________________________
27238 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
27239         Log: No AF_UNIX in BeOS.
27240      Branch: perl
27241            ! util.c
27242 ____________________________________________________________________________
27243 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
27244         Log: FAQ sync.
27245      Branch: perl
27246            ! pod/perlfaq5.pod
27247 ____________________________________________________________________________
27248 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
27249         Log: Update Changes.
27250      Branch: perl
27251            ! Changes patchlevel.h
27252 ____________________________________________________________________________
27253 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
27254         Log: Make -t equal -tw.
27255      Branch: perl
27256            ! perl.c pod/perlrun.pod
27257 ____________________________________________________________________________
27258 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
27259         Log: Subject: Re: Not OK 13881
27260              From: John Peacock <jpeacock@rowman.com>
27261              Date: Tue, 25 Dec 2001 06:02:12 -0500
27262              Message-ID: <3C285CB4.8040006@rowman.com>
27263      Branch: perl
27264            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
27265 ____________________________________________________________________________
27266 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
27267         Log: Subject: Re: Not OK 13881
27268              From: andreas.koenig@anima.de (Andreas J. Koenig)
27269              Date: 25 Dec 2001 07:33:23 +0100
27270              Message-ID: <m3bsgnajws.fsf@anima.de>
27271      Branch: perl
27272            ! op.c
27273 ____________________________________________________________________________
27274 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
27275         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
27276              From: Mark-Jason Dominus <mjd@plover.com>    
27277              Date: Mon, 24 Dec 2001 18:14:48 -0500
27278              Message-ID: <20011224231448.25826.qmail@plover.com>
27279      Branch: perl
27280            ! op.c t/op/eval.t
27281 ____________________________________________________________________________
27282 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
27283         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
27284              From: Dave Rolsky <autarch@urth.org>
27285              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
27286              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
27287      Branch: perl
27288            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
27289            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
27290            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27291            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
27292            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
27293 ____________________________________________________________________________
27294 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
27295         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
27296              From: Jeffrey Friedl <jfriedl@yahoo.com>
27297              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
27298              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
27299              
27300              The rest of the tests for plus few extras.
27301      Branch: perl
27302            ! t/op/pat.t
27303 ____________________________________________________________________________
27304 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
27305         Log: metaconfig unit change for #13877.
27306      Branch: metaconfig
27307            ! U/modified/Unix.U
27308 ____________________________________________________________________________
27309 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
27310         Log: No-op.
27311      Branch: perl
27312            ! Configure
27313 ____________________________________________________________________________
27314 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
27315         Log: More constant casting.
27316      Branch: perl
27317            ! regexec.c
27318 ____________________________________________________________________________
27319 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
27320         Log: Subject: perlhack.pod 
27321              From: "John P. Linderman" <jpl@research.att.com>
27322              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
27323              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
27324      Branch: perl
27325            ! pod/perlhack.pod
27326 ____________________________________________________________________________
27327 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
27328         Log: File::Find patch patches from Thomas Wegner.
27329      Branch: perl
27330            ! lib/File/Find.pm
27331 ____________________________________________________________________________
27332 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
27333         Log: Subject: Re: socketpair emulation 
27334              From: Nicholas Clark <nick@unfortu.net>                 
27335              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
27336              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
27337      Branch: perl
27338            ! ext/Socket/socketpair.t
27339 ____________________________________________________________________________
27340 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
27341         Log: Must cast constants if they can be quads.
27342      Branch: perl
27343            ! regcomp.c
27344 ____________________________________________________________________________
27345 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
27346         Log: Promote the e/uid to wide enough un/signed integers
27347              and printf them as such.
27348      Branch: perl
27349            ! taint.c
27350 ____________________________________________________________________________
27351 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
27352         Log: metaconfig unit change for #13869.
27353      Branch: metaconfig/U/perl
27354            ! d_u32align.U
27355 ____________________________________________________________________________
27356 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
27357         Log: The U32 alignment test wasn't really working, noticed
27358              by Paul Green.  Now the test works, but this means that
27359              we may see coredumps from the test.   I sure hope MMUless
27360              places don't crash on the test.
27361      Branch: perl
27362            ! Configure
27363 ____________________________________________________________________________
27364 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
27365         Log: metaconfig unit changes for #13867.
27366      Branch: metaconfig
27367            ! U/compline/nblock_io.U U/modified/Unix.U
27368            ! U/modified/spitshell.U
27369 ____________________________________________________________________________
27370 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
27371         Log: More VOS tweaks.
27372      Branch: perl
27373            ! Configure
27374 ____________________________________________________________________________
27375 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
27376         Log: The funky final sigma casefolding.
27377      Branch: perl
27378            ! regcomp.c regexec.c t/op/pat.t utf8.h
27379 ____________________________________________________________________________
27380 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
27381         Log: Update Changes.
27382      Branch: perl
27383            ! Changes patchlevel.h
27384 ____________________________________________________________________________
27385 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
27386         Log: Move the \C and \X to pat.t.
27387      Branch: perl
27388            ! t/op/pat.t t/op/re_tests
27389 ____________________________________________________________________________
27390 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
27391         Log: More logical test ordering.
27392      Branch: perl
27393            ! perl.h
27394 ____________________________________________________________________________
27395 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
27396         Log: Integrate perlio:
27397              
27398              [ 13854]
27399              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
27400              
27401              [ 13853]
27402              Put PerlIO stuff inside EXTERN C
27403              
27404              [ 13852]
27405              Add at least the "important" PerlIO_xxxx functions to embed.pl
27406              so that they get implicit pTHX_ and we can avoid slow dTHX.
27407      Branch: perl
27408           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
27409           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
27410           !> win32/win32.c
27411 ____________________________________________________________________________
27412 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
27413         Log: Even more \X fixing.
27414      Branch: perl
27415            ! regexec.c t/op/pat.t
27416 ____________________________________________________________________________
27417 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
27418         Log: More \X fixing.
27419      Branch: perl
27420            ! regexec.c t/op/pat.t
27421 ____________________________________________________________________________
27422 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
27423         Log: Fix encoding pragma.
27424      Branch: perl
27425            ! regcomp.c
27426 ____________________________________________________________________________
27427 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
27428         Log: Subject: socketpair emulation
27429              From: Nicholas Clark <nick@unfortu.net>
27430              Date: Sat, 22 Dec 2001 18:38:18 +0000
27431              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
27432      Branch: perl
27433            + ext/Socket/socketpair.t
27434            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
27435            ! pp_sys.c proto.h util.c
27436 ____________________________________________________________________________
27437 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
27438         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
27439              From: Jeffrey Friedl <jfriedl@yahoo.com>
27440              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
27441              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
27442              
27443              (partially applied, most of the new tests need to be rethought)
27444      Branch: perl
27445            ! regcomp.c t/op/re_tests
27446 ____________________________________________________________________________
27447 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
27448         Log: Small tweaks.
27449      Branch: perl
27450            ! handy.h regexec.c
27451 ____________________________________________________________________________
27452 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
27453         Log: Unicode casefolding continues.
27454              (lib/encoding.t still failing.)
27455      Branch: perl
27456            ! regexec.c t/op/pat.t
27457 ____________________________________________________________________________
27458 [ 13854] By: nick                                  on 2001/12/22  20:01:27
27459         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
27460      Branch: perlio
27461            ! makedef.pl perlio.h perlio.sym win32/win32.c
27462 ____________________________________________________________________________
27463 [ 13853] By: nick                                  on 2001/12/22  19:58:53
27464         Log: Put PerlIO stuff inside EXTERN C
27465      Branch: perlio
27466            ! embed.pl proto.h
27467 ____________________________________________________________________________
27468 [ 13852] By: nick                                  on 2001/12/22  18:04:34
27469         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
27470              so that they get implicit pTHX_ and we can avoid slow dTHX.
27471      Branch: perlio
27472            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
27473            ! perlio.h pod/perlapi.pod proto.h
27474 ____________________________________________________________________________
27475 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
27476         Log: metaconfig unit change for #13850.
27477      Branch: metaconfig
27478            ! U/modified/Loc.U
27479 ____________________________________________________________________________
27480 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
27481         Log: Rework the make logic (again).
27482      Branch: perl
27483            ! Configure
27484 ____________________________________________________________________________
27485 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
27486         Log: Integrate perlio:
27487              
27488              [ 13848]
27489              The CR at EOF fix earlier broke CR at end-of-buffer.
27490              This should be okay for both?
27491              
27492              [ 13847]
27493              Correct checking code which Ilya spotted was tripped by CR at EOF.
27494              Also tone down perl -DP tracing of sv_gets.
27495              
27496              [ 13846]
27497              Fix mis-parse of autoloaded usage code by declaring the sub
27498      Branch: perl
27499            ! regexec.c
27500           !> ext/POSIX/POSIX.pm perlio.c sv.c
27501 ____________________________________________________________________________
27502 [ 13848] By: nick                                  on 2001/12/22  15:11:17
27503         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
27504              This should be okay for both?
27505      Branch: perlio
27506            ! perlio.c
27507 ____________________________________________________________________________
27508 [ 13847] By: nick                                  on 2001/12/22  12:26:32
27509         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
27510              Also tone down perl -DP tracing of sv_gets.
27511      Branch: perlio
27512            ! perlio.c sv.c
27513 ____________________________________________________________________________
27514 [ 13846] By: nick                                  on 2001/12/22  10:49:27
27515         Log: Fix mis-parse of autoloaded usage code by declaring the sub
27516      Branch: perlio
27517            ! ext/POSIX/POSIX.pm
27518 ____________________________________________________________________________
27519 [ 13845] By: nick                                  on 2001/12/22  10:44:11
27520         Log: Integrate mainline - some fails:
27521              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
27522              -------------------------------------------------------------------------------
27523              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
27524              ../lib/encoding.t                    19    2  10.53%  17-18
27525              op/pat.t                            770    3   0.39%  754-755 757
27526      Branch: perlio
27527           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
27528           !> (integrate 36 files)
27529 ____________________________________________________________________________
27530 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
27531         Log: More Unicode casing fixes.
27532      Branch: perl
27533            ! regexec.c t/op/pat.t
27534 ____________________________________________________________________________
27535 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
27536         Log: Unicode casefolding fixes.
27537      Branch: perl
27538            ! op.c regcomp.c regexec.c t/op/pat.t
27539 ____________________________________________________________________________
27540 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
27541         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
27542              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
27543              Date: Sat, 22 Dec 2001 00:01:29 +0100
27544              Message-ID: <20011222000129.A713@rafael>
27545      Branch: perl
27546            ! ext/B/B/Deparse.pm
27547 ____________________________________________________________________________
27548 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
27549         Log: VOS config from Paul Green.
27550      Branch: perl
27551            ! hints/vos.sh
27552 ____________________________________________________________________________
27553 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
27554         Log: Subject: [PATCH @13746] CreateTTY on OS/2
27555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27556              Date: Fri, 21 Dec 2001 15:59:45 -0500
27557              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
27558      Branch: perl
27559            ! lib/perl5db.pl
27560 ____________________________________________________________________________
27561 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
27562         Log: Subject: [PATCH @13746] uninstalled build of modules broken
27563              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27564              Date: Fri, 21 Dec 2001 15:49:09 -0500
27565              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
27566      Branch: perl
27567            ! lib/ExtUtils/MM_Unix.pm
27568 ____________________________________________________________________________
27569 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
27570         Log: Subject: [PATCH @13746] OS/2 File::* modules
27571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27572              Date: Fri, 21 Dec 2001 15:43:24 -0500
27573              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
27574      Branch: perl
27575            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
27576 ____________________________________________________________________________
27577 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
27578         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
27579              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27580              Date: Fri, 21 Dec 2001 17:29:07 +0100
27581              Message-ID: <3C236353.6625C4C0@alcatel.at>
27582      Branch: perl
27583            ! pod/perltie.pod
27584 ____________________________________________________________________________
27585 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
27586         Log: metaconfig unit changes for #13835
27587      Branch: metaconfig
27588            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
27589            ! U/modified/sh.U
27590 ____________________________________________________________________________
27591 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
27592         Log: Further VOS tweaks: the _exe needs to be introduced
27593              in the very beginning, and the make/gmake needs special
27594              VOS logic.
27595      Branch: perl
27596            ! Configure Makefile.SH
27597 ____________________________________________________________________________
27598 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
27599         Log: Update Changes.
27600      Branch: perl
27601            ! Changes patchlevel.h
27602 ____________________________________________________________________________
27603 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
27604         Log: metaconfig unit change for #13832.
27605      Branch: metaconfig
27606            ! U/modified/spitshell.U
27607 ____________________________________________________________________________
27608 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
27609         Log: Also the search for cat needs to be _exe-aware.
27610      Branch: perl
27611            ! Configure
27612 ____________________________________________________________________________
27613 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
27614         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
27615              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27616              Date: Fri, 21 Dec 2001 14:02:01 +0100
27617              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
27618      Branch: perl
27619            ! ext/B/B/Xref.pm
27620 ____________________________________________________________________________
27621 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
27622         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
27623      Branch: perl
27624            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
27625            ! ext/B/t/assembler.t
27626 ____________________________________________________________________________
27627 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
27628         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
27629              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27630              Date: Fri, 21 Dec 2001 11:15:38 +0100
27631              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
27632      Branch: perl
27633            ! hv.c
27634 ____________________________________________________________________________
27635 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
27636         Log: A plan is good.
27637      Branch: perl
27638            ! ext/re/re.t
27639 ____________________________________________________________________________
27640 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
27641         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
27642              From: chromatic <chromatic@rmci.net>
27643              Date: Thu, 20 Dec 2001 16:16:48 -0700
27644              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
27645      Branch: perl
27646            + ext/re/re.t
27647            ! MANIFEST
27648 ____________________________________________________________________________
27649 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
27650         Log: Synchronize the skippage message.
27651      Branch: perl
27652            ! lib/ExtUtils/t/MM_OS2.t
27653 ____________________________________________________________________________
27654 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
27655         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
27656              From: chromatic <chromatic@rmci.net>
27657              Date: Thu, 20 Dec 2001 16:09:10 -0700
27658              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
27659      Branch: perl
27660            + lib/ExtUtils/t/MM_OS2.t
27661            ! MANIFEST
27662 ____________________________________________________________________________
27663 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
27664         Log: Subject: perlfunc.pod patch re flock via fcntl
27665              From: "Tye McQueen" <tye@metronet.com>
27666              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
27667              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
27668      Branch: perl
27669            ! pod/perlfunc.pod
27670 ____________________________________________________________________________
27671 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
27672         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
27673              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
27674              (the Unicode maximum code point) warnable offenses.
27675      Branch: perl
27676            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
27677            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
27678 ____________________________________________________________________________
27679 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
27680         Log: Sterner admonishment on -t.
27681      Branch: perl
27682            ! pod/perlrun.pod
27683 ____________________________________________________________________________
27684 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
27685         Log: Subject: [PATCH B::Dpparse] minor qr// fix
27686              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27687              Date: Thu, 20 Dec 2001 22:53:34 +0100
27688              Message-ID: <20011220225334.A735@rafael>
27689      Branch: perl
27690            ! ext/B/B/Deparse.pm
27691 ____________________________________________________________________________
27692 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
27693         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
27694              From: Robert Spier <rspier@pobox.com>
27695              Date: Thu, 20 Dec 2001 08:10:00 -0800
27696              Message-ID: <15394.3416.693353.107334@rls.cx>
27697      Branch: perl
27698            ! lib/Carp/Heavy.pm
27699 ____________________________________________________________________________
27700 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
27701         Log: Integrate perlio:
27702              
27703              [ 13815]
27704              pTHX_ fixes for :win32 layer
27705      Branch: perl
27706           !> win32/win32io.c
27707 ____________________________________________________________________________
27708 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
27709         Log: Subject: Re: [PATCH pod/perliol.pod] resend
27710              From: Stas Bekman <stas@stason.org>
27711              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
27712              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
27713      Branch: perl
27714            ! pod/perliol.pod
27715 ____________________________________________________________________________
27716 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
27717         Log: Fix up the APIs noone hopefully uses.
27718      Branch: perl
27719            ! utf8.c
27720 ____________________________________________________________________________
27721 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
27722         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
27723              Date: Wed, 19 Dec 2001 14:13:38 -0800
27724              From: Robert Spier <rspier@pobox.com>
27725              Message-ID: <15393.4370.605214.548582@rls.cx>
27726      Branch: perl
27727            ! lib/Carp.t lib/Carp/Heavy.pm
27728 ____________________________________________________________________________
27729 [ 13815] By: nick                                  on 2001/12/20  10:23:42
27730         Log: pTHX_ fixes for :win32 layer
27731      Branch: perlio
27732            ! win32/win32io.c
27733 ____________________________________________________________________________
27734 [ 13814] By: nick                                  on 2001/12/20  08:20:11
27735         Log: Integrate mainline (mostly) utf8.c does not compile.
27736      Branch: perlio
27737           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
27738           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27739           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27740           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27741           +> lib/Net/Ping/t/300_ping_stream.t
27742           !> Changes MANIFEST embed.h embed.pl embedvar.h
27743           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
27744           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
27745           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
27746           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
27747           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
27748 ____________________________________________________________________________
27749 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
27750         Log: Some bincompat clawbacks.
27751      Branch: perl
27752            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
27753            ! wince/perldll.def
27754 ____________________________________________________________________________
27755 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
27756         Log: gcc pacifying (RH 7.1/ia64).
27757      Branch: perl
27758            ! pp.c
27759 ____________________________________________________________________________
27760 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
27761         Log: Update Changes.
27762      Branch: perl
27763            ! Changes patchlevel.h
27764 ____________________________________________________________________________
27765 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
27766         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
27767              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27768              Date: Wed, 19 Dec 2001 12:35:07 +0100
27769              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
27770              
27771              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
27772              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27773              Date: Wed, 19 Dec 2001 17:34:51 +0000
27774              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
27775      Branch: perl
27776            ! pod/perlre.pod
27777 ____________________________________________________________________________
27778 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
27779         Log: Integrate perlio:
27780              
27781              [ 13808]
27782              Add pTHX to all vtable functions for future-proofing and
27783              consistency of PerlIO layers.
27784              
27785              [ 13797]
27786              Remove the sometimes-lvalue cast
27787              
27788              [ 13796]
27789              alarm.t with -Uuseperlio fix
27790              - SA_RESTART should only be function of PERL_OLD_SIGNALS
27791              not USE_PERLIO
27792              
27793              [ 13795]
27794              Fix READONLY hashes:
27795              1. Discovered need for disabled scope.c part of Jeff's patch.
27796              2. Corrected hv_delete* - entry was being de-linked from
27797              chain (patch program not smart enough?)
27798      Branch: perl
27799           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27800           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
27801 ____________________________________________________________________________
27802 [ 13808] By: nick                                  on 2001/12/19  16:08:27
27803         Log: Add pTHX to all vtable functions for future-proofing and
27804              consistency of PerlIO layers.
27805      Branch: perlio
27806            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27807            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
27808 ____________________________________________________________________________
27809 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
27810         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
27811      Branch: perl
27812            ! ext/B/B/Assembler.pm
27813 ____________________________________________________________________________
27814 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
27815         Log: Reword the alarm explanation.
27816      Branch: perl
27817            ! pod/perlfunc.pod
27818 ____________________________________________________________________________
27819 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
27820         Log: Subject: [PATCH @13746] OS/2 build
27821              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
27822              Date: Wed, 19 Dec 2001 02:45:41 -0500
27823              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
27824              
27825              (skipped the t/TEST change)
27826      Branch: perl
27827            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
27828            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
27829            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
27830 ____________________________________________________________________________
27831 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
27832         Log: Upgrade to Net::Ping 2.09.
27833      Branch: perl
27834            + lib/Net/Ping/CHANGES lib/Net/Ping/README
27835            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27836            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27837            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27838            + lib/Net/Ping/t/300_ping_stream.t
27839            ! MANIFEST lib/Net/Ping.pm
27840 ____________________________________________________________________________
27841 [ 13803] By: nick                                  on 2001/12/19  14:43:24
27842         Log: Integrate mainline
27843      Branch: perlio
27844           +> ext/B/t/assembler.t lib/lib.t
27845           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
27846           !> lib/lib_pm.PL t/op/glob.t utf8.c
27847 ____________________________________________________________________________
27848 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
27849         Log: B::Assembler/B::Disassembler patches and test;
27850              from Wolfgang Laun.
27851              
27852              TODO: getting perlcc working.
27853      Branch: perl
27854            + ext/B/t/assembler.t
27855            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
27856 ____________________________________________________________________________
27857 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
27858         Log: Can't printf U8s as UVs.
27859      Branch: perl
27860            ! utf8.c
27861 ____________________________________________________________________________
27862 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
27863         Log: Subject: Re: [PATCH] ...while $var = glob(...)
27864              From: Robin Houston <robin@kitsite.com> 
27865              Date: Wed, 19 Dec 2001 13:48:55 +0000
27866              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
27867              
27868              Not exactly a glob test but internal-logically correct.
27869      Branch: perl
27870            ! t/op/glob.t
27871 ____________________________________________________________________________
27872 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
27873         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
27874              From: Michael G Schwern <schwern@pobox.com> 
27875              Date: Wed, 19 Dec 2001 07:42:54 -0500
27876              Message-ID: <20011219124254.GF8630@blackrider>
27877      Branch: perl
27878            + lib/lib.t
27879            ! MANIFEST lib/lib_pm.PL
27880 ____________________________________________________________________________
27881 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
27882         Log: Integrate with perlio.
27883      Branch: perl
27884           !> hv.c hv.h scope.c util.c
27885 ____________________________________________________________________________
27886 [ 13797] By: nick                                  on 2001/12/19  12:03:21
27887         Log: Remove the sometimes-lvalue cast
27888      Branch: perlio
27889            ! hv.h
27890 ____________________________________________________________________________
27891 [ 13796] By: nick                                  on 2001/12/19  11:02:27
27892         Log: alarm.t with -Uuseperlio fix
27893              - SA_RESTART should only be function of PERL_OLD_SIGNALS
27894              not USE_PERLIO
27895      Branch: perlio
27896            ! util.c
27897 ____________________________________________________________________________
27898 [ 13795] By: nick                                  on 2001/12/19  10:19:40
27899         Log: Fix READONLY hashes:
27900              1. Discovered need for disabled scope.c part of Jeff's patch.
27901              2. Corrected hv_delete* - entry was being de-linked from
27902              chain (patch program not smart enough?)
27903      Branch: perlio
27904            ! hv.c scope.c
27905 ____________________________________________________________________________
27906 [ 13794] By: nick                                  on 2001/12/19  09:35:13
27907         Log: Integrate mainline
27908      Branch: perlio
27909           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
27910           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
27911           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
27912           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
27913           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
27914 ____________________________________________________________________________
27915 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
27916         Log: Regen toc.
27917      Branch: perl
27918            ! pod/perltoc.pod
27919 ____________________________________________________________________________
27920 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
27921         Log: FAQ sync.
27922      Branch: perl
27923            ! pod/perlfaq5.pod
27924 ____________________________________________________________________________
27925 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
27926         Log: Reformat round.
27927      Branch: perl
27928            ! pod/perlunicode.pod
27929 ____________________________________________________________________________
27930 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
27931         Log: Subject: [PATCH] pod/perlunicode.pod
27932              From: Jeffrey Friedl <jfriedl@yahoo.com>
27933              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
27934              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
27935      Branch: perl
27936            ! pod/perlunicode.pod
27937 ____________________________________________________________________________
27938 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
27939         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
27940              From: Jeffrey Friedl <jfriedl@yahoo.com>
27941              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
27942              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
27943      Branch: perl
27944            ! pod/perluniintro.pod
27945 ____________________________________________________________________________
27946 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
27947         Log: Slight pod reformatting.
27948      Branch: perl
27949            ! pod/perluniintro.pod
27950 ____________________________________________________________________________
27951 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
27952         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
27953              From: Jeffrey Friedl <jfriedl@yahoo.com>    
27954              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
27955              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
27956      Branch: perl
27957            ! pod/perluniintro.pod
27958 ____________________________________________________________________________
27959 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
27960         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
27961              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27962              Date: Wed, 19 Dec 2001 01:45:23 +0000
27963              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
27964      Branch: perl
27965            ! sv.c
27966 ____________________________________________________________________________
27967 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
27968         Log: Subject: Porting/checkURL.pl
27969              From: abigail@foad.org
27970              Date: Tue, 18 Dec 2001 19:03:22 +0100          
27971              Message-ID: <20011218180322.8278.qmail@foad.org> 
27972      Branch: perl
27973            ! Porting/checkURL.pl
27974 ____________________________________________________________________________
27975 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
27976         Log: metaconfig unit change for #13783.
27977      Branch: metaconfig
27978            ! U/modified/Loc.U
27979 ____________________________________________________________________________
27980 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
27981         Log: A bit too oversweeping matching in #13778.
27982      Branch: perl
27983            ! Configure
27984 ____________________________________________________________________________
27985 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
27986         Log: Re-gen Configure based on #13778..13781.
27987      Branch: perl
27988            ! Configure config_h.SH
27989 ____________________________________________________________________________
27990 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
27991         Log: First assume that crypt() can live happy normal life in
27992              the libc or the moral equivalent; only then try magic.
27993      Branch: metaconfig
27994            + U/modified/d_crypt.U
27995 ____________________________________________________________________________
27996 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
27997         Log: In VOS ACLs confuse the testing.
27998      Branch: metaconfig
27999            ! U/modified/Findhdr.U
28000 ____________________________________________________________________________
28001 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
28002         Log: Either make or gmake.
28003      Branch: metaconfig
28004            ! U/modified/Loc.U
28005 ____________________________________________________________________________
28006 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
28007         Log: If your _exe is different from .exe and your test -f $foo
28008              doesn't do magic to recognize $foo$_exe, you will need to
28009              specify -D_exe=... on command line-- and this patch.
28010      Branch: metaconfig
28011            + U/modified/sh.U
28012            ! U/modified/Loc.U
28013 ____________________________________________________________________________
28014 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
28015         Log: Fix the bugs in #13768..13776, and regen Configure.
28016      Branch: metaconfig
28017            ! U/compline/nblock_io.U U/modified/Findhdr.U
28018            ! U/modified/spitshell.U
28019      Branch: metaconfig/U/perl
28020            ! issymlink.U perlpath.U
28021      Branch: perl
28022            ! Configure config_h.SH
28023 ____________________________________________________________________________
28024 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
28025         Log: Must test with $_exe. (There are plenty of similar
28026              spots earlier but they are a tad more complex to fix
28027              since they come before the hints are run.)
28028      Branch: metaconfig
28029            + U/modified/yacc.U
28030 ____________________________________________________________________________
28031 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
28032         Log: F_SETFL might require <fcntl.h>
28033      Branch: metaconfig
28034            ! U/compline/nblock_io.U
28035 ____________________________________________________________________________
28036 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
28037         Log: Don't require make; have both make and gmake optional.
28038              (Maybe have a check that at least one of them is available?)
28039      Branch: metaconfig
28040            ! U/modified/Loc.U
28041 ____________________________________________________________________________
28042 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
28043         Log: cat might be farther than /bin or /usr/bin.
28044      Branch: metaconfig
28045            ! U/modified/spitshell.U
28046 ____________________________________________________________________________
28047 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
28048         Log: In VOS the path component separator is >, not /.
28049      Branch: metaconfig
28050            ! U/modified/Findhdr.U
28051 ____________________________________________________________________________
28052 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
28053         Log: The VOS shell doesn't implement the ? wildcard
28054              (? is used for other purposes, I assume); but
28055              it does implement the * wildcard, and that works
28056              in the general case just fine.
28057      Branch: metaconfig/U/perl
28058            ! d_dlsymun.U
28059 ____________________________________________________________________________
28060 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
28061         Log: VOS detection.
28062      Branch: metaconfig
28063            ! U/modified/Oldconfig.U
28064 ____________________________________________________________________________
28065 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
28066         Log: Proper path for VOS.
28067      Branch: metaconfig
28068            ! U/modified/Head.U
28069 ____________________________________________________________________________
28070 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
28071         Log: Change s/>& 4/>&4/g for consistency.
28072      Branch: metaconfig
28073            + U/modified/d_dosuid.U
28074            ! U/modified/d_socket.U
28075      Branch: metaconfig/U/perl
28076            ! issymlink.U perlxvf.U
28077 ____________________________________________________________________________
28078 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
28079         Log: Subject: Re: Benchmark.t failure on Linux
28080              From: Nicholas Clark <nick@ccl4.org>
28081              Date: Tue, 18 Dec 2001 22:51:25 +0000
28082              Message-ID: <20011218225124.N21702@plum.flirble.org>
28083      Branch: perl
28084            ! lib/Benchmark.t
28085 ____________________________________________________________________________
28086 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
28087         Log: Re-applying #13752 until a better solution can be found.
28088      Branch: perl
28089            ! lib/ExtUtils/t/MM_Unix.t
28090 ____________________________________________________________________________
28091 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
28092         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
28093              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
28094              Date: Tue, 18 Dec 2001 12:05:40 -0500
28095              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
28096      Branch: perl
28097            ! lib/Exporter.pm
28098 ____________________________________________________________________________
28099 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
28100         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
28101              findings -- some of the warnings I can't explain except
28102              by NVgf being detected wrong, though.
28103      Branch: perl
28104            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
28105 ____________________________________________________________________________
28106 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
28107         Log: Subject: [PATCH] pod/perluniintro.pod
28108              From: Jeffrey Friedl <jfriedl@yahoo.com>
28109              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
28110              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
28111      Branch: perl
28112            ! pod/perluniintro.pod
28113 ____________________________________________________________________________
28114 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
28115         Log: ".pm" is the native executable suffix in VOS.
28116      Branch: perl
28117            ! hints/vos.sh
28118 ____________________________________________________________________________
28119 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
28120         Log: Integrate perlio:
28121              
28122              [ 13760]
28123              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
28124              - added delete of READONLY value inhibit & test for same
28125              - re-tabbed
28126      Branch: perl
28127           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
28128 ____________________________________________________________________________
28129 [ 13760] By: nick                                  on 2001/12/18  15:55:22
28130         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
28131              - added delete of READONLY value inhibit & test for same
28132              - re-tabbed
28133      Branch: perlio
28134            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
28135 ____________________________________________________________________________
28136 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
28137         Log: (Undone by #13766.)
28138              Retract #13752.
28139      Branch: perl
28140            ! lib/ExtUtils/t/MM_Unix.t
28141 ____________________________________________________________________________
28142 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
28143         Log: Echoes of #13757.
28144      Branch: perl
28145            ! t/lib/warnings/utf8
28146 ____________________________________________________________________________
28147 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
28148         Log: Make the utf8 malformedness messages more verbose.
28149      Branch: perl
28150            ! lib/utf8.t utf8.c
28151 ____________________________________________________________________________
28152 [ 13756] By: nick                                  on 2001/12/18  14:43:58
28153         Log: Integrate mainline
28154      Branch: perlio
28155           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
28156           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
28157           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
28158           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
28159           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
28160           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
28161            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
28162            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
28163            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
28164            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
28165            - lib/ExtUtils/testlib.t
28166           !> (integrate 28 files)
28167 ____________________________________________________________________________
28168 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
28169         Log: README.aix updates from Jens-Uwe Mager.
28170      Branch: perl
28171            ! README.aix
28172 ____________________________________________________________________________
28173 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
28174         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
28175              From: Michael G Schwern <schwern@pobox.com>
28176              Date: Tue, 18 Dec 2001 00:58:18 -0500
28177              Message-ID: <20011218055818.GC4362@blackrider>
28178      Branch: perl
28179            ! lib/Benchmark.t
28180 ____________________________________________________________________________
28181 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
28182         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
28183              From: Michael G Schwern <schwern@pobox.com>
28184              Date: Tue, 18 Dec 2001 00:40:38 -0500
28185              Message-ID: <20011218054038.GB4362@blackrider>
28186      Branch: perl
28187            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
28188 ____________________________________________________________________________
28189 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
28190         Log: (reintroduced by #13766)
28191              (retracted by #13759)
28192              
28193              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
28194              From: Michael G Schwern <schwern@pobox.com>  
28195              Date: Tue, 18 Dec 2001 00:00:23 -0500
28196              Message-ID: <20011218050023.GA27893@blackrider>
28197      Branch: perl
28198            ! lib/ExtUtils/t/MM_Unix.t
28199 ____________________________________________________________________________
28200 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
28201         Log: Re-patch #13749.
28202      Branch: perl
28203            ! t/op/glob.t
28204 ____________________________________________________________________________
28205 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
28206         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
28207              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28208              Date: Tue, 18 Dec 2001 12:55:43 +0000
28209              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
28210      Branch: perl
28211            ! ext/Devel/Peek/Peek.pm
28212 ____________________________________________________________________________
28213 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
28214         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
28215              From: Robin Houston <robin@kitsite.com> 
28216              Date: Tue, 18 Dec 2001 14:54:33 +0000
28217              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
28218      Branch: perl
28219            ! t/op/glob.t
28220 ____________________________________________________________________________
28221 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
28222         Log: Subject: [PATCH] slightly more for Exporter.pm
28223              From: Nicholas Clark <nick@ccl4.org>
28224              Date: Tue, 18 Dec 2001 00:22:03 +0000
28225              Message-ID: <20011218002203.M21702@plum.flirble.org>
28226      Branch: perl
28227            ! lib/Exporter.pm
28228 ____________________________________________________________________________
28229 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
28230         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
28231              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28232              Date: Mon, 17 Dec 2001 16:37:18 +0100
28233              Message-ID: <20011217163718.A2292@rafael>
28234              
28235              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
28236              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28237              Date: Mon, 17 Dec 2001 23:17:06 +0100
28238              Message-ID: <20011217231706.A730@rafael>
28239      Branch: perl
28240            ! pod/perlsub.pod pp.c toke.c
28241 ____________________________________________________________________________
28242 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
28243         Log: Update Changes.
28244      Branch: perl
28245            ! Changes patchlevel.h
28246 ____________________________________________________________________________
28247 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
28248         Log: New test warrants a MANIFEST entry.
28249      Branch: perl
28250            ! MANIFEST
28251 ____________________________________________________________________________
28252 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
28253         Log: Subject: Re: [PATCH] ...while $var = glob(...)
28254              From: Robin Houston <robin@kitsite.com>
28255              Date: Mon, 17 Dec 2001 20:27:30 +0000
28256              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
28257              
28258              Can't portably unlink open files.
28259      Branch: perl
28260            ! t/op/glob.t
28261 ____________________________________________________________________________
28262 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
28263         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
28264      Branch: perl
28265            ! pod/perluniintro.pod
28266 ____________________________________________________________________________
28267 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
28268         Log: Move typeglob test from glob.t to gv.t.
28269      Branch: perl
28270            ! t/op/glob.t t/op/gv.t
28271 ____________________________________________________________________________
28272 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
28273         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
28274              From: Robin Houston <robin@kitsite.com> 
28275              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
28276              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
28277      Branch: perl
28278            ! t/op/glob.t
28279 ____________________________________________________________________________
28280 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
28281         Log: Demote the surrogate and non-character errors to warnings.
28282      Branch: perl
28283            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
28284 ____________________________________________________________________________
28285 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
28286         Log: Subject: [PATCH] more POSIX tests, and more autoloading
28287              From: Nicholas Clark <nick@ccl4.org>
28288              Date: Mon, 17 Dec 2001 18:27:47 +0000
28289              Message-ID: <20011217182747.D21702@plum.flirble.org>
28290      Branch: perl
28291            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
28292 ____________________________________________________________________________
28293 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
28294         Log: Subject: [PATCH] ...while $var = glob(...)
28295              From: Robin Houston <robin@kitsite.com> 
28296              Date: Mon, 17 Dec 2001 15:51:54 +0000
28297              Message-ID: <20011217155153.A311@robin.kitsite.com>
28298      Branch: perl
28299            ! op.c
28300 ____________________________________________________________________________
28301 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
28302         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
28303              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28304              Date: Mon, 17 Dec 2001 15:23:01 +0100
28305              Message-ID: <20011217152301.A704@rafael>
28306      Branch: perl
28307            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
28308 ____________________________________________________________________________
28309 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
28310         Log: The system() vs $SIG{ARLM} is no more a todo.
28311      Branch: perl
28312            ! t/op/alarm.t
28313 ____________________________________________________________________________
28314 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
28315         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
28316              From: Michael G Schwern <schwern@pobox.com>
28317              Date: Sun, 16 Dec 2001 23:59:01 -0500
28318              Message-ID: <20011217045901.GL17232@blackrider>
28319      Branch: perl
28320            + t/op/alarm.t
28321            ! MANIFEST
28322 ____________________________________________________________________________
28323 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
28324         Log: s/UNIX/Unix/
28325      Branch: perl
28326            ! MANIFEST
28327 ____________________________________________________________________________
28328 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
28329         Log: Move ExtUtils tests to lib/ExtUtils/t.
28330      Branch: perl
28331            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
28332            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
28333            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
28334            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
28335            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
28336            + lib/ExtUtils/t/testlib.t
28337            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
28338            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
28339            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
28340            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
28341            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
28342            ! MANIFEST
28343 ____________________________________________________________________________
28344 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
28345         Log: Subject: [PATCH] MM_Unix tests, and some questions
28346              From: Tels <perl_dummy@bloodgate.com>
28347              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
28348              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
28349              
28350              Subject: Re: [PATCH] MM_Unix tests, and some questions
28351              From: Tels <perl_dummy@bloodgate.com>
28352              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
28353              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
28354      Branch: perl
28355            + lib/ExtUtils/MM_Unix.t
28356            ! MANIFEST lib/ExtUtils/MM_Unix.pm
28357 ____________________________________________________________________________
28358 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
28359         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
28360              From: Michael G Schwern <schwern@pobox.com>
28361              Date: Sun, 16 Dec 2001 17:53:55 -0500
28362              Message-ID: <20011216225354.GE8900@blackrider>
28363      Branch: perl
28364            ! lib/ExtUtils/MM_Unix.pm
28365 ____________________________________________________________________________
28366 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
28367         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
28368              From: Michael G Schwern <schwern@pobox.com>                
28369              Date: Sun, 16 Dec 2001 16:12:55 -0500
28370              Message-ID: <20011216211255.GV8900@blackrider>
28371      Branch: perl
28372            ! ext/B/B/Deparse.pm
28373 ____________________________________________________________________________
28374 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
28375         Log: Subject: [PATCH] Exporter.pm
28376              From: Nicholas Clark <nick@ccl4.org>
28377              Date: Sun, 16 Dec 2001 19:24:25 +0000
28378              Message-ID: <20011216192425.R21702@plum.flirble.org>
28379      Branch: perl
28380            ! lib/Exporter.pm
28381 ____________________________________________________________________________
28382 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
28383         Log: Subject: [PATCH] Exporter.t (and question)
28384              From: Nicholas Clark <nick@ccl4.org>
28385              Date: Sun, 16 Dec 2001 17:24:55 +0000
28386              Message-ID: <20011216172455.P21702@plum.flirble.org>
28387      Branch: perl
28388            ! lib/Exporter.t
28389 ____________________________________________________________________________
28390 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
28391         Log: Subject: Re: perl@13661
28392              From: "John P. Linderman" <jpl@research.att.com>              
28393              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
28394              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
28395      Branch: perl
28396            ! pp_sort.c
28397 ____________________________________________________________________________
28398 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
28399         Log: Subject: Will the real Unicode encoding please stand up?
28400              From: Jeffrey Friedl <jfriedl@yahoo.com>
28401              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
28402              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
28403      Branch: perl
28404            ! pod/perluniintro.pod
28405 ____________________________________________________________________________
28406 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
28407         Log: Integrate perlio:
28408              
28409              [ 13724]
28410              Fix for alarm() breaking into wait*().
28411              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
28412              signal handler before caller re-does the system call.
28413      Branch: perl
28414           !> util.c
28415 ____________________________________________________________________________
28416 [ 13724] By: nick                                  on 2001/12/17  09:16:50
28417         Log: Fix for alarm() breaking into wait*().
28418              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
28419              signal handler before caller re-does the system call.
28420      Branch: perlio
28421            ! util.c
28422 ____________________________________________________________________________
28423 [ 13723] By: nick                                  on 2001/12/17  07:45:13
28424         Log: Integrate mainline
28425      Branch: perlio
28426           +> (branch 26 files)
28427           !> (integrate 47 files)
28428 ____________________________________________________________________________
28429 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
28430         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
28431              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
28432              and characters beyond 0x10FFF should be disallowed, too,
28433              but some tests would need changing, but more importantly some
28434              APIs would need remodeling since one can easily generate such
28435              characters either by bitwise complements, tr complements, or
28436              v-strings.
28437      Branch: perl
28438            ! pod/perldiag.pod utf8.c
28439 ____________________________________________________________________________
28440 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
28441         Log: Make surrogates illegal also on EBCDIC.
28442      Branch: perl
28443            ! utf8.c
28444 ____________________________________________________________________________
28445 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
28446         Log: Subject: [patch @13687] Unicode::Collate 0.10
28447              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
28448              Date: Sun, 16 Dec 2001 21:22:12 +0900
28449              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
28450      Branch: perl
28451            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
28452            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
28453 ____________________________________________________________________________
28454 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
28455         Log: More documentation for the encoding pragma.
28456      Branch: perl
28457            ! lib/encoding.pm
28458 ____________________________________________________________________________
28459 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
28460         Log: Subject: [PATCH] lib/open.pm 
28461              From: Jeffrey Friedl <jfriedl@yahoo.com>
28462              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
28463              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
28464      Branch: perl
28465            ! lib/open.pm
28466 ____________________________________________________________________________
28467 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
28468         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
28469              From: chromatic <chromatic@rmci.net>
28470              Date: Sat, 15 Dec 2001 23:24:40 -0700
28471              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
28472      Branch: perl
28473            + lib/ExtUtils/Installed.t
28474            ! MANIFEST
28475 ____________________________________________________________________________
28476 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
28477         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
28478              From: Michael G Schwern <schwern@pobox.com>
28479              Date: Sun, 16 Dec 2001 01:14:00 -0500
28480              Message-ID: <20011216061400.GC8900@blackrider>
28481      Branch: perl
28482            ! lib/diagnostics.pm
28483 ____________________________________________________________________________
28484 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
28485         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
28486              From: Michael G Schwern <schwern@pobox.com>
28487              Date: Sun, 16 Dec 2001 01:12:42 -0500
28488              Message-ID: <20011216061242.GB8900@blackrider>
28489      Branch: perl
28490            ! t/test.pl
28491 ____________________________________________________________________________
28492 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
28493         Log: I sometimes outsmart myself.
28494      Branch: perl
28495            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
28496 ____________________________________________________________________________
28497 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
28498         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
28499              From: Michael G Schwern <schwern@pobox.com>
28500              Date: Sat, 15 Dec 2001 15:08:29 -0500
28501              Message-ID: <20011215200829.GK1548@blackrider>
28502      Branch: perl
28503            ! lib/AutoSplit.pm
28504 ____________________________________________________________________________
28505 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
28506         Log: perlunicode enchancements suggested by Jeffrey Friedl.
28507      Branch: perl
28508            ! pod/perlunicode.pod
28509 ____________________________________________________________________________
28510 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
28511         Log: Subject: [PATCH] perlunicode.pod
28512              From: Jeffrey Friedl <jfriedl@yahoo.com>
28513              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
28514              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
28515      Branch: perl
28516            ! pod/perlunicode.pod
28517 ____________________________________________________________________________
28518 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
28519         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
28520              From: Jeffrey Friedl <jfriedl@yahoo.com>
28521              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
28522              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
28523      Branch: perl
28524            ! lib/utf8_heavy.pl
28525 ____________________________________________________________________________
28526 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
28527         Log: Can't create surrogates; so can't match them, either.
28528      Branch: perl
28529            ! pod/perlunicode.pod
28530 ____________________________________________________________________________
28531 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
28532         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
28533              From: Michael G Schwern <schwern@pobox.com>
28534              Date: Sat, 15 Dec 2001 21:20:35 -0500
28535              Message-ID: <20011216022035.GE5672@blackrider>
28536      Branch: perl
28537            ! t/test.pl
28538 ____________________________________________________________________________
28539 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
28540         Log: Make creating UTF-8 surrogates a punishable act.
28541      Branch: perl
28542            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
28543 ____________________________________________________________________________
28544 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
28545         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
28546      Branch: perl
28547            + lib/unicore/In/172.pl lib/unicore/In/173.pl
28548            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
28549            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
28550            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
28551            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
28552            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
28553 ____________________________________________________________________________
28554 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
28555         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
28556              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28557              Date: Sat, 15 Dec 2001 23:21:43 +0100
28558              Message-ID: <20011215232143.A11790@rafael>
28559      Branch: perl
28560            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
28561 ____________________________________________________________________________
28562 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
28563         Log: Make charnames more robust.
28564      Branch: perl
28565            ! lib/charnames.pm
28566 ____________________________________________________________________________
28567 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
28568         Log: The hoops one has to jump through.
28569      Branch: perl
28570            ! ext/I18N/Langinfo/Langinfo.pm
28571 ____________________________________________________________________________
28572 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
28573         Log: Subject: [PATCH] perlstyle.pod nit on warnings
28574              From: Autrijus Tang <autrijus@egb.elixus.org>
28575              Date: Sat, 15 Dec 2001 04:24:34 -0800
28576              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
28577      Branch: perl
28578            ! pod/perlstyle.pod
28579 ____________________________________________________________________________
28580 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
28581         Log: I don't think we are in FooOS, Toto.
28582      Branch: perl
28583            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
28584 ____________________________________________________________________________
28585 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
28586         Log: Subject: Re: Untested modules update:  There's more than we thought
28587              From: chromatic <chromatic@rmci.net>
28588              Date: Fri, 14 Dec 2001 17:20:24 -0700
28589              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
28590      Branch: perl
28591            + lib/ExtUtils/MM_Cygwin.t
28592            ! MANIFEST
28593 ____________________________________________________________________________
28594 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
28595         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
28596              From: Michael G Schwern <schwern@pobox.com> 
28597              Date: Fri, 14 Dec 2001 20:59:42 -0500
28598              Message-ID: <20011215015942.GF28596@blackrider>
28599      Branch: perl
28600            ! t/TEST
28601 ____________________________________________________________________________
28602 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
28603         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
28604              From: Michael G Schwern <schwern@pobox.com> 
28605              Date: Fri, 14 Dec 2001 20:03:46 -0500
28606              Message-ID: <20011215010346.GD28596@blackrider>
28607      Branch: perl
28608            + ext/B/t/bblock.t
28609            ! MANIFEST
28610 ____________________________________________________________________________
28611 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
28612         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
28613              From: Michael G Schwern <schwern@pobox.com> 
28614              Date: Fri, 14 Dec 2001 19:59:13 -0500
28615              Message-ID: <20011215005913.GC28596@blackrider>
28616      Branch: perl
28617            ! ext/B/B/Bblock.pm
28618 ____________________________________________________________________________
28619 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
28620         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
28621              From: Michael G Schwern <schwern@pobox.com> 
28622              Date: Fri, 14 Dec 2001 19:36:12 -0500
28623              Message-ID: <20011215003611.GA28596@blackrider>
28624      Branch: perl
28625            + ext/B/t/asmdata.t
28626            ! MANIFEST
28627 ____________________________________________________________________________
28628 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
28629         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
28630              From: Michael G Schwern <schwern@pobox.com> 
28631              Date: Fri, 14 Dec 2001 19:14:14 -0500
28632              Message-ID: <20011215001414.GA25077@blackrider>
28633      Branch: perl
28634            ! bytecode.pl ext/B/B/Asmdata.pm
28635 ____________________________________________________________________________
28636 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
28637         Log: Permissions.
28638      Branch: perl
28639            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
28640            ! ext/Devel/PPPort/module3.c
28641 ____________________________________________________________________________
28642 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
28643         Log: Benchmark test from Nicholas Clark.
28644      Branch: perl
28645            + lib/Benchmark.t
28646            ! MANIFEST lib/Benchmark.pm
28647 ____________________________________________________________________________
28648 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
28649         Log: Mithing.
28650      Branch: perl
28651            + lib/Attribute/Handlers/demo/demo2.pl
28652            + lib/Attribute/Handlers/demo/demo3.pl
28653            + lib/Attribute/Handlers/demo/demo4.pl
28654 ____________________________________________________________________________
28655 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
28656         Log: Silence compiler worries found by Schwern/Digital cc.
28657      Branch: perl
28658            ! perlio.c sv.c x2p/str.c
28659 ____________________________________________________________________________
28660 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
28661         Log: User may not have a valid home directory even if
28662              getpwuid() succedds.
28663      Branch: perl
28664            ! ext/File/Glob/t/basic.t
28665 ____________________________________________________________________________
28666 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
28667         Log: Integrate with perlio.  (No changes, but that's okay.)
28668      Branch: perl
28669           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
28670 ____________________________________________________________________________
28671 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
28672         Log: Add a Configure hints file for VOS: the POSIX support
28673              of VOS is getting close to the point where it can run
28674              Configure (some Configure tweaks will be required).
28675      Branch: perl
28676            + hints/vos.sh
28677            ! MANIFEST
28678 ____________________________________________________________________________
28679 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
28680         Log: Update Changes.
28681      Branch: perl
28682            ! Changes patchlevel.h
28683 ____________________________________________________________________________
28684 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
28685         Log: Reintroduce Attribute::Handlers with Spider's fixes.
28686      Branch: perl
28687            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
28688            + lib/Attribute/Handlers/README
28689            + lib/Attribute/Handlers/demo/Demo.pm
28690            + lib/Attribute/Handlers/demo/Descriptions.pm
28691            + lib/Attribute/Handlers/demo/MyClass.pm
28692            + lib/Attribute/Handlers/demo/demo.pl
28693            + lib/Attribute/Handlers/demo/demo_call.pl
28694            + lib/Attribute/Handlers/demo/demo_chain.pl
28695            + lib/Attribute/Handlers/demo/demo_cycle.pl
28696            + lib/Attribute/Handlers/demo/demo_hashdir.pl
28697            + lib/Attribute/Handlers/demo/demo_phases.pl
28698            + lib/Attribute/Handlers/demo/demo_range.pl
28699            + lib/Attribute/Handlers/demo/demo_rawdata.pl
28700            + lib/Attribute/Handlers/t/multi.t
28701            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
28702 ____________________________________________________________________________
28703 [ 13685] By: nick                                  on 2001/12/14  15:57:00
28704         Log: Integrate mainline
28705      Branch: perlio
28706           +> t/run/switcht.t
28707           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
28708           !> perlapi.h pod/perlrun.pod t/TEST taint.c
28709 ____________________________________________________________________________
28710 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
28711         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
28712              From: Michael G Schwern <schwern@pobox.com> 
28713              Date: Thu, 13 Dec 2001 19:27:08 -0500
28714              Message-ID: <20011214002707.GA10532@blackrider>
28715              
28716              (reword the perlrun -t description a bit,
28717              and move the Itaint_warn to the bottom of
28718              the intrpvar.h for binary compatibility)
28719      Branch: perl
28720            + t/run/switcht.t
28721            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
28722            ! perlapi.h pod/perlrun.pod t/TEST taint.c
28723 ____________________________________________________________________________
28724 [ 13683] By: nick                                  on 2001/12/14  12:29:41
28725         Log: Integrate mainline
28726      Branch: perlio
28727           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
28728           +> lib/Term/ReadLine.t t/op/hashassign.t
28729            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
28730            - lib/Attribute/Handlers/README
28731            - lib/Attribute/Handlers/demo/Demo.pm
28732            - lib/Attribute/Handlers/demo/Descriptions.pm
28733            - lib/Attribute/Handlers/demo/MyClass.pm
28734            - lib/Attribute/Handlers/demo/demo.pl
28735            - lib/Attribute/Handlers/demo/demo2.pl
28736            - lib/Attribute/Handlers/demo/demo3.pl
28737            - lib/Attribute/Handlers/demo/demo4.pl
28738            - lib/Attribute/Handlers/demo/demo_call.pl
28739            - lib/Attribute/Handlers/demo/demo_chain.pl
28740            - lib/Attribute/Handlers/demo/demo_cycle.pl
28741            - lib/Attribute/Handlers/demo/demo_hashdir.pl
28742            - lib/Attribute/Handlers/demo/demo_phases.pl
28743            - lib/Attribute/Handlers/demo/demo_range.pl
28744            - lib/Attribute/Handlers/demo/demo_rawdata.pl
28745            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
28746           !> (integrate 101 files)
28747 ____________________________________________________________________________
28748 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
28749         Log: Detypo.
28750      Branch: perl
28751            ! utf8.c
28752 ____________________________________________________________________________
28753 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
28754         Log: Buffer overflow checks.
28755      Branch: perl
28756            ! utf8.c
28757 ____________________________________________________________________________
28758 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
28759         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
28760              From: Spider Boardman <spider@leggy.zk3.dec.com>
28761              Date: Thu, 13 Dec 2001 15:32:51 -0500
28762              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
28763      Branch: perl
28764            ! lib/ExtUtils/Embed.t
28765 ____________________________________________________________________________
28766 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
28767         Log: More on the Unicode "line" definition.
28768      Branch: perl
28769            ! pod/perlunicode.pod
28770 ____________________________________________________________________________
28771 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
28772         Log: Open-ended VERSION?
28773      Branch: perl
28774            ! lib/ExtUtils/Install.pm
28775 ____________________________________________________________________________
28776 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
28777         Log: Subject: [PATCH] Better make distclean
28778              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28779              Date: Thu, 13 Dec 2001 21:10:18 +0100
28780              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
28781      Branch: perl
28782            ! Makefile.SH
28783 ____________________________________________________________________________
28784 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
28785         Log: Remove Memoize::Saves as requested by mjd.
28786      Branch: perl
28787            - lib/Memoize/Saves.pm
28788            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
28789 ____________________________________________________________________________
28790 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
28791         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
28792              From: Michael G Schwern <schwern@pobox.com>
28793              Date: Tue, 11 Dec 2001 23:17:32 -0500
28794              Message-ID: <20011212041732.GS17250@blackrider>
28795      Branch: perl
28796            ! lib/ExtUtils/Install.pm
28797 ____________________________________________________________________________
28798 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
28799         Log: Subject: [PATCH] Re: use utf8; with bad utf8
28800              From: Nicholas Clark <nick@ccl4.org>
28801              Date: Thu, 13 Dec 2001 17:09:39 +0000
28802              Message-ID: <20011213170939.L21702@plum.flirble.org>
28803      Branch: perl
28804            ! t/lib/1_compile.t
28805 ____________________________________________________________________________
28806 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
28807         Log: Subject: (LONG!) Sort benchmarks and patch
28808              From: "John P. Linderman" <jpl@research.att.com>
28809              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
28810              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
28811      Branch: perl
28812            ! pp_sort.c
28813 ____________________________________________________________________________
28814 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
28815         Log: Unadorned numbers evil.
28816      Branch: perl
28817            ! pp.c regcomp.c regexec.c utf8.c utf8.h
28818 ____________________________________________________________________________
28819 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
28820         Log: "preprocessing directive not recognized within macro arg"
28821      Branch: perl
28822            ! ext/Data/Dumper/Dumper.xs
28823 ____________________________________________________________________________
28824 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
28825         Log: Subject: Clarifying the documentation of goto            
28826              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
28827              Date: Thu, 13 Dec 2001 08:57:38 -0500
28828              Message-ID: <3C18BD8B@operamail.com>
28829      Branch: perl
28830            ! pod/perlfunc.pod
28831 ____________________________________________________________________________
28832 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
28833         Log: It could be possible for the case-insensitive
28834              Unicode-aware string comparison to wander off
28835              to the la-la land.
28836      Branch: perl
28837            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
28838            ! regexec.c utf8.c
28839 ____________________________________________________________________________
28840 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
28841         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
28842              From: Michael G Schwern <schwern@pobox.com> 
28843              Date: Wed, 12 Dec 2001 21:53:46 -0500
28844              Message-ID: <20011213025346.GH25129@blackrider>
28845      Branch: perl
28846            ! lib/Net/hostent.t t/op/stat.t t/test.pl
28847 ____________________________________________________________________________
28848 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
28849         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
28850              From: Michael G Schwern <schwern@pobox.com> 
28851              Date: Wed, 12 Dec 2001 20:33:42 -0500
28852              Message-ID: <20011213013342.GX25129@blackrider>
28853      Branch: perl
28854            ! t/io/fs.t
28855 ____________________________________________________________________________
28856 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
28857         Log: Subject: Re: [PATCH] use utf8; tests
28858              From: Nicholas Clark <nick@ccl4.org>
28859              Date: Thu, 13 Dec 2001 00:16:58 +0000
28860              Message-ID: <20011213001658.I21702@plum.flirble.org>
28861      Branch: perl
28862            ! lib/utf8.t
28863 ____________________________________________________________________________
28864 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
28865         Log: EPOC fixes from Olaf Flebbe.
28866      Branch: perl
28867            ! README.epoc epoc/config.sh epoc/createpkg.pl
28868            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
28869 ____________________________________________________________________________
28870 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
28871         Log: Subject: [PATCH perl@13661] VMS test fix-ups
28872              From: "Craig A. Berry" <craigberry@mac.com>
28873              Date: Wed, 12 Dec 2001 16:27:48 -0600
28874              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
28875      Branch: perl
28876            ! lib/Net/hostent.t t/io/fs.t
28877 ____________________________________________________________________________
28878 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
28879         Log: Subject: Re: Next cygwin round.
28880              From: "Gerrit P. Haase" <gp@familiehaase.de>
28881              Date: Wed, 12 Dec 2001 21:59:00 +0100
28882              Message-ID: <122343874595.20011212215900@familiehaase.de>
28883      Branch: perl
28884            ! t/io/fs.t
28885 ____________________________________________________________________________
28886 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
28887         Log: Subject: [PATCH] use utf8; tests
28888              From: Nicholas Clark <nick@ccl4.org>
28889              Date: Wed, 12 Dec 2001 20:07:04 +0000
28890              Message-ID: <20011212200704.E21702@plum.flirble.org>
28891      Branch: perl
28892            ! lib/utf8.t t/test.pl
28893 ____________________________________________________________________________
28894 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
28895         Log: Update Changes.
28896      Branch: perl
28897            ! Changes patchlevel.h
28898 ____________________________________________________________________________
28899 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
28900         Log: Subject: [PATCH] Passing in env to perl_parse did not work
28901              From: Gisle Aas <gisle@ActiveState.com>
28902              Date: 11 Dec 2001 20:52:57 -0800
28903              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
28904      Branch: perl
28905            ! perl.c perl.h
28906 ____________________________________________________________________________
28907 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
28908         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
28909              mostly gcc -Wall complaining about the argument of %p not
28910              being a void *.
28911      Branch: perl
28912            ! perlio.c regcomp.c taint.c toke.c
28913 ____________________________________________________________________________
28914 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
28915         Log: metaconfig unit change for #13657.
28916      Branch: metaconfig
28917            ! U/modified/nis.U
28918 ____________________________________________________________________________
28919 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
28920         Log: Try YP/NIS also from /usr/lib/yp.
28921      Branch: perl
28922            ! Configure
28923 ____________________________________________________________________________
28924 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
28925         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
28926              From: Michael G Schwern <schwern@pobox.com>                
28927              Date: Wed, 12 Dec 2001 05:27:02 -0500      
28928              Message-ID: <20011212102702.GW17250@blackrider>
28929              
28930              (the op/grent part)
28931      Branch: perl
28932            ! t/op/grent.t
28933 ____________________________________________________________________________
28934 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
28935         Log: Weed out .files from ls and readdir() results.
28936      Branch: perl
28937            ! t/op/stat.t
28938 ____________________________________________________________________________
28939 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
28940         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
28941              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
28942              Date: Wed, 12 Dec 2001 10:52:21 +0100
28943              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
28944      Branch: perl
28945            ! lib/File/Find.pm
28946 ____________________________________________________________________________
28947 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
28948         Log: Subject: [PATCH] doio fatal on cygwin for 13651
28949              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
28950              Date: Wed, 12 Dec 2001 11:28:13 +0100      
28951              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
28952      Branch: perl
28953            ! doio.c
28954 ____________________________________________________________________________
28955 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
28956         Log: Get the whole line of ls, makes debugging easier
28957              (from Schwern)
28958      Branch: perl
28959            ! t/op/stat.t
28960 ____________________________________________________________________________
28961 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
28962         Log: rename() must be tested even without link()
28963              or the utime() and rename-directory tests fail.
28964              (Also got the BeOS utime atime/time the wrong way round.)
28965      Branch: perl
28966            ! t/io/fs.t
28967 ____________________________________________________________________________
28968 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
28969         Log: Now that the beos.c is compiled at the main level
28970              the header is in the beos/
28971      Branch: perl
28972            ! beos/beos.c
28973 ____________________________________________________________________________
28974 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
28975         Log: Must remember to require Socket.
28976      Branch: perl
28977            ! ext/Sys/Syslog/syslog.t
28978 ____________________________________________________________________________
28979 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
28980         Log: In BeOS Errno must resort to actual compilation
28981              and execution for some of the error constants.
28982      Branch: perl
28983            ! ext/Errno/Errno_pm.PL
28984 ____________________________________________________________________________
28985 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
28986         Log: BeOS still has no good sockets.
28987      Branch: perl
28988            ! ext/IO/lib/IO/t/io_sel.t
28989 ____________________________________________________________________________
28990 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
28991         Log: BeOS sockets are not true sockets.
28992      Branch: perl
28993            ! ext/IO/lib/IO/t/io_poll.t
28994 ____________________________________________________________________________
28995 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
28996         Log: No Socket, no Syslog.
28997      Branch: perl
28998            ! ext/Sys/Syslog/syslog.t
28999 ____________________________________________________________________________
29000 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
29001         Log: (On some platforms) missing truncate FH.
29002      Branch: perl
29003            ! pod/perltodo.pod
29004 ____________________________________________________________________________
29005 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
29006         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
29007              and vms would be muchly appreciated.
29008      Branch: perl
29009            ! t/io/fs.t
29010 ____________________________________________________________________________
29011 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
29012         Log: utime() updates only the mtime in BeOS. 
29013      Branch: perl
29014            ! pod/perlport.pod
29015 ____________________________________________________________________________
29016 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
29017         Log: No link(), no need to dSP.
29018      Branch: perl
29019            ! pp_sys.c
29020 ____________________________________________________________________________
29021 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
29022         Log: Missing argument.
29023      Branch: perl
29024            ! utf8.c
29025 ____________________________________________________________________________
29026 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
29027         Log: (1) To assume any setuid programs is silly.
29028              (2) Chaining tests with booleans means that some
29029              of them may not get run which means getting out
29030              of test count sync.
29031      Branch: perl
29032            ! t/op/stat.t
29033 ____________________________________________________________________________
29034 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
29035         Log: The beos.c needs to be in the main directory.
29036      Branch: perl
29037            ! hints/beos.sh
29038 ____________________________________________________________________________
29039 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
29040         Log: Detypo and rename.
29041      Branch: perl
29042            ! doio.c perl.h perlio.c perliol.h
29043 ____________________________________________________________________________
29044 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
29045         Log: This time I test compiled.  Honest.
29046      Branch: perl
29047            ! beos/beos.c
29048 ____________________________________________________________________________
29049 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
29050         Log: Subject: [PATCH] slightly more pack tests
29051              From: Nicholas Clark <nick@ccl4.org>
29052              Date: Tue, 11 Dec 2001 23:41:23 +0000
29053              Message-ID: <20011211234123.Y21702@plum.flirble.org>
29054      Branch: perl
29055            ! t/op/pack.t
29056 ____________________________________________________________________________
29057 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
29058         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
29059              From: "Craig A. Berry" <craigberry@mac.com>
29060              Date: Tue, 11 Dec 2001 16:39:13 -0600
29061              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
29062      Branch: perl
29063            ! configure.com
29064 ____________________________________________________________________________
29065 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
29066         Log: metaconfig unit change for #13632.
29067      Branch: metaconfig/U/perl
29068            ! perlpath.U
29069 ____________________________________________________________________________
29070 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
29071         Log: Subject: $Config{perlpath} and -Dversiononly
29072              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29073              Date: Tue, 11 Dec 2001 23:32:33 +0100
29074              Message-ID: <20011211233233.A11587@rafael>
29075      Branch: perl
29076            ! Configure
29077 ____________________________________________________________________________
29078 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
29079         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
29080              From: Nicholas Clark <nick@ccl4.org>
29081              Date: Tue, 11 Dec 2001 21:59:36 +0000
29082              Message-ID: <20011211215935.W21702@plum.flirble.org>
29083      Branch: perl
29084            ! t/op/pack.t
29085 ____________________________________________________________________________
29086 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
29087         Log: More UTF-8 API docs.
29088      Branch: perl
29089            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
29090 ____________________________________________________________________________
29091 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
29092         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
29093              From: Nicholas Clark <nick@ccl4.org>
29094              Date: Tue, 11 Dec 2001 20:08:59 +0000
29095              Message-ID: <20011211200859.S21702@plum.flirble.org>
29096      Branch: perl
29097            ! t/op/pack.t
29098 ____________________________________________________________________________
29099 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
29100         Log: Subject: Re: use utf8; with bad utf8
29101              From: Nicholas Clark <nick@ccl4.org>
29102              Date: Tue, 11 Dec 2001 19:49:21 +0000
29103              Message-ID: <20011211194921.R21702@plum.flirble.org>
29104      Branch: perl
29105            ! lib/utf8.t
29106 ____________________________________________________________________________
29107 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
29108         Log: Can't spell worth a dam.  (Try Three Gorges.)
29109      Branch: perl
29110            ! beos/beos.c
29111 ____________________________________________________________________________
29112 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
29113         Log: We need DWIM cpps.
29114      Branch: perl
29115            ! perlio.c
29116 ____________________________________________________________________________
29117 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
29118         Log: The unixish.h needs to be found and the waitpid wrapper
29119              could use a proto.
29120      Branch: perl
29121            ! beos/beosish.h
29122 ____________________________________________________________________________
29123 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
29124         Log: The BeOS waitpid() seems to be broken,
29125              have a wrapper for it.
29126      Branch: perl
29127            + beos/beos.c beos/beosish.h
29128            ! MANIFEST hints/beos.sh perl.h
29129 ____________________________________________________________________________
29130 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
29131         Log: Unlean the leaning tower of Babel.
29132      Branch: perl
29133            ! perl.h
29134 ____________________________________________________________________________
29135 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
29136         Log: Retract #13607 until we figure out what to do with autouse.
29137      Branch: perl
29138            ! lib/Carp.pm
29139 ____________________________________________________________________________
29140 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
29141         Log: Try to handle platforms that have O_TEXT != O_BINARY but
29142              which are not DOSish, BeOS being one of such platforms.
29143              Ideally this should be a Configure test, not a hardwired
29144              cpp symbol test... 
29145      Branch: perl
29146            ! doio.c perl.h perlio.c perliol.h
29147 ____________________________________________________________________________
29148 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
29149         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
29150              From: Jonathan Stowe <gellyfish@gellyfish.com>
29151              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
29152              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
29153      Branch: perl
29154            ! lib/Term/Cap.pm lib/Term/Cap.t
29155 ____________________________________________________________________________
29156 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
29157         Log: Subject: [patch perlio.c] test for NULL before derefencing
29158              From: Stas Bekman <stas@stason.org>
29159              Date: Tue, 11 Dec 2001 16:17:55 +0800
29160              Message-ID: <3C15C133.8@stason.org>
29161      Branch: perl
29162            ! perlio.c
29163 ____________________________________________________________________________
29164 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
29165         Log: metaconfig unit change for #13617.
29166      Branch: metaconfig/U/perl
29167            ! Extensions.U
29168 ____________________________________________________________________________
29169 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
29170         Log: BeOS has socket() but not enough to build a working Socket.
29171              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
29172              new networking implementation, which is rumored to fix the
29173              non-standardness of sockets, but it's apparently not publicly
29174              available, and anything to do with BeOS has become quite
29175              complicated with the sale of the Be assets to Palm.)
29176      Branch: perl
29177            ! Configure
29178 ____________________________________________________________________________
29179 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
29180         Log: Update changes
29181      Branch: maint-5.6/macperl
29182            ! macos/Changes
29183 ____________________________________________________________________________
29184 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
29185         Log: Add extra pod to help
29186      Branch: maint-5.6/macperl
29187            ! macos/macperl/MacPerl.podhelp
29188 ____________________________________________________________________________
29189 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
29190         Log: Return DoAppleScript errors in $@
29191      Branch: maint-5.6/macperl
29192            ! macos/ext/MacPerl/OSA.xs
29193 ____________________________________________________________________________
29194 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
29195         Log: Clear out $^E before each script run
29196      Branch: maint-5.6/macperl
29197            ! macos/macperl/MPScript.c
29198 ____________________________________________________________________________
29199 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
29200         Log: Integrate various changes from maint-5.6/perl/.
29201      Branch: maint-5.6/macperl
29202           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
29203           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
29204 ____________________________________________________________________________
29205 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
29206         Log: Subject: Exporter's documentation shouldn't lie               
29207              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
29208              Date: Mon, 10 Dec 2001 21:30:20 -0500
29209              Message-ID: <3C4AA201@operamail.com>
29210      Branch: perl
29211            ! lib/Exporter.pm
29212 ____________________________________________________________________________
29213 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
29214         Log: Make Errno better in BeOS (the second hunk is
29215              good on any platform).  Still not working in BeOS
29216              are the E constants that refer BeOS native error
29217              constants (B_...) which are enums (*groan*).
29218      Branch: perl
29219            ! ext/Errno/Errno_pm.PL
29220 ____________________________________________________________________________
29221 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
29222         Log: The BeOS linker seems to link the last seen symbol,
29223              not the first (so the symbols of op.o from libperl.so
29224              would get linked to miniperl instead of the symbols of
29225              opmini.o)-- use the same trick as for NeXT4 for linking
29226              miniperl.
29227      Branch: perl
29228            ! Makefile.SH
29229 ____________________________________________________________________________
29230 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
29231         Log: Subject: Re: [PATCH] tests for hash assignment
29232              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
29233              Date: Tue, 11 Dec 2001 01:48:55 +0000
29234              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
29235      Branch: perl
29236            ! utf8.c
29237 ____________________________________________________________________________
29238 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
29239         Log: (retracted by #13622)
29240              
29241              Subject: RE: More verbose POD for Carp
29242              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
29243              Date: Mon, 10 Dec 2001 20:23:20 -0500
29244              Message-ID: <3C4A3566@operamail.com>
29245      Branch: perl
29246            ! lib/Carp.pm
29247 ____________________________________________________________________________
29248 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
29249         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
29250              From: "Craig A. Berry" <craigberry@mac.com>
29251              Date: Mon, 10 Dec 2001 18:25:37 -0600
29252              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
29253      Branch: perl
29254            ! t/op/write.t t/test.pl
29255 ____________________________________________________________________________
29256 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
29257         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
29258              From: Michael G Schwern <schwern@pobox.com>
29259              Date: Mon, 10 Dec 2001 08:00:01 -0500
29260              Message-ID: <20011210130000.GK1770@blackrider>
29261      Branch: perl
29262            ! t/comp/multiline.t
29263 ____________________________________________________________________________
29264 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
29265         Log: Subject: Re: [PATCH] tests for hash assignment
29266              From: Nicholas Clark <nick@ccl4.org>
29267              Date: Mon, 10 Dec 2001 23:22:28 +0000
29268              Message-ID: <20011210232228.M21702@plum.flirble.org>
29269      Branch: perl
29270            + t/op/hashassign.t
29271            ! MANIFEST t/op/each.t t/test.pl
29272 ____________________________________________________________________________
29273 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
29274         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
29275              From: "Craig A. Berry" <craigberry@mac.com>
29276              Date: Mon, 10 Dec 2001 16:38:14 -0600
29277              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
29278      Branch: perl
29279            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
29280 ____________________________________________________________________________
29281 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
29282         Log: Subject: [PATCH perl@13600] configure.com fixes
29283              From: "Craig A. Berry" <craigberry@mac.com>
29284              Date: Mon, 10 Dec 2001 14:40:20 -0600
29285              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
29286      Branch: perl
29287            ! configure.com
29288 ____________________________________________________________________________
29289 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
29290         Log: Silence BeOS compilation moaning.
29291      Branch: perl
29292            ! perl.h
29293 ____________________________________________________________________________
29294 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
29295         Log: Update Changes.
29296      Branch: perl
29297            ! Changes patchlevel.h
29298 ____________________________________________________________________________
29299 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
29300         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
29301              From: Michael G Schwern <schwern@pobox.com>
29302              Date: Mon, 10 Dec 2001 01:21:03 -0500
29303              Message-ID: <20011210062103.GC1770@blackrider>
29304      Branch: perl
29305            ! lib/ExtUtils/Command.t
29306 ____________________________________________________________________________
29307 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
29308         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
29309              From: Michael G Schwern <schwern@pobox.com>
29310              Date: Mon, 10 Dec 2001 01:10:57 -0500
29311              Message-ID: <20011210061057.GB1770@blackrider>
29312      Branch: perl
29313            ! t/op/groups.t
29314 ____________________________________________________________________________
29315 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
29316         Log: Retract #13596, #13593 should do the trick.
29317      Branch: perl
29318            ! t/op/stat.t
29319 ____________________________________________________________________________
29320 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
29321         Log: (retracted by #13597, #13593 does the job better)
29322              
29323              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
29324              From: Michael G Schwern <schwern@pobox.com>
29325              Date: Mon, 10 Dec 2001 00:53:16 -0500
29326              Message-ID: <20011210055316.GA1770@blackrider>
29327      Branch: perl
29328            ! t/op/stat.t
29329 ____________________________________________________________________________
29330 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
29331         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
29332              From: Michael G Schwern <schwern@pobox.com> 
29333              Date: Mon, 10 Dec 2001 02:19:14 -0500
29334              Message-ID: <20011210071914.GF1770@blackrider>
29335      Branch: perl
29336            ! lib/AutoSplit.t
29337 ____________________________________________________________________________
29338 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
29339         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
29340              From: Michael G Schwern <schwern@pobox.com>
29341              Date: Mon, 10 Dec 2001 02:47:40 -0500
29342              Message-ID: <20011210074739.GH1770@blackrider>
29343      Branch: perl
29344            ! t/op/pack.t
29345 ____________________________________________________________________________
29346 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
29347         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
29348              From: Michael G Schwern <schwern@pobox.com>
29349              Date: Mon, 10 Dec 2001 02:54:22 -0500
29350              Message-ID: <20011210075422.GI1770@blackrider>
29351      Branch: perl
29352            ! t/test.pl
29353 ____________________________________________________________________________
29354 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
29355         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
29356              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29357              Date: Mon, 10 Dec 2001 08:45:20 +0100
29358              Message-ID: <3C146810.60B5B7C0@alcatel.at>
29359      Branch: perl
29360            ! pp_pack.c
29361 ____________________________________________________________________________
29362 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
29363         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
29364              From: Michael G Schwern <schwern@pobox.com>
29365              Date: Mon, 10 Dec 2001 03:27:02 -0500
29366              Message-ID: <20011210082702.GN1770@blackrider>
29367      Branch: perl
29368            ! t/io/openpid.t
29369 ____________________________________________________________________________
29370 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
29371         Log: More chmod +w.
29372      Branch: perl
29373            ! Porting/makerel
29374 ____________________________________________________________________________
29375 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
29376         Log: Just skip the readability test if running as root.
29377      Branch: perl
29378            ! lib/Net/t/netrc.t
29379 ____________________________________________________________________________
29380 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
29381         Log: Tell about the downside of safe signals.
29382      Branch: perl
29383            ! pod/perldelta.pod
29384 ____________________________________________________________________________
29385 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
29386         Log: Make the whole -lperl thing NetBSD only until we
29387              find some other platform that needs the same.
29388      Branch: perl
29389            ! lib/ExtUtils/MM_Unix.pm
29390 ____________________________________________________________________________
29391 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
29392         Log: Subject: [PATCH t/op/pack.t] Cleanup
29393              From: Michael G Schwern <schwern@pobox.com> 
29394              Date: Sun, 9 Dec 2001 23:08:26 -0500
29395              Message-ID: <20011210040826.GD660@blackrider>
29396      Branch: perl
29397            ! t/op/pack.t
29398 ____________________________________________________________________________
29399 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
29400         Log: Add threads support for NetBSD.
29401              
29402              This is also the first (I think) Perl threads build with
29403              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
29404              NetBSD does not as of yet have true kernel POSIX threads,
29405              but the user-level pth seems to be doing pretty well--
29406              the only failure is that threads/t/basic okays 6 and 7
29407              consistently seem be arriving in the reverse order.
29408              Well, gdbm.t is also failing: 'Undefined PLT symbol
29409              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
29410              guessing that GDBM would need a threaded rebuild.
29411      Branch: perl
29412            ! hints/netbsd.sh
29413 ____________________________________________________________________________
29414 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
29415         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
29416              potential performance hit and change in semantics of closure
29417              lookups after C<undef &foo>)
29418      Branch: maint-5.6/perl
29419            ! op.c
29420 ____________________________________________________________________________
29421 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
29422         Log: metaconfig unit change for #13582.
29423      Branch: metaconfig
29424            ! U/threads/usethreads.U
29425 ____________________________________________________________________________
29426 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
29427         Log: Update the ithreads selection info in Configure,
29428              as suggested by Michael Schwern.
29429      Branch: perl
29430            ! Configure
29431 ____________________________________________________________________________
29432 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
29433         Log: Clearing locale environment simply doesn't seem to
29434              guarantee that (nl_)langinfo(CODESET) would return nil.
29435              (I for example get "ISO8859-1", so <guess>maybe there can
29436              be per-system default settings at work</guess>.)
29437      Branch: perl
29438            ! lib/open.t
29439 ____________________________________________________________________________
29440 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
29441         Log: Subject: RE: Exporter fixes reversed in 13540?
29442              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
29443              Date: Sun, 9 Dec 2001 12:55:15 -0500
29444              Message-ID: <3C13F455@operamail.com>
29445      Branch: perl
29446            ! lib/open.pm
29447 ____________________________________________________________________________
29448 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
29449         Log: Root is the lizard king.
29450      Branch: perl
29451            ! lib/Net/t/netrc.t
29452 ____________________________________________________________________________
29453 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
29454         Log: Telling how many tests we are expecting helps.
29455      Branch: perl
29456            ! ext/POSIX/t/waitpid.t
29457 ____________________________________________________________________________
29458 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
29459         Log: Add a test case for waitpid(): from Rocco Caputo.
29460      Branch: perl
29461            + ext/POSIX/t/waitpid.t
29462            ! MANIFEST
29463 ____________________________________________________________________________
29464 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
29465         Log: Subject: [PATCH] Term::ReadLine tweaks and test
29466              From: Richard Clamp <richardc@unixbeard.net>
29467              Date: Mon, 10 Dec 2001 00:51:47 +0000
29468              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
29469      Branch: perl
29470            + lib/Term/ReadLine.t
29471            ! MANIFEST lib/Term/ReadLine.pm
29472 ____________________________________________________________________________
29473 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
29474         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
29475              From: Rocco Caputo <troc@netrus.net>
29476              Date: Sun, 9 Dec 2001 18:12:38 -0500
29477              Message-ID: <20011209181238.A803@eyrie.homenet>
29478      Branch: perl
29479            ! win32/win32.c
29480 ____________________________________________________________________________
29481 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
29482         Log: make sure that va_start() has matching va_end();
29483              from OpenBSD 3.0.
29484      Branch: perl
29485            ! x2p/util.c
29486 ____________________________________________________________________________
29487 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
29488         Log: h2ph updates from OpenBSD 3.0.
29489      Branch: perl
29490            ! utils/h2ph.PL
29491 ____________________________________________________________________________
29492 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
29493         Log: OpenBSD hints update from OpenBSD 3.0.
29494      Branch: perl
29495            ! hints/openbsd.sh
29496 ____________________________________________________________________________
29497 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
29498         Log: DJGPP tweaks from Laszlo Molnar.
29499      Branch: perl
29500            ! djgpp/config.over lib/File/Find/t/find.t
29501            ! lib/File/Find/t/taint.t t/pod/find.t
29502 ____________________________________________________________________________
29503 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
29504         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
29505              From: Michael G Schwern <schwern@pobox.com> 
29506              Date: Sun, 9 Dec 2001 19:28:12 -0500
29507              Message-ID: <20011210002812.GF13586@blackrider>
29508      Branch: perl
29509            ! README.cygwin
29510 ____________________________________________________________________________
29511 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
29512         Log: README.cygwin update from Gerrit P. Haase.
29513      Branch: perl
29514            ! README.cygwin
29515 ____________________________________________________________________________
29516 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
29517         Log: Apply NetBSD patch-ag: shared/static linking,
29518              but make the change less intrusive on non-NetBSD.
29519      Branch: perl
29520            ! lib/ExtUtils/MM_Unix.pm
29521 ____________________________________________________________________________
29522 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
29523         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
29524      Branch: perl
29525            ! lib/ExtUtils/Liblist.pm
29526 ____________________________________________________________________________
29527 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
29528         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
29529      Branch: perl
29530            ! regcomp.c
29531 ____________________________________________________________________________
29532 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
29533         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
29534      Branch: perl
29535            ! pp.c
29536 ____________________________________________________________________________
29537 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
29538         Log: Apply NetBSD patch-ac.
29539              (the fix has already been done: change #9706, fully qualified
29540              pathnames in packlists)
29541      Branch: perl
29542            ! lib/ExtUtils/Install.pm
29543 ____________________________________________________________________________
29544 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
29545         Log: Apply NetBSD patch-ab: NetBSD hints update.
29546      Branch: perl
29547            ! hints/netbsd.sh
29548 ____________________________________________________________________________
29549 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
29550         Log: metaconfig unit changes for #13560.
29551      Branch: metaconfig/U/perl
29552            ! dlsrc.U i_ieeefp.U libperl.U
29553 ____________________________________________________________________________
29554 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
29555         Log: NetBSD has <ieeefp.h> but hidden.
29556      Branch: perl
29557            ! hints/netbsd.sh
29558 ____________________________________________________________________________
29559 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
29560         Log: Implement NetBSD patch-aa.
29561      Branch: perl
29562            ! Configure
29563 ____________________________________________________________________________
29564 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
29565         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
29566              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
29567              Date: Sun, 09 Dec 2001 13:40:58 +0100
29568              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
29569              
29570              (The lstat()s were there in 5.6.1: what happened to them?)
29571      Branch: perl
29572            ! lib/File/Find.pm
29573 ____________________________________________________________________________
29574 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
29575         Log: Quickie documentation of the C UTF-8 API.
29576      Branch: perl
29577            ! pod/perlunicode.pod
29578 ____________________________________________________________________________
29579 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
29580         Log: Subject: bleadperl on cygwin weirdness...
29581              From: "Gerrit P. Haase" <gp@familiehaase.de>
29582              Date: Sun, 9 Dec 2001 20:31:28 +0100
29583              Message-ID: <13779422183.20011209203128@familiehaase.de>          
29584              
29585              (plus libperl*.dll version portability tweaks)
29586      Branch: perl
29587            ! lib/ExtUtils/Embed.t
29588 ____________________________________________________________________________
29589 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
29590         Log: Instead of muting symbol export error if under eval,
29591              delay the errors until the croak().
29592              
29593              (replaces #13408)
29594      Branch: perl
29595            ! lib/Exporter/Heavy.pm
29596 ____________________________________________________________________________
29597 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
29598         Log: Basegroup 0 is a cygwin_nt thing.
29599      Branch: perl
29600            ! t/op/groups.t
29601 ____________________________________________________________________________
29602 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
29603         Log: Also WinME is LoseLink.
29604      Branch: perl
29605            ! t/op/stat.t
29606 ____________________________________________________________________________
29607 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
29608         Log: Forgotten checkin.
29609      Branch: perl
29610            ! lib/User/grent.t
29611 ____________________________________________________________________________
29612 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
29613         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
29614              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
29615              Date: Sun, 09 Dec 2001 13:45:06 +0100
29616              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
29617      Branch: perl
29618            ! lib/File/Find.pm
29619 ____________________________________________________________________________
29620 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
29621         Log: Tweakback.
29622      Branch: perl
29623            ! lib/Net/hostent.t
29624 ____________________________________________________________________________
29625 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
29626         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
29627              From: Michael G Schwern <schwern@pobox.com>
29628              Date: Sat, 8 Dec 2001 14:48:38 -0500
29629              Message-ID: <20011208194838.GA8650@blackrider>
29630      Branch: perl
29631            ! t/op/grent.t
29632 ____________________________________________________________________________
29633 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
29634         Log: Subject: [README.cygwin] Removing old expected test failures
29635              From: Michael G Schwern <schwern@pobox.com>
29636              Date: Sat, 8 Dec 2001 15:38:28 -0500
29637              Message-ID: <20011208203828.GB9017@blackrider>
29638      Branch: perl
29639            ! README.cygwin
29640 ____________________________________________________________________________
29641 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
29642         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
29643              From: Michael G Schwern <schwern@pobox.com>                
29644              Date: Sat, 8 Dec 2001 15:26:59 -0500
29645              Message-ID: <20011208202659.GA9017@blackrider> 
29646      Branch: perl
29647            ! lib/Net/hostent.t
29648 ____________________________________________________________________________
29649 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
29650         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
29651              From: Michael G Schwern <schwern@pobox.com> 
29652              Date: Sat, 8 Dec 2001 15:06:16 -0500
29653              Message-ID: <20011208200616.GA8915@blackrider>
29654      Branch: perl
29655            ! t/op/stat.t
29656 ____________________________________________________________________________
29657 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
29658         Log: Developer deprecations and an incompatibility.
29659      Branch: perl
29660            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
29661 ____________________________________________________________________________
29662 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
29663         Log: Shoo.
29664      Branch: perl
29665            - lib/Attribute/Handlers.pm
29666 ____________________________________________________________________________
29667 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
29668         Log: Remove Attribute::Handlers, as per Damian's request.
29669              (Because of fixing the my variables to be now handled
29670              in run-time, the whole internals of the A::H needs to
29671              be rewritten and Damian will not have time for that
29672              for months.)
29673      Branch: perl
29674            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
29675            - lib/Attribute/Handlers/demo/Demo.pm
29676            - lib/Attribute/Handlers/demo/Descriptions.pm
29677            - lib/Attribute/Handlers/demo/MyClass.pm
29678            - lib/Attribute/Handlers/demo/demo.pl
29679            - lib/Attribute/Handlers/demo/demo2.pl
29680            - lib/Attribute/Handlers/demo/demo3.pl
29681            - lib/Attribute/Handlers/demo/demo4.pl
29682            - lib/Attribute/Handlers/demo/demo_call.pl
29683            - lib/Attribute/Handlers/demo/demo_chain.pl
29684            - lib/Attribute/Handlers/demo/demo_cycle.pl
29685            - lib/Attribute/Handlers/demo/demo_hashdir.pl
29686            - lib/Attribute/Handlers/demo/demo_phases.pl
29687            - lib/Attribute/Handlers/demo/demo_range.pl
29688            - lib/Attribute/Handlers/demo/demo_rawdata.pl
29689            - lib/Attribute/Handlers/t/multi.t
29690            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
29691            ! pod/perlmodlib.pod pod/perltoc.pod
29692 ____________________________________________________________________________
29693 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
29694         Log: Subject: Re: attributes are broken
29695              From: Spider Boardman <spider@Orb.Nashua.NH.US>
29696              Date: Sun, 09 Dec 2001 00:09:23 -0500
29697              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
29698      Branch: perl
29699            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
29700            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
29701            ! xsutils.c
29702 ____________________________________________________________________________
29703 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
29704         Log: Forgotten checkin.
29705      Branch: perl
29706            ! lib/Pod/Text.pm
29707 ____________________________________________________________________________
29708 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
29709         Log: uconfig.h update.
29710      Branch: perl
29711            ! uconfig.h
29712 ____________________________________________________________________________
29713 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
29714         Log: Update Changes.
29715      Branch: perl
29716            ! Changes patchlevel.h
29717 ____________________________________________________________________________
29718 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
29719         Log: Note that some of the Unicode features are
29720              dependent on perlio.
29721      Branch: perl
29722            ! pod/perluniintro.pod
29723 ____________________________________________________________________________
29724 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
29725         Log: Regen perlapi, regen toc.
29726      Branch: perl
29727            ! pod/perlapi.pod pod/perltoc.pod
29728 ____________________________________________________________________________
29729 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
29730         Log: FAQ sync.
29731      Branch: perl
29732            ! pod/perlfaq4.pod pod/perlfaq6.pod
29733 ____________________________________________________________________________
29734 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
29735         Log: Subject: [PATCH] Fix odd language in an sv.c comment
29736              From: coral@eekeek.org
29737              Date: Sat, 8 Dec 2001 12:19:39 -0500
29738              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
29739      Branch: perl
29740            ! sv.c
29741 ____________________________________________________________________________
29742 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
29743         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
29744              From: Michael G Schwern <schwern@pobox.com>
29745              Date: Fri, 7 Dec 2001 20:03:45 -0500
29746              Message-ID: <20011208010345.GD642@blackrider>
29747              
29748              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
29749              From: Michael G Schwern <schwern@pobox.com>
29750              Date: Fri, 7 Dec 2001 20:13:54 -0500
29751              Message-ID: <20011208011354.GE642@blackrider>
29752              
29753              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
29754              From: Michael G Schwern <schwern@pobox.com>
29755              Date: Fri, 7 Dec 2001 21:47:36 -0500
29756              Message-ID: <20011208024736.GH642@blackrider>
29757              
29758              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
29759              From: Michael G Schwern <schwern@pobox.com>
29760              Date: Fri, 7 Dec 2001 23:09:43 -0500
29761              Message-ID: <20011208040943.GK642@blackrider>
29762              
29763              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
29764              Message-Id: <a05101004b83754903506@[172.16.52.1]>
29765              Date: Fri, 7 Dec 2001 23:28:15 -0600
29766              From: "Craig A. Berry" <craigberry@mac.com>
29767      Branch: perl
29768            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
29769 ____________________________________________________________________________
29770 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
29771         Log: Integrate perlio:
29772              
29773              [ 13531]
29774              Tweak multi-arg open error messages
29775              
29776              [ 13530]
29777              Allow multi-arg open() if opening layer declares this legal.
29778      Branch: perl
29779           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
29780           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
29781 ____________________________________________________________________________
29782 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
29783         Log: Retract #11156 since Sarathy has found that it breaks code:
29784              http://bugs.ActiveState.com/show_bug.cgi?id=18457
29785              http://bugs.ActiveState.com/show_bug.cgi?id=18858
29786      Branch: perl
29787            ! op.c sv.c t/op/pos.t
29788 ____________________________________________________________________________
29789 [ 13532] By: nick                                  on 2001/12/08  14:11:12
29790         Log: Integrate mainline
29791      Branch: perlio
29792           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
29793           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
29794 ____________________________________________________________________________
29795 [ 13531] By: nick                                  on 2001/12/08  13:48:21
29796         Log: Tweak multi-arg open error messages
29797      Branch: perlio
29798            ! perlio.c
29799 ____________________________________________________________________________
29800 [ 13530] By: nick                                  on 2001/12/08  10:20:06
29801         Log: Allow multi-arg open() if opening layer declares this legal.
29802      Branch: perlio
29803            ! doio.c perlio.c perliol.h
29804 ____________________________________________________________________________
29805 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
29806         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
29807              From: Michael G Schwern <schwern@pobox.com>       
29808              Date: Fri, 7 Dec 2001 19:41:31 -0500
29809              Message-ID: <20011208004131.GC642@blackrider>
29810      Branch: perl
29811            ! t/run/switches.t t/test.pl
29812 ____________________________________________________________________________
29813 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
29814         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
29815              From: Michael G Schwern <schwern@pobox.com>       
29816              Date: Fri, 7 Dec 2001 19:12:44 -0500
29817              Message-ID: <20011208001244.GB642@blackrider>
29818      Branch: perl
29819            ! t/op/stat.t
29820 ____________________________________________________________________________
29821 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
29822         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
29823              From: Michael G Schwern <schwern@pobox.com>
29824              Date: Fri, 7 Dec 2001 17:28:57 -0500
29825              Message-ID: <20011207222857.GI23210@blackrider>
29826      Branch: perl
29827            ! t/op/magic.t
29828 ____________________________________________________________________________
29829 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
29830         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
29831      Branch: perl
29832            ! t/test.pl
29833 ____________________________________________________________________________
29834 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
29835         Log: which_perl: delay as much a possible till runtime.
29836      Branch: perl
29837            ! t/test.pl
29838 ____________________________________________________________________________
29839 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
29840         Log: Further tweakage to which_perl().
29841      Branch: perl
29842            ! t/test.pl
29843 ____________________________________________________________________________
29844 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
29845         Log: perluniintro tweaks.
29846      Branch: perl
29847            ! pod/perluniintro.pod
29848 ____________________________________________________________________________
29849 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
29850         Log: Tweak the $Perl computation.
29851      Branch: perl
29852            ! t/test.pl
29853 ____________________________________________________________________________
29854 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
29855         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
29856              From: Nicholas Clark <nick@ccl4.org>
29857              Date: Fri, 7 Dec 2001 17:06:56 +0000
29858              Message-ID: <20011207170656.G21702@plum.flirble.org>
29859      Branch: perl
29860            ! doop.c t/op/chop.t
29861 ____________________________________________________________________________
29862 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
29863         Log: Update Changes.
29864      Branch: perl
29865            ! Changes patchlevel.h
29866 ____________________________________________________________________________
29867 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
29868         Log: Missing ).
29869      Branch: perl
29870            ! t/test.pl
29871 ____________________________________________________________________________
29872 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
29873         Log: Allow several arguments to display().
29874      Branch: perl
29875            ! t/test.pl
29876 ____________________________________________________________________________
29877 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
29878         Log: /dev/stdout could be either a character special file
29879              or a named pipe, so let's pretend it doesn't exist.
29880      Branch: perl
29881            ! t/op/stat.t
29882 ____________________________________________________________________________
29883 [ 13516] By: nick                                  on 2001/12/07  15:09:23
29884         Log: Integrate again - can I catch up ?
29885      Branch: perlio
29886           !> t/test.pl
29887 ____________________________________________________________________________
29888 [ 13515] By: nick                                  on 2001/12/07  15:08:17
29889         Log: Integrate mainline some more
29890      Branch: perlio
29891           !> README.hpux hints/linux.sh pod/perlfunc.pod
29892 ____________________________________________________________________________
29893 [ 13514] By: nick                                  on 2001/12/07  15:07:15
29894         Log: Integrate mainline
29895      Branch: perlio
29896           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
29897           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
29898           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
29899           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
29900           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
29901           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
29902           +> t/lib/Math/BigInt/BareCalc.pm
29903            - ext/Devel/PPPort/harness/Harness.pm
29904            - ext/Devel/PPPort/harness/Harness.xs
29905            - ext/Devel/PPPort/harness/Makefile.PL
29906            - ext/Devel/PPPort/harness/module2.c
29907            - ext/Devel/PPPort/harness/module3.c
29908            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
29909            - lib/File/Spec/Functions.t
29910           !> (integrate 103 files)
29911 ____________________________________________________________________________
29912 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
29913         Log: Add display() for displaying icky scalars.
29914      Branch: perl
29915            ! t/test.pl
29916 ____________________________________________________________________________
29917 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
29918         Log: Subject: [ID 20011207.001] documentation bug for waitpid
29919              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
29920              Date: Fri, 7 Dec 2001 12:44:56 +0100
29921              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
29922      Branch: perl
29923            ! pod/perlfunc.pod
29924 ____________________________________________________________________________
29925 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
29926         Log: gcc version matching didn't.
29927      Branch: perl
29928            ! hints/linux.sh
29929 ____________________________________________________________________________
29930 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
29931         Log: Subject: HP renamed their servers              
29932              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29933              Date: Fri, 07 Dec 2001 12:07:22 +0100
29934              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
29935      Branch: perl
29936            ! README.hpux
29937 ____________________________________________________________________________
29938 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
29939         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
29940              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29941              Date: Fri, 7 Dec 2001 00:24:55 -0500
29942              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
29943      Branch: perl
29944            ! pod/perlport.pod
29945 ____________________________________________________________________________
29946 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
29947         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
29948              From: Michael G Schwern <schwern@pobox.com> 
29949              Date: Thu, 6 Dec 2001 22:56:34 -0500
29950              Message-ID: <20011207035634.GO22648@blackrider>
29951      Branch: perl
29952            ! t/base/lex.t t/op/exec.t
29953 ____________________________________________________________________________
29954 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
29955         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
29956              From: Michael G Schwern <schwern@pobox.com>
29957              Date: Thu, 6 Dec 2001 22:45:44 -0500
29958              Message-ID: <20011207034544.GN22648@blackrider>
29959              
29960              (plus op/ref tweak)
29961      Branch: perl
29962            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
29963            ! t/run/kill_perl.t t/test.pl
29964 ____________________________________________________________________________
29965 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
29966         Log: Upgrade to Math::BigInt 1.48.
29967      Branch: perl
29968            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
29969            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
29970            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
29971            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
29972            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
29973            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
29974            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
29975 ____________________________________________________________________________
29976 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
29977         Log: Mention also perl56delta in case someone is upgrading from
29978              Perl 5.005_03.
29979      Branch: perl
29980            ! pod/perldelta.pod
29981 ____________________________________________________________________________
29982 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
29983         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
29984              From: Michael G Schwern <schwern@pobox.com>
29985              Date: Thu, 6 Dec 2001 15:15:28 -0500
29986              Message-ID: <20011206201528.GF16414@blackrider>
29987              
29988              (just the term.t, not the lex.t)
29989              
29990              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
29991              From: Michael G Schwern <schwern@pobox.com>
29992              Date: Thu, 6 Dec 2001 15:22:22 -0500
29993              Message-ID: <20011206202222.GG16414@blackrider>
29994              
29995              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
29996              From: Michael G Schwern <schwern@pobox.com>
29997              Date: Thu, 6 Dec 2001 15:31:58 -0500
29998              Message-ID: <20011206203158.GI16414@blackrider>
29999              
30000              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
30001              From: Michael G Schwern <schwern@pobox.com>
30002              Date: Thu, 6 Dec 2001 17:38:55 -0500
30003              Message-ID: <20011206223855.GC22648@blackrider>
30004      Branch: perl
30005            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
30006            ! t/test.pl
30007 ____________________________________________________________________________
30008 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
30009         Log: Update the thr5005 situation.
30010      Branch: perl
30011            ! pod/perldelta.pod
30012 ____________________________________________________________________________
30013 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
30014         Log: perldelta borrowings from perl561delta.
30015      Branch: perl
30016            ! pod/perldelta.pod
30017 ____________________________________________________________________________
30018 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
30019         Log: Add the 5.6.1 perldelta as perl561delta.
30020              (Makes it easier to steal stuff for perldelta :-)
30021      Branch: perl
30022            + pod/perl561delta.pod
30023            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30024 ____________________________________________________________________________
30025 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
30026         Log: Retract #13496 for now.
30027      Branch: perl
30028            ! t/base/lex.t t/base/term.t
30029 ____________________________________________________________________________
30030 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
30031         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
30032              From: "Craig A. Berry" <craigberry@mac.com>
30033              Date: Thu, 6 Dec 2001 14:54:36 -0600
30034              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
30035      Branch: perl
30036            ! vms/ext/filespec.t
30037 ____________________________________________________________________________
30038 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
30039         Log: (retracted by #13499)
30040              
30041              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
30042              From: Michael G Schwern <schwern@pobox.com>
30043              Date: Thu, 6 Dec 2001 15:15:28 -0500
30044              Message-ID: <20011206201528.GF16414@blackrider>
30045      Branch: perl
30046            ! t/base/lex.t t/base/term.t
30047 ____________________________________________________________________________
30048 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
30049         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
30050              From: Michael G Schwern <schwern@pobox.com>
30051              Date: Thu, 6 Dec 2001 13:54:48 -0500
30052              Message-ID: <20011206185448.GC16414@blackrider>
30053      Branch: perl
30054            ! t/op/stat.t
30055 ____________________________________________________________________________
30056 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
30057         Log: The #4 has nothing to do with Unicode.
30058      Branch: perl
30059            ! t/op/tr.t
30060 ____________________________________________________________________________
30061 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
30062         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
30063              From: Michael G Schwern <schwern@pobox.com>
30064              Date: Thu, 6 Dec 2001 13:45:48 -0500
30065              Message-ID: <20011206184548.GB16414@blackrider>
30066      Branch: perl
30067            ! t/op/tr.t
30068 ____________________________________________________________________________
30069 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
30070         Log: Update Changes.
30071      Branch: perl
30072            ! Changes patchlevel.h
30073 ____________________________________________________________________________
30074 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
30075         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
30076              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30077              Date: Thu, 6 Dec 2001 11:41:25 EST
30078              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
30079      Branch: perl
30080            ! vms/vms.c vms/vmsish.h
30081 ____________________________________________________________________________
30082 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
30083         Log: Subject: [PATCH] Re: weirdness in regexps
30084              From: Robin Houston <robin@kitsite.com> 
30085              Date: Thu, 6 Dec 2001 14:44:01 +0000
30086              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
30087      Branch: perl
30088            ! op.c t/lib/strict/subs
30089 ____________________________________________________________________________
30090 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
30091         Log: Make the -b -c -S tests count all of the /dev, not just
30092              check the first one, as suggested by Benjamin Goldberg.
30093      Branch: perl
30094            ! t/op/stat.t
30095 ____________________________________________________________________________
30096 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
30097         Log: Subject: Re: [PATCH: bleadperl] casefold backref
30098              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
30099              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
30100              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
30101      Branch: perl
30102            ! regexec.c
30103 ____________________________________________________________________________
30104 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
30105         Log: Nits noticed by Philip Newton, and de-tab DB.t.
30106      Branch: perl
30107            ! lib/DB.t
30108 ____________________________________________________________________________
30109 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
30110         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
30111              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
30112              Date: 6 Dec 2001 11:06:01 -0000
30113              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
30114      Branch: perl
30115            ! op.c t/op/tr.t
30116 ____________________________________________________________________________
30117 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
30118         Log: Subject: [PATCH: bleadperl] casefold backref
30119              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
30120              Date: Wed, 05 Dec 2001 17:27:05 +0000
30121              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
30122      Branch: perl
30123            ! regexec.c t/op/re_tests
30124 ____________________________________________________________________________
30125 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
30126         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
30127              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30128              Date: Wed, 5 Dec 2001 22:34:53 EST
30129              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
30130      Branch: perl
30131            ! mg.c vms/vms.c vms/vmsish.h
30132 ____________________________________________________________________________
30133 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
30134         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
30135              From: Michael G Schwern <schwern@pobox.com>
30136              Date: Wed, 5 Dec 2001 19:52:58 -0500
30137              Message-ID: <20011205195257.A903@blackrider>
30138      Branch: perl
30139            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
30140            + lib/File/Spec/t/rel2abs2rel.t
30141            - lib/File/Spec.t lib/File/Spec/Functions.t
30142            ! MANIFEST
30143 ____________________________________________________________________________
30144 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
30145         Log: Subject: Re: Silly stat() portability questions                
30146              From: Benjamin Goldberg <goldbb2@earthlink.net>
30147              Date: Wed, 05 Dec 2001 22:52:35 -0500
30148              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
30149      Branch: perl
30150            ! pod/perlport.pod
30151 ____________________________________________________________________________
30152 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
30153         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
30154              From: "Craig A. Berry" <craigberry@mac.com>
30155              Date: Wed, 05 Dec 2001 16:41:59 -0600
30156              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
30157      Branch: perl
30158            ! README.vms configure.com lib/File/Spec/VMS.pm
30159            ! vms/ext/filespec.t
30160 ____________________________________________________________________________
30161 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
30162         Log: $apply->('club', $glibc_maintainers);
30163              
30164              (Nick Clark just reported that <langinfo.h> YESSTR
30165              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
30166      Branch: perl
30167            ! ext/I18N/Langinfo/Langinfo.t
30168 ____________________________________________________________________________
30169 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
30170         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
30171      Branch: perl
30172            ! pod/perlport.pod
30173 ____________________________________________________________________________
30174 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
30175         Log: tweak change#13474 (pad entries can apparently be null in some
30176              situations)
30177      Branch: maint-5.6/perl
30178            ! op.c
30179 ____________________________________________________________________________
30180 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
30181         Log: Restore the /dev -b -c -S part of the test.
30182      Branch: perl
30183            ! t/op/stat.t
30184 ____________________________________________________________________________
30185 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
30186         Log: Retract #13475 until Arthur gets back to the mine.
30187      Branch: perl
30188            ! op.c t/run/kill_perl.t
30189 ____________________________________________________________________________
30190 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
30191         Log: (retracted by #13476)
30192              
30193              Manually apply #13474; fixes stale reference to dead
30194              CvOUTSIDE(); this can happen when anonymous subroutines
30195              that aren't closures are returned from an eval""
30196              
30197              (threads/shared/sv_refs.t is coredump-unhappy about this change)
30198      Branch: perl
30199            ! op.c t/run/kill_perl.t
30200 ____________________________________________________________________________
30201 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
30202         Log: replacement for change#10451
30203              
30204              fixes stale reference to dead CvOUTSIDE(); this can happen when
30205              anonymous subroutines that aren't closures are returned from an
30206              eval""
30207      Branch: maint-5.6/perl
30208            ! op.c t/op/misc.t
30209 ____________________________________________________________________________
30210 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
30211         Log: revert change#10451,10472; it was a naive fix that simply
30212              reintroduced the memory leak!
30213      Branch: maint-5.6/perl
30214            ! op.c t/op/misc.t
30215 ____________________________________________________________________________
30216 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
30217         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
30218              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
30219              Date: Wed, 05 Dec 2001 10:49:20 +0100
30220              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
30221      Branch: perl
30222            ! lib/File/Basename.pm lib/File/Basename.t
30223 ____________________________________________________________________________
30224 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
30225         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
30226              From: Michael G Schwern <schwern@pobox.com> 
30227              Date: Wed, 5 Dec 2001 02:47:59 -0500
30228              Message-ID: <20011205024759.H14333@blackrider>
30229      Branch: perl
30230            ! t/op/magic.t
30231 ____________________________________________________________________________
30232 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
30233         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
30234              From: Michael G Schwern <schwern@pobox.com>              
30235              Date: Wed, 5 Dec 2001 02:22:05 -0500
30236              Message-ID: <20011205022205.F14333@blackrider>
30237      Branch: perl
30238            ! t/op/stat.t vms/test.com
30239 ____________________________________________________________________________
30240 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
30241         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
30242              From: Michael G Schwern <schwern@pobox.com> 
30243              Date: Tue, 4 Dec 2001 23:40:10 -0500
30244              Message-ID: <20011204234010.B14333@blackrider>
30245      Branch: perl
30246            ! t/op/stat.t
30247 ____________________________________________________________________________
30248 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
30249         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
30250              From: Michael G Schwern <schwern@pobox.com> 
30251              Date: Tue, 4 Dec 2001 21:09:18 -0500           
30252              Message-ID: <20011204210918.D13279@blackrider>
30253              
30254              t/test.
30255      Branch: perl
30256            ! t/test.pl
30257 ____________________________________________________________________________
30258 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
30259         Log: (accidentally empty check-in)
30260      Branch: perl
30261            ! t/op/stat.t
30262 ____________________________________________________________________________
30263 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
30264         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
30265              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30266              Date: Tue, 04 Dec 2001 23:40:27 +0100
30267              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
30268      Branch: perl
30269            ! mg.c
30270 ____________________________________________________________________________
30271 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
30272         Log: Subject: [PATCH] minor pod fix in Safe.pm
30273              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30274              Date: Tue, 4 Dec 2001 22:02:34 +0100
30275              Message-ID: <20011204220234.A17293@rafael>
30276      Branch: perl
30277            ! ext/Opcode/Safe.pm
30278 ____________________________________________________________________________
30279 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
30280         Log: CRLF GRRR.
30281      Branch: perl
30282            ! djgpp/configure.bat
30283 ____________________________________________________________________________
30284 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
30285         Log: DJGPP fixes from Laszlo Molnar.
30286      Branch: perl
30287            ! djgpp/configure.bat djgpp/djgpp.h
30288 ____________________________________________________________________________
30289 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
30290         Log: Update Changes.
30291      Branch: perl
30292            ! Changes patchlevel.h
30293 ____________________________________________________________________________
30294 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
30295         Log: Must wipe out the memory of real Socket before starting
30296              to use the new fake one.
30297      Branch: perl
30298            ! lib/Net/t/config.t
30299 ____________________________________________________________________________
30300 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
30301         Log: LC_ALL might trump LANG.
30302      Branch: perl
30303            ! lib/open.t
30304 ____________________________________________________________________________
30305 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
30306         Log: Make the eval runtime.
30307      Branch: perl
30308            ! lib/open.pm
30309 ____________________________________________________________________________
30310 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
30311         Log: Make the Langinfo test both more lenient (allow
30312              for any symbol not to exists) and stricter (add
30313              more symbols).
30314      Branch: perl
30315            ! ext/I18N/Langinfo/Langinfo.t
30316 ____________________________________________________________________________
30317 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
30318         Log: integrate change#13453 from maint-5.6
30319              
30320              tweak change#11399 to use an explicit flag rather than
30321              ass_u_ming w32_pseudo_id will only be zero for the real
30322              toplevel interpreter; avoids multiple hosts from diddling
30323              the environment at the same time
30324      Branch: perl
30325           !> win32/perlhost.h
30326 ____________________________________________________________________________
30327 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
30328         Log: Subject: [PATCH] VMS update for perldelta.pod
30329              From: "Craig A. Berry" <craigberry@mac.com> 
30330              Date: Tue, 4 Dec 2001 00:23:12 -0600
30331              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
30332      Branch: perl
30333            ! pod/perldelta.pod
30334 ____________________________________________________________________________
30335 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
30336         Log: NetWare tweak from Ananth Kesari.
30337      Branch: perl
30338            ! NetWare/Makefile
30339 ____________________________________________________________________________
30340 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
30341         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
30342              Not adding the test suite because of its many assumptions.
30343      Branch: perl
30344            ! lib/Net/Ping.pm
30345 ____________________________________________________________________________
30346 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
30347         Log: tweak change#11399 to use an explicit flag rather than
30348              ass_u_ming w32_pseudo_id will only be zero for the real
30349              toplevel interpreter; avoids multiple hosts from diddling
30350              the environment at the same time
30351      Branch: maint-5.6/perl
30352            ! win32/perlhost.h
30353 ____________________________________________________________________________
30354 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
30355         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
30356              from Len Makin.
30357      Branch: perl
30358            + hints/super-ux.sh
30359            ! MANIFEST
30360 ____________________________________________________________________________
30361 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
30362         Log: Add Mac OS X known failures to perldelta.
30363      Branch: perl
30364            ! pod/perldelta.pod
30365 ____________________________________________________________________________
30366 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
30367         Log: I think it's time to call the utf8 code non-test.
30368      Branch: perl
30369            ! utf8.c
30370 ____________________________________________________________________________
30371 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
30372         Log: Retract #13303, need rethink.
30373      Branch: perl
30374            ! utf8.c
30375 ____________________________________________________________________________
30376 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
30377         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
30378              From: "Craig A. Berry" <craigberry@mac.com>
30379              Date: Mon, 03 Dec 2001 16:28:06 -0600
30380              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
30381      Branch: perl
30382            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
30383 ____________________________________________________________________________
30384 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
30385         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
30386              From: Andy Dougherty <doughera@lafayette.edu>
30387              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
30388              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
30389      Branch: perl
30390            ! hints/solaris_2.sh
30391 ____________________________________________________________________________
30392 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
30393         Log: This test is not very robust on 8.3-constrained systems:
30394              all the "with truncated name" lines between "Autosplitting ..."
30395              and "some names are not unique" lines are unexpected,
30396              and the truncation message becomes:
30397              testtest.al, testtest.al truncate to testtest 
30398      Branch: perl
30399            ! lib/AutoSplit.t
30400 ____________________________________________________________________________
30401 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
30402         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
30403      Branch: perl
30404            ! ext/I18N/Langinfo/Langinfo.t
30405 ____________________________________________________________________________
30406 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
30407         Log: Test::Morify UCD.t
30408      Branch: perl
30409            ! lib/Unicode/UCD.t
30410 ____________________________________________________________________________
30411 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
30412         Log: If Socket has not been built (e.g. DJGPP) the libnet
30413              tests fall over with (too) much noise.
30414      Branch: perl
30415            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
30416            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
30417            ! lib/Net/t/smtp.t lib/Net/t/time.t
30418 ____________________________________________________________________________
30419 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
30420         Log: Subject: [PATCH] shared hash keys and ++/--
30421              From: Nicholas Clark <nick@ccl4.org>
30422              Date: Mon, 3 Dec 2001 16:37:16 +0000
30423              Message-ID: <20011203163716.C21702@plum.flirble.org>
30424      Branch: perl
30425            ! pp.c pp_hot.c sv.c t/op/inc.t
30426 ____________________________________________________________________________
30427 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
30428         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
30429              From: Jonathan Stowe <jns@gellyfish.com>
30430              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
30431              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
30432      Branch: perl
30433            ! lib/Term/Cap.pm
30434 ____________________________________________________________________________
30435 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
30436         Log: Update Changes.
30437      Branch: perl
30438            ! Changes patchlevel.h
30439 ____________________________________________________________________________
30440 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
30441         Log: perldelta tweaks.
30442      Branch: perl
30443            ! pod/perldelta.pod
30444 ____________________________________________________________________________
30445 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
30446         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
30447              From: Sam Tregar <sam@tregar.com> 
30448              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
30449              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
30450      Branch: perl
30451            ! pod/perlnewmod.pod
30452 ____________________________________________________________________________
30453 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
30454         Log: microperl casting nit.
30455      Branch: perl
30456            ! utf8.c
30457 ____________________________________________________________________________
30458 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
30459         Log: Make sharepvn a macro since all it does is a deref.
30460      Branch: perl
30461            ! embed.h embed.pl global.sym hv.c hv.h proto.h
30462 ____________________________________________________________________________
30463 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
30464         Log: perldelta updates.
30465      Branch: perl
30466            ! pod/perldelta.pod
30467 ____________________________________________________________________________
30468 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
30469         Log: PPPort update from Paul Marquess.
30470      Branch: perl
30471            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
30472            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
30473            + ext/Devel/PPPort/t/test.t
30474            - ext/Devel/PPPort/harness/Harness.pm
30475            - ext/Devel/PPPort/harness/Harness.xs
30476            - ext/Devel/PPPort/harness/Makefile.PL
30477            - ext/Devel/PPPort/harness/module2.c
30478            - ext/Devel/PPPort/harness/module3.c
30479            - ext/Devel/PPPort/harness/t/test.t
30480            ! MANIFEST ext/Devel/PPPort/MANIFEST
30481            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
30482            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
30483            ! ext/Devel/PPPort/soak
30484 ____________________________________________________________________________
30485 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
30486         Log: No use talking about dynamic library search patch
30487              unless we are having a dynamic build.
30488      Branch: perl
30489            ! t/TEST
30490 ____________________________________________________________________________
30491 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
30492         Log: Be more explicit on the List::Util build trick,
30493              should also stop unneeded rebuilds on static builds.
30494      Branch: perl
30495            ! ext/List/Util/Makefile.PL
30496 ____________________________________________________________________________
30497 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
30498         Log: We need to replace the optimize (-O1) with
30499              the -h scalar0 -h vector0, not append them
30500              to the ccflags.
30501      Branch: perl
30502            ! hints/unicos.sh hints/unicosmk.sh
30503 ____________________________________________________________________________
30504 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
30505         Log: Subject: [PATCH] Shared hash keys 
30506              From: Nicholas Clark <nick@ccl4.org>
30507              Date: Sun, 2 Dec 2001 20:52:32 +0000
30508              Message-ID: <20011202205232.U21702@plum.flirble.org>
30509      Branch: perl
30510            ! doop.c t/op/tr.t
30511 ____________________________________________________________________________
30512 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
30513         Log: Better add new files to MANIFEST, too.
30514      Branch: perl
30515            ! MANIFEST
30516 ____________________________________________________________________________
30517 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
30518         Log: Subject: {PATCH] perlpacktut.pod
30519              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
30520              Date: Sun, 02 Dec 2001 19:55:06 +0100
30521              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
30522      Branch: perl
30523            ! pod/perlpacktut.pod
30524 ____________________________________________________________________________
30525 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
30526         Log: Various small nits found by DJGPP build.
30527      Branch: perl
30528            ! doio.c mg.c pp.c util.c
30529 ____________________________________________________________________________
30530 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
30531         Log: Subject: RE: More verbose POD for Carp
30532              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
30533              Date: Sun, 2 Dec 2001 11:32:51 -0500
30534              Message-ID: <3C0A9748@operamail.com>
30535      Branch: perl
30536            ! lib/Carp.pm
30537 ____________________________________________________________________________
30538 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
30539         Log: Add a header for DJGPP with the function prototypes.
30540      Branch: perl
30541            + djgpp/djgpp.h
30542            ! MANIFEST djgpp/djgpp.c
30543 ____________________________________________________________________________
30544 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
30545         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
30546              From: Abe Timmerman <abe@ztreet.demon.nl>
30547              Date: Sun, 02 Dec 2001 02:41:25 +0100
30548              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
30549      Branch: perl
30550            ! pp_sys.c
30551 ____________________________________________________________________________
30552 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
30553         Log: There isn't PTR2INT(), there's PTR2IV().
30554      Branch: perl
30555            ! ext/Time/HiRes/HiRes.xs
30556 ____________________________________________________________________________
30557 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
30558         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
30559              From: Marc Lehmann <root@schmorp.de>
30560              Date: Sun, 02 Dec 2001 02:44:53 +0100
30561              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
30562      Branch: perl
30563            ! ext/Time/HiRes/HiRes.xs
30564 ____________________________________________________________________________
30565 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
30566         Log: encode()/decode() examples.
30567      Branch: perl
30568            ! ext/Encode/Encode.pm
30569 ____________________________________________________________________________
30570 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
30571         Log: DJGPP tweaks from Laszlo Molnar.
30572      Branch: perl
30573            ! djgpp/config.over djgpp/djgppsed.sh
30574 ____________________________________________________________________________
30575 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
30576         Log: Update Changes.
30577      Branch: perl
30578            ! Changes patchlevel.h
30579 ____________________________________________________________________________
30580 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
30581         Log: Integrate perlio:
30582              
30583              [ 13409]
30584              Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
30585              have file descriptors. Noticed a possibly worse problem in the process ...
30586      Branch: perl
30587           !> doio.c
30588 ____________________________________________________________________________
30589 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
30590         Log: Non-VMS-fixed and Win32-skipped version of
30591              
30592              Subject: [PATCH t/op/exec.t] Portabilty fix 
30593              From: Michael G Schwern <schwern@pobox.com> 
30594              Date: Fri, 30 Nov 2001 16:09:27 -0500
30595              Message-ID: <20011130160927.A10406@blackrider>
30596      Branch: perl
30597            ! t/op/exec.t
30598 ____________________________________________________________________________
30599 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
30600         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
30601              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30602              Date: Sat, 1 Dec 2001 07:01:09 -0500
30603              Message-ID: <3C0D2E39@operamail.com>
30604              
30605              Subject: More verbose POD for Carp
30606              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30607              Date: Sat, 1 Dec 2001 08:04:16 -0500
30608              Message-ID: <3C285C2B@operamail.com>
30609      Branch: perl
30610            ! lib/Carp.pm lib/Carp/Heavy.pm
30611 ____________________________________________________________________________
30612 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
30613         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
30614              From: chromatic <chromatic@rmci.net>
30615              Date: Sat, 01 Dec 2001 12:41:58 -0700
30616              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
30617      Branch: perl
30618            ! lib/DB.t
30619 ____________________________________________________________________________
30620 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
30621         Log: Try to make a missing RADIXCHAR a softer kinder error.
30622      Branch: perl
30623            ! ext/I18N/Langinfo/Langinfo.t
30624 ____________________________________________________________________________
30625 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
30626         Log: Have a little faith on nl_langinfo() itself.
30627      Branch: perl
30628            ! ext/I18N/Langinfo/Langinfo.xs
30629 ____________________________________________________________________________
30630 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
30631         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
30632              the max, not max plus one)
30633      Branch: perl
30634            ! ext/I18N/Langinfo/Langinfo.xs
30635 ____________________________________________________________________________
30636 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
30637         Log: Make reality agree with the comment.
30638      Branch: perl
30639            ! ext/I18N/Langinfo/Langinfo.xs
30640 ____________________________________________________________________________
30641 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
30642         Log: Try to protect against wild langinfo() arguments.
30643      Branch: perl
30644            ! ext/I18N/Langinfo/Langinfo.xs
30645 ____________________________________________________________________________
30646 [ 13409] By: nick                                  on 2001/12/01  18:19:59
30647         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
30648              have file descriptors. Noticed a possibly worse problem in the process ...
30649      Branch: perlio
30650            ! doio.c
30651 ____________________________________________________________________________
30652 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
30653         Log: (replaced by #13556)
30654              
30655              If we are inside an eval, let's be silent about
30656              separate symbols and just croak() in the end.
30657      Branch: perl
30658            ! lib/Exporter/Heavy.pm
30659 ____________________________________________________________________________
30660 [ 13407] By: nick                                  on 2001/12/01  17:14:05
30661         Log: Integrate mainline
30662      Branch: perlio
30663           !> (integrate 26 files)
30664 ____________________________________________________________________________
30665 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
30666         Log: Subject: Fix for Exporter error reporting behaviour
30667              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30668              Date: Sat, 1 Dec 2001 06:34:48 -0500
30669              Message-ID: <3C0D1B9A@operamail.com>
30670      Branch: perl
30671            ! lib/Exporter.pm lib/Exporter/Heavy.pm
30672 ____________________________________________________________________________
30673 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
30674         Log: Need to hide behind an eval to avoid a warning
30675              about :utf8 on non-perlio configs.
30676      Branch: perl
30677            ! lib/open.t
30678 ____________________________________________________________________________
30679 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
30680         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
30681              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30682              Date: Fri, 30 Nov 2001 23:46:58 +0100
30683              Message-ID: <20011130234658.A717@rafael>
30684      Branch: perl
30685            ! op.c t/op/method.t
30686 ____________________________________________________________________________
30687 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
30688         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
30689              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30690              Date: Thu, 29 Nov 2001 22:46:12 +0100
30691              Message-ID: <20011129224612.A699@rafael>
30692      Branch: perl
30693            ! ext/B/B/Xref.pm
30694 ____________________________________________________________________________
30695 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
30696         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
30697              From: Tels <perl_dummy@bloodgate.com>
30698              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
30699              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
30700      Branch: perl
30701            ! pod/perlfunc.pod
30702 ____________________________________________________________________________
30703 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
30704         Log: Subject: [REPATCH] reference pointer comparison
30705              From: Nicholas Clark <nick@ccl4.org>
30706              Date: Sat, 1 Dec 2001 13:00:17 +0000
30707              Message-ID: <20011201130017.I21702@plum.flirble.org>
30708      Branch: perl
30709            ! pp.c
30710 ____________________________________________________________________________
30711 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
30712         Log: Upgrade to Storable 1.0.14.
30713      Branch: perl
30714            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30715 ____________________________________________________________________________
30716 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
30717         Log: Add simple caches for ::viacode() and ::vianame().
30718      Branch: perl
30719            ! lib/charnames.pm lib/charnames.t
30720 ____________________________________________________________________________
30721 [ 13398] By: nick                                  on 2001/12/01  10:36:24
30722         Log: Integrate mainline.
30723      Branch: perlio
30724           +> (branch 44 files)
30725            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
30726            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
30727            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
30728           !> (integrate 250 files)
30729 ____________________________________________________________________________
30730 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
30731         Log: Regen toc and modlib.
30732      Branch: perl
30733            ! pod/perlmodlib.pod pod/perltoc.pod
30734 ____________________________________________________________________________
30735 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
30736         Log: Upgrade to podlators-1.18.
30737      Branch: perl
30738            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
30739 ____________________________________________________________________________
30740 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
30741         Log: -h scalar0 -h vector0 seems to help for both
30742              UNICOS and UNICOS/mk on the unpack %65c problems.
30743              
30744              (replaces #13393)
30745      Branch: perl
30746            ! hints/unicos.sh hints/unicosmk.sh
30747 ____________________________________________________________________________
30748 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
30749         Log: More Socket constants.
30750      Branch: perl
30751            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
30752 ____________________________________________________________________________
30753 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
30754         Log: (replaced by #13395)
30755      Branch: perl
30756            ! hints/unicosmk.sh
30757 ____________________________________________________________________________
30758 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
30759         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
30760              From: Andy Dougherty <doughera@lafayette.edu>
30761              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
30762              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
30763              
30764              Simplify the test skippage criterion now that we are
30765              no more dependent on sed.
30766      Branch: perl
30767            ! t/comp/cpp.t t/run/switchPx.t
30768 ____________________________________________________________________________
30769 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
30770         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
30771              From: Michael G Schwern <schwern@pobox.com>
30772              Date: Fri, 30 Nov 2001 11:48:44 -0500
30773              Message-ID: <20011130114844.C1303@blackrider>
30774              
30775              (replaces #13381)
30776      Branch: perl
30777            ! t/op/stat.t
30778 ____________________________________________________________________________
30779 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
30780         Log: Let's not assume how much memory has been allocated
30781              to PVs.
30782      Branch: perl
30783            ! ext/Devel/Peek/Peek.t
30784 ____________________________________________________________________________
30785 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
30786         Log: VOS needs to know the modules, including pp_sort.
30787      Branch: perl
30788            ! vos/perl.bind
30789 ____________________________________________________________________________
30790 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
30791         Log: Unused variables.
30792      Branch: perl
30793            ! ext/Unicode/Normalize/Normalize.xs
30794 ____________________________________________________________________________
30795 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
30796         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
30797              From: John Peacock <jpeacock@rowman.com>     
30798              Date: Fri, 30 Nov 2001 10:24:00 -0500        
30799              Message-ID: <3C07A490.A22A76B0@rowman.com>   
30800      Branch: perl
30801            ! lib/ExtUtils/Embed.t
30802 ____________________________________________________________________________
30803 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
30804         Log: Tweak for the VOS building script from Paul Green.
30805      Branch: perl
30806            ! vos/configure_perl.cm
30807 ____________________________________________________________________________
30808 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
30809         Log: Update Changes.
30810      Branch: perl
30811            ! Changes patchlevel.h
30812 ____________________________________________________________________________
30813 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
30814         Log: Cannot test if cppstdin has not yet been installed.
30815      Branch: perl
30816            ! t/run/switchPx.t
30817 ____________________________________________________________________________
30818 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
30819         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
30820              From: Michael G Schwern <schwern@pobox.com> 
30821              Date: Thu, 29 Nov 2001 22:05:11 -0500
30822              Message-ID: <20011129220510.A18869@blackrider>
30823              
30824              TODO 1: if cppstdin is used and not yet installed,
30825              the Px.t will fail (must do the same as in cpp.t)
30826              
30827              TODO 2: does this work if no Perl whatsoever has
30828              yet been installed?  That is, we should be using
30829              the Perl we are building to execute the one-liner.
30830      Branch: perl
30831            + t/run/switchPx.aux t/run/switchPx.t
30832            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
30833            ! vms/test.com
30834 ____________________________________________________________________________
30835 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
30836         Log: Upgrade to Unicode::Normalize 0.12.
30837      Branch: perl
30838            ! ext/Unicode/Normalize/Changes
30839            ! ext/Unicode/Normalize/Normalize.pm
30840            ! ext/Unicode/Normalize/Normalize.xs
30841            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
30842            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
30843            ! ext/Unicode/Normalize/t/test.t
30844 ____________________________________________________________________________
30845 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
30846         Log: (replaced by #13391)
30847              
30848              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
30849              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
30850              Date: 30 Nov 2001 11:41:53 -0000             
30851              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
30852              
30853              No need to die if we have high-paranoia (non-chdirable)
30854              system directories.
30855      Branch: perl
30856            ! t/op/stat.t
30857 ____________________________________________________________________________
30858 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
30859         Log: Paragraph rewrapping.
30860      Branch: perl
30861            ! pod/perliol.pod
30862 ____________________________________________________________________________
30863 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
30864         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
30865              From: Stas Bekman <stas@stason.org>
30866              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
30867              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
30868      Branch: perl
30869            ! pod/perliol.pod
30870 ____________________________________________________________________________
30871 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
30872         Log: Whether select() gets restarted on signals is
30873              implementation dependent.
30874      Branch: perl
30875            ! ext/Time/HiRes/HiRes.t
30876 ____________________________________________________________________________
30877 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
30878         Log: More forgotten checkins.
30879      Branch: perl
30880            ! embed.h embed.pl proto.h
30881 ____________________________________________________________________________
30882 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
30883         Log: Add a note about folding vs lowercase.
30884      Branch: perl
30885            ! regexec.c
30886 ____________________________________________________________________________
30887 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
30888         Log: Use to_uni_fold (and add changed global.sym)
30889      Branch: perl
30890            ! global.sym utf8.c
30891 ____________________________________________________________________________
30892 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
30893         Log: Make to Unicode character functions to use UVs
30894              instead of U32s and add to_uni_fold().
30895      Branch: perl
30896            ! embed.pl proto.h utf8.c
30897 ____________________________________________________________________________
30898 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
30899         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
30900              From: Nicholas Clark <nick@ccl4.org>
30901              Date: Thu, 29 Nov 2001 22:47:32 +0000
30902              Message-ID: <20011129224732.W37621@plum.flirble.org>
30903      Branch: perl
30904            ! pod/perlpacktut.pod
30905 ____________________________________________________________________________
30906 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
30907         Log: README.vos updates from Paul Green.
30908      Branch: perl
30909            ! README.vos
30910 ____________________________________________________________________________
30911 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
30912         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
30913              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30914              Date: Thu, 29 Nov 2001 14:18:51 EST
30915              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
30916      Branch: perl
30917            ! mg.c vms/vms.c vms/vmsish.h
30918 ____________________________________________________________________________
30919 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
30920         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
30921              From: Michael G Schwern <schwern@pobox.com>
30922              Date: Thu, 29 Nov 2001 13:12:31 -0500
30923              Message-ID: <20011129131231.E11300@blackrider>
30924      Branch: perl
30925            ! README.vms
30926 ____________________________________________________________________________
30927 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
30928         Log: BGET_IV was missing.
30929      Branch: perl
30930            ! ext/ByteLoader/bytecode.h
30931 ____________________________________________________________________________
30932 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
30933         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
30934              From: Jonathan Stowe <gellyfish@gellyfish.com>
30935              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
30936              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
30937      Branch: perl
30938            ! lib/Term/Cap.pm
30939 ____________________________________________________________________________
30940 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
30941         Log: Porting/checkURL.pl was missing.
30942      Branch: perl
30943            ! MANIFEST
30944 ____________________________________________________________________________
30945 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
30946         Log: Subject: INSTALL and READMEs should be reviewed
30947              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30948              Date: Thu, 29 Nov 2001 16:49:36 +0100
30949              Message-ID: <20011129164936.A17492@rafael>         
30950      Branch: perl
30951            ! README.cygwin
30952 ____________________________________________________________________________
30953 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
30954         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
30955              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
30956              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
30957              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
30958      Branch: perl
30959            ! README.os390
30960 ____________________________________________________________________________
30961 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
30962         Log: Update Changes.
30963      Branch: perl
30964            ! Changes patchlevel.h
30965 ____________________________________________________________________________
30966 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
30967         Log: The changes to the curliffed files didn't stick in #13348.
30968      Branch: perl
30969            ! README.dos README.win32
30970 ____________________________________________________________________________
30971 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
30972         Log: Subject: Re: Found the rev where File::Glob broke
30973              From: Andy Dougherty <doughera@lafayette.edu>
30974              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
30975              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
30976      Branch: perl
30977            ! lib/ExtUtils/MM_Unix.pm
30978 ____________________________________________________________________________
30979 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
30980         Log: Use __DATA__ instead of __END__.
30981      Branch: perl
30982            ! lib/Term/Cap.pm
30983 ____________________________________________________________________________
30984 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
30985         Log: Subject: [PATCH toke.c] autosplit into @F fix
30986              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30987              Date: Thu, 29 Nov 2001 14:52:23 +0100
30988              Message-ID: <20011129145223.A25817@rafael>         
30989      Branch: perl
30990            ! toke.c
30991 ____________________________________________________________________________
30992 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
30993         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
30994              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30995              Date: Thu, 29 Nov 2001 15:48:15 +0100
30996              Message-ID: <20011129154815.C25817@rafael>         
30997      Branch: perl
30998            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
30999 ____________________________________________________________________________
31000 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
31001         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
31002              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
31003              Date: Wed, 28 Nov 2001 20:35:29 +0100
31004              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
31005      Branch: perl
31006            ! pod/perlpacktut.pod
31007 ____________________________________________________________________________
31008 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
31009         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
31010              From: Stas Bekman <stas@stason.org>
31011              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
31012              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
31013              
31014              (with tweaks)
31015      Branch: perl
31016            ! pod/perlapio.pod
31017 ____________________________________________________________________________
31018 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
31019         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
31020              From: Tels <perl_dummy@bloodgate.com>
31021              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
31022              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
31023              
31024              (plus paragraph rewrapping)
31025      Branch: perl
31026            ! lib/Exporter.pm
31027 ____________________________________________________________________________
31028 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
31029         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
31030              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
31031              Date: Wed, 28 Nov 2001 21:47:59 +0000
31032              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
31033      Branch: perl
31034            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
31035 ____________________________________________________________________________
31036 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
31037         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
31038              From: Andy Dougherty <doughera@lafayette.edu>
31039              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
31040              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
31041      Branch: perl
31042            ! INSTALL ext/Time/HiRes/HiRes.t
31043 ____________________________________________________________________________
31044 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
31045         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
31046              From: Michael G Schwern <schwern@pobox.com> 
31047              Date: Wed, 28 Nov 2001 16:37:01 -0500
31048              Message-ID: <20011128163701.H676@blackrider>
31049      Branch: perl
31050            ! t/run/kill_perl.t
31051 ____________________________________________________________________________
31052 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
31053         Log: @INC tweak.
31054      Branch: perl
31055            ! t/op/ref.t
31056 ____________________________________________________________________________
31057 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
31058         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
31059              From: Nicholas Clark <nick@ccl4.org>
31060              Date: Wed, 28 Nov 2001 23:38:43 +0000
31061              Message-ID: <20011128233843.N37621@plum.flirble.org>  
31062      Branch: perl
31063            ! installman
31064 ____________________________________________________________________________
31065 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
31066         Log: Tweak the forking logic.
31067      Branch: perl
31068            ! Porting/checkURL.pl
31069 ____________________________________________________________________________
31070 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
31071         Log: Update perlmodlib.PL as per #13348.  The L<> got
31072              changed back because that is coming from ParseLink.pm.
31073      Branch: perl
31074            ! pod/perlmodlib.PL pod/perlmodlib.pod
31075 ____________________________________________________________________________
31076 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
31077         Log: URL fixups from Michael Schwern.
31078      Branch: perl
31079            ! README.cygwin README.dos README.hpux README.mint README.mpeix
31080            ! README.os390 README.qnx README.solaris README.vos README.win32
31081            ! pod/perlmodlib.pod
31082 ____________________________________________________________________________
31083 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
31084         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
31085              From: Barrie Slaymaker <barries@slaysys.com>
31086              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
31087              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
31088      Branch: perl
31089            ! lib/Exporter.pm
31090 ____________________________________________________________________________
31091 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
31092         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
31093      Branch: perl
31094            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
31095 ____________________________________________________________________________
31096 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
31097         Log: Subject: [PATCH] Re: $\ very broken
31098              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31099              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
31100              Message-ID: <20011128223308.E732@rafael>   
31101              
31102              Subject: Re: [PATCH] Re: $\ very broken     
31103              From: Nicholas Clark <nick@ccl4.org>
31104              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
31105              Message-ID: <20011128222859.K37621@plum.flirble.org>
31106      Branch: perl
31107            ! mg.c t/op/ref.t
31108 ____________________________________________________________________________
31109 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
31110         Log: Add Abigail's link checker with the following tweaks:
31111              - known dummy URLs (Peter Prymmer)
31112              - do also READMEs and INSTALL (Michael Schwern)
31113              - do also ftp URLs
31114              - add fork retry loop in case the allowed number
31115              of processes per user is low
31116      Branch: perl
31117            + Porting/checkURL.pl
31118            ! MANIFEST
31119 ____________________________________________________________________________
31120 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
31121         Log: Update Changes.
31122      Branch: perl
31123            ! Changes patchlevel.h
31124 ____________________________________________________________________________
31125 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
31126         Log: In Linux if we have modern enough gcc and supported
31127              enough CPU, crank up the optimization level to -O3.
31128      Branch: perl
31129            ! hints/linux.sh
31130 ____________________________________________________________________________
31131 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
31132         Log: Add perlpacktut from Wolfgang Laun; regen toc.
31133      Branch: perl
31134            + pod/perlpacktut.pod
31135            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
31136            ! pod/perltoc.pod
31137 ____________________________________________________________________________
31138 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
31139         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
31140              From: PPrymmer@factset.com
31141              Date: Wed, 28 Nov 2001 07:51:26 -0500
31142              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
31143      Branch: perl
31144            ! vms/test.com
31145 ____________________________________________________________________________
31146 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
31147         Log: Test cases for the first half of #13338.
31148      Branch: perl
31149            ! t/lib/h2ph.h t/lib/h2ph.pht
31150 ____________________________________________________________________________
31151 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
31152         Log: Subject: Re: h2ph confused by comments in an enum.
31153              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
31154              Date: Wed, 28 Nov 2001 04:19:21 +0000
31155              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
31156              
31157              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
31158              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
31159              Date: Wed, 28 Nov 2001 13:36:35 +0000
31160              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
31161      Branch: perl
31162            ! utils/h2ph.PL
31163 ____________________________________________________________________________
31164 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
31165         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
31166              From: Jonathan Stowe <gellyfish@gellyfish.com>
31167              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
31168              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
31169              
31170              (replace #13327)
31171      Branch: perl
31172            ! lib/Term/Cap.pm
31173 ____________________________________________________________________________
31174 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
31175         Log: Replace #13335 with
31176              
31177              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
31178              From: Russ Allbery <rra@stanford.edu>
31179              Date: 27 Nov 2001 20:42:49 -0800
31180              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
31181      Branch: perl
31182            ! lib/Pod/Text/Termcap.pm
31183 ____________________________________________________________________________
31184 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
31185         Log: (replaced by #13336)
31186              
31187              Subject: [PATCH perl@13323] Termcap.pm with no termios
31188              From: "Craig A. Berry" <craigberry@mac.com> 
31189              Date: Tue, 27 Nov 2001 22:28:50 -0600
31190              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
31191      Branch: perl
31192            ! lib/Pod/Text/Termcap.pm
31193 ____________________________________________________________________________
31194 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
31195         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
31196              From: "Craig A. Berry" <craigberry@mac.com> 
31197              Date: Tue, 27 Nov 2001 21:46:45 -0600
31198              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
31199      Branch: perl
31200            ! configure.com
31201 ____________________________________________________________________________
31202 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
31203         Log: Upgrade to podlators 1.17.
31204      Branch: perl
31205            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
31206            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
31207 ____________________________________________________________________________
31208 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
31209         Log: Fix for "a\x{100}" =~ /A/i.
31210      Branch: perl
31211            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
31212            ! utf8.c
31213 ____________________________________________________________________________
31214 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
31215         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
31216              From: "Craig A. Berry" <craigberry@mac.com>
31217              Date: Tue, 27 Nov 2001 17:11:49 -0600
31218              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
31219      Branch: perl
31220            ! lib/DB.t
31221 ____________________________________________________________________________
31222 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
31223         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
31224              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31225              Date: Tue, 27 Nov 2001 14:55:23 -0500
31226              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
31227              
31228              Subject: [PATCH: perl@13324] updates to perldelta.pod 
31229              From: PPrymmer@factset.com
31230              Date: Tue, 27 Nov 2001 18:06:04 -0500
31231              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
31232              
31233              plus added some known problems.
31234      Branch: perl
31235            ! pod/perldelta.pod
31236 ____________________________________________________________________________
31237 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
31238         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
31239              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31240              Date: Tue, 27 Nov 2001 15:38:02 EST 
31241              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
31242      Branch: perl
31243            ! configure.com vms/vms.c vms/vmsish.h
31244 ____________________________________________________________________________
31245 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
31246         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
31247              From: Michael G Schwern <schwern@pobox.com> 
31248              Date: Tue, 27 Nov 2001 15:31:12 -0500
31249              Message-ID: <20011127153112.G20929@blackrider>
31250      Branch: perl
31251            ! t/run/kill_perl.t
31252 ____________________________________________________________________________
31253 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
31254         Log: (replaced by #13337)
31255              
31256              VMS can safely hardcode a termcap entry for VT100.
31257      Branch: perl
31258            ! lib/Term/Cap.pm
31259 ____________________________________________________________________________
31260 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
31261         Log: VMS piping fixes from Charles Lane (perl -P should
31262              be working now).
31263      Branch: perl
31264            ! vms/vms.c
31265 ____________________________________________________________________________
31266 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
31267         Log: Subject: [PATCH] perlvar.pod fix
31268              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31269              Date: Tue, 27 Nov 2001 13:11:47 -0500
31270              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
31271      Branch: perl
31272            ! pod/perlvar.pod
31273 ____________________________________________________________________________
31274 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
31275         Log: Update Changes.
31276      Branch: perl
31277            ! Changes patchlevel.h
31278 ____________________________________________________________________________
31279 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
31280         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
31281              From: "Craig A. Berry" <craigberry@mac.com> 
31282              Date: Tue, 27 Nov 2001 10:21:18 -0600
31283              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
31284      Branch: perl
31285            ! lib/ExtUtils/MM_VMS.pm
31286 ____________________________________________________________________________
31287 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
31288         Log: Protect against accumulating -options -options -options.
31289      Branch: perl
31290            ! hints/hpux.sh
31291 ____________________________________________________________________________
31292 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
31293         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
31294              From: Barrie Slaymaker <barries@slaysys.com>
31295              Date: Tue, 27 Nov 2001 10:58:54 -0500
31296              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
31297      Branch: perl
31298            ! lib/Benchmark.pm
31299 ____________________________________________________________________________
31300 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
31301         Log: Tiny fix from John P. Linderman.
31302      Branch: perl
31303            ! lib/sort.pm
31304 ____________________________________________________________________________
31305 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
31306         Log: The Story of sort(), from John P. Linderman.
31307      Branch: perl
31308            ! pod/perldelta.pod
31309 ____________________________________________________________________________
31310 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
31311         Log: Add information what to do if you are reading
31312              perluniintro but using some older Perl.
31313      Branch: perl
31314            ! pod/perluniintro.pod
31315 ____________________________________________________________________________
31316 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
31317         Log: Update the 'wide characters' FAQ entry.
31318      Branch: perl
31319            ! pod/perlfaq6.pod
31320 ____________________________________________________________________________
31321 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
31322         Log: Fix for
31323              
31324              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
31325              From: Marc Lehmann <root@schmorp.de>
31326              Date: Tue, 27 Nov 2001 14:27:14 +0100
31327              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
31328      Branch: perl
31329            ! ext/Encode.t ext/Encode/Encode.xs
31330 ____________________________________________________________________________
31331 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
31332         Log: Subject: [PATCH] DB_File 1.801
31333              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31334              Date: Tue, 27 Nov 2001 15:06:45 -0000
31335              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
31336      Branch: perl
31337            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31338            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
31339 ____________________________________________________________________________
31340 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
31341         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
31342      Branch: perl
31343            ! pod/perlmodlib.pod
31344 ____________________________________________________________________________
31345 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
31346         Log: sort() doc tweaks from John P. Linderman.
31347      Branch: perl
31348            ! pod/perlfunc.pod
31349 ____________________________________________________________________________
31350 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
31351         Log: Subject: [PATCH] More perldelta.pod nits
31352              From: Simon Glover <scog@roe.ac.uk>
31353              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
31354              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
31355      Branch: perl
31356            ! pod/perldelta.pod
31357 ____________________________________________________________________________
31358 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
31359         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
31360              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31361              Date: Tue, 27 Nov 2001 11:52:31 -0000
31362              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
31363      Branch: perl
31364            ! ext/Devel/PPPort/harness/Makefile.PL
31365 ____________________________________________________________________________
31366 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
31367         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
31368              From: Michael G Schwern <schwern@pobox.com>
31369              Date: Tue, 27 Nov 2001 03:38:24 -0500
31370              Message-ID: <20011127033824.A17775@blackrider>
31371      Branch: perl
31372            ! t/TEST
31373 ____________________________________________________________________________
31374 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
31375         Log: Subject: Re: perlcc very broken
31376              From: John Peacock <jpeacock@rowman.com>
31377              Date: Tue, 27 Nov 2001 06:48:01 -0500
31378              Message-ID: <3C037D71.4030508@rowman.com>
31379      Branch: perl
31380            ! utils/perlcc.PL
31381 ____________________________________________________________________________
31382 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
31383         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
31384              From: David Dyck <dcd@tc.fluke.com>
31385              Date: Mon, 26 Nov 2001 22:04:38 -0800
31386              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
31387      Branch: perl
31388            ! t/op/pack.t
31389 ____________________________________________________________________________
31390 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
31391         Log: Subject: [ID 20011126.149] t/op/split fails step 37
31392              From: David Dyck <dcd@tc.fluke.com>
31393              Date: Mon, 26 Nov 2001 21:52:35 -0800
31394              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
31395      Branch: perl
31396            ! t/op/split.t
31397 ____________________________________________________________________________
31398 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
31399         Log: incorporate last minute change from libnet 1.0901-tobe
31400      Branch: perl
31401            ! lib/Net/SMTP.pm
31402 ____________________________________________________________________________
31403 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
31404         Log: Pass 7 at perldelta - random edits.
31405      Branch: perl
31406            ! pod/perldelta.pod
31407 ____________________________________________________________________________
31408 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
31409         Log: Portability and skippage tweaks.
31410      Branch: perl
31411            ! t/op/split.t
31412 ____________________________________________________________________________
31413 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
31414         Log: (retracted by #13449)
31415              Try to make Unicode casemapping to work for EBCDIC, too.
31416      Branch: perl
31417            ! utf8.c
31418 ____________________________________________________________________________
31419 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
31420         Log: Just printing 1..0 is not quite enough...
31421      Branch: perl
31422            ! lib/Dumpvalue.t
31423 ____________________________________________________________________________
31424 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
31425         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
31426              Delay the match until runtime.
31427      Branch: perl
31428            ! t/op/append.t
31429 ____________________________________________________________________________
31430 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
31431         Log: UTF-EBCDIC.
31432      Branch: perl
31433            ! ext/Devel/Peek/Peek.t
31434 ____________________________________________________________________________
31435 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
31436         Log: Be UTF-EBCDIC aware.
31437      Branch: perl
31438            ! lib/bytes.t
31439 ____________________________________________________________________________
31440 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
31441         Log: Bad assumption which way digits and letters sort.
31442      Branch: perl
31443            ! lib/English.t
31444 ____________________________________________________________________________
31445 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
31446         Log: If in EBCDIC but no Convert::EBCDIC
31447              the libnet tests will all fail.
31448      Branch: perl
31449            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
31450            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
31451            ! lib/Net/t/smtp.t lib/Net/t/time.t
31452 ____________________________________________________________________________
31453 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
31454         Log: Just sorting to guarantee order is not enough.
31455              (Think EBCDIC.) 
31456      Branch: perl
31457            ! lib/ExtUtils/Manifest.t
31458 ____________________________________________________________________________
31459 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
31460         Log: OS/390 cleanable gunk.
31461      Branch: perl
31462            ! lib/ExtUtils/MM_Unix.pm
31463 ____________________________________________________________________________
31464 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
31465         Log: Update the EBCDIC MD5 checksums.
31466      Branch: perl
31467            ! ext/Digest/MD5/t/files.t
31468 ____________________________________________________________________________
31469 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
31470         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
31471              From: Nicholas Clark <nick@ccl4.org>
31472              Date: Mon, 26 Nov 2001 23:06:34 +0000
31473              Message-ID: <20011126230633.Q37621@plum.flirble.org>
31474      Branch: perl
31475            ! installman
31476 ____________________________________________________________________________
31477 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
31478         Log: sort tweaks from John P. Linderman.
31479      Branch: perl
31480            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
31481 ____________________________________________________________________________
31482 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
31483         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
31484              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
31485              Date: Mon, 26 Nov 2001 18:47:25 -0600
31486              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
31487              
31488              Craig Berry submitted half of this patch just yesterday.
31489              Spooky cosmic resonance.
31490      Branch: perl
31491            ! ext/Socket/Socket.xs
31492 ____________________________________________________________________________
31493 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
31494         Log: Subject: [PATCH] doio slightly smaller
31495              From: Nicholas Clark <nick@ccl4.org>
31496              Date: Tue, 27 Nov 2001 00:40:23 +0000      
31497              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
31498      Branch: perl
31499            ! doio.c
31500 ____________________________________________________________________________
31501 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
31502         Log: perldelta nits from Autrijus Tang and Ron Kimball.
31503      Branch: perl
31504            ! pod/perldelta.pod
31505 ____________________________________________________________________________
31506 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
31507         Log: Subject: [PATCH] unpack P* uses random length for item
31508              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
31509              Date: Mon, 26 Nov 2001 19:56:32 +0100
31510              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
31511      Branch: perl
31512            ! pod/perldiag.pod pp_pack.c t/op/pack.t
31513 ____________________________________________________________________________
31514 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
31515         Log: Subject: [PATCH current] system and taintedness
31516              From: Radu Greab <radu@netsoft.ro>
31517              Date: Mon, 26 Nov 2001 18:42:29 +0200
31518              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
31519      Branch: perl
31520            ! pp_sys.c t/op/taint.t
31521 ____________________________________________________________________________
31522 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
31523         Log: Subject: [PATCH @ 13283] Devel::PPPort
31524              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31525              Date: Mon, 26 Nov 2001 14:37:17 -0000
31526              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
31527      Branch: perl
31528            + ext/Devel/PPPort/MANIFEST
31529            ! MANIFEST ext/Devel/PPPort/Makefile.PL
31530            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
31531            ! ext/Devel/PPPort/harness/Harness.xs
31532            ! ext/Devel/PPPort/harness/Makefile.PL
31533            ! ext/Devel/PPPort/harness/module2.c
31534            ! ext/Devel/PPPort/harness/module3.c
31535            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
31536 ____________________________________________________________________________
31537 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
31538         Log: Update the test list.
31539      Branch: perl
31540            ! t/lib/1_compile.t
31541 ____________________________________________________________________________
31542 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
31543         Log: Sync-up tests with libnet distribution
31544      Branch: perl
31545            + lib/Net/t/netrc.t
31546            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
31547 ____________________________________________________________________________
31548 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
31549         Log: Update Changes.
31550      Branch: perl
31551            ! Changes patchlevel.h
31552 ____________________________________________________________________________
31553 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
31554         Log: Upgrade to podlators 1.16.
31555      Branch: perl
31556            + lib/Pod/t/basic.cap
31557            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
31558            ! lib/Pod/t/basic.t pod/pod2man.PL
31559 ____________________________________________________________________________
31560 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
31561         Log: Pass 6 at perldelta - sort enhancements, generic and
31562              platform specific bug fixes.
31563      Branch: perl
31564            ! pod/perldelta.pod
31565 ____________________________________________________________________________
31566 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
31567         Log: PROPAGATE documentation from Tony Cook.
31568      Branch: perl
31569            ! pod/perlfunc.pod
31570 ____________________________________________________________________________
31571 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
31572         Log: DJGPP cannot do signals that well.
31573      Branch: perl
31574            ! ext/POSIX/t/sigaction.t
31575 ____________________________________________________________________________
31576 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
31577         Log: Can't do subsecond alarms without ualarm; and break out
31578              early if alarms do not seem to be coming in as expected.
31579      Branch: perl
31580            ! ext/Time/HiRes/HiRes.t
31581 ____________________________________________________________________________
31582 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
31583         Log: No Socket, little Net.
31584      Branch: perl
31585            ! t/lib/1_compile.t
31586 ____________________________________________________________________________
31587 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
31588         Log: Take the taint brush to the getcwds.
31589      Branch: perl
31590            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
31591 ____________________________________________________________________________
31592 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
31593         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
31594              From: "Craig A. Berry" <craigberry@mac.com>
31595              Date: Sun, 25 Nov 2001 16:20:45 -0600
31596              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
31597      Branch: perl
31598            ! ext/Socket/Socket.xs
31599 ____________________________________________________________________________
31600 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
31601         Log: Since in some DOS filesystems the timestamp granularity
31602              may be only two seconds, better sleep for three to play safe.
31603              (Helps CygWin, at least.)
31604      Branch: perl
31605            ! lib/Memoize/t/expire_file.t
31606 ____________________________________________________________________________
31607 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
31608         Log: For some reason CygWin wasn't collapsing multiple
31609              slashes into one, which made some Spec.t tests to fail.
31610              Either CygWin was being too prudish or the collapsing
31611              logic needs to be rethunk.
31612      Branch: perl
31613            ! lib/File/Spec/Unix.pm
31614 ____________________________________________________________________________
31615 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
31616         Log: Cygwin needs to have libperl.dll around if trying to link
31617              with -lperl.  Note: this change cures the test but whether
31618              it cures CygPerl installation, I don't know: hopefully the
31619              libperl5_7_2.dll, or the version equivalent, gets installed
31620              also as libperl.dll to the proper place(s).
31621      Branch: perl
31622            ! lib/ExtUtils/Embed.t
31623 ____________________________________________________________________________
31624 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
31625         Log: -I../lib/.. and -L../lib/..?  Strange.
31626      Branch: perl
31627            ! lib/ExtUtils/Embed.t
31628 ____________________________________________________________________________
31629 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
31630         Log: $MM?
31631      Branch: perl
31632            ! lib/ExtUtils/Embed.pm
31633 ____________________________________________________________________________
31634 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
31635         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
31636              From: Dave Rolsky <autarch@urth.org>
31637              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
31638              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
31639      Branch: perl
31640            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
31641            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
31642 ____________________________________________________________________________
31643 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
31644         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
31645              From: chromatic <chromatic@rmci.net>
31646              Date: Sat, 24 Nov 2001 14:56:57 -0700
31647              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
31648              
31649              plus a tweak for ithreads builds.
31650      Branch: perl
31651            + lib/DB.t
31652            ! MANIFEST lib/DB.pm
31653 ____________________________________________________________________________
31654 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
31655         Log: Win32 compilation tweaks for Blair Zajac.
31656      Branch: perl
31657            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
31658 ____________________________________________________________________________
31659 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
31660         Log: I don't think trying to bracket the hires time with lores
31661              times is going to be portable enough: Cygwin seems to be
31662              capable of getting hires ones rather consistently lower
31663              than the lores ones.  So let's try average difference instead.
31664      Branch: perl
31665            ! ext/Time/HiRes/HiRes.t
31666 ____________________________________________________________________________
31667 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
31668         Log: Subject: Re: benchmarks, sorts and reproducibility
31669              From: "John P. Linderman" <jpl@research.att.com>
31670              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
31671              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
31672              
31673              Randomize large partitions for quicksort to dodge the
31674              angry gods of quadratic.
31675      Branch: perl
31676            ! pp_sort.c
31677 ____________________________________________________________________________
31678 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
31679         Log: The joys of portable quoting.
31680      Branch: perl
31681            ! ext/Devel/PPPort/harness/Makefile.PL
31682 ____________________________________________________________________________
31683 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
31684         Log: sort pragma tweaks.
31685      Branch: perl
31686            ! lib/sort.pm
31687 ____________________________________________________________________________
31688 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
31689         Log: Skip the link= directives of utils.lst if no mandir
31690              (if no manpages).
31691      Branch: perl
31692            ! installman
31693 ____________________________________________________________________________
31694 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
31695         Log: integrate changes#8340,13260 from mainline
31696              
31697              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
31698              
31699              change#3373 introduced a handle leak in backticks and piped open()s
31700              that fail
31701      Branch: maint-5.6/perl
31702            ! t/io/pipe.t util.c
31703 ____________________________________________________________________________
31704 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
31705         Log: change#3373 introduced a handle leak in backticks and piped open()s
31706              that fail
31707      Branch: perl
31708            ! util.c
31709 ____________________________________________________________________________
31710 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
31711         Log: metaconfig unit change for #13258.
31712      Branch: metaconfig/U/perl
31713            ! d_procselfexe.U
31714 ____________________________________________________________________________
31715 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
31716         Log: Extraenous breaks noticed by David Dyck.
31717      Branch: perl
31718            ! Configure
31719 ____________________________________________________________________________
31720 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
31721         Log: Revert the /proc/self/auxv experiment for now.
31722      Branch: perl
31723            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
31724 ____________________________________________________________________________
31725 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
31726         Log: Also ExtUtils.t had $^X assumptions.
31727      Branch: perl
31728            ! lib/ExtUtils.t
31729 ____________________________________________________________________________
31730 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
31731         Log: Now is Solaris if you start the t/perl in the t/
31732              as "./perl", the $^X will be "../perl", not "./perl".
31733      Branch: perl
31734            ! t/lib/1_compile.t
31735 ____________________________________________________________________________
31736 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
31737         Log: The new way of finding out $^X in Solaris
31738              requires a little tweak if the executable
31739              pathname is *not* absolute: prepend "./"
31740              (otherwise `$^X ...` will start perl from PATH...)
31741      Branch: perl
31742            ! perl.c
31743 ____________________________________________________________________________
31744 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
31745         Log: Avoid "will not stay shared" warnings.
31746      Branch: perl
31747            ! lib/ExtUtils/MM_Unix.pm
31748 ____________________________________________________________________________
31749 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
31750         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
31751              From: Michael G Schwern <schwern@pobox.com>
31752              Date: Sat, 24 Nov 2001 19:56:18 -0500
31753              Message-ID: <20011124195618.A14614@blackrider>            
31754      Branch: perl
31755            ! perl.c pp_sys.c t/op/magic.t util.c
31756 ____________________________________________________________________________
31757 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
31758         Log: In the MakeMaker pm_to_blib target don't copy all
31759              the files in one fell swoop, deal with them hunkwise,
31760              helps for CLIs with limited line lengths.
31761              (This seems to help for DJGPP building Encode,
31762              where there are dozens of files to copy.)
31763      Branch: perl
31764            ! lib/ExtUtils/MM_Unix.pm
31765 ____________________________________________________________________________
31766 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
31767         Log: testsuite leaves stray files behind on windows
31768      Branch: perl
31769            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
31770 ____________________________________________________________________________
31771 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
31772         Log: xsubpp produces a spurious warning on directories called 'typemap'
31773      Branch: perl
31774            ! lib/ExtUtils/xsubpp
31775 ____________________________________________________________________________
31776 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
31777         Log: xsubpp treats invalid (indented) cpp directives as comments
31778      Branch: perl
31779            ! ext/IO/IO.xs
31780 ____________________________________________________________________________
31781 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
31782         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
31783      Branch: perl
31784            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
31785 ____________________________________________________________________________
31786 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
31787         Log: The debug_pag needs to be visible at all times
31788              because of the re extension.
31789      Branch: perl
31790            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
31791 ____________________________________________________________________________
31792 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
31793         Log: Subject: Re: [PATCH] Tests are good
31794              From: Philip Newton <Philip.Newton@gmx.net>
31795              Date: Sat, 24 Nov 2001 21:24:00 +0100
31796              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
31797      Branch: perl
31798            ! pod/perlhack.pod
31799 ____________________________________________________________________________
31800 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
31801         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
31802              From: "Craig A. Berry" <craigberry@mac.com> 
31803              Date: Sat, 24 Nov 2001 12:45:44 -0600
31804              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
31805              
31806              (with tweaks, and combined with Sarathy's #13242)
31807      Branch: perl
31808            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
31809 ____________________________________________________________________________
31810 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
31811         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
31812              From: John Peacock <jpeacock@rowman.com>
31813              Date: Sat, 24 Nov 2001 14:27:46 -0500
31814              Message-ID: <3BFFF4B2.40509@rowman.com> 
31815      Branch: perl
31816            ! lib/Exporter/Heavy.pm
31817 ____________________________________________________________________________
31818 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
31819         Log: use portable quotes
31820      Branch: perl
31821            ! ext/Devel/PPPort/harness/Makefile.PL
31822 ____________________________________________________________________________
31823 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
31824         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
31825              From: Nicholas Clark <nick@ccl4.org>
31826              Date: Sat, 24 Nov 2001 18:06:26 +0000
31827              Message-ID: <20011124180626.T37621@plum.flirble.org>
31828      Branch: perl
31829            ! installman
31830 ____________________________________________________________________________
31831 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
31832         Log: Subject: [PATCH] perl5005delta.pod L<>
31833              From: Nicholas Clark <nick@ccl4.org>
31834              Date: Sat, 24 Nov 2001 18:04:21 +0000
31835              Message-ID: <20011124180421.S37621@plum.flirble.org>
31836      Branch: perl
31837            ! pod/perl5005delta.pod
31838 ____________________________________________________________________________
31839 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
31840         Log: fix typo in config.vc; regenerate win32 config_H.* files
31841      Branch: perl
31842            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31843            ! win32/config_H.vc
31844 ____________________________________________________________________________
31845 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
31846         Log: Mention the charnames::vianame().
31847      Branch: perl
31848            ! pod/perluniintro.pod
31849 ____________________________________________________________________________
31850 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
31851         Log: Add charnames::vianame() in case people want to access
31852              the codes in run-time (as opposed to the compile-timeness
31853              of \N{...}).
31854      Branch: perl
31855            ! lib/charnames.pm lib/charnames.t
31856 ____________________________________________________________________________
31857 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
31858         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
31859              From: Nicholas Clark <nick@ccl4.org>
31860              Date: Sat, 24 Nov 2001 16:30:42 +0000
31861              Message-ID: <20011124163042.R37621@plum.flirble.org>
31862      Branch: perl
31863            ! regcomp.c regcomp.h
31864 ____________________________________________________________________________
31865 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
31866         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
31867              From: Nicholas Clark <nick@ccl4.org>
31868              Date: Sat, 24 Nov 2001 16:24:33 +0000
31869              Message-ID: <20011124162433.Q37621@plum.flirble.org>
31870              
31871              cmp fixes.
31872      Branch: perl
31873            ! pp.c
31874 ____________________________________________________________________________
31875 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
31876         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
31877              (It seems that "./perl" gets resolved to "perl" now.)
31878      Branch: perl
31879            ! perl.c
31880 ____________________________________________________________________________
31881 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
31882         Log: Subject: [PATCH] DB_File 1.800        
31883              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
31884              Date: Sat, 24 Nov 2001 11:41:41 -0000
31885              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
31886      Branch: perl
31887            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31888            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
31889            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
31890            ! ext/DB_File/t/db-recno.t
31891 ____________________________________________________________________________
31892 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
31893         Log: Tweak the PUSHED documentation.
31894      Branch: perl
31895            ! ext/PerlIO/Via/Via.pm
31896 ____________________________________________________________________________
31897 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
31898         Log: Update 1_compile for new known tests.
31899      Branch: perl
31900            ! t/lib/1_compile.t
31901 ____________________________________________________________________________
31902 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
31903         Log: Move the MBF/MBI test modules to t/lib.
31904      Branch: perl
31905            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
31906            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
31907            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
31908            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
31909            ! lib/Math/BigInt/t/sub_mbi.t
31910 ____________________________________________________________________________
31911 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
31912         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
31913              From: "Craig A. Berry" <craigberry@mac.com> 
31914              Date: Fri, 23 Nov 2001 18:05:35 -0600
31915              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
31916      Branch: perl
31917            ! configure.com
31918 ____________________________________________________________________________
31919 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
31920         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
31921              From: PPrymmer@factset.com 
31922              Date: Fri, 23 Nov 2001 17:03:07 -0500
31923              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
31924      Branch: perl
31925            ! ext/Unicode/Normalize/mkheader
31926 ____________________________________________________________________________
31927 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
31928         Log: Here are the right helper files.
31929      Branch: perl
31930            + t/lib/Filter/Simple/ExportTest.pm
31931            + t/lib/Filter/Simple/FilterOnlyTest.pm
31932            + t/lib/Filter/Simple/FilterTest.pm
31933            + t/lib/Filter/Simple/ImportTest.pm
31934            ! MANIFEST
31935 ____________________________________________________________________________
31936 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
31937         Log: Update Changes.
31938      Branch: perl
31939            ! Changes patchlevel.h
31940 ____________________________________________________________________________
31941 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
31942         Log: Never mind.
31943      Branch: perl
31944            - lib/Filter/Simple/lib/ExportTest.pm
31945            - lib/Filter/Simple/lib/ImportTest.pm
31946 ____________________________________________________________________________
31947 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
31948         Log: Mis-add.
31949      Branch: perl
31950            + lib/Filter/Simple/lib/ExportTest.pm
31951            + lib/Filter/Simple/lib/ImportTest.pm
31952 ____________________________________________________________________________
31953 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
31954         Log: Upgrade to Filter::Simple 0.77.
31955      Branch: perl
31956            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
31957            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
31958            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
31959            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
31960            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
31961 ____________________________________________________________________________
31962 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
31963         Log: Missing p4 add.
31964      Branch: perl
31965            + lib/ExtUtils/MM_VMS.t
31966 ____________________________________________________________________________
31967 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
31968         Log: Pass 5 at perldelta - module and utility updates cleanup.
31969      Branch: perl
31970            ! pod/perldelta.pod
31971 ____________________________________________________________________________
31972 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
31973         Log: metaconfig unit change for #13219.
31974      Branch: metaconfig/U/perl
31975            ! d_procselfexe.U
31976 ____________________________________________________________________________
31977 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
31978         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
31979      Branch: perl
31980            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31981            ! pod/buildtoc.PL pod/perltoc.pod
31982 ____________________________________________________________________________
31983 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
31984         Log: Add procselfexe and d_dirfd to strange lands.
31985      Branch: perl
31986            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
31987            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31988            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31989            ! win32/config.gc win32/config.vc win32/config.win64
31990            ! wince/config.ce
31991 ____________________________________________________________________________
31992 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
31993         Log: metaconfig unit change for #13216.
31994      Branch: metaconfig/U/perl
31995            ! d_procselfexe.U
31996 ____________________________________________________________________________
31997 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
31998         Log: Better to "quote" the pathname.
31999      Branch: perl
32000            ! Configure config_h.SH
32001 ____________________________________________________________________________
32002 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
32003         Log: Use PROCSELFEXE_PATH.
32004      Branch: perl
32005            ! perl.c
32006 ____________________________________________________________________________
32007 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
32008         Log: metaconfig unit change for #13213.
32009      Branch: metaconfig/U/perl
32010            ! d_procselfexe.U
32011 ____________________________________________________________________________
32012 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
32013         Log: Add probing for BSD-like /proc/curproc/file.
32014      Branch: perl
32015            ! Configure config_h.SH
32016 ____________________________________________________________________________
32017 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
32018         Log: metaconfig unit change for 13211.
32019      Branch: metaconfig/U/perl
32020            + d_dirfd.U
32021 ____________________________________________________________________________
32022 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
32023         Log: Add probing for dirfd() so that it can be added it IO::Dir.
32024      Branch: perl
32025            ! Configure config_h.SH perl.h
32026 ____________________________________________________________________________
32027 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
32028         Log: ...and update the test count.
32029      Branch: perl
32030            ! lib/Pod/t/basic.t
32031 ____________________________________________________________________________
32032 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
32033         Log: Must remove the cap test also from the test script.
32034      Branch: perl
32035            ! lib/Pod/t/basic.t
32036 ____________________________________________________________________________
32037 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
32038         Log: Subject: [PATCH] Tests are good
32039              From: Nicholas Clark <nick@ccl4.org>
32040              Date: Fri, 23 Nov 2001 18:12:21 +0000
32041              Message-ID: <20011123181220.F37621@plum.flirble.org>
32042      Branch: perl
32043            ! pod/perlhack.pod
32044 ____________________________________________________________________________
32045 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
32046         Log: The basic.cap from podlators 1.14 is not very portable.
32047      Branch: perl
32048            - lib/Pod/t/basic.cap
32049            ! MANIFEST
32050 ____________________________________________________________________________
32051 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
32052         Log: Subject: Re: [DOC PATCHES] pod cleanups
32053              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32054              Date: 22 Nov 2001 12:54:16 -0000
32055              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
32056      Branch: perl
32057            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
32058            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
32059 ____________________________________________________________________________
32060 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
32061         Log: FAQ sync.
32062      Branch: perl
32063            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
32064 ____________________________________________________________________________
32065 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
32066         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
32067              From: PPrymmer@factset.com
32068              Date: Fri, 23 Nov 2001 11:43:45 -0500
32069              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
32070      Branch: perl
32071            ! MANIFEST lib/ExtUtils/MM_VMS.pm
32072 ____________________________________________________________________________
32073 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
32074         Log: Corify podlators 1.14 test.
32075      Branch: perl
32076            ! lib/Pod/t/basic.t
32077 ____________________________________________________________________________
32078 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
32079         Log: Output tweak needed because of podlators 1.14.
32080      Branch: perl
32081            ! t/pod/multiline_items.xr
32082 ____________________________________________________________________________
32083 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
32084         Log: Upgrade to podlators 1.14.
32085      Branch: perl
32086            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
32087            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
32088            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
32089            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
32090            ! lib/Pod/Text/Overstrike.pm
32091 ____________________________________________________________________________
32092 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
32093         Log: perlmodinstall tweaks from Philip Newton.
32094      Branch: perl
32095            ! pod/perlmodinstall.pod
32096 ____________________________________________________________________________
32097 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
32098         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
32099              From: Autrijus Tang <autrijus@autrijus.org>           
32100              Date: Fri, 23 Nov 2001 23:55:53 +0800
32101              Message-ID: <20011123235553.A2310@not.autrijus.org>
32102      Branch: perl
32103            ! Porting/genlog
32104 ____________________________________________________________________________
32105 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
32106         Log: Subject: Re: regex oddness with \Z and $&
32107              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
32108              Date: Fri, 23 Nov 2001 15:15:24 +0000
32109              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
32110      Branch: perl
32111            ! regcomp.c t/op/re_tests
32112 ____________________________________________________________________________
32113 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
32114         Log: regen_headers.
32115      Branch: perl
32116            ! embed.h global.sym pod/perlapi.pod proto.h
32117 ____________________________________________________________________________
32118 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
32119         Log: Forgotten check-in.
32120      Branch: perl
32121            ! pod/perlapi.pod
32122 ____________________________________________________________________________
32123 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
32124         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
32125      Branch: perl
32126            ! lib/Test/Simple.pm
32127 ____________________________________________________________________________
32128 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
32129         Log: Retract #13173 (effectively retract Net::Ping 2.06,
32130              go back to 2.04, the 2.06 hasn't seen the patches
32131              that have gone to the blead version.)
32132      Branch: perl
32133            - lib/Net/Ping/CHANGES lib/Net/Ping/README
32134            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32135            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32136            - lib/Net/Ping/t/200_ping_tcp.t
32137            ! MANIFEST lib/Net/Ping.pm
32138 ____________________________________________________________________________
32139 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
32140         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
32141              From: Robin Barker <rmb1@cise.npl.co.uk>
32142              Date: Thu, 22 Nov 2001 11:00:38 GMT
32143              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
32144      Branch: perl
32145            ! utils/perldoc.PL
32146 ____________________________________________________________________________
32147 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
32148         Log: metaconfig unit change for #13191.
32149      Branch: metaconfig/U/perl
32150            ! d_procselfexe.U
32151 ____________________________________________________________________________
32152 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
32153         Log: procselfexe tweak: for some reason I had a ls in
32154              /proc/self/exe, not the ls Configure thought it
32155              would found.
32156      Branch: perl
32157            ! Configure
32158 ____________________________________________________________________________
32159 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
32160         Log: Corify the Net::Ping tests; skip the tests
32161              unless $ENV{PERL_TEST_Net_Ping} is true.
32162      Branch: perl
32163            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32164            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32165            ! lib/Net/Ping/t/200_ping_tcp.t
32166 ____________________________________________________________________________
32167 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
32168         Log: metaconfig units changes for #13188.
32169      Branch: metaconfig
32170            ! U/modified/Head.U
32171      Branch: metaconfig/U/perl
32172            ! issymlink.U
32173 ____________________________________________________________________________
32174 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
32175         Log: The #13182 didn't really help.  The real problem
32176              seems to be that 'sh' can in AIX mean at least three
32177              different things, and we can't know which one it is
32178              unless we export $newsh from an earlier run (and it's
32179              the 'bsh' aka 'sh' that has the the broken test -h).
32180      Branch: perl
32181            ! Configure
32182 ____________________________________________________________________________
32183 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
32184         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
32185      Branch: perl
32186            ! op.c t/op/override.t
32187 ____________________________________________________________________________
32188 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
32189         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
32190              From: PPrymmer@factset.com 
32191              Date: Wed, 21 Nov 2001 20:17:25 -0500
32192              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
32193      Branch: perl
32194            ! lib/Shell.t
32195 ____________________________________________________________________________
32196 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
32197         Log: Reapply perlmodinstall parts of #12897.
32198      Branch: perl
32199            ! pod/perlmodinstall.pod
32200 ____________________________________________________________________________
32201 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
32202         Log: perlmodinstall 2.01 from Jon Orwant.
32203      Branch: perl
32204            ! pod/perlmodinstall.pod
32205 ____________________________________________________________________________
32206 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
32207         Log: Subject: [PATCH @10907] REXX on OS/2
32208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32209              Date: Wed, 21 Nov 2001 15:26:11 -0500
32210              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
32211      Branch: perl
32212            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
32213            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
32214 ____________________________________________________________________________
32215 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
32216         Log: metaconfig unit change for #13181.
32217      Branch: metaconfig/U/perl
32218            ! issymlink.U
32219 ____________________________________________________________________________
32220 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
32221         Log: AIX has broken builtin 'test'.
32222      Branch: perl
32223            ! Configure
32224 ____________________________________________________________________________
32225 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
32226         Log: Subject: [PATCH 5.7.x] INSTALL size update
32227              From: Andy Dougherty <doughera@lafayette.edu>
32228              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
32229              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
32230      Branch: perl
32231            ! INSTALL
32232 ____________________________________________________________________________
32233 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
32234         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
32235              to pp_sort.c.  Includes the quicksort stabilizing layer
32236              from John P. Linderman.  -Msort=qsort or -Msort=fast is
32237              faster than without (or with -Msort=mergesort or -Msort=safe)
32238              for short random inputs, but for some reason not quite as fast
32239              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
32240              optimizing definitely needed.
32241      Branch: perl
32242            + lib/sort.pm lib/sort.t pp_sort.c
32243            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
32244            ! embed.pl global.sym perl.h pp_ctl.c proto.h
32245            ! vms/descrip_mms.template vos/build.cm win32/Makefile
32246            ! win32/makefile.mk wince/Makefile.ce
32247 ____________________________________________________________________________
32248 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
32249         Log: Sync file with libnet-1.0901-tobe
32250      Branch: perl
32251            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
32252            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
32253            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
32254            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
32255            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
32256 ____________________________________________________________________________
32257 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
32258         Log: Subject: [PATCH perldoc] problems with pod2man
32259              From: Robin Barker <rmb1@cise.npl.co.uk>
32260              Date: Wed, 21 Nov 2001 17:48:51 GMT
32261              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
32262      Branch: perl
32263            ! utils/perldoc.PL
32264 ____________________________________________________________________________
32265 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
32266         Log: debug_pad only visible when debugging.
32267      Branch: perl
32268            ! makedef.pl
32269 ____________________________________________________________________________
32270 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
32271         Log: metaconfig units changes for #13174.
32272      Branch: metaconfig/U/perl
32273            + d_procselfexe.U
32274            - procselfexe.U
32275 ____________________________________________________________________________
32276 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
32277         Log: procselfexe tweaks.
32278      Branch: perl
32279            ! Configure config_h.SH
32280 ____________________________________________________________________________
32281 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
32282         Log: Upgrade to Net::Ping 2.06.
32283      Branch: perl
32284            + lib/Net/Ping/CHANGES lib/Net/Ping/README
32285            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32286            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32287            + lib/Net/Ping/t/200_ping_tcp.t
32288            ! MANIFEST lib/Net/Ping.pm
32289 ____________________________________________________________________________
32290 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
32291         Log: Upgrade to Math::BigInt 1.47.
32292      Branch: perl
32293            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32294            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
32295            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
32296            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
32297            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
32298            ! lib/Math/BigInt/t/sub_mbi.t
32299 ____________________________________________________________________________
32300 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
32301         Log: Dynaloading for POSIX-BC from Thomas Dorner.
32302      Branch: perl
32303            ! hints/posix-bc.sh
32304 ____________________________________________________________________________
32305 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
32306         Log: Strange: the same mysterious regex study bug
32307              seems to be present both in OS/390 and POSIX-BC.
32308              Deep EBCDIC magic that regex engine gets wrong,
32309              or a bug in some compiler/library shared by the
32310              two platforms?  From Thomas Dorner.
32311      Branch: perl
32312            ! t/op/study.t
32313 ____________________________________________________________________________
32314 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
32315         Log: More lost and found.
32316      Branch: perl
32317            + lib/Test/Simple/README
32318            ! MANIFEST
32319 ____________________________________________________________________________
32320 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
32321         Log: MANIFESTly missing.
32322      Branch: perl
32323            ! MANIFEST
32324 ____________________________________________________________________________
32325 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
32326         Log: Subject: Re: PERFORCE change 13162 for review               
32327              From: Philip Newton <Philip.Newton@gmx.net> 
32328              Date: Wed, 21 Nov 2001 16:44:30 +0100
32329              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
32330      Branch: perl
32331            ! ext/Devel/PPPort/PPPort.pm
32332 ____________________________________________________________________________
32333 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
32334         Log: Update Changes.
32335      Branch: perl
32336            ! Changes patchlevel.h
32337 ____________________________________________________________________________
32338 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
32339         Log: Small doc tweaks.
32340      Branch: perl
32341            ! ext/PerlIO/Via/Via.pm
32342 ____________________________________________________________________________
32343 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
32344         Log: Redundant return.
32345      Branch: perl
32346            ! ext/MIME/Base64/QuotedPrint.pm
32347 ____________________________________________________________________________
32348 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
32349         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
32350              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
32351              Date: Wed, 21 Nov 2001 10:23:16 +0100
32352              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
32353      Branch: perl
32354            ! pp_pack.c t/op/pack.t
32355 ____________________________________________________________________________
32356 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
32357         Log: Add Devel::PPPort originally from Kenneth Albanowski,
32358              revigorated by Paul Marquess: gives h2xs a Perl version
32359              portability boost.
32360      Branch: perl
32361            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
32362            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
32363            + ext/Devel/PPPort/harness/Harness.pm
32364            + ext/Devel/PPPort/harness/Harness.xs
32365            + ext/Devel/PPPort/harness/Makefile.PL
32366            + ext/Devel/PPPort/harness/module2.c
32367            + ext/Devel/PPPort/harness/module3.c
32368            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
32369            ! MANIFEST lib/h2xs.t utils/h2xs.PL
32370 ____________________________________________________________________________
32371 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
32372         Log: Oops.
32373      Branch: perl
32374            ! lib/Test/Simple/t/filehandles.t
32375 ____________________________________________________________________________
32376 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
32377         Log: Subject: Re: PERFORCE change 13152 for review               
32378              From: Philip Newton <Philip.Newton@gmx.net> 
32379              Date: Wed, 21 Nov 2001 09:04:05 +0100
32380              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
32381      Branch: perl
32382            ! lib/Test/Builder.pm
32383 ____________________________________________________________________________
32384 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
32385         Log: Subject: Re: PERFORCE change 13142 for review
32386              From: Philip Newton <Philip.Newton@gmx.net>
32387              Date: Wed, 21 Nov 2001 09:04:03 +0100
32388              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
32389              
32390              plus rewrap few paragraphs.
32391      Branch: perl
32392            ! lib/Pod/LaTeX.pm
32393 ____________________________________________________________________________
32394 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
32395         Log: Integrate #13154 from macperl; Remove comments.
32396      Branch: perl
32397           !> lib/File/Spec/Mac.pm
32398 ____________________________________________________________________________
32399 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
32400         Log: Update the list of modules having tests.
32401      Branch: perl
32402            ! t/lib/1_compile.t
32403 ____________________________________________________________________________
32404 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
32405         Log: Slight doc changes.
32406      Branch: maint-5.6/macperl
32407            ! macos/macperl/MacPerl.podhelp
32408 ____________________________________________________________________________
32409 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
32410         Log: Add UTF-16 coercion.
32411      Branch: maint-5.6/macperl
32412            ! macos/lib/Mac/AppleEvents/Simple.pm
32413 ____________________________________________________________________________
32414 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
32415         Log: Remove comments.
32416      Branch: maint-5.6/macperl
32417            ! lib/File/Spec/Mac.pm
32418 ____________________________________________________________________________
32419 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
32420         Log: Fix FSpGetCatInfo (and other functions) corrupting
32421              memory with bad filespecs (bug #471867)
32422      Branch: maint-5.6/macperl
32423            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
32424 ____________________________________________________________________________
32425 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
32426         Log: Upgrade to Test::Simple 0.33.
32427      Branch: perl
32428            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
32429            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
32430            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
32431 ____________________________________________________________________________
32432 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
32433         Log: Upgrade to Test::Harness 1.26.
32434      Branch: perl
32435            ! lib/Test/Harness.pm lib/Test/Harness/Changes
32436 ____________________________________________________________________________
32437 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
32438         Log: Integrate change #13145 from maintperl;
32439              another compatibility tweak to change#12559: avoid quoting
32440              arguments that already have quotes; add test case
32441      Branch: perl
32442           !> t/op/system_tests win32/win32.c
32443 ____________________________________________________________________________
32444 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
32445         Log: integrate change#13147 from mainline (fixes nit in change#10091)
32446              
32447              Subject: [PATCH] spaceship and refs
32448      Branch: maint-5.6/perl
32449            ! pp.c pp_hot.c t/op/cmp.t
32450 ____________________________________________________________________________
32451 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
32452         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
32453              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
32454              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
32455              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
32456      Branch: perl
32457            + lib/Pod/t/utils.t
32458            ! MANIFEST
32459 ____________________________________________________________________________
32460 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
32461         Log: Subject: [PATCH] spaceship and refs
32462              From: Nicholas Clark <nick@ccl4.org>
32463              Date: Tue, 20 Nov 2001 21:59:51 +0000
32464              Message-ID: <20011120215951.U62891@plum.flirble.org> 
32465      Branch: perl
32466            ! pp.c pp_hot.c t/op/cmp.t
32467 ____________________________________________________________________________
32468 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
32469         Log: Try to clarify which I/O call operates on bytes,
32470              which on characters, which on either.
32471      Branch: perl
32472            ! pod/perlfunc.pod
32473 ____________________________________________________________________________
32474 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
32475         Log: another compatibility tweak to change#12559: avoid quoting
32476              arguments that already have quotes; add test case
32477      Branch: maint-5.6/perl
32478            ! t/op/system_tests win32/win32.c
32479 ____________________________________________________________________________
32480 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
32481         Log: Give a simple example of writing PerlIO::Via handlers
32482              in Perl.
32483      Branch: perl
32484            ! ext/PerlIO/Via/Via.pm
32485 ____________________________________________________________________________
32486 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
32487         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
32488      Branch: perl
32489            + lib/Pod/t/latex.t
32490            ! MANIFEST
32491 ____________________________________________________________________________
32492 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
32493         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
32494              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32495              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
32496              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
32497      Branch: perl
32498            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
32499 ____________________________________________________________________________
32500 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
32501         Log: Spread d_procselfexe to far-off lands (undefined).
32502      Branch: perl
32503            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
32504            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32505            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32506            ! win32/config.gc win32/config.vc win32/config.win64
32507            ! wince/config.ce
32508 ____________________________________________________________________________
32509 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
32510         Log: Integrate perlio:
32511              
32512              [ 13138]
32513              perl.c change to use HAS_PROCSELFEXE, also
32514              tweak to $^X test to comprehend full path to real executable
32515              being returned (like Cygwin as it happens...)
32516      Branch: perl
32517           !> Configure config_h.SH perl.c t/op/magic.t
32518 ____________________________________________________________________________
32519 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
32520         Log: Really define do_report_used() only if DEBUGGING.
32521      Branch: perl
32522            ! sv.c
32523 ____________________________________________________________________________
32524 [ 13138] By: nick                                  on 2001/11/20  20:01:05
32525         Log: perl.c change to use HAS_PROCSELFEXE, also
32526              tweak to $^X test to comprehend full path to real executable
32527              being returned (like Cygwin as it happens...)
32528      Branch: perlio
32529            ! perl.c t/op/magic.t
32530 ____________________________________________________________________________
32531 [ 13137] By: nick                                  on 2001/11/20  19:46:00
32532         Log: Integrate mainline
32533      Branch: perlio
32534           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
32535           +> lib/NEXT/t/unseen.t
32536            - lib/NEXT/test.pl
32537           !> (integrate 34 files)
32538 ____________________________________________________________________________
32539 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
32540         Log: Subject: [?PATCH] terser pp_eq
32541              From: Nicholas Clark <nick@ccl4.org>
32542              Date: Mon, 19 Nov 2001 23:09:02 +0000
32543              Message-ID: <20011119230901.O62891@plum.flirble.org>
32544      Branch: perl
32545            ! pp_hot.c
32546 ____________________________________________________________________________
32547 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
32548         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
32549      Branch: perl
32550            ! pod/perldelta.pod
32551 ____________________________________________________________________________
32552 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
32553         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
32554              From: Andy Dougherty <doughera@lafayette.edu>
32555              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
32556              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
32557      Branch: perl
32558            ! ext/re/Makefile.PL ext/re/re.xs
32559 ____________________________________________________________________________
32560 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
32561         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
32562              From: Andy Dougherty <doughera@lafayette.edu>
32563              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
32564              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
32565      Branch: perl
32566            ! ext/re/re.xs
32567 ____________________________________________________________________________
32568 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
32569         Log: Integrate change #13119 from macperl.
32570              (No changes since already applied the patch,
32571              just keep perforce happy and well-fed.)
32572      Branch: perl
32573           !> lib/Pod/Html.pm
32574 ____________________________________________________________________________
32575 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
32576         Log: Subject: [PATCH] filter-util.pl for Mac OS
32577              From: Chris Nandor <pudge@pobox.com>
32578              Date: Tue, 20 Nov 2001 00:16:11 -0500
32579              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
32580      Branch: perl
32581            ! t/lib/filter-util.pl
32582 ____________________________________________________________________________
32583 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
32584         Log: Subject: [PATCH] Portability fix for Pod::Html
32585              From: Chris Nandor <pudge@pobox.com>
32586              Date: Tue, 20 Nov 2001 00:01:05 -0500
32587              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
32588      Branch: perl
32589            ! lib/Pod/Html.pm
32590 ____________________________________________________________________________
32591 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
32592         Log: Need to skip more tests if not perlio.
32593      Branch: perl
32594            ! lib/open.t
32595 ____________________________________________________________________________
32596 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
32597         Log: Pass 3 at perldelta - sort the lists of new modules,
32598              module improvements, and new platforms.
32599      Branch: perl
32600            ! pod/perldelta.pod
32601 ____________________________________________________________________________
32602 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
32603         Log: Document ${^OPEN}.
32604      Branch: perl
32605            ! pod/perlvar.pod
32606 ____________________________________________________________________________
32607 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
32608         Log: Make configpm work with extra keys
32609      Branch: maint-5.6/macperl
32610            ! macos/configpm
32611 ____________________________________________________________________________
32612 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
32613         Log: Version and doc updates
32614      Branch: maint-5.6/macperl
32615            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
32616 ____________________________________________________________________________
32617 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
32618         Log: More fixes for error message parsing (bug #470316)
32619      Branch: maint-5.6/macperl
32620            ! macos/macish.c
32621 ____________________________________________________________________________
32622 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
32623         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
32624              remove obsolete function (bug #465225)
32625      Branch: maint-5.6/macperl
32626            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
32627            ! macos/macperl/MPScript.c
32628 ____________________________________________________________________________
32629 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
32630         Log: Add p2as droplet to distribution.
32631      Branch: maint-5.6/macperl
32632            + macos/macperl/Droplets/p2as.plx
32633 ____________________________________________________________________________
32634 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
32635         Log: Bundle File::Sort.
32636      Branch: maint-5.6/macperl
32637            + macos/bundled_lib/blib/lib/File/Sort.pm
32638 ____________________________________________________________________________
32639 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
32640         Log: Various bundled module fixes.
32641      Branch: maint-5.6/macperl
32642            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
32643            ! macos/bundled_ext/Digest/MD5/t/files.t
32644            ! macos/bundled_ext/Filter/t/filter-util.pl
32645            ! macos/bundled_lib/blib/lib/Net/Config.pm
32646            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
32647 ____________________________________________________________________________
32648 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
32649         Log: Portability fix for Pod::Html.
32650      Branch: maint-5.6/macperl
32651            ! lib/Pod/Html.pm
32652 ____________________________________________________________________________
32653 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
32654         Log: Upgrade to Text::Balanced 1.89.
32655      Branch: perl
32656            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
32657            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
32658            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
32659            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
32660            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
32661            ! lib/Text/Balanced/t/gentag.t
32662 ____________________________________________________________________________
32663 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
32664         Log: Upgrade to NEXT 0.50.
32665      Branch: perl
32666            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
32667            + lib/NEXT/t/unseen.t
32668            - lib/NEXT/test.pl
32669            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
32670 ____________________________________________________________________________
32671 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
32672         Log: Integrate with maint-5.6/perl.
32673      Branch: maint-5.6/macperl
32674           !> win32/win32.c
32675 ____________________________________________________________________________
32676 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
32677         Log: Update the README.threads scary header a bit.
32678      Branch: perl
32679            ! README.threads
32680 ____________________________________________________________________________
32681 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
32682         Log: Pass 2 at perldelta: add some changes since 5.7.2.
32683      Branch: perl
32684            ! pod/perldelta.pod
32685 ____________________________________________________________________________
32686 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
32687         Log: Subject: [DOC PATCH] perlfaq4.pod 
32688              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32689              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
32690              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
32691      Branch: perl
32692            ! pod/perlfaq4.pod
32693 ____________________________________________________________________________
32694 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
32695         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
32696              From: Michael G Schwern <schwern@pobox.com> 
32697              Date: Mon, 19 Nov 2001 19:53:12 -0500
32698              Message-ID: <20011119195311.I11883@blackrider>
32699      Branch: perl
32700            ! perl.c
32701 ____________________________________________________________________________
32702 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
32703         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
32704              From: PPrymmer@factset.com
32705              Date: Mon, 19 Nov 2001 17:08:59 -0500
32706              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
32707      Branch: perl
32708            ! vms/descrip_mms.template
32709 ____________________________________________________________________________
32710 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
32711         Log: Create a per-interpeter debug scratchpad container
32712              and use that for the regexec debugging.
32713      Branch: perl
32714            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
32715 ____________________________________________________________________________
32716 [ 13109] By: nick                                  on 2001/11/19  22:01:45
32717         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
32718              Configure unit detects the feature).
32719      Branch: metaconfig/U/perl
32720            + procselfexe.U
32721      Branch: perlio
32722            ! Configure config_h.SH
32723 ____________________________________________________________________________
32724 [ 13108] By: nick                                  on 2001/11/19  20:39:17
32725         Log: Integrate mainline
32726      Branch: perlio
32727           +> t/op/or.t
32728           !> (integrate 44 files)
32729 ____________________________________________________________________________
32730 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
32731         Log: sysseek tweak.
32732      Branch: perl
32733            ! pod/perlfunc.pod
32734 ____________________________________________________________________________
32735 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
32736         Log: Move the sysio tests from io/utf8 to lib/open.
32737      Branch: perl
32738            ! lib/open.t t/io/utf8.t
32739 ____________________________________________________________________________
32740 [ 13105] By: nick                                  on 2001/11/19  20:15:39
32741         Log: Add a .package and a README to //depot/metaconfig
32742      Branch: metaconfig
32743            + .package README
32744 ____________________________________________________________________________
32745 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
32746         Log: Thou shalt not mix stdio and sysio.
32747      Branch: perl
32748            ! t/io/utf8.t
32749 ____________________________________________________________________________
32750 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
32751         Log: Update Changes.
32752      Branch: perl
32753            ! Changes patchlevel.h
32754 ____________________________________________________________________________
32755 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
32756         Log: The runops_debug needs to be present always, otherwise
32757              places like AIX which need an explicit symbol export list
32758              will croak when trying to build Devel::Peek (which uses
32759              the runops_debug).
32760      Branch: perl
32761            ! makedef.pl
32762 ____________________________________________________________________________
32763 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
32764         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
32765              From: PPrymmer@factset.com 
32766              Date: Mon, 19 Nov 2001 11:34:22 -0500
32767              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
32768      Branch: perl
32769            ! lib/Memoize/t/tie_sdbm.t
32770 ____________________________________________________________________________
32771 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
32772         Log: Retract #13088: it seems that unless dump.c is extensively
32773              reorganized as to what symbols it shows, when, and to whom,
32774              we are stuck with having the dump.o symbols in the libperl
32775              and thusly in the main Perl binary.
32776      Branch: perl
32777            ! embedvar.h perlapi.h perlvars.h
32778 ____________________________________________________________________________
32779 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
32780         Log: The _uni_display should not be in dump.c since they
32781              are used under normal operation (S_not_a_number()).
32782      Branch: perl
32783            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
32784 ____________________________________________________________________________
32785 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
32786         Log: Protect sv_dump() from being included unless DEBUGGING,
32787              as noticed by Ilya.
32788      Branch: perl
32789            ! sv.c
32790 ____________________________________________________________________________
32791 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
32792         Log: Pending further investigation skip the tell() tests.
32793              The tell() is okay on Solaris, HP-UX and Tru64, but fails
32794              (by returning too much) in Linux.
32795      Branch: perl
32796            ! t/io/utf8.t
32797 ____________________________________________________________________________
32798 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
32799         Log: Retract #13082 until a better solution is found:
32800              statics break ithreads.
32801      Branch: perl
32802            ! regexec.c
32803 ____________________________________________________________________________
32804 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
32805         Log: Figures 1 and 2 for UTF-8.
32806      Branch: perl
32807            ! pod/perlunicode.pod
32808 ____________________________________________________________________________
32809 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
32810         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
32811              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32812              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
32813              Message-ID: <20011119132645.A15034@rafael>
32814      Branch: perl
32815            ! op.c pod/perldiag.pod t/lib/warnings/op
32816 ____________________________________________________________________________
32817 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
32818         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
32819              From: Michael G Schwern <schwern@pobox.com> 
32820              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
32821              Message-ID: <20011119031112.E786@blackrider>
32822      Branch: perl
32823            ! t/op/closure.t
32824 ____________________________________________________________________________
32825 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
32826         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
32827              From: Michael G Schwern <schwern@pobox.com>
32828              Date: Mon, 19 Nov 2001 03:42:56 -0500
32829              Message-ID: <20011119034256.I786@blackrider>
32830      Branch: perl
32831            + t/op/or.t
32832            ! MANIFEST
32833 ____________________________________________________________________________
32834 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
32835         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
32836              From: "Craig A. Berry" <craigberry@mac.com>
32837              Date: Sun, 18 Nov 2001 14:33:48 -0600
32838              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
32839      Branch: perl
32840            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
32841 ____________________________________________________________________________
32842 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
32843         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
32844              From: Dave Rolsky <autarch@urth.org>
32845              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
32846              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
32847      Branch: perl
32848            ! lib/ExtUtils/Manifest.pm
32849 ____________________________________________________________________________
32850 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
32851         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
32852              From: Dave Rolsky <autarch@urth.org>
32853              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
32854              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
32855      Branch: perl
32856            ! lib/ExtUtils/Install.pm
32857 ____________________________________________________________________________
32858 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
32859         Log: The runops_dbg should not be needed.
32860      Branch: perl
32861            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
32862 ____________________________________________________________________________
32863 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
32864         Log: do_spawn() cleanup from Charles Lane.
32865      Branch: perl
32866            ! vms/vms.c
32867 ____________________________________________________________________________
32868 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
32869         Log: Update the list of tests.
32870      Branch: perl
32871            ! t/lib/1_compile.t
32872 ____________________________________________________________________________
32873 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
32874         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
32875              From: Michael G Schwern <schwern@pobox.com> 
32876              Date: Fri, 16 Nov 2001 17:37:04 -0500
32877              Message-ID: <20011116173703.L30160@blackrider>
32878      Branch: perl
32879            ! t/lib/warnings/sv
32880 ____________________________________________________________________________
32881 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
32882         Log: FAQ sync.
32883      Branch: perl
32884            ! pod/perlfaq4.pod
32885 ____________________________________________________________________________
32886 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
32887         Log: Integrate perlio:
32888              
32889              [ 13081]
32890              Win32 layer has a dup which needs to match new prototype.
32891              
32892              [ 13080]
32893              Wrong way to get stdio mode used.
32894              
32895              [ 13072]
32896              Allow dup'ing of PerlIO::Scalar etc.
32897      Branch: perl
32898           !> perlio.c win32/win32io.c
32899 ____________________________________________________________________________
32900 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
32901         Log: (retracted by #13096)
32902              Debugging would be badly skewed by a malloc per regex dump.
32903      Branch: perl
32904            ! regexec.c
32905 ____________________________________________________________________________
32906 [ 13081] By: nick                                  on 2001/11/18  19:08:40
32907         Log: Win32 layer has a dup which needs to match new prototype.
32908      Branch: perlio
32909            ! win32/win32io.c
32910 ____________________________________________________________________________
32911 [ 13080] By: nick                                  on 2001/11/18  19:05:02
32912         Log: Wrong way to get stdio mode used.
32913      Branch: perlio
32914            ! perlio.c
32915 ____________________________________________________________________________
32916 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
32917         Log: Retract #13048: that introduced a malloc() (through savepvn())
32918              to *every* m//, which killed the performance quite badly.
32919      Branch: perl
32920            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
32921 ____________________________________________________________________________
32922 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
32923         Log: Pass 1 at perldelta.pod: sort the section contents
32924              together, drop all but the 5.7.2 known problems,
32925              leave the 5.7.1 security note since that's the
32926              fullest explanation (update the date on that).
32927      Branch: perl
32928            ! pod/perldelta.pod
32929 ____________________________________________________________________________
32930 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
32931         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
32932              
32933              Tiny problem in the test for 20011113.110: I hope
32934              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
32935      Branch: perl
32936            ! pp.c t/op/repeat.t
32937 ____________________________________________________________________________
32938 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
32939         Log: All of syswrite/send/sendto need to return character counts,
32940              and character counts from the offset, not the beginning of
32941              the scalar.
32942      Branch: perl
32943            ! pp_sys.c
32944 ____________________________________________________________________________
32945 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
32946         Log: Integrate PerlIO: duping fixes.
32947      Branch: perl
32948           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
32949           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
32950           !> perliol.h sv.c
32951 ____________________________________________________________________________
32952 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
32953         Log: syswrite() was still returning byte counts, not character counts.
32954      Branch: perl
32955            ! pp_sys.c t/io/utf8.t
32956 ____________________________________________________________________________
32957 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
32958         Log: Add test for sysread().
32959      Branch: perl
32960            ! t/io/utf8.t
32961 ____________________________________________________________________________
32962 [ 13072] By: nick                                  on 2001/11/18  16:15:31
32963         Log: Allow dup'ing of PerlIO::Scalar etc.
32964      Branch: perlio
32965            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
32966            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
32967            ! perliol.h sv.c
32968 ____________________________________________________________________________
32969 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
32970         Log: Prepend a null byte to the test set.
32971      Branch: perl
32972            ! t/io/utf8.t
32973 ____________________________________________________________________________
32974 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
32975         Log: Document how "no utf8;" can become handy.
32976      Branch: perl
32977            ! lib/utf8.pm
32978 ____________________________________________________________________________
32979 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
32980         Log: Integrate perlio:
32981              
32982              [ 13068]
32983              embed.pl generated changes I forgot to include
32984              
32985              [ 13067]
32986              Force inclusion of both Perl_runops_* in perl itself,
32987              so they are available for Peek.xs etc.
32988              
32989              [ 12874]
32990              Keep It Simple and Stupid version of readonly hash support.
32991              - Test for SvREAONLY(hv) at a few spots in hv.c
32992              - add the error message to perldiag.pod
32993              - (dubious) add access::readonly() to univeral.c
32994              - add test using above
32995              - fixup ext/B/t/stash.t to account for access:: existing
32996      Branch: perl
32997           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
32998 ____________________________________________________________________________
32999 [ 13068] By: nick                                  on 2001/11/18  13:23:33
33000         Log: embed.pl generated changes I forgot to include
33001      Branch: perlio
33002            ! embedvar.h perlapi.h pod/perlapi.pod
33003 ____________________________________________________________________________
33004 [ 13067] By: nick                                  on 2001/11/18  12:50:19
33005         Log: Force inclusion of both Perl_runops_* in perl itself,
33006              so they are available for Peek.xs etc.
33007      Branch: perlio
33008            ! perlvars.h
33009 ____________________________________________________________________________
33010 [ 13066] By: nick                                  on 2001/11/18  11:00:34
33011         Log: Integrate mainline - a few Devel::Peak fails.
33012      Branch: perlio
33013           +> (branch 29 files)
33014            - ext/Thread/Thread.pm lib/Benchmark.t
33015            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
33016            - lib/Lingua/KO/Hangul/Util/README
33017            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
33018            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
33019            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
33020            - vms/ext/vmsish.pm vms/ext/vmsish.t
33021            ! hv.c
33022           !> (integrate 389 files)
33023 ____________________________________________________________________________
33024 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
33025         Log: Start working on perldelta.  This is not yet any sort of
33026              editing; just concatenating perl570delta, perl571delta,
33027              and perl572delta.  Any sorting not done, any duplicate
33028              removal not done, any removal or update of obsolete items
33029              not done, any changes since 5.7.2 not included.  So there.
33030      Branch: perl
33031            ! pod/perldelta.pod
33032 ____________________________________________________________________________
33033 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
33034         Log: Banish "use utf8".
33035      Branch: perl
33036            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
33037 ____________________________________________________________________________
33038 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
33039         Log: Tweak from Charles Lane.
33040      Branch: perl
33041            ! vms/vms.c
33042 ____________________________________________________________________________
33043 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
33044         Log: Integrate change #13058 from maintperl;
33045              change#12559 breaks things on Win9x because command.com doesn't
33046              grok dquotes at all; disable all the system() smarts for
33047              command.com
33048      Branch: perl
33049           !> win32/win32.c
33050 ____________________________________________________________________________
33051 [ 13061] By: ams                                   on 2001/11/17  13:46:11
33052         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
33053              From: Jonathan Stowe <gellyfish@gellyfish.com>
33054              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
33055              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
33056      Branch: perl
33057            ! lib/Term/Cap.pm
33058 ____________________________________________________________________________
33059 [ 13060] By: ams                                   on 2001/11/17  09:49:10
33060         Log: Subject: [PATCH9 File/Find.pm doc nits
33061              From: Tels <perl_dummy@bloodgate.com>
33062              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
33063      Branch: perl
33064            ! lib/File/Find.pm
33065 ____________________________________________________________________________
33066 [ 13059] By: ams                                   on 2001/11/17  09:38:38
33067         Log: Subject: [PATCH] Benchmark.pm nit
33068              From: Tels <perl_dummy@bloodgate.com>
33069              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
33070      Branch: perl
33071            ! lib/Benchmark.pm
33072 ____________________________________________________________________________
33073 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
33074         Log: change#12559 breaks things on Win9x because command.com doesn't
33075              grok dquotes at all; disable all the system() smarts for
33076              command.com
33077      Branch: maint-5.6/perl
33078            ! win32/win32.c
33079 ____________________________________________________________________________
33080 [ 13057] By: ams                                   on 2001/11/16  20:30:03
33081         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
33082              From: Andy Dougherty <doughera@lafayette.edu>
33083              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
33084              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
33085      Branch: perl
33086            ! lib/Unicode/UCD.t
33087 ____________________________________________________________________________
33088 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
33089         Log: Subject: [Patch Perl@13023] VMS system() warning
33090              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33091              Date: Fri, 16 Nov 2001 15:20:11 EST
33092              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
33093      Branch: perl
33094            ! vms/vms.c
33095 ____________________________________________________________________________
33096 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
33097         Log: It's neither-nor, and protect against the impossible.
33098      Branch: perl
33099            ! lib/Thread.pm
33100 ____________________________________________________________________________
33101 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
33102         Log: 5005threads didn't work because $Thread::VERSION wasn't
33103              visible.  Oops.
33104      Branch: perl
33105            ! ext/Thread/Makefile.PL lib/Thread.pm
33106 ____________________________________________________________________________
33107 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
33108         Log: Robustness against Linux using something else than gcc;
33109              based on
33110              
33111              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
33112              From: Charles Randall <cfriv@yahoo.com>
33113              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
33114              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
33115      Branch: perl
33116            ! ext/Errno/Errno_pm.PL
33117 ____________________________________________________________________________
33118 [ 13052] By: ams                                   on 2001/11/16  16:46:39
33119         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
33120              From: Russ Allbery <rra@stanford.edu>
33121              Date: 16 Nov 2001 09:44:21 -0800
33122              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
33123      Branch: perl
33124            ! lib/Pod/ParseLink.pm
33125 ____________________________________________________________________________
33126 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
33127         Log: Update perluniintro on the UTF-8 output matters
33128              (that -w will warn unless the stream is explicitly UTF-8-ified).
33129      Branch: perl
33130            ! pod/perluniintro.pod
33131 ____________________________________________________________________________
33132 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
33133         Log: Adding new files to MANIFEST is nice.
33134      Branch: perl
33135            ! MANIFEST
33136 ____________________________________________________________________________
33137 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
33138         Log: Update Changes.
33139      Branch: perl
33140            ! Changes patchlevel.h
33141 ____________________________________________________________________________
33142 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
33143         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
33144              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
33145              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
33146              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
33147      Branch: perl
33148            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
33149 ____________________________________________________________________________
33150 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
33151         Log: Rename perlunintro to perluniintro; regen toc.
33152      Branch: perl
33153            + pod/perluniintro.pod
33154            - pod/perlunintro.pod
33155            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33156 ____________________________________________________________________________
33157 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
33158         Log: Document the negated lookahead trick to emulate
33159              character class subtraction.
33160      Branch: perl
33161            ! pod/perlunicode.pod
33162 ____________________________________________________________________________
33163 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
33164         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
33165              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33166              Date: Fri, 16 Nov 2001 23:31:04 +0900
33167              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
33168              
33169              (with the tweak that Cntrl is not C, it's Cc)
33170      Branch: perl
33171            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
33172            ! lib/unicore/mktables
33173 ____________________________________________________________________________
33174 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
33175         Log: Subject: [PATCH current] runtime runops switch
33176              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33177              Date: Fri, 16 Nov 2001 00:48:09 -0500
33178              Message-ID: <20011116004809.A934@math.ohio-state.edu>
33179      Branch: perl
33180            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
33181            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
33182            ! pod/perlintern.pod proto.h run.c
33183 ____________________________________________________________________________
33184 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
33185         Log: Further discourage old Thread code; tell how to tell
33186              the difference.
33187      Branch: perl
33188            ! lib/Thread.pm
33189 ____________________________________________________________________________
33190 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
33191         Log: A missing return; from Charles Lane.
33192      Branch: perl
33193            ! vms/vms.c
33194 ____________________________________________________________________________
33195 [ 13041] By: ams                                   on 2001/11/16  12:11:14
33196         Log: Subject: [PATCH] Doc spellcheck + podcheck
33197              From: Autrijus Tang <autrijus@egb.elixus.org>
33198              Date: Thu, 15 Nov 2001 22:49:05 -0800
33199              Message-Id: <20011116064905.GA44092@egb.elixus.org>
33200              
33201              Subject: [PATCH] podcheck+spellcheck, the rest of the story
33202              From: Autrijus Tang <autrijus@egb.elixus.org>
33203              Date: Fri, 16 Nov 2001 00:42:20 -0800
33204              Message-Id: <20011116084220.GA44295@egb.elixus.org>
33205              
33206              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
33207              From: Nicholas Clark <nick@ccl4.org>
33208              Date: Fri, 16 Nov 2001 10:32:01 +0000
33209              Message-Id: <20011116103200.F62891@plum.flirble.org>
33210              (Applied after suitable de-mangling.)
33211      Branch: perl
33212            ! README.aix README.dgux README.dos README.epoc README.hpux
33213            ! README.mint README.mpeix README.netware README.os2
33214            ! README.os390 README.plan9 README.qnx README.solaris
33215            ! README.threads doio.c pod/perl571delta.pod
33216            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
33217            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
33218            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
33219            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
33220            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
33221            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
33222 ____________________________________________________________________________
33223 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
33224         Log: Avoid redefinedness warning for now.
33225      Branch: perl
33226            ! lib/Thread.pm
33227 ____________________________________________________________________________
33228 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
33229         Log: use strict.
33230      Branch: perl
33231            ! lib/Thread.pm
33232 ____________________________________________________________________________
33233 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
33234         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
33235              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
33236              Date: Thu, 15 Nov 2001 22:54:47 EST 
33237              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
33238      Branch: perl
33239            ! vms/vms.c vms/vmspipe.com
33240 ____________________________________________________________________________
33241 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
33242         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
33243              From: "chromatic" <chromatic@rmci.net>
33244              Date: Thu, 15 Nov 2001 19:54:23 -0700
33245              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
33246      Branch: perl
33247            ! lib/File/stat.t
33248 ____________________________________________________________________________
33249 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
33250         Log: Make Thread a wrapper for both ithreads and 5005threads.
33251              Needs a lot of work and Arthur's eyeballing (and finishing
33252              few missing odds and ends of threads.pm).  Now Thread
33253              is an extension without its own .pm.
33254              
33255              If there are people who have experience working with
33256              either the 5005threads or the ithreads: cleaning up
33257              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
33258              and porting the various Thread::* modules, like Thread::Queue,
33259              to work also with ithreads, is needed.
33260              
33261              Removed the 5005threads requirement from the 5005 tests
33262              for easier testing (not all of them work yet since
33263              they use the Thread::* modules that have not been made
33264              to work with ithreads).  Leave the 5005 tests named as
33265              *.tx so that they are not run by "make test".
33266      Branch: perl
33267            + lib/Thread.pm
33268            - ext/Thread/Thread.pm
33269            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
33270            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
33271            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
33272            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
33273            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
33274            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
33275            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
33276 ____________________________________________________________________________
33277 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
33278         Log: $VERSION "a5" doesn't quite work.
33279      Branch: perl
33280            ! ext/B/Makefile.PL
33281 ____________________________________________________________________________
33282 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
33283         Log: Add the fruits of Larry Shatzer's version verifying script.
33284              (There are some straddlers, but they will be fixed in the
33285              upcoming releases of the modules.)
33286      Branch: perl
33287            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
33288            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
33289            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
33290            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
33291            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
33292            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
33293            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
33294            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
33295            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
33296            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
33297            ! wince/FindExt.pm
33298 ____________________________________________________________________________
33299 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
33300         Log: Add Larry Shatzer's VERSION verifying script.
33301      Branch: perl
33302            + Porting/checkVERSION.pl
33303            ! MANIFEST Porting/pumpkin.pod
33304 ____________________________________________________________________________
33305 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
33306         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
33307              From: Michael G Schwern <schwern@pobox.com>
33308              Date: Thu, 15 Nov 2001 19:26:40 -0500
33309              Message-ID: <20011115192640.R31399@blackrider>
33310      Branch: perl
33311            ! t/test.pl
33312 ____________________________________________________________________________
33313 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
33314         Log: Document the MY_CXT business; from Paul Marquess.
33315      Branch: perl
33316            ! pod/perlxs.pod
33317 ____________________________________________________________________________
33318 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
33319         Log: VMSCMD synch attempt.
33320      Branch: perl
33321            ! vms/vms.c vms/vmsish.h
33322 ____________________________________________________________________________
33323 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
33324         Log: Advise against -P as instructed by Schwern.
33325      Branch: perl
33326            ! pod/perlrun.pod
33327 ____________________________________________________________________________
33328 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
33329         Log: Subject: [PATCH] v-strings as Objects Step 1
33330              From: John Peacock <jpeacock@rowman.com>
33331              Date: Thu, 15 Nov 2001 12:41:04 -0500
33332              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
33333      Branch: perl
33334            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
33335            ! util.c
33336 ____________________________________________________________________________
33337 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
33338         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
33339              From: Michael G Schwern <schwern@pobox.com>
33340              Date: Thu, 15 Nov 2001 12:47:59 -0500
33341              Message-ID: <20011115124759.E31399@blackrider>
33342      Branch: perl
33343            + t/run/switchx.aux t/run/switchx.t
33344            ! MANIFEST t/run/switches.t
33345 ____________________________________________________________________________
33346 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
33347         Log: Upgrade to Getopt::Long 2.26_03.
33348      Branch: perl
33349            ! lib/Getopt/Long.pm
33350 ____________________________________________________________________________
33351 [ 13025] By: ams                                   on 2001/11/15  20:46:22
33352         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
33353              From: Michael G Schwern <schwern@pobox.com>
33354              Date: Thu, 15 Nov 2001 16:24:11 -0500
33355              Message-Id: <20011115162411.M31399@blackrider>
33356      Branch: perl
33357            ! vms/vms.c
33358 ____________________________________________________________________________
33359 [ 13024] By: ams                                   on 2001/11/15  19:32:06
33360         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
33361              From: rspier@pobox.com (Robert Spier)
33362              Date: Thu, 15 Nov 2001 11:19:21 -0800
33363              Message-Id: <15348.5433.732364.963687@rls.cx>
33364      Branch: perl
33365            ! op.c
33366 ____________________________________________________________________________
33367 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
33368         Log: Update Changes.
33369      Branch: perl
33370            ! Changes patchlevel.h
33371 ____________________________________________________________________________
33372 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
33373         Log: Subject: [PATCH] new tests for command-line switches
33374              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33375              Date: Thu, 15 Nov 2001 17:00:30 +0100
33376              Message-ID: <20011115170030.A14193@rafael>
33377      Branch: perl
33378            + t/run/switches.t
33379            ! MANIFEST
33380 ____________________________________________________________________________
33381 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
33382         Log: Upgrade to podlators 1.13.
33383      Branch: perl
33384            + lib/Pod/ParseLink.pm
33385            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
33386            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
33387            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
33388            ! t/pod/pod2usage.xr t/pod/podselect.xr
33389 ____________________________________________________________________________
33390 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
33391         Log: skip "might be used uninitialized".
33392      Branch: perl
33393            ! pp_sys.c
33394 ____________________________________________________________________________
33395 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
33396         Log: Fix for "perlio bug in koi8-r encoding".  The problem
33397              seemed to be that binmode() always flushed the handle,
33398              which is not so good when switching encodings.  Fixed,
33399              added Matt Sergeant's testcase, documented in perlfunc/binmode,
33400              also added a pointer about disciplines to perlfunc/open,
33401              and in general cleaned up and reformatted the open entry.
33402      Branch: perl
33403            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
33404 ____________________________________________________________________________
33405 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
33406         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
33407              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33408              Date: 15 Nov 2001 08:57:06 -0000
33409              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
33410              
33411              chop() and chomp() are not real list functions,
33412              so let's not have them overrideable.  (Casey will
33413              be confused since in #7071 he patched the other way.)
33414      Branch: perl
33415            ! pod/perlfunc.pod toke.c
33416 ____________________________________________________________________________
33417 [ 13017] By: ams                                   on 2001/11/15  12:56:49
33418         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
33419              From: Robin Barker <rmb1@cise.npl.co.uk>
33420              Date: Thu, 15 Nov 2001 13:48:34 GMT
33421              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
33422              (Applied with tweaks.)
33423      Branch: perl
33424            ! pod/perltrap.pod
33425 ____________________________________________________________________________
33426 [ 13016] By: ams                                   on 2001/11/15  09:12:48
33427         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
33428              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33429              Date: Thu, 15 Nov 2001 09:06:39 +0100
33430              Message-Id: <20011115090639.A13005@rafael>
33431      Branch: perl
33432            ! pod/perlrun.pod
33433 ____________________________________________________________________________
33434 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
33435         Log: "link =" from utils.lst was being processed oddly.
33436      Branch: perl
33437            ! installman
33438 ____________________________________________________________________________
33439 [ 13014] By: ams                                   on 2001/11/15  02:52:52
33440         Log: Subject: [PATCH current] CreateTTY in -d
33441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33442              Date: Wed, 14 Nov 2001 21:26:31 -0500
33443              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
33444      Branch: perl
33445            ! lib/perl5db.pl
33446 ____________________________________________________________________________
33447 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
33448         Log: Corify the Filter::Simple tests. 
33449      Branch: perl
33450            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
33451            ! lib/Filter/Simple/t/filter_only.t
33452 ____________________________________________________________________________
33453 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
33454         Log: Upgrade to Filter::Simple 0.70.
33455      Branch: perl
33456            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
33457            + t/lib/FilterOnlyTest.pm
33458            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
33459            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
33460            ! t/lib/FilterTest.pm
33461 ____________________________________________________________________________
33462 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
33463         Log: Cleanliness inspired by Cygwin.
33464      Branch: perl
33465            ! Makefile.SH x2p/Makefile.SH
33466 ____________________________________________________________________________
33467 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
33468         Log: Add perlunintro (formerly known as perlunitut); regen toc.
33469      Branch: perl
33470            + pod/perlunintro.pod
33471            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33472 ____________________________________________________________________________
33473 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
33474         Log: FAQ sync.
33475      Branch: perl
33476            ! pod/perlfaq6.pod
33477 ____________________________________________________________________________
33478 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
33479         Log: Quieten pgcc 2.91.66 worries.
33480      Branch: perl
33481            ! gv.c pp_ctl.c utf8.c
33482 ____________________________________________________________________________
33483 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
33484         Log: Upgrade to Switch 2.06.
33485      Branch: perl
33486            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
33487            ! lib/Switch/t/nested.t
33488 ____________________________________________________________________________
33489 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
33490         Log: Upgrade to Attribute::Handlers 0.76.
33491      Branch: perl
33492            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
33493            ! lib/Attribute/Handlers/README
33494            ! lib/Attribute/Handlers/demo/Demo.pm
33495            ! lib/Attribute/Handlers/demo/Descriptions.pm
33496            ! lib/Attribute/Handlers/demo/MyClass.pm
33497            ! lib/Attribute/Handlers/demo/demo_cycle.pl
33498            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
33499            ! lib/Attribute/Handlers/t/multi.t
33500 ____________________________________________________________________________
33501 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
33502         Log: Signedness nit.
33503      Branch: perl
33504            ! regexec.c
33505 ____________________________________________________________________________
33506 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
33507         Log: VERSIONize.
33508      Branch: perl
33509            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
33510            ! lib/integer.pm
33511 ____________________________________________________________________________
33512 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
33513         Log: No pod in internal Net::FTP classes.
33514      Branch: perl
33515            ! pod/buildtoc.PL
33516 ____________________________________________________________________________
33517 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
33518         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
33519              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
33520              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
33521              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
33522      Branch: perl
33523            ! regexec.c
33524 ____________________________________________________________________________
33525 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
33526         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
33527              Pudge correctly).
33528      Branch: perl
33529            ! t/test.pl
33530 ____________________________________________________________________________
33531 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
33532         Log: Add comments to mark where $^X is being handled.
33533      Branch: perl
33534            ! perl.c toke.c
33535 ____________________________________________________________________________
33536 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
33537         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
33538              From: Michael G Schwern <schwern@pobox.com>
33539              Date: Wed, 14 Nov 2001 16:38:25 -0500
33540              Message-ID: <20011114163825.D6519@blackrider>
33541      Branch: perl
33542            ! t/op/repeat.t
33543 ____________________________________________________________________________
33544 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
33545         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
33546              From: Michael G Schwern <schwern@pobox.com>
33547              Date: Wed, 14 Nov 2001 13:19:15 -0500
33548              Message-ID: <20011114131915.K5096@blackrider>
33549      Branch: perl
33550            ! t/op/die_exit.t
33551 ____________________________________________________________________________
33552 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
33553         Log: Subject: Re: [PATCH] new version of runperl()
33554              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33555              Date: Wed, 14 Nov 2001 15:39:12 EST
33556              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
33557              
33558              "VMS $^X pipes etc" patch.
33559      Branch: perl
33560            ! vms/vms.c
33561 ____________________________________________________________________________
33562 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
33563         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
33564              and add "verbose" option to show the final command.
33565      Branch: perl
33566            ! t/test.pl
33567 ____________________________________________________________________________
33568 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
33569         Log: Goof in some of the comment fields of #12994.
33570      Branch: perl
33571            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
33572            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
33573            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
33574            ! lib/unicore/In/9.pl
33575 ____________________________________________________________________________
33576 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
33577         Log: The First, Last ranges in the Unicode data weren't
33578              getting their general categories added properly;
33579              noticed by Jeffrey Friedl.
33580      Branch: perl
33581            ! lib/unicore/Category.pl lib/unicore/In/0.pl
33582            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
33583            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
33584            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
33585            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
33586            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
33587            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
33588            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
33589            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
33590            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
33591            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
33592            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
33593            ! lib/unicore/mktables
33594 ____________________________________________________________________________
33595 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
33596         Log: Subject: [PATCH] new version of runperl()
33597              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33598              Date: Wed, 14 Nov 2001 12:23:01 +0100
33599              Message-ID: <20011114122301.A29384@rafael>
33600      Branch: perl
33601            ! t/io/argv.t t/test.pl
33602 ____________________________________________________________________________
33603 [ 12992] By: ams                                   on 2001/11/14  13:40:39
33604         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
33605              From: Michael G Schwern <schwern@pobox.com>
33606              Date: Tue, 13 Nov 2001 23:17:54 -0500
33607              Message-Id: <20011113231754.S32567@blackrider>
33608      Branch: perl
33609            ! perl.c
33610 ____________________________________________________________________________
33611 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
33612         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
33613              From: Philip Newton <Philip.Newton@gmx.net>
33614              Date: Wed, 14 Nov 2001 10:59:53 +0100
33615              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
33616              
33617              plus a lot of paragraph reformatting because of long lines.
33618      Branch: perl
33619            ! pod/perlapio.pod
33620 ____________________________________________________________________________
33621 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
33622         Log: A bool is not a pointer.
33623      Branch: perl
33624            ! pp_sys.c
33625 ____________________________________________________________________________
33626 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
33627         Log: AUTHORS updates.
33628      Branch: perl
33629            ! AUTHORS
33630 ____________________________________________________________________________
33631 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
33632         Log: There are several MIME RFCs.
33633      Branch: perl
33634            ! ext/Encode/Encode.pm
33635 ____________________________________________________________________________
33636 [ 12987] By: ams                                   on 2001/11/14  01:09:28
33637         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
33638              From: Michael G Schwern <schwern@pobox.com>
33639              Date: Tue, 13 Nov 2001 20:59:13 -0500
33640              Message-Id: <20011113205913.H32567@blackrider>
33641      Branch: perl
33642            ! t/op/groups.t vms/test.com
33643 ____________________________________________________________________________
33644 [ 12986] By: ams                                   on 2001/11/14  01:07:06
33645         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
33646              From: Michael G Schwern <schwern@pobox.com>
33647              Date: Tue, 13 Nov 2001 20:51:34 -0500
33648              Message-Id: <20011113205134.F32567@blackrider>
33649      Branch: perl
33650            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
33651 ____________________________________________________________________________
33652 [ 12985] By: ams                                   on 2001/11/14  00:43:59
33653         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
33654              From: Michael G Schwern <schwern@pobox.com>
33655              Date: Tue, 13 Nov 2001 20:38:42 -0500
33656              Message-Id: <20011113203842.E32567@blackrider>
33657      Branch: perl
33658            ! pod/perlport.pod
33659 ____________________________________________________________________________
33660 [ 12984] By: ams                                   on 2001/11/14  00:32:15
33661         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
33662              From: Michael G Schwern <schwern@pobox.com>
33663              Date: Tue, 13 Nov 2001 20:27:02 -0500
33664              Message-Id: <20011113202702.D32567@blackrider>
33665      Branch: perl
33666            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
33667            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
33668            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
33669            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
33670 ____________________________________________________________________________
33671 [ 12983] By: ams                                   on 2001/11/14  00:00:27
33672         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
33673              From: Michael G Schwern <schwern@pobox.com>
33674              Date: Tue, 13 Nov 2001 19:51:59 -0500
33675              Message-Id: <20011113195159.B32567@blackrider>
33676      Branch: perl
33677            ! pod/perlport.pod
33678 ____________________________________________________________________________
33679 [ 12982] By: ams                                   on 2001/11/13  23:53:11
33680         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
33681              From: Larry Shatzer <fugazi@zippy.zyx.net>
33682              Date: Tue, 13 Nov 2001 17:27:59 -0700
33683              Message-Id: <20011113172759.E27768@zippy.zyx.net>
33684      Branch: perl
33685            ! pod/perlapio.pod
33686 ____________________________________________________________________________
33687 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
33688         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
33689              "large enough" Unicode characters returned more than one
33690              as their "Unicode size".
33691      Branch: perl
33692            ! pp_sys.c t/io/utf8.t
33693 ____________________________________________________________________________
33694 [ 12980] By: ams                                   on 2001/11/13  19:32:33
33695         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
33696              From: "Craig A. Berry" <craigberry@mac.com>
33697              Date: Tue, 13 Nov 2001 14:33:25 -0600
33698              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
33699      Branch: perl
33700            ! vms/gen_shrfls.pl
33701 ____________________________________________________________________________
33702 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
33703         Log: Subject: Minor patch to Encode.pm (detypo)
33704              From: "Philip Newton" <Philip.Newton@gmx.net>
33705              Date: Tue, 13 Nov 2001 20:11:01 +0100
33706              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
33707      Branch: perl
33708            ! ext/Encode/Encode.pm
33709 ____________________________________________________________________________
33710 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
33711         Log: Evil tabulators.
33712      Branch: perl
33713            ! ext/Encode/Encode.pm
33714 ____________________________________________________________________________
33715 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
33716         Log: Document the available encodings.
33717      Branch: perl
33718            ! ext/Encode/Encode.pm
33719 ____________________________________________________________________________
33720 [ 12976] By: ams                                   on 2001/11/13  17:14:07
33721         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
33722              From: Barrie Slaymaker <barries@slaysys.com>
33723              Date: Tue, 13 Nov 2001 12:41:36 -0500
33724              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
33725      Branch: perl
33726            ! t/op/universal.t
33727 ____________________________________________________________________________
33728 [ 12975] By: ams                                   on 2001/11/13  16:24:21
33729         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
33730              From: Barrie Slaymaker <barries@slaysys.com>
33731              Date: Tue, 13 Nov 2001 10:56:20 -0500
33732              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
33733              (Test applied with minor tweaks and ->isa("HASH") omission.)
33734      Branch: perl
33735            ! lib/UNIVERSAL.pm t/op/universal.t
33736 ____________________________________________________________________________
33737 [ 12974] By: ams                                   on 2001/11/13  15:46:07
33738         Log: Subject: [PATCH Benchmark.pm] docco tweaks
33739              From: Barrie Slaymaker <barries@slaysys.com>
33740              Date: Tue, 13 Nov 2001 11:34:45 -0500
33741              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
33742      Branch: perl
33743            ! lib/Benchmark.pm
33744 ____________________________________________________________________________
33745 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
33746         Log: Subject: [PATCH] Attack of the C loops, round 1
33747              From: Richard Soderberg <rs@oregonnet.com>
33748              Date: Mon, 12 Nov 2001 12:07:29 -0800
33749              Message-Id: <200111122007.MAA01994@oregonnet.com>
33750              
33751              Subject: [PATCH] bytecode.pl (tiny patch)
33752              From: Richard Soderberg <rs@oregonnet.com>
33753              Date: Mon, 12 Nov 2001 12:53:24 -0800
33754              Message-Id: <200111122053.MAA06272@oregonnet.com>
33755      Branch: perl
33756            ! bytecode.pl installhtml
33757 ____________________________________________________________________________
33758 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
33759         Log: Subject: [PATCH] Update to Filter::Util::Call
33760              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
33761              Date: Sun, 11 Nov 2001 22:33:33 -0000
33762              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
33763              
33764              Use the new CXT* macros.
33765      Branch: perl
33766            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
33767 ____________________________________________________________________________
33768 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
33769         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
33770              From: Michael G Schwern <schwern@pobox.com>
33771              Date: Mon, 12 Nov 2001 20:50:34 -0500
33772              Message-ID: <20011112205034.H2888@blackrider>
33773      Branch: perl
33774            + lib/vmsish.pm lib/vmsish.t
33775            - vms/ext/vmsish.pm vms/ext/vmsish.t
33776            ! MANIFEST vms/descrip_mms.template
33777 ____________________________________________________________________________
33778 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
33779         Log: :utf8 works only with perlio.
33780      Branch: perl
33781            ! lib/open.t
33782 ____________________________________________________________________________
33783 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
33784         Log: Subject: Re: @Config -"des" not quite working on VMS
33785              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33786              Date: Tue, 13 Nov 2001 08:35:13 EST 
33787              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
33788      Branch: perl
33789            ! configure.com
33790 ____________________________________________________________________________
33791 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
33792         Log: Subject: [PATCH] lib/charnames.pm 
33793              From: Jeffrey Friedl <jfriedl@yahoo.com>
33794              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
33795              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
33796      Branch: perl
33797            ! lib/charnames.pm
33798 ____________________________________________________________________________
33799 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
33800         Log: Docs for Mac::err.
33801      Branch: maint-5.6/macperl
33802            ! macos/ext/Mac/err/err.pm
33803 ____________________________________________________________________________
33804 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
33805         Log: Some cleanup; change some globals to references for
33806              possible persistence later.
33807      Branch: maint-5.6/macperl
33808            ! macos/lib/Mac/Glue.pm
33809 ____________________________________________________________________________
33810 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
33811         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
33812      Branch: maint-5.6/macperl
33813            ! macos/ext/Mac/Files/Files.pm
33814 ____________________________________________________________________________
33815 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
33816         Log: Get Mac::Navigation to compile (bug #464684).
33817      Branch: maint-5.6/macperl
33818            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
33819            ! macos/ext/Mac/Navigation/Makefile.PL
33820            ! macos/ext/Mac/Navigation/Navigation.xs
33821            ! macos/macperl/Makefile.mk
33822 ____________________________________________________________________________
33823 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
33824         Log: Add in modules and POD to help menu.
33825      Branch: maint-5.6/macperl
33826            ! macos/macperl/MacPerl.podhelp
33827 ____________________________________________________________________________
33828 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
33829         Log: Update bundled modules.
33830      Branch: maint-5.6/macperl
33831            + macos/bundled_ext/Filter/t/FilterTest.pm
33832            + macos/bundled_ext/List/Util/t/shuffle.t
33833            + macos/bundled_ext/Storable/t/compat06.t
33834            + macos/bundled_ext/Storable/t/st-dump.pl
33835            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
33836            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
33837            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
33838            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
33839            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
33840            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
33841            + macos/bundled_lib/blib/lib/lwpcook.pod
33842            + macos/bundled_lib/t/Filter/Simple/filter.t
33843            + macos/bundled_lib/t/Switch/t/given.t
33844            + macos/bundled_lib/t/Switch/t/nested.t
33845            + macos/bundled_lib/t/Switch/t/switch.t
33846            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
33847            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
33848            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
33849            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
33850            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
33851            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
33852            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
33853            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
33854            + macos/bundled_lib/t/URI/rfc2732.t
33855            + macos/bundled_lib/t/libnet/config.t
33856            + macos/bundled_lib/t/libnet/libnet_t.pl
33857            + macos/bundled_lib/t/libwww-perl/live/google.t
33858            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
33859            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
33860            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
33861            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
33862            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
33863            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
33864            + macos/bundled_lib/t/libwww-perl/live/validator.t
33865            - macos/bundled_ext/Filter/t/MyFilter.pm
33866            - macos/bundled_ext/Storable/t/compat-0.6.t
33867            - macos/bundled_ext/Storable/t/dump.pl
33868            - macos/bundled_ext/Time/Piece/Makefile.PL
33869            - macos/bundled_ext/Time/Piece/Piece.pm
33870            - macos/bundled_ext/Time/Piece/Piece.t
33871            - macos/bundled_ext/Time/Piece/Piece.xs
33872            - macos/bundled_ext/Time/Piece/README
33873            - macos/bundled_ext/Time/Piece/Seconds.pm
33874            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
33875            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
33876            - macos/bundled_lib/blib/lib/Net/PH.pm
33877            - macos/bundled_lib/blib/lib/Net/SNPP.pm
33878            - macos/bundled_lib/blib/lib/Text/Balanced.pod
33879            - macos/bundled_lib/t/Filter/Simple/test.pl
33880            - macos/bundled_lib/t/Switch/test.pl
33881            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
33882            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
33883            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
33884            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
33885            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
33886            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
33887            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
33888            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
33889            - macos/bundled_lib/t/libnet/ph.t
33890            ! (edit 125 files)
33891 ____________________________________________________________________________
33892 [ 12961] By: ams                                   on 2001/11/13  00:45:08
33893         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
33894              From: Michael G Schwern <schwern@pobox.com>
33895              Date: Mon, 12 Nov 2001 20:16:45 -0500
33896              Message-Id: <20011112201644.G2888@blackrider>
33897      Branch: perl
33898            ! pod/perlport.pod
33899 ____________________________________________________________________________
33900 [ 12960] By: ams                                   on 2001/11/12  23:54:00
33901         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
33902              Recoving dup tests for VMS
33903              From: Michael G Schwern <schwern@pobox.com>
33904              Date: Mon, 12 Nov 2001 19:35:33 -0500
33905              Message-Id: <20011112193533.D2888@blackrider>
33906      Branch: perl
33907            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
33908 ____________________________________________________________________________
33909 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
33910         Log: Update Changes.
33911      Branch: perl
33912            ! Changes patchlevel.h
33913 ____________________________________________________________________________
33914 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
33915         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
33916              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
33917              Date: Mon, 12 Nov 2001 12:35:18 EST 
33918              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
33919      Branch: perl
33920            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
33921            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
33922 ____________________________________________________________________________
33923 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
33924         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
33925              From: Barrie Slaymaker <barries@slaysys.com>
33926              Date: Mon, 12 Nov 2001 11:19:52 -0500
33927              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
33928      Branch: perl
33929            ! lib/File/Spec.t lib/File/Spec/Win32.pm
33930 ____________________________________________________________________________
33931 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
33932         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
33933              From: Barrie Slaymaker <barries@slaysys.com>
33934              Date: Mon, 12 Nov 2001 11:07:36 -0500
33935              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
33936      Branch: perl
33937            ! lib/Benchmark.pm
33938 ____________________________________________________________________________
33939 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
33940         Log: Misplaced test, noticed by Barrie Slaymaker.
33941              (We are missing Benchmark tests, then.)
33942      Branch: perl
33943            + ext/Devel/DProf/DProf.t
33944            - lib/Benchmark.t
33945            ! MANIFEST
33946 ____________________________________________________________________________
33947 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
33948         Log: Subject: [PATCH] a few typo fixes 
33949              From: Jeffrey Friedl <jfriedl@yahoo.com>
33950              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
33951              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
33952              
33953              Patching README.foo instead of pod/perlfoo.pod,
33954              not patching Math::BigInt (Tels will take care of that),
33955              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
33956              and perldoc.PL instead of libnetcfg and perldoc, patching
33957              ext/Digest/MD5/t/files.t since MD5.pm was changed.
33958      Branch: perl
33959            ! (edit 109 files)
33960 ____________________________________________________________________________
33961 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
33962         Log: Add a note about the dangers of bad UTF-8.
33963      Branch: perl
33964            ! pod/perlunicode.pod
33965 ____________________________________________________________________________
33966 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
33967         Log: NetWare Nit from Ananth Kesari.
33968      Branch: perl
33969            ! NetWare/config.wc
33970 ____________________________________________________________________________
33971 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
33972         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
33973      Branch: perl
33974            ! ext/Encode/Encode.pm
33975 ____________________________________________________________________________
33976 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
33977         Log: (retracted by #12951)
33978      Branch: perl
33979            ! ext/Encode/Encode.pm
33980 ____________________________________________________________________________
33981 [ 12949] By: ams                                   on 2001/11/12  06:40:18
33982         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
33983              From: Robert Spier <rspier@pobox.com>
33984              Date: Sun, 11 Nov 2001 18:50:18 -0800
33985              Message-Id: <15343.14570.121505.233336@rls.cx>
33986              
33987              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
33988              From: Rick Delaney <rick.delaney@home.com>
33989              Date: 12 Nov 2001 00:15:52 -0500
33990              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
33991      Branch: perl
33992            ! pp_hot.c t/op/taint.t
33993 ____________________________________________________________________________
33994 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
33995         Log: It seems that we actually have this detail implemented
33996              as for as Level 1 Support of Unicode regex support is
33997              concerned: at Level 1 only 1:1 support for loose
33998              (aka caseless, aka caseigoring ) matching is required.
33999      Branch: perl
34000            ! pod/perlunicode.pod
34001 ____________________________________________________________________________
34002 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
34003         Log: (retracted by #12951)
34004      Branch: perl
34005            ! ext/Encode/Encode.pm
34006 ____________________________________________________________________________
34007 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
34008         Log: BOM, bom, Bom.
34009      Branch: perl
34010            ! pod/perlunicode.pod
34011 ____________________________________________________________________________
34012 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
34013         Log: Upgrade to Math::BigInt 1.46.
34014      Branch: perl
34015            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34016            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
34017            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
34018            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
34019            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34020 ____________________________________________________________________________
34021 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
34022         Log: Subject: Re: PERFORCE change 12943 for review
34023              From: "Philip Newton" <Philip.Newton@gmx.net>
34024              Date: Sun, 11 Nov 2001 20:53:36 +0100
34025              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
34026      Branch: perl
34027            ! pod/perlunicode.pod
34028 ____________________________________________________________________________
34029 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
34030         Log: Doc updates; make the Unicode discussions a little
34031              bit less alarming, and add information about encodings,
34032              surrogates, and BOMs.
34033      Branch: perl
34034            ! pod/perlunicode.pod
34035 ____________________________________________________________________________
34036 [ 12942] By: ams                                   on 2001/11/11  16:45:00
34037         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
34038              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
34039              Date: Mon, 12 Nov 2001 00:22:57 +0900
34040              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
34041      Branch: perl
34042            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
34043            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
34044 ____________________________________________________________________________
34045 [ 12941] By: ams                                   on 2001/11/11  13:01:40
34046         Log: Subject: Re: PERFORCE change 12929 for review
34047              From: "Philip Newton" <Philip.Newton@gmx.net>
34048              Date: Sun, 11 Nov 2001 14:27:44 +0100
34049              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
34050      Branch: perl
34051            ! MANIFEST
34052 ____________________________________________________________________________
34053 [ 12940] By: ams                                   on 2001/11/11  05:06:43
34054         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
34055              From: Michael G Schwern <schwern@pobox.com>
34056              Date: Thu, 8 Nov 2001 22:56:45 -0500
34057              Message-Id: <20011108225645.H5587@blackrider>
34058      Branch: perl
34059            ! t/op/chdir.t
34060 ____________________________________________________________________________
34061 [ 12939] By: ams                                   on 2001/11/11  05:01:00
34062         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
34063              From: Michael G Schwern <schwern@pobox.com>
34064              Date: Sun, 11 Nov 2001 00:54:43 -0500
34065              Message-Id: <20011111005443.A24450@blackrider>
34066      Branch: perl
34067            ! ext/Cwd/t/cwd.t
34068 ____________________________________________________________________________
34069 [ 12938] By: ams                                   on 2001/11/11  03:25:13
34070         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
34071              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
34072              From: "chromatic" <chromatic@rmci.net>
34073              Date: Sat, 10 Nov 2001 21:03:20 -0700
34074              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
34075      Branch: perl
34076            ! lib/File/stat.pm lib/File/stat.t
34077 ____________________________________________________________________________
34078 [ 12937] By: ams                                   on 2001/11/11  02:05:23
34079         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
34080              From: "Craig A. Berry" <craigberry@mac.com>
34081              Date: Sat, 10 Nov 2001 17:23:52 -0600
34082              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
34083      Branch: perl
34084            ! t/op/magic.t
34085 ____________________________________________________________________________
34086 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
34087         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
34088      Branch: perl
34089            ! lib/open.pm lib/open.t
34090 ____________________________________________________________________________
34091 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
34092         Log: The Official name of ASCII.
34093      Branch: perl
34094            ! ext/Encode/Encode.pm
34095 ____________________________________________________________________________
34096 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
34097         Log: The KOI8-R example wasn't quite right.
34098      Branch: perl
34099            ! lib/open.pm lib/open.t
34100 ____________________________________________________________________________
34101 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
34102         Log: Enhance the open pragma to support :utf8, :locale,
34103              and :encoding directly as special cases, and rename
34104              the INOUT to IO.
34105      Branch: perl
34106            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
34107 ____________________________________________________________________________
34108 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
34109         Log: Document the UTF-16 surrogate encoding and decoding.
34110      Branch: perl
34111            ! ext/Encode/Encode.pm
34112 ____________________________________________________________________________
34113 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
34114         Log: A potential recursion breaker.
34115      Branch: perl
34116            ! sv.c
34117 ____________________________________________________________________________
34118 [ 12930] By: ams                                   on 2001/11/10  07:46:53
34119         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
34120              (was Re: perl@12892)
34121              From: "chromatic" <chromatic@rmci.net>
34122              Date: Sat, 10 Nov 2001 01:28:09 -0700
34123              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
34124      Branch: perl
34125            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
34126            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
34127            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
34128            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
34129 ____________________________________________________________________________
34130 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
34131         Log: Add a test for the bytes pragma.
34132      Branch: perl
34133            + lib/bytes.t
34134            ! MANIFEST
34135 ____________________________________________________________________________
34136 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
34137         Log: Doc update.
34138      Branch: perl
34139            ! lib/bytes.pm
34140 ____________________________________________________________________________
34141 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
34142         Log: Cease to exist.
34143      Branch: perl
34144            - lib/Unicode/Normalize.pm
34145 ____________________________________________________________________________
34146 [ 12926] By: ams                                   on 2001/11/10  03:23:16
34147         Log: Subject: [patch] my_setenv speedup + fixes
34148              From: Doug MacEachern <dougm@covalent.net>
34149              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
34150              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
34151      Branch: perl
34152            ! util.c
34153 ____________________________________________________________________________
34154 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
34155         Log: Newline trouble.
34156      Branch: perl
34157            ! lib/ExtUtils/Embed.t
34158 ____________________________________________________________________________
34159 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
34160         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
34161              From: "Craig A. Berry" <craigberry@mac.com>
34162              Date: Fri, 09 Nov 2001 18:13:16 -0600
34163              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
34164      Branch: perl
34165            ! vms/munchconfig.c
34166 ____________________________________________________________________________
34167 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
34168         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
34169              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34170              Date: Sat, 10 Nov 2001 00:10:45 +0100
34171              Message-ID: <20011110001045.A11945@rafael>
34172      Branch: perl
34173            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
34174            + t/run/switchn.t t/run/switchp.t
34175            ! MANIFEST
34176 ____________________________________________________________________________
34177 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
34178         Log: Subject: [PATCH] some tests not cleaning up properly               
34179              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
34180              Date: Fri, 9 Nov 2001 22:13:10 +0100
34181              Message-ID: <20011109221310.A11115@rafael>
34182      Branch: perl
34183            ! ext/Cwd/t/cwd.t t/io/argv.t
34184 ____________________________________________________________________________
34185 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
34186         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
34187              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34188              Date: Fri, 9 Nov 2001 15:07:19 EST
34189              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
34190      Branch: perl
34191            ! lib/ExtUtils/Embed.t
34192 ____________________________________________________________________________
34193 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
34194         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
34195              have been copied so it shouldn't be freed in perl_destruct()
34196      Branch: perl
34197            ! perl.c
34198 ____________________________________________________________________________
34199 [ 12919] By: ams                                   on 2001/11/09  15:36:22
34200         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
34201              From: Michael G Schwern <schwern@pobox.com>
34202              Date: Fri, 9 Nov 2001 00:38:59 -0500
34203              Message-Id: <20011109003859.K5587@blackrider>
34204              (Applied with directory name changes suggested by Craig Berry.)
34205      Branch: perl
34206            ! ext/Cwd/t/cwd.t
34207 ____________________________________________________________________________
34208 [ 12918] By: ams                                   on 2001/11/09  15:29:15
34209         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
34210              From: Michael G Schwern <schwern@pobox.com>
34211              Date: Fri, 9 Nov 2001 01:44:14 -0500
34212              Message-Id: <20011109014414.N5587@blackrider>
34213      Branch: perl
34214            ! vms/ext/filespec.t
34215 ____________________________________________________________________________
34216 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
34217         Log: Update Changes.
34218      Branch: perl
34219            ! Changes patchlevel.h
34220 ____________________________________________________________________________
34221 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
34222         Log: Regen toc.
34223      Branch: perl
34224            ! pod/perltoc.pod
34225 ____________________________________________________________________________
34226 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
34227         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
34228              see http://www.jepstone.net/bjepson//jpl/cvs.html
34229      Branch: perl
34230            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
34231 ____________________________________________________________________________
34232 [ 12914] By: ams                                   on 2001/11/09  14:05:12
34233         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
34234              From: Michael G Schwern <schwern@pobox.com>
34235              Date: Thu, 8 Nov 2001 22:05:49 -0500
34236              Message-Id: <20011108220549.F5587@blackrider>
34237      Branch: perl
34238            ! vms/test.com
34239 ____________________________________________________________________________
34240 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
34241         Log: NetWare update from Ananth Kesari.
34242      Branch: perl
34243            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
34244 ____________________________________________________________________________
34245 [ 12912] By: ams                                   on 2001/11/09  13:40:26
34246         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
34247              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34248              Date: Fri, 9 Nov 2001 14:32:28 +0100
34249              Message-Id: <20011109143228.A18996@rafael>
34250      Branch: perl
34251            ! perl.c
34252 ____________________________________________________________________________
34253 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
34254         Log: FAQ sync.
34255      Branch: perl
34256            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
34257            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
34258            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
34259 ____________________________________________________________________________
34260 [ 12910] By: ams                                   on 2001/11/09  07:33:49
34261         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
34262              From: Michael G Schwern <schwern@pobox.com>
34263              Date: Fri, 9 Nov 2001 00:41:56 -0500
34264              Message-Id: <20011109004156.L5587@blackrider>
34265      Branch: perl
34266            ! lib/File/Find/t/find.t
34267 ____________________________________________________________________________
34268 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
34269         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
34270              The CPAN distribution has both pm and XS implementations,
34271              and for performance reasons we choose the XS.
34272              Another reason to choose the XS is that it doesn't
34273              require Lingua::KO::Hangul::Util, which means that
34274              we can delete that-- which in turn means that Unicode::UCD
34275              cannot expect that: support it, but don't expect.
34276              Ditto Unicode::Collate.
34277              
34278              Note that Unicode::Normalize Makefile.PL and
34279              Normalize.xs have been modified from the CPAN 0.10
34280              versions: the first one to be simpler (no pm) and
34281              clean up the generated unf*.h files, the second one
34282              to quench compiler grumblings.  Must notify Sadahiro
34283              about these changes.
34284      Branch: perl
34285            + ext/Unicode/Normalize/Changes
34286            + ext/Unicode/Normalize/Makefile.PL
34287            + ext/Unicode/Normalize/Normalize.pm
34288            + ext/Unicode/Normalize/Normalize.pod
34289            + ext/Unicode/Normalize/Normalize.xs
34290            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
34291            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
34292            + ext/Unicode/Normalize/t/test.t
34293            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
34294            - lib/Lingua/KO/Hangul/Util/README
34295            - lib/Lingua/KO/Hangul/Util/t/test.t
34296            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
34297            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
34298            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
34299            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
34300            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
34301            ! win32/makefile.mk
34302 ____________________________________________________________________________
34303 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
34304         Log: Test miscounting.
34305      Branch: perl
34306            ! ext/POSIX/t/posix.t
34307 ____________________________________________________________________________
34308 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
34309         Log: Quote the variables in failures messages more nicely.
34310      Branch: perl
34311            ! t/test.pl
34312 ____________________________________________________________________________
34313 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
34314         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
34315              From: Michael G Schwern <schwern@pobox.com>
34316              Date: Thu, 8 Nov 2001 17:24:49 -0500
34317              Message-ID: <20011108172449.A5587@blackrider>
34318              
34319              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
34320              From: "Craig A. Berry" <craigberry@mac.com>
34321              Date: Thu, 8 Nov 2001 16:35:00 -0600
34322              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
34323      Branch: perl
34324            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
34325 ____________________________________________________________________________
34326 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
34327         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
34328              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34329              Date: Thu, 8 Nov 2001 22:52:50 -0000
34330              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
34331      Branch: perl
34332            ! ext/DB_File/t/db-recno.t
34333 ____________________________________________________________________________
34334 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
34335         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
34336              (Probably not an EBCDIC issue the way one would think
34337              since no chr() et alia are used in UCD.pm.)
34338      Branch: perl
34339            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34340 ____________________________________________________________________________
34341 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
34342         Log: Whether overwriting the $self->{...} values (see #12902)
34343              is a good policy or not is debatable, but let's at least
34344              be consistent.
34345      Branch: perl
34346            ! lib/ExtUtils/MM_Unix.pm
34347 ____________________________________________________________________________
34348 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
34349         Log: The MakeMaker argument () quoting patch that sneaked
34350              in at #12883 didn't handle make macros like this $(...).
34351              Leaning toothpicks, we've got them.
34352      Branch: perl
34353            ! lib/ExtUtils/MM_Unix.pm
34354 ____________________________________________________________________________
34355 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
34356         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
34357              From: Michael G Schwern <schwern@pobox.com>
34358              Date: Wed, 7 Nov 2001 02:02:29 -0500
34359              Message-ID: <20011107020229.K2858@blackrider>
34360      Branch: perl
34361            ! t/io/argv.t t/test.pl vms/test.com
34362 ____________________________________________________________________________
34363 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
34364         Log: Subject: [PATCH 20011106.084] -s on #! line 
34365              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34366              Date: Wed, 7 Nov 2001 22:23:39 +0100
34367              Message-ID: <20011107222339.E729@rafael>
34368      Branch: perl
34369            ! embed.h embed.pl perl.c proto.h toke.c
34370 ____________________________________________________________________________
34371 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
34372         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
34373              From: Michael G Schwern <schwern@pobox.com>
34374              Date: Wed, 7 Nov 2001 16:52:49 -0500
34375              Message-ID: <20011107165249.I7346@blackrider>
34376      Branch: perl
34377            ! pod/perlhack.pod
34378 ____________________________________________________________________________
34379 [ 12898] By: ams                                   on 2001/11/08  13:02:19
34380         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
34381              From: Mark-Jason Dominus <mjd@plover.com>
34382              Date: Thu, 08 Nov 2001 08:59:02 -0500
34383              Message-Id: <20011108135902.2275.qmail@plover.com>
34384      Branch: perl
34385            ! INSTALL README README.amiga README.os2 README.vms
34386            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
34387            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
34388 ____________________________________________________________________________
34389 [ 12897] By: ams                                   on 2001/11/08  12:49:28
34390         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
34391              From: mjd@plover.com
34392              Date: 8 Nov 2001 13:33:18 -0000
34393              Message-Id: <20011108133318.1786.qmail@plover.com>
34394      Branch: perl
34395            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
34396            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
34397            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
34398            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
34399            ! pod/perlport.pod pod/perlvar.pod
34400 ____________________________________________________________________________
34401 [ 12896] By: ams                                   on 2001/11/08  11:22:12
34402         Log: open(FH, $file) should strip leading and trailing whitespace.
34403      Branch: perl
34404            ! doio.c
34405 ____________________________________________________________________________
34406 [ 12895] By: ams                                   on 2001/11/08  10:17:14
34407         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
34408              From: "Craig A. Berry" <craigberry@mac.com>
34409              Date: Wed, 07 Nov 2001 13:41:50 -0600
34410              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
34411      Branch: perl
34412            ! t/op/glob.t
34413 ____________________________________________________________________________
34414 [ 12894] By: ams                                   on 2001/11/08  08:32:20
34415         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
34416              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
34417              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
34418              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
34419      Branch: perl
34420            ! makedepend.SH
34421 ____________________________________________________________________________
34422 [ 12893] By: ams                                   on 2001/11/08  08:26:31
34423         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
34424              From: mjd@plover.com
34425              Date: 8 Nov 2001 08:08:07 -0000
34426              Message-Id: <20011108080807.30147.qmail@plover.com>
34427              
34428              Subject: bleadperl perl.pod
34429              From: mjd@plover.com
34430              Date: 8 Nov 2001 08:10:47 -0000
34431              Message-Id: <20011108081047.30178.qmail@plover.com>
34432              
34433              Subject: more bleadperl perl.pod
34434              From: mjd@plover.com
34435              Date: 8 Nov 2001 08:16:28 -0000
34436              Message-Id: <20011108081628.30229.qmail@plover.com>
34437      Branch: perl
34438            ! pod/perl.pod pod/perldebug.pod
34439 ____________________________________________________________________________
34440 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
34441         Log: Tweak for Cray-friendliness from Nicholas Clark.
34442      Branch: perl
34443            ! sv.c
34444 ____________________________________________________________________________
34445 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
34446         Log: VMS patch redo from Charles Lane.
34447      Branch: perl
34448            ! vms/gen_shrfls.pl
34449 ____________________________________________________________________________
34450 [ 12890] By: ams                                   on 2001/11/07  15:16:10
34451         Log: Subject: [ID 20011107.088] two perl pod nits
34452              From: lvirden@cas.org
34453              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
34454              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
34455      Branch: perl
34456            ! pod/perl.pod pod/perlfaq3.pod
34457 ____________________________________________________________________________
34458 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
34459         Log: Update Changes.
34460      Branch: perl
34461            ! Changes patchlevel.h
34462 ____________________________________________________________________________
34463 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
34464         Log: The (emulated) "no utf8" must be in a BEGIN block
34465              to be effective.
34466      Branch: perl
34467            ! lib/CGI/t/html.t
34468 ____________________________________________________________________________
34469 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
34470         Log: "v-strings" is the right term.
34471      Branch: perl
34472            ! pod/perltodo.pod
34473 ____________________________________________________________________________
34474 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
34475         Log: Add vstrings-as-objects need to perltodo.
34476      Branch: perl
34477            ! pod/perltodo.pod
34478 ____________________________________________________________________________
34479 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
34480         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
34481              From: Nicholas Clark <nick@ccl4.org>
34482              Date: Wed, 7 Nov 2001 14:36:32 +0000
34483              Message-ID: <20011107143631.I24980@plum.flirble.org>
34484      Branch: perl
34485            ! t/op/pack.t
34486 ____________________________________________________________________________
34487 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
34488         Log: The Embed test requires a major rewrite for VMS
34489              (plus it reveals a couple of annoying glitches
34490              in buffering), so skip the test for now; from
34491              Charles Lane.
34492      Branch: perl
34493            ! lib/ExtUtils/Embed.t
34494 ____________________________________________________________________________
34495 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
34496         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
34497              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34498              Date: Wed, 7 Nov 2001 09:23:28 EST
34499              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
34500              
34501              (Also i seems that an unrelated experimental patch
34502              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
34503      Branch: perl
34504            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
34505 ____________________________________________________________________________
34506 [ 12882] By: ams                                   on 2001/11/07  05:14:04
34507         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
34508              From: Mark-Jason Dominus <mjd@plover.com>
34509              Date: Wed, 07 Nov 2001 00:43:46 -0500
34510              Message-Id: <20011107054346.14428.qmail@plover.com>
34511      Branch: perl
34512            ! gv.c op.c toke.c
34513 ____________________________________________________________________________
34514 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
34515         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
34516              From: Michael G Schwern <schwern@pobox.com>             
34517              Date: Tue, 6 Nov 2001 22:04:39 -0500
34518              Message-ID: <20011106220439.D2858@blackrider>              
34519      Branch: perl
34520            ! lib/perl5db.pl
34521 ____________________________________________________________________________
34522 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
34523         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
34524              stress))
34525              From: Jonathan Stowe <gellyfish@gellyfish.com>
34526              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
34527              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
34528              
34529              (except for one hunk where indentation differs)
34530      Branch: perl
34531            ! lib/Term/Cap.t
34532 ____________________________________________________________________________
34533 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
34534         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
34535              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34536              Date: Tue, 6 Nov 2001 21:45:01 +0100
34537              Message-ID: <20011106214501.A704@rafael>
34538      Branch: perl
34539            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
34540            ! lib/File/Spec/Win32.pm
34541 ____________________________________________________________________________
34542 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
34543         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
34544              From: Michael G Schwern <schwern@pobox.com>              
34545              Date: Tue, 6 Nov 2001 20:58:45 -0500
34546              Message-ID: <20011106205845.G29411@blackrider>
34547      Branch: perl
34548            ! t/test.pl
34549 ____________________________________________________________________________
34550 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
34551         Log: Subject: making do_sprintf public       
34552              From: Doug MacEachern <dougm@covalent.net>    
34553              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
34554              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
34555      Branch: perl
34556            ! embed.h embed.pl global.sym
34557 ____________________________________________________________________________
34558 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
34559         Log: Update to CGI.pm 2.78.
34560              
34561              TODO: the test suite needs to be merged so that
34562              when in core, the core version is tested, and when
34563              using the CPAN version, testing the CPAN version.
34564              (the changes need to be sent to Lincoln, too...)
34565      Branch: perl
34566            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
34567            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
34568            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
34569            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
34570            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
34571            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
34572 ____________________________________________________________________________
34573 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
34574         Log: Integrate with perlio; (strictly) readonly hashes via XS.
34575      Branch: perl
34576           +> t/lib/access.t
34577           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
34578 ____________________________________________________________________________
34579 [ 12874] By: nick                                  on 2001/11/06  21:05:16
34580         Log: Keep It Simple and Stupid version of readonly hash support.
34581              - Test for SvREAONLY(hv) at a few spots in hv.c
34582              - add the error message to perldiag.pod
34583              - (dubious) add access::readonly() to univeral.c
34584              - add test using above
34585              - fixup ext/B/t/stash.t to account for access:: existing
34586      Branch: perlio
34587            + t/lib/access.t
34588            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
34589 ____________________________________________________________________________
34590 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
34591         Log: Fix incorrect warnings about broken globbing;
34592              from Andy Dougherty.
34593      Branch: perl
34594            ! hints/linux.sh
34595 ____________________________________________________________________________
34596 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
34597         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
34598              toggle-on from the encoding pragma.
34599      Branch: perl
34600            ! regcomp.c regexec.c
34601 ____________________________________________________________________________
34602 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
34603         Log: Retract #12824, doesn't help and is ignored
34604              by Configure anyway.
34605      Branch: perl
34606            ! hints/beos.sh
34607 ____________________________________________________________________________
34608 [ 12870] By: ams                                   on 2001/11/06  10:40:37
34609         Log: Subject: Cosmetic change
34610              From: H.Merijn Brand <h.m.brand@hccnet.nl>
34611              Date: Tue, 06 Nov 2001 12:30:52 +0100
34612              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
34613      Branch: perl
34614            ! README.hpux
34615 ____________________________________________________________________________
34616 [ 12869] By: nick                                  on 2001/11/06  08:26:40
34617         Log: Integrate mainline
34618      Branch: perlio
34619           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
34620           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
34621 ____________________________________________________________________________
34622 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
34623         Log: The parentheses are protected enough.
34624      Branch: perl
34625            ! hints/os390.sh
34626 ____________________________________________________________________________
34627 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
34628         Log: ccflags, not ldflags.
34629      Branch: perl
34630            ! hints/os390.sh
34631 ____________________________________________________________________________
34632 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
34633         Log: ... and the proto to go with #12865.
34634      Branch: perl
34635            ! proto.h
34636 ____________________________________________________________________________
34637 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
34638         Log: Oops.  Luckily nothing was using this symbol yet.
34639      Branch: perl
34640            ! global.sym
34641 ____________________________________________________________________________
34642 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
34643         Log: Implement the encoding pragma for regex literals.
34644      Branch: perl
34645            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
34646 ____________________________________________________________________________
34647 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
34648         Log: More UTF8 EXACT fixing.
34649      Branch: perl
34650            ! regexec.c
34651 ____________________________________________________________________________
34652 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
34653         Log: More re debugging.
34654      Branch: perl
34655            ! regexec.c
34656 ____________________________________________________________________________
34657 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
34658         Log: EXACT correction attempt.  Continued in #12863.
34659      Branch: perl
34660            ! regexec.c
34661 ____________________________________________________________________________
34662 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
34663         Log: Unterminated L<.
34664      Branch: perl
34665            ! ext/DB_File/DB_File.pm
34666 ____________________________________________________________________________
34667 [ 12859] By: nick                                  on 2001/11/05  19:15:17
34668         Log: Integrate mainline
34669      Branch: perlio
34670           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
34671           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
34672           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
34673           +> lib/Math/BigInt/t/sub_mbi.t
34674            - lib/Math/BigInt/t/Math/Subclass.pm
34675            - lib/Math/BigInt/t/subclass.t
34676           !> (integrate 30 files)
34677 ____________________________________________________________________________
34678 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
34679         Log: Regex debugging fixes from Hugo.
34680      Branch: perl
34681            ! regcomp.c regexec.c
34682 ____________________________________________________________________________
34683 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
34684         Log: IRIX: at some point the cc -version has started
34685              to output to stderr, not stdout any more.
34686      Branch: perl
34687            ! hints/irix_6.sh
34688 ____________________________________________________________________________
34689 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
34690         Log: Update Changes.
34691      Branch: perl
34692            ! Changes patchlevel.h
34693 ____________________________________________________________________________
34694 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
34695         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
34696      Branch: perl
34697            ! lib/File/Spec/Unix.pm
34698 ____________________________________________________________________________
34699 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
34700         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
34701              From: rgarciasuarez@free.fr
34702              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
34703              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
34704      Branch: perl
34705            ! lib/File/Spec/Unix.pm
34706 ____________________________________________________________________________
34707 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
34708         Log: Use config.arch in OS/390 where the combination of
34709              IEEE floats and ldflags is tricky.
34710      Branch: perl
34711            ! hints/os390.sh
34712 ____________________________________________________________________________
34713 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
34714         Log: Metaconfig unit change for #12851.
34715      Branch: metaconfig
34716            ! U/modified/Config_sh.U
34717 ____________________________________________________________________________
34718 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
34719         Log: Support a config.arch file, similar to config.over,
34720              but loaded just before it.
34721      Branch: perl
34722            ! Configure INSTALL
34723 ____________________________________________________________________________
34724 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
34725         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
34726              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34727              Date: Mon, 5 Nov 2001 14:26:24 +0100
34728              Message-ID: <20011105142624.C31977@rafael>
34729      Branch: perl
34730            ! lib/Symbol.pm lib/Symbol.t
34731 ____________________________________________________________________________
34732 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
34733         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
34734              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34735              Date: Sun, 4 Nov 2001 22:28:57 +0100
34736              Message-ID: <20011104222857.C696@rafael>
34737      Branch: perl
34738            ! pod/perldebug.pod pod/perlpodspec.pod
34739 ____________________________________________________________________________
34740 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
34741         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
34742      Branch: perl
34743            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
34744 ____________________________________________________________________________
34745 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
34746         Log: Math::Big* test tweaks to work better with core:
34747              but the coast still not clear.
34748      Branch: perl
34749            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
34750            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34751 ____________________________________________________________________________
34752 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
34753         Log: Protect against high load: measure how much wall
34754              clock time went by while sleeping.  Avoids some
34755              false negatives, while may introduce some false
34756              positives.  Life is hard.
34757      Branch: perl
34758            ! ext/Time/HiRes/HiRes.t
34759 ____________________________________________________________________________
34760 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
34761         Log: More forgotten from #12843.
34762      Branch: perl
34763            ! lib/Math/BigInt/t/bigfltpm.inc
34764 ____________________________________________________________________________
34765 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
34766         Log: Forgot from #12843.
34767      Branch: perl
34768            + lib/Math/BigInt/t/bigintpm.inc
34769            ! MANIFEST
34770 ____________________________________________________________________________
34771 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
34772         Log: Upgrade to Math::BigInt 1.45; from Tels.
34773              NOTE: some of the tests are failing but that's because
34774              the core integration is not yet done.
34775      Branch: perl
34776            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
34777            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
34778            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34779            - lib/Math/BigInt/t/Math/Subclass.pm
34780            - lib/Math/BigInt/t/subclass.t
34781            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
34782            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
34783            ! lib/Math/BigInt/t/mbimbf.t
34784 ____________________________________________________________________________
34785 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
34786         Log: VMS: adds capability to control more configuration stuff with
34787              -D and -U switches; parsing config.sh to extract previous config
34788              info in VMS-form, and a rewrite of the "prompt/response" routine;
34789              from Charles Lane.
34790      Branch: perl
34791            ! configure.com
34792 ____________________________________________________________________________
34793 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
34794         Log: Subject: Typo correction in perldebguts.pod
34795              From: mjd@plover.com
34796              Date: 4 Nov 2001 16:20:05 -0000
34797              Message-ID: <20011104162005.16699.qmail@plover.com>
34798      Branch: perl
34799            ! pod/perldebguts.pod
34800 ____________________________________________________________________________
34801 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
34802         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
34803              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34804              Date: Sun, 4 Nov 2001 11:47:30 +0100
34805              Message-ID: <20011104114730.A715@rafael>
34806              
34807              Remove -T from the test, wrong place for that.
34808      Branch: perl
34809            ! lib/File/Temp/t/mktemp.t
34810 ____________________________________________________________________________
34811 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
34812         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
34813              From: Nicholas Clark <nick@ccl4.org>
34814              Date: Sun, 4 Nov 2001 10:41:24 +0000
34815              Message-ID: <20011104104123.U20123@plum.flirble.org>
34816      Branch: perl
34817            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
34818 ____________________________________________________________________________
34819 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
34820         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
34821              From: Michael G Schwern <schwern@pobox.com>
34822              Date: Sat, 3 Nov 2001 15:41:47 -0500
34823              Message-ID: <20011103154147.C600@blackrider>
34824      Branch: perl
34825            ! lib/Term/Cap.t
34826 ____________________________________________________________________________
34827 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
34828         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
34829              From: "Craig A. Berry" <craigberry@mac.com>     
34830              Date: Sat, 03 Nov 2001 16:02:28 -0600
34831              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
34832      Branch: perl
34833            ! ext/Time/HiRes/HiRes.t
34834 ____________________________________________________________________________
34835 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
34836         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
34837              From: "chromatic" <chromatic@rmci.net>
34838              Date: Sat, 03 Nov 2001 12:28:17 -0700
34839              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
34840      Branch: perl
34841            ! lib/Term/Cap.t
34842 ____________________________________________________________________________
34843 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
34844         Log: Don't bother doing POSIX charclass parsing if it
34845              possibly cannot be so.  Prepares way for charclass
34846              syntax like [[abc]||[def]] (or just [[abc][def]])
34847              for union, [[\w]&&[$a]] for intersection,
34848              and [[a-z]&&[^def]] for subtraction.
34849              
34850              Currently /[[a]/ (or /[a[]/) parses as a character
34851              class containing two characters, "[" and "a",
34852              this may have to be broken for the syntax described
34853              above, otherwise we would have to scan the whole pattern
34854              to find out whether the square brackets match pairwise.
34855              Luckily, the special case of "[" doesn't seem to be
34856              documented (as opposed to "]" and "-"), so we may have
34857              better story for breaking it...  One can always use \[
34858              if one wants a literal "[", so there.
34859      Branch: perl
34860            ! regcomp.c
34861 ____________________________________________________________________________
34862 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
34863         Log: Comment correction.
34864      Branch: perl
34865            ! regcomp.c
34866 ____________________________________________________________________________
34867 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
34868         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
34869              The latter is a RedHatism.
34870      Branch: perl
34871            ! lib/ExtUtils/MakeMaker.pm
34872 ____________________________________________________________________________
34873 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
34874         Log: Integrate perlio:
34875              
34876              [ 12830]
34877              Fix clone_leak problem.
34878              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
34879              as vestige of calling PerlLIO_dup().
34880              
34881              [ 12829]
34882              Tweaks attempting to locate Doug's clone_leak leak.
34883              - add some PerlIO_debug()
34884              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
34885              - Even if it closing stdout etc. do a fflush()
34886      Branch: perl
34887           !> perlio.c
34888 ____________________________________________________________________________
34889 [ 12831] By: nick                                  on 2001/11/03  11:42:15
34890         Log: Integrate mainline
34891      Branch: perlio
34892           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
34893           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
34894           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
34895           !> sv.c t/test.pl
34896 ____________________________________________________________________________
34897 [ 12830] By: nick                                  on 2001/11/03  10:27:34
34898         Log: Fix clone_leak problem.
34899              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
34900              as vestige of calling PerlLIO_dup().
34901      Branch: perlio
34902            ! perlio.c
34903 ____________________________________________________________________________
34904 [ 12829] By: nick                                  on 2001/11/03  09:40:46
34905         Log: Tweaks attempting to locate Doug's clone_leak leak.
34906              - add some PerlIO_debug()
34907              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
34908              - Even if it closing stdout etc. do a fflush()
34909      Branch: perlio
34910            ! perlio.c
34911 ____________________________________________________________________________
34912 [ 12828] By: nick                                  on 2001/11/03  08:34:31
34913         Log: Integrate mainline
34914      Branch: perlio
34915           !> (integrate 54 files)
34916 ____________________________________________________________________________
34917 [ 12827] By: ams                                   on 2001/11/03  03:45:19
34918         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
34919              remove this later). Based on a patch from Robert Spier in
34920              <15330.61459.14452.795263@rls.cx>.
34921      Branch: perl
34922            ! sv.c
34923 ____________________________________________________________________________
34924 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
34925         Log: microperl sync.
34926      Branch: perl
34927            ! doio.c perl.c perl.h perlio.c regexec.c
34928 ____________________________________________________________________________
34929 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
34930         Log: Definitions for the Unicode Newline Guidelines.
34931      Branch: perl
34932            ! perl.h
34933 ____________________________________________________________________________
34934 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
34935         Log: (retracted by #12871)
34936              
34937              There is no csh of any kind in default BeOS.
34938              For the purposes of miniperl globbing, bash
34939              will do.
34940      Branch: perl
34941            ! hints/beos.sh
34942 ____________________________________________________________________________
34943 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
34944         Log: Integrate change #12820 from macperl to maint and blead;
34945              
34946              Fix up (dynaloading) to work properly with multiplicity
34947      Branch: maint-5.6/perl
34948           !> ext/DynaLoader/dl_mac.xs
34949      Branch: perl
34950           !> ext/DynaLoader/dl_mac.xs
34951 ____________________________________________________________________________
34952 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
34953         Log: Several fixes for various exit problems and clearing out
34954              task queue, as well as another (incomplete) go at
34955              fixing error message handling
34956      Branch: maint-5.6/macperl
34957            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
34958 ____________________________________________________________________________
34959 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
34960         Log: Add source files for bleadperl builds
34961      Branch: maint-5.6/macperl
34962            ! macos/Makefile.mk
34963 ____________________________________________________________________________
34964 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
34965         Log: Fix up to work properly with multiplicity
34966      Branch: maint-5.6/macperl
34967            ! ext/DynaLoader/dl_mac.xs
34968 ____________________________________________________________________________
34969 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
34970         Log: Integrate with maintperl.
34971      Branch: maint-5.6/macperl
34972           +> t/op/system.t t/op/system_tests
34973           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
34974           !> pod/perltodo.pod util.c win32/win32.c
34975 ____________________________________________________________________________
34976 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
34977         Log: Locate _PATH_LOG if it's a socket even if not #defined
34978              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
34979              via Nick Clark.
34980      Branch: perl
34981            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
34982 ____________________________________________________________________________
34983 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
34984         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
34985              From: Michael G Schwern <schwern@pobox.com>
34986              Date: Fri, 2 Nov 2001 15:36:41 -0500
34987              Message-ID: <20011102153641.E23234@blackrider>
34988      Branch: perl
34989            ! t/test.pl
34990 ____________________________________________________________________________
34991 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
34992         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
34993              From: merlyn@stonehenge.com (Randal L. Schwartz)
34994              Date: 02 Nov 2001 09:33:34 -0800
34995              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
34996              
34997              (two of the changes)
34998              
34999              Better coexistence with extensions.
35000      Branch: perl
35001            ! ext/Errno/Errno_pm.PL hints/darwin.sh
35002 ____________________________________________________________________________
35003 [ 12815] By: ams                                   on 2001/11/02  16:47:43
35004         Log: Subject: Re: [PATCH] the the double double word word fix fix
35005              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
35006              Date: Fri, 02 Nov 2001 19:43:07 +0100
35007              Message-Id: <3BE2E93B.627C198E@alcatel.at>
35008      Branch: perl
35009            ! pod/perldebug.pod
35010 ____________________________________________________________________________
35011 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
35012         Log: Update Changes.
35013      Branch: perl
35014            ! Changes patchlevel.h
35015 ____________________________________________________________________________
35016 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
35017         Log: More encoding testing.
35018      Branch: perl
35019            ! lib/encoding.pm lib/encoding.t
35020 ____________________________________________________________________________
35021 [ 12812] By: ams                                   on 2001/11/02  15:07:11
35022         Log: Slight modification of #12811.
35023      Branch: perl
35024            ! op.c
35025 ____________________________________________________________________________
35026 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
35027         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
35028              From: Radu Greab <radu@netsoft.ro>
35029              Date: Fri, 2 Nov 2001 15:28:58 +0200
35030              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
35031      Branch: perl
35032            ! op.c t/op/stat.t
35033 ____________________________________________________________________________
35034 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
35035         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
35036              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35037              Date: Thu, 1 Nov 2001 22:35:50 +0100
35038              Message-ID: <20011101223550.A10849@rafael>
35039      Branch: perl
35040            ! lib/ExtUtils/Embed.t
35041 ____________________________________________________________________________
35042 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
35043         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
35044              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35045              Date: 2 Nov 2001 14:48:51 -0000
35046              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
35047      Branch: perl
35048            ! lib/File/Find.pm
35049 ____________________________________________________________________________
35050 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
35051         Log: Add documentation.
35052      Branch: perl
35053            ! embed.pl pod/perlapi.pod utf8.c
35054 ____________________________________________________________________________
35055 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
35056         Log: Unicode: add ToFold mapping.  Not used yet; but basically
35057              a more useful mapping for caseless aka case-ignoring than
35058              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
35059              algorithm for creating the foldings uses equivalence classes,
35060              see http://www.unicode.org/unicode/reports/tr21/
35061              Hopefully this feature will be used in //i.
35062              (The folding tables were introduced by #12689.)
35063      Branch: perl
35064            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
35065            ! utf8.c
35066 ____________________________________________________________________________
35067 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
35068         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
35069              From: "Craig A. Berry" <craigberry@mac.com>
35070              Date: Fri, 02 Nov 2001 00:03:52 -0600
35071              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
35072      Branch: perl
35073            ! lib/AutoSplit.t
35074 ____________________________________________________________________________
35075 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
35076         Log: Subject: Trivial doc patch
35077              From: andreas.koenig@anima.de (Andreas J. Koenig)
35078              Date: 02 Nov 2001 06:11:35 +0100
35079              Message-ID: <m37kt94v08.fsf@anima.de>
35080      Branch: perl
35081            ! pod/perlport.pod
35082 ____________________________________________________________________________
35083 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
35084         Log: Make encoding and charnames pragmas coexist.
35085      Branch: perl
35086            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
35087 ____________________________________________________________________________
35088 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
35089         Log: The basic character classes seem to go untested with Unicode.
35090      Branch: perl
35091            ! t/op/pat.t
35092 ____________________________________________________________________________
35093 [ 12802] By: ams                                   on 2001/11/02  00:39:36
35094         Log: Subject: [PATCH] the the double double word word fix fix
35095              From: Richard Soderberg <rs@oregonnet.com>
35096              Date: Thu, 1 Nov 2001 13:12:03 -0800
35097              Message-Id: <200111012112.NAA23288@oregonnet.com>
35098              
35099              Subject: Re: [PATCH] the the double double word word fix fix
35100              From: Mark-Jason Dominus <mjd@plover.com>
35101              Date: Thu, 01 Nov 2001 16:43:40 -0500
35102              Message-Id: <20011101214340.2044.qmail@plover.com>
35103              
35104              Subject: Re: [PATCH] the the double double word word fix fix
35105              From: Mark-Jason Dominus <mjd@plover.com>
35106              Date: Thu, 01 Nov 2001 16:51:39 -0500
35107              Message-Id: <20011101215139.2196.qmail@plover.com>
35108      Branch: perl
35109            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
35110            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
35111            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
35112            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
35113            ! pod/perltodo.pod pod/perlxstut.pod
35114 ____________________________________________________________________________
35115 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
35116         Log: Comment tweaks.
35117      Branch: perl
35118            ! toke.c
35119 ____________________________________________________________________________
35120 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
35121         Log: FAQ sync.
35122      Branch: perl
35123            ! pod/perlfaq9.pod
35124 ____________________________________________________________________________
35125 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
35126         Log: If an encoding is set by -M/-m, it must be in
35127              effect only for the actual script, not any other
35128              required/-M/-m'ed module, otherwise we enter a nasty
35129              recursion in regexec.c while trying to init the simple
35130              UTF-8 charclasses like PL_utf8_alnum.
35131      Branch: perl
35132            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
35133 ____________________________________________________________________________
35134 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
35135         Log: A bit more descriptive name.
35136      Branch: perl
35137            ! mg.c
35138 ____________________________________________________________________________
35139 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
35140         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
35141              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35142              Date: Wed, 31 Oct 2001 13:47:04 EST
35143              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
35144      Branch: perl
35145            ! ext/Time/HiRes/HiRes.t
35146 ____________________________________________________________________________
35147 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
35148         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
35149              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35150              Date: Wed, 31 Oct 2001 13:43:29 EST
35151              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
35152      Branch: perl
35153            ! mg.c
35154 ____________________________________________________________________________
35155 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
35156         Log: Subject: [PATCH] Various test cleanups
35157              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35158              Date: Tue, 30 Oct 2001 21:56:26 +0100
35159              Message-ID: <20011030215626.A28503@rafael>
35160      Branch: perl
35161            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35162            ! ext/DB_File/t/db-recno.t ext/Encode.t
35163 ____________________________________________________________________________
35164 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
35165         Log: Update Changes.
35166      Branch: perl
35167            ! Changes patchlevel.h
35168 ____________________________________________________________________________
35169 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
35170         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
35171              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
35172              Date: Wed, 31 Oct 2001 17:16:39 +0100
35173              Message-ID: <20011031171639.A32511@rafael>
35174      Branch: perl
35175            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
35176 ____________________________________________________________________________
35177 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
35178         Log: Skip message nit.
35179      Branch: perl
35180            ! t/io/fs.t
35181 ____________________________________________________________________________
35182 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
35183         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
35184              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35185              Date: 31 Oct 2001 14:49:37 -0000
35186              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
35187      Branch: perl
35188            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
35189 ____________________________________________________________________________
35190 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
35191         Log: Extend the effect of the encoding pragma to chr() and ord().
35192              
35193              TODO: regex literals, reentrancy problems with the utf8
35194              and charnames pragmas.
35195      Branch: perl
35196            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
35197 ____________________________________________________________________________
35198 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
35199         Log: Doc tweaks.
35200      Branch: perl
35201            ! lib/encoding.pm
35202 ____________________________________________________________________________
35203 [ 12788] By: nick                                  on 2001/10/31  08:59:56
35204         Log: Integrate mainline
35205      Branch: perlio
35206           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
35207           !> (integrate 49 files)
35208 ____________________________________________________________________________
35209 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
35210         Log: Forgot new proto.
35211      Branch: perl
35212            ! proto.h
35213 ____________________________________________________________________________
35214 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
35215         Log: Clarification: use encoding cannot be used to
35216              change the default encoding of "your whole script";
35217              only the default encoding of the *data*.  Also, it
35218              seems that "use encoding" does not mix with "use utf8"
35219              (a coredumping recursion ensues).  Should not be a huge
35220              problem since "use utf8" is pretty marginal nowadays.
35221      Branch: perl
35222            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
35223 ____________________________________________________________________________
35224 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
35225         Log: More documentation for the encode pragma.
35226      Branch: perl
35227            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
35228            ! pod/perlapi.pod pod/perlunicode.pod sv.c
35229 ____________________________________________________________________________
35230 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
35231         Log: Thinko in #12783.
35232      Branch: perl
35233            ! sv.c
35234 ____________________________________________________________________________
35235 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
35236         Log: Make sv_recode_to_utf8() a real API: the encoding
35237              is a parameter, instead of a global.  Document the
35238              PERL_ENCODING.
35239      Branch: perl
35240            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
35241            ! toke.c
35242 ____________________________________________________________________________
35243 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
35244         Log: Enable -Mencoding=foobar also for string literals.
35245      Branch: perl
35246            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
35247            ! pod/perlapi.pod proto.h sv.c toke.c
35248 ____________________________________________________________________________
35249 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
35250         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
35251              From: Andy Dougherty <doughera@lafayette.edu>
35252              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
35253              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
35254      Branch: perl
35255            ! ext/POSIX/hints/svr4.pl
35256 ____________________________________________________________________________
35257 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
35258         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
35259              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35260              Date: Mon, 29 Oct 2001 23:11:58 -0000
35261              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
35262              
35263              Add compat.h.
35264      Branch: perl
35265            ! lib/h2xs.t utils/h2xs.PL
35266 ____________________________________________________________________________
35267 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
35268         Log: Subject: PerlIOBuf_dup
35269              From: Nicholas Clark <nick@ccl4.org>              
35270              Date: Mon, 29 Oct 2001 21:52:35 +0000             
35271              Message-ID: <20011029215235.K41204@plum.flirble.org>
35272              
35273              Add prototype.
35274      Branch: perl
35275            ! perliol.h
35276 ____________________________________________________________________________
35277 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
35278         Log: Subject: [PATCH] Make malloc.c errors more useful
35279              From: Richard Soderberg <rs@oregonnet.com>
35280              Date: Mon, 29 Oct 2001 22:28:02 -0800
35281              Message-Id: <200110300628.WAA11025@oregonnet.com>
35282      Branch: perl
35283            ! malloc.c
35284 ____________________________________________________________________________
35285 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
35286         Log: Retract #12776 - the bug 19990906.001 is still valid.
35287      Branch: perl
35288            ! t/run/kill_perl.t
35289 ____________________________________________________________________________
35290 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
35291         Log: (Retracted by #12777)
35292              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
35293              From: Michael G Schwern <schwern@pobox.com> 
35294              Date: Mon, 29 Oct 2001 23:01:08 -0500
35295              Message-ID: <20011029230108.G18053@blackrider>
35296      Branch: perl
35297            ! t/run/kill_perl.t
35298 ____________________________________________________________________________
35299 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
35300         Log: Comment nits.
35301      Branch: perl
35302            ! lib/encoding.t
35303 ____________________________________________________________________________
35304 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
35305         Log: integrate change#12772 from mainline
35306              
35307              Subject: [PATCH] Mommy, what's a pointer cast?
35308      Branch: maint-5.6/perl
35309            ! perl.h
35310 ____________________________________________________________________________
35311 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
35312         Log: Subject: [PATCH] Mommy, what's a pointer cast?
35313              From: Richard Soderberg <rs@oregonnet.com>
35314              Date: Mon, 29 Oct 2001 17:01:10 -0800
35315              Message-Id: <200110300101.RAA31561@oregonnet.com>
35316              
35317              (threads* parts)
35318      Branch: perl
35319            ! ext/threads/shared/shared.xs ext/threads/threads.xs
35320 ____________________________________________________________________________
35321 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
35322         Log: Subject: [PATCH] Mommy, what's a pointer cast?
35323              From: Richard Soderberg <rs@oregonnet.com>
35324              Date: Mon, 29 Oct 2001 17:01:10 -0800
35325              Message-Id: <200110300101.RAA31561@oregonnet.com>
35326              
35327              (the perl.h part)
35328      Branch: perl
35329            ! perl.h
35330 ____________________________________________________________________________
35331 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
35332         Log: Subject: [PATCH] OpenBSD likes signal.h 
35333              From: Richard Soderberg <rs@oregonnet.com>
35334              Date: Mon, 29 Oct 2001 17:00:31 -0800
35335              Message-Id: <200110300100.RAA31533@oregonnet.com>
35336      Branch: perl
35337            ! unixish.h
35338 ____________________________________________________________________________
35339 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
35340         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
35341              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35342              Date: Mon, 29 Oct 2001 23:04:23 -0000
35343              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
35344      Branch: perl
35345            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35346            ! ext/DB_File/t/db-recno.t
35347 ____________________________________________________________________________
35348 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
35349         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
35350              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
35351              Date: Mon, 29 Oct 2001 12:34:07 -0600
35352              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
35353      Branch: perl
35354            ! ext/Time/HiRes/HiRes.t
35355 ____________________________________________________________________________
35356 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
35357         Log: Update Changes.
35358      Branch: perl
35359            ! Changes patchlevel.h
35360 ____________________________________________________________________________
35361 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
35362         Log: AIX needs an explicit symbol export list.
35363      Branch: perl
35364            ! lib/ExtUtils/Embed.t
35365 ____________________________________________________________________________
35366 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
35367         Log: The test (and the module) would require some
35368              quality hacking time to work on EBCDIC.  Based on
35369              the test results nothing seems to be majorly broken,
35370              the module just seems to have strange assumptions:
35371              got: ''\226\225\205'
35372              expected: ''one'
35373              The \226\225\205 being, of course, 'one', in EBCDIC.
35374      Branch: perl
35375            ! lib/Dumpvalue.t
35376 ____________________________________________________________________________
35377 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
35378         Log: Mark the test known to be failing in EBCDIC.
35379      Branch: perl
35380            ! t/op/tr.t
35381 ____________________________________________________________________________
35382 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
35383         Log: None of the libnet modules are going to work in
35384              EBCDIC without the Convert::EBCDIC.
35385      Branch: perl
35386            ! t/lib/1_compile.t
35387 ____________________________________________________________________________
35388 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
35389         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
35390      Branch: perl
35391            ! t/op/pack.t
35392 ____________________________________________________________________________
35393 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
35394         Log: UTF-EBCDIC ain't UTF-8.
35395      Branch: perl
35396            ! t/op/pack.t
35397 ____________________________________________________________________________
35398 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
35399         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
35400      Branch: perl
35401            ! t/lib/1_compile.t
35402 ____________________________________________________________________________
35403 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
35404         Log: Let's not assume ASCII.
35405      Branch: perl
35406            ! t/op/lc.t
35407 ____________________________________________________________________________
35408 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
35409         Log: Call the new perlio symbols differently.
35410      Branch: perl
35411            ! makedef.pl
35412 ____________________________________________________________________________
35413 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
35414         Log: Don't expect ASCII ordering.
35415      Branch: perl
35416            ! lib/ExtUtils/Manifest.t
35417 ____________________________________________________________________________
35418 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
35419         Log: Forgot from #12756.
35420      Branch: perl
35421            ! perlio.h
35422 ____________________________________________________________________________
35423 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
35424         Log: BeOS tweaks:
35425              - fseeko and ftello can be found by Configure but
35426              we do not seem to have prototypes for them so
35427              let's make up some
35428              - BeOS didn't use to have real sockets (sockets as
35429              filedescriptors) but the BONE package is supposed
35430              to fix this.  I do not know how to detect BONEness,
35431              see hints/beos.sh for a spot that needs to fixed.
35432              - BeOS has O_TEXT != O_BINARY but has no setmode()
35433      Branch: perl
35434            ! hints/beos.sh perlio.c
35435 ____________________________________________________________________________
35436 [ 12755] By: sky                                   on 2001/10/29  12:56:12
35437         Log: Ugly fix to not die when a thread creator is holding locks.
35438      Branch: perl
35439            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35440            ! ext/threads/threads.xs
35441 ____________________________________________________________________________
35442 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
35443         Log: Integrate change #12752 from maintperl;
35444              
35445              croak(Nullch) wasn't printing the contents of ERRSV if there was
35446              no outer eval (bug in change#6125)
35447      Branch: perl
35448           !> util.c
35449 ____________________________________________________________________________
35450 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
35451         Log: Subject: [PATCH h2xs] Use of static data in XS modules
35452              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35453              Date: Sun, 28 Oct 2001 21:19:07 -0000
35454              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
35455              
35456              with nits from Sarathy.
35457      Branch: perl
35458            ! utils/h2xs.PL
35459 ____________________________________________________________________________
35460 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
35461         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
35462              no outer eval (bug in change#6125)
35463      Branch: maint-5.6/perl
35464            ! util.c
35465 ____________________________________________________________________________
35466 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
35467         Log: More todo for the encoding pragma.
35468      Branch: perl
35469            ! lib/encoding.pm
35470 ____________________________________________________________________________
35471 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
35472         Log: Add the encoding pragma to control the "upgrade"
35473              from the native eight bit data to Unicode.
35474              
35475              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
35476      Branch: perl
35477            + lib/encoding.pm lib/encoding.t
35478            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
35479            ! pod/perlunicode.pod pod/perlvar.pod sv.c
35480 ____________________________________________________________________________
35481 [ 12749] By: sky                                   on 2001/10/28  21:02:33
35482         Log: Update documentation.
35483      Branch: perl
35484            ! ext/threads/shared/shared.pm
35485 ____________________________________________________________________________
35486 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
35487         Log: Integrate change #12747 from maintperl;
35488              
35489              finishing touches to system() fixes on windows:
35490              * detect cmd shell correctly even if it had full path in it
35491              * more quoting needed for single-arg system if the argument
35492              really had multiple quoted arguments within it
35493              * be smarter about not calling the shell when the executable
35494              has spaces, but otherwise does not need shell involvement
35495              * add a testsuite (windows-specific currently)
35496      Branch: perl
35497           +> t/op/system.t t/op/system_tests
35498            ! MANIFEST pod/perltodo.pod
35499           !> win32/win32.c
35500 ____________________________________________________________________________
35501 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
35502         Log: finishing touches to system() fixes on windows:
35503              * detect cmd shell correctly even if it had full path in it
35504              * more quoting needed for single-arg system if the argument
35505              really had multiple quoted arguments within it
35506              * be smarter about not calling the shell when the executable
35507              has spaces, but otherwise does not need shell involvement
35508              * add a testsuite (windows-specific currently)
35509      Branch: maint-5.6/perl
35510            + t/op/system.t t/op/system_tests
35511            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
35512 ____________________________________________________________________________
35513 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
35514         Log: Integrate perlio:
35515              
35516              [ 12745]
35517              Mingw32 fixup for Embed.t
35518              
35519              [ 12744]
35520              GCC vs MS 64-bit constant syntax
35521      Branch: perl
35522           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
35523 ____________________________________________________________________________
35524 [ 12745] By: nick                                  on 2001/10/28  16:08:14
35525         Log: Mingw32 fixup for Embed.t
35526      Branch: perlio
35527            ! lib/ExtUtils/Embed.t
35528 ____________________________________________________________________________
35529 [ 12744] By: nick                                  on 2001/10/28  15:54:14
35530         Log: GCC vs MS 64-bit constant syntax
35531      Branch: perlio
35532            ! ext/Time/HiRes/HiRes.xs
35533 ____________________________________________________________________________
35534 [ 12743] By: nick                                  on 2001/10/28  15:42:55
35535         Log: Integrate mainline
35536      Branch: perlio
35537           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
35538 ____________________________________________________________________________
35539 [ 12742] By: sky                                   on 2001/10/28  14:47:10
35540         Log: Manpage updates.
35541      Branch: perl
35542            ! ext/threads/threads.pm
35543 ____________________________________________________________________________
35544 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
35545         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
35546      Branch: perl
35547            ! lib/ExtUtils/Embed.t
35548 ____________________________________________________________________________
35549 [ 12740] By: nick                                  on 2001/10/28  14:14:24
35550         Log: Integrate mainline
35551      Branch: perlio
35552           !> lib/ExtUtils/Embed.t win32/win32.c
35553 ____________________________________________________________________________
35554 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
35555         Log: Need to be ./executed.
35556      Branch: perl
35557            ! lib/ExtUtils/Embed.t
35558 ____________________________________________________________________________
35559 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
35560         Log: Integrate perlio:
35561              
35562              [ 12737]
35563              Tweak for build with Mingw32 - __attribute__((unused)) is not liked
35564              by gcc -xc++.
35565              
35566              [ 12736]
35567              Have :stdio layer update an honour the fd refcnt table.
35568              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
35569      Branch: perl
35570           !> perlio.c win32/win32.h
35571 ____________________________________________________________________________
35572 [ 12737] By: nick                                  on 2001/10/28  13:53:45
35573         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
35574              by gcc -xc++.
35575      Branch: perlio
35576            ! win32/win32.h
35577 ____________________________________________________________________________
35578 [ 12736] By: nick                                  on 2001/10/28  13:50:50
35579         Log: Have :stdio layer update an honour the fd refcnt table.
35580              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
35581      Branch: perlio
35582            ! perlio.c
35583 ____________________________________________________________________________
35584 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
35585         Log: Integrate changes #12724 and #12725 from maintperl;
35586              multiarg system now works.
35587      Branch: perl
35588           !> win32/win32.c
35589 ____________________________________________________________________________
35590 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
35591         Log: Integrate perlio:
35592              
35593              [ 12733]
35594              Use fd refcounts to solve the problem highlighted by new Embed.t, at
35595              least for PERLIO=perlio unthreaded case
35596              
35597              [ 12732]
35598              Typo in exe name
35599              
35600              [ 12730]
35601              Fixup Embed.t for Win32/VC++
35602              
35603              [ 12729]
35604              Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
35605              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
35606              ExtUtils::Embed.
35607              
35608              [ 12711]
35609              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35610              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35611              
35612              [ 12557]
35613              All tests pass (legitimately) on ithreads
35614              
35615              [ 12555]
35616              Restore non-ithreads build. Interestingly binmode test passes
35617              non-ithreads - so crlf layer is not damaged and ithreads fail
35618              is a symptom ...
35619              
35620              [ 12552]
35621              Win32 PerlIO_cleanup special cases should no longer be required.
35622              
35623              [ 12551]
35624              Multiple win32io.o is fatal for GCC (and noise with VC++)
35625              
35626              [ 12547]
35627              Convert rest of PerlIO's memory tables to per-interp and add clone functions
35628              for them. Call explicit cleanup during destruct process.
35629              - one binmode test is failing
35630              - also ext/threads/t/basic.t fails under make test, and is noisy under
35631              harness. (Threads results are intermingled and don't match order expected.)
35632              
35633              [ 12544]
35634              PerlIO layer table as PL_perlio (per-interpreter)
35635              
35636              [ 12541]
35637              Fix typos in new locking on MemShared
35638              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
35639              - seems to make segfaults more deterministic - suspect they are 
35640              attempt to free() after Interp and Host have gone.
35641              
35642              [ 12540]
35643              Remove the MemShared re-#define (again)
35644              
35645              [ 12539]
35646              Use locks on MemShared
35647      Branch: perl
35648           +> lib/ExtUtils/Embed.t
35649           !> MANIFEST perlio.c
35650 ____________________________________________________________________________
35651 [ 12733] By: nick                                  on 2001/10/28  13:07:16
35652         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
35653              least for PERLIO=perlio unthreaded case
35654      Branch: perlio
35655            ! perlio.c
35656 ____________________________________________________________________________
35657 [ 12732] By: nick                                  on 2001/10/28  11:10:24
35658         Log: Typo in exe name
35659      Branch: perlio
35660            ! lib/ExtUtils/Embed.t
35661 ____________________________________________________________________________
35662 [ 12731] By: nick                                  on 2001/10/28  11:09:59
35663         Log: Integrate Mainline
35664      Branch: perlio
35665           !> Changes configure.com ext/DB_File/DB_File.pm
35666           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
35667           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
35668           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
35669           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
35670           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
35671           !> t/TEST t/op/regexp.t win32/buildext.pl
35672 ____________________________________________________________________________
35673 [ 12730] By: nick                                  on 2001/10/28  11:05:35
35674         Log: Fixup Embed.t for Win32/VC++
35675      Branch: perlio
35676            ! lib/ExtUtils/Embed.t
35677 ____________________________________________________________________________
35678 [ 12729] By: nick                                  on 2001/10/28  09:36:20
35679         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
35680              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
35681              ExtUtils::Embed.
35682      Branch: perlio
35683            + lib/ExtUtils/Embed.t
35684            ! MANIFEST
35685 ____________________________________________________________________________
35686 [ 12728] By: sky                                   on 2001/10/28  08:12:53
35687         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
35688              line manually!
35689      Branch: perl
35690            ! lib/ExtUtils/xsubpp
35691 ____________________________________________________________________________
35692 [ 12727] By: sky                                   on 2001/10/28  08:02:09
35693         Log: And here we use the prototypes.
35694      Branch: perl
35695            ! ext/threads/shared/shared.xs
35696 ____________________________________________________________________________
35697 [ 12726] By: sky                                   on 2001/10/28  08:00:48
35698         Log: Support [] style prototypes.
35699      Branch: perl
35700            ! lib/ExtUtils/xsubpp
35701 ____________________________________________________________________________
35702 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
35703         Log: yet another multi-arg system() fix on windows: batch files as the
35704              first argument (i.e. directly executed by CreateProcess()) need
35705              extra quoting to escape shell-shock
35706      Branch: maint-5.6/perl
35707            ! win32/win32.c
35708 ____________________________________________________________________________
35709 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
35710         Log: another multi-arg system() fix on windows: passing empty arguments
35711              now works
35712      Branch: maint-5.6/perl
35713            ! win32/win32.c
35714 ____________________________________________________________________________
35715 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
35716         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
35717              No final #else #error because we do not seem to
35718              be using #error?
35719      Branch: perl
35720            ! op.h
35721 ____________________________________________________________________________
35722 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
35723         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
35724              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
35725              Date: Sat, 27 Oct 2001 23:28:44 EST 
35726              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
35727      Branch: perl
35728            ! ext/Time/HiRes/HiRes.xs
35729 ____________________________________________________________________________
35730 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
35731         Log: Regen perlapi, perltoc.
35732      Branch: perl
35733            ! pod/perlapi.pod pod/perltoc.pod
35734 ____________________________________________________________________________
35735 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
35736         Log: Subject: [PATCH] sv.h documentation
35737              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
35738              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
35739              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
35740      Branch: perl
35741            ! sv.h
35742 ____________________________________________________________________________
35743 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
35744         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
35745              system("nmake -nologo", "clean") and there is no executable
35746              called "nmake -nologo"; this used to "work" pre-change#12559 due
35747              to bugs in multiarg system() that have since been fixed
35748      Branch: perl
35749            ! win32/buildext.pl
35750 ____________________________________________________________________________
35751 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
35752         Log: Update Changes.
35753      Branch: perl
35754            ! Changes patchlevel.h
35755 ____________________________________________________________________________
35756 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
35757         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
35758              From: Richard.Foley@t-online.de (Richard Foley)            
35759              Date: Sun, 28 Oct 2001 00:48:32 +0200
35760              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
35761      Branch: perl
35762            ! pod/perlhack.pod
35763 ____________________________________________________________________________
35764 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
35765         Log: Must store pointers with the right width.
35766      Branch: perl
35767            ! op.h
35768 ____________________________________________________________________________
35769 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
35770         Log: Integrate change #12711 from perlio;
35771              
35772              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35773              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35774      Branch: perl
35775           !> perlio.c
35776 ____________________________________________________________________________
35777 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
35778         Log: Subject: [PATCH] make minitest
35779              From: Nicholas Clark <nick@ccl4.org>
35780              Date: Sat, 27 Oct 2001 22:56:16 +0100
35781              Message-ID: <20011027225616.L20275@plum.flirble.org>
35782      Branch: perl
35783            ! t/TEST
35784 ____________________________________________________________________________
35785 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
35786         Log: Patch #12661 missed this.
35787      Branch: perl
35788            ! ext/DB_File/DB_File.pm
35789 ____________________________________________________________________________
35790 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
35791         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
35792              From: "Craig A. Berry" <craigberry@mac.com>
35793              Date: Sat, 27 Oct 2001 16:07:47 -0500
35794              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
35795      Branch: perl
35796            ! configure.com perlio.c
35797 ____________________________________________________________________________
35798 [ 12711] By: nick                                  on 2001/10/27  19:49:25
35799         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35800              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35801      Branch: perlio
35802            ! perlio.c
35803 ____________________________________________________________________________
35804 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
35805         Log: Let's not replace reason if there's one already supplied.
35806      Branch: perl
35807            ! t/op/regexp.t
35808 ____________________________________________________________________________
35809 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
35810         Log: is not good.
35811      Branch: perl
35812            ! t/op/regexp.t
35813 ____________________________________________________________________________
35814 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
35815         Log: ldlibpth can exist but be unset.
35816      Branch: perl
35817            ! t/TEST
35818 ____________________________________________________________________________
35819 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
35820         Log: Unicode: property alias naming cleanup.
35821      Branch: perl
35822            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
35823 ____________________________________________________________________________
35824 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
35825         Log: FAQ sync.
35826      Branch: perl
35827            ! pod/perlfaq4.pod
35828 ____________________________________________________________________________
35829 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
35830         Log: Integrate change #12703 from maintperl;
35831              
35832              typemap stuff intervenes before declaration, move it to PREINIT
35833              section
35834              
35835              (an empty integrate, but now the files are in sync
35836              between the branches)
35837      Branch: perl
35838           !> ext/ODBM_File/ODBM_File.xs
35839 ____________________________________________________________________________
35840 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
35841         Log: More PerlIO symbols.
35842      Branch: perl
35843            ! makedef.pl
35844 ____________________________________________________________________________
35845 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
35846         Log: typemap stuff intervenes before declaration, move it to PREINIT
35847              section
35848      Branch: maint-5.6/perl
35849            ! ext/ODBM_File/ODBM_File.xs
35850 ____________________________________________________________________________
35851 [ 12702] By: nick                                  on 2001/10/27  14:09:35
35852         Log: Integrate mainline
35853      Branch: perlio
35854           +> ext/threads/shared/t/av_simple.t
35855           +> ext/threads/shared/t/hv_refs.t
35856           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
35857           !> (integrate 109 files)
35858 ____________________________________________________________________________
35859 [ 12700] By: ams                                   on 2001/10/26  21:22:23
35860         Log: Subject: [PATCH] tweak divide
35861              From: Nicholas Clark <nick@ccl4.org>
35862              Date: Fri, 26 Oct 2001 22:52:17 +0100
35863              Message-Id: <20011026225217.B20275@plum.flirble.org>
35864      Branch: perl
35865            ! pp.c
35866 ____________________________________________________________________________
35867 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
35868         Log: Integrate a buncha things from maintperl.
35869      Branch: maint-5.6/macperl
35870           !> (integrate 32 files)
35871 ____________________________________________________________________________
35872 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
35873         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
35874              From: Andy Dougherty <doughera@lafayette.edu>
35875              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
35876              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
35877      Branch: perl
35878            ! hints/svr4.sh
35879 ____________________________________________________________________________
35880 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
35881         Log: When you're root, many things become writable.
35882      Branch: perl
35883            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
35884 ____________________________________________________________________________
35885 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
35886         Log: Update Changes.
35887      Branch: perl
35888            ! Changes patchlevel.h
35889 ____________________________________________________________________________
35890 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
35891         Log: Term/Cap.t attempts to access the floppy drive for no good reason
35892              on dosish systems
35893      Branch: perl
35894            ! lib/Term/Cap.t
35895 ____________________________________________________________________________
35896 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
35897         Log: fix misleading comment on known inadequacy in B::Terse, and skip
35898              it correctly
35899      Branch: perl
35900            ! ext/B/t/terse.t
35901 ____________________________________________________________________________
35902 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
35903         Log: fix spurious AutoSplit.t failure under windows
35904      Branch: perl
35905            ! lib/AutoSplit.t
35906 ____________________________________________________________________________
35907 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
35908         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
35909      Branch: perl
35910            ! ext/Time/HiRes/HiRes.t
35911 ____________________________________________________________________________
35912 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
35913         Log: More logical to use %04"UVXf" than %"UVuf" since
35914              the Unicode standard prefers hex.
35915      Branch: perl
35916            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
35917            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
35918            ! lib/unicore/mktables utf8.c
35919 ____________________________________________________________________________
35920 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
35921         Log: change#12065 seems to have broken Encode build on windows; fix
35922      Branch: perl
35923            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
35924 ____________________________________________________________________________
35925 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
35926         Log: Unicode: add the case folding table.
35927      Branch: perl
35928            + lib/unicore/To/Fold.pl
35929            ! MANIFEST lib/unicore/mktables
35930 ____________________________________________________________________________
35931 [ 12688] By: sky                                   on 2001/10/26  13:51:29
35932         Log: Get the new functions right, do not export lock since we use builtin lock.
35933              TODO: fix xsubpp to support the new prototypes
35934      Branch: perl
35935            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35936 ____________________________________________________________________________
35937 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
35938         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
35939              as suggested by Sarathy.
35940      Branch: perl
35941            ! mg.c
35942 ____________________________________________________________________________
35943 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
35944         Log: avoid compiler warning
35945      Branch: perl
35946            ! win32/win32.c
35947 ____________________________________________________________________________
35948 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
35949         Log: WinCE update from Rainer Keuchel.
35950      Branch: perl
35951            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
35952            ! wince/wince.c
35953 ____________________________________________________________________________
35954 [ 12684] By: sky                                   on 2001/10/26  13:34:33
35955         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
35956      Branch: perl
35957            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35958 ____________________________________________________________________________
35959 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
35960         Log: More fixes that were made to the core and not in the libnet src
35961      Branch: perl
35962            ! lib/Net/Domain.pm
35963 ____________________________________________________________________________
35964 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
35965         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
35966              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
35967              Date: Fri, 26 Oct 2001 13:55:21 +0200
35968              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
35969              
35970              (plus make the db-recno.t#59 accept both \n and \r\n)
35971      Branch: perl
35972            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35973            ! ext/DB_File/t/db-recno.t
35974 ____________________________________________________________________________
35975 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
35976         Log: Fix tests to be able to run in the core and the CPAN dist
35977      Branch: perl
35978            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
35979            ! lib/Net/t/require.t lib/Net/t/smtp.t
35980 ____________________________________________________________________________
35981 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
35982         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
35983              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35984              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
35985              Date: Fri, 26 Oct 2001 08:34:46 EDT
35986      Branch: perl
35987            ! ext/Time/HiRes/HiRes.t
35988 ____________________________________________________________________________
35989 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
35990         Log: Sync libnet modules with what will be libnet-1.08
35991      Branch: perl
35992            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
35993            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
35994            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
35995            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
35996 ____________________________________________________________________________
35997 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
35998         Log: Integrate maintperl changes #12268 and #12669;
35999              
36000              final touches to the audit for statics and thread-unsafe code
36001              * make DB_File, ODBM_File thread-safe 
36002              * remove unnecessary/dangerous statics and protect others
36003              from not getting accidentally enabled under threaded perls
36004              
36005              windows support functions get_childdir() et al aren't exported
36006              correctly under vanilla build
36007              
36008              Testing under win32 appreciated since changes there had
36009              to be manually merged and I cannot test how badly did I do.
36010      Branch: perl
36011           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
36012           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
36013           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
36014           !> win32/vmem.h win32/win32.c win32/win32iop.h
36015 ____________________________________________________________________________
36016 [ 12677] By: sky                                   on 2001/10/26  12:37:17
36017         Log: More Config::threads to threads::threads changes
36018      Branch: perl
36019            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
36020 ____________________________________________________________________________
36021 [ 12676] By: sky                                   on 2001/10/26  12:31:46
36022         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
36023      Branch: perl
36024            ! ext/threads/threads.pm ext/threads/threads.xs
36025 ____________________________________________________________________________
36026 [ 12675] By: sky                                   on 2001/10/26  12:06:30
36027         Log: Allocing a TLS in runtime is not too hot.
36028      Branch: perl
36029            ! ext/threads/threads.xs
36030 ____________________________________________________________________________
36031 [ 12674] By: sky                                   on 2001/10/26  11:59:09
36032         Log: Don't display debug data.
36033      Branch: perl
36034            ! ext/threads/threads.pm
36035 ____________________________________________________________________________
36036 [ 12673] By: sky                                   on 2001/10/26  11:35:47
36037         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
36038              complete bar support for blessed objects.
36039              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
36040      Branch: perl
36041            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
36042 ____________________________________________________________________________
36043 [ 12672] By: sky                                   on 2001/10/26  11:15:28
36044         Log: Fix case where shared reference does not exist in current thread.
36045      Branch: perl
36046            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
36047 ____________________________________________________________________________
36048 [ 12671] By: sky                                   on 2001/10/26  08:48:52
36049         Log: Support for references in shared arrays.
36050      Branch: perl
36051            ! ext/threads/shared/shared.xs
36052 ____________________________________________________________________________
36053 [ 12670] By: sky                                   on 2001/10/26  08:30:11
36054         Log: Add tests for references in hashes.
36055      Branch: perl
36056            + ext/threads/shared/t/hv_refs.t
36057            ! MANIFEST
36058 ____________________________________________________________________________
36059 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
36060         Log: windows support functions get_childdir() et al aren't exported
36061              correctly under vanilla build
36062      Branch: maint-5.6/perl
36063            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
36064 ____________________________________________________________________________
36065 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
36066         Log: final touches to the audit for statics and thread-unsafe code
36067              * make DB_File, ODBM_File thread-safe 
36068              * remove unnecessary/dangerous statics and protect others
36069              from not getting accidentally enabled under threaded perls
36070      Branch: maint-5.6/perl
36071            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
36072            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
36073            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
36074            ! win32/win32.c
36075 ____________________________________________________________________________
36076 [ 12667] By: ams                                   on 2001/10/26  03:48:36
36077         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
36078              From: "Richard Soderberg" <rs@crystalflame.net>
36079              Date: Thu, 25 Oct 2001 23:42:50 -0400
36080              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
36081      Branch: perl
36082            ! sharedsv.c
36083 ____________________________________________________________________________
36084 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
36085         Log: Integrate change #12664 from maintperl;
36086              
36087              the newest GCCs don't seem to like C<"string1"##STRING2>
36088              so keep it as C<"string1" STRING2> (latter appears to
36089              work everywhere)
36090      Branch: perl
36091           !> ext/DynaLoader/dlutils.c
36092 ____________________________________________________________________________
36093 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
36094         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
36095              From: Chris Nandor <pudge@pobox.com>
36096              Date: Thu, 25 Oct 2001 22:15:03 -0400
36097              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
36098      Branch: perl
36099            ! perl.h
36100 ____________________________________________________________________________
36101 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
36102         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
36103              C<"string1" STRING2> (latter appears to work everywhere)
36104      Branch: maint-5.6/perl
36105            ! ext/DynaLoader/dlutils.c
36106 ____________________________________________________________________________
36107 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
36108         Log: AUTHORS update.
36109      Branch: perl
36110            ! AUTHORS
36111 ____________________________________________________________________________
36112 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
36113         Log: Integrate change #12660 from maintperl;
36114              
36115              make the dMY_CXT stuff available under all of
36116              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
36117      Branch: perl
36118           !> perl.h
36119 ____________________________________________________________________________
36120 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
36121         Log: Subject: [PATCH] DB_File-1.79
36122              From: "Paul Marquess" <paul.marquess@openwave.com>
36123              Date: Fri, 26 Oct 2001 00:03:54 +0100
36124              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
36125      Branch: perl
36126            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
36127            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
36128 ____________________________________________________________________________
36129 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
36130         Log: make the dMY_CXT stuff available under all of
36131              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
36132      Branch: maint-5.6/perl
36133            ! perl.h
36134 ____________________________________________________________________________
36135 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
36136         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
36137              From: Michael G Schwern <schwern@pobox.com>
36138              Date: Thu, 25 Oct 2001 18:28:12 -0400
36139              Message-ID: <20011025182812.M4811@blackrider>
36140      Branch: perl
36141            ! t/run/kill_perl.t
36142 ____________________________________________________________________________
36143 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
36144         Log: STRLEN != int.
36145      Branch: perl
36146            ! regcomp.c regexec.c
36147 ____________________________________________________________________________
36148 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
36149         Log: Subject: [PATCH] remove small IVop redundancy
36150              From: Nicholas Clark <nick@ccl4.org>
36151              Date: Thu, 25 Oct 2001 22:48:28 +0100
36152              Message-ID: <20011025224827.M66471@plum.flirble.org>
36153      Branch: perl
36154            ! pp.c pp_hot.c
36155 ____________________________________________________________________________
36156 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
36157         Log: Metaconfig unit change for #12655.
36158      Branch: metaconfig/U/perl
36159            ! Extensions.U
36160 ____________________________________________________________________________
36161 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
36162         Log: Subject: Re: Not OK @12650
36163              From: Andy Dougherty <doughera@lafayette.edu>
36164              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
36165              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
36166      Branch: perl
36167            ! Configure
36168 ____________________________________________________________________________
36169 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
36170         Log: Integrate changes #12652 and #12653 from maintperl;
36171              
36172              more tweaks to change#12626
36173              * move the boilerplate code over to perl.h and make DynaLoader
36174              use it
36175              * make re, Opcode, File::Glob and B threadsafe
36176              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
36177              C<no re;> anywhere)
36178              
36179              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
36180              
36181              File::Glob required a bit more work in bleadperl
36182              because of ExtUtils::Constant (see the Makefile.PL change)
36183      Branch: perl
36184            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
36185           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36186           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
36187 ____________________________________________________________________________
36188 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
36189         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
36190      Branch: maint-5.6/perl
36191            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36192            ! ext/Opcode/Opcode.xs ext/re/re.xs
36193 ____________________________________________________________________________
36194 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
36195         Log: more tweaks to change#12626
36196              * move the boilerplate code over to perl.h and make DynaLoader
36197              use it
36198              * make re, Opcode, File::Glob and B threadsafe
36199              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
36200              C<no re;> anywhere)
36201      Branch: maint-5.6/perl
36202            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36203            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
36204 ____________________________________________________________________________
36205 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
36206         Log: Metaconfig unit change for #12650.
36207      Branch: metaconfig/U/perl
36208            ! Extensions.U
36209 ____________________________________________________________________________
36210 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
36211         Log: Subject: Re: ithreads doesn't like usedl=n
36212              From: Andy Dougherty <doughera@lafayette.edu>
36213              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
36214              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
36215              
36216              Special-case threads::shared.
36217      Branch: perl
36218            ! Configure
36219 ____________________________________________________________________________
36220 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
36221         Log: Getting fancier...
36222      Branch: perl
36223            ! t/TEST
36224 ____________________________________________________________________________
36225 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
36226         Log: csh - what a pain.
36227      Branch: perl
36228            ! t/TEST
36229 ____________________________________________________________________________
36230 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
36231         Log: Update Changes.
36232      Branch: perl
36233            ! Changes patchlevel.h
36234 ____________________________________________________________________________
36235 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
36236         Log: Allow resetting the locale system for the duration
36237              of the build (Mac OS X default setting LANG=En_US
36238              ist kaputt)
36239      Branch: perl
36240            ! Makefile.SH
36241 ____________________________________________________________________________
36242 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
36243         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
36244      Branch: perl
36245            ! ext/Digest/MD5/t/files.t
36246 ____________________________________________________________________________
36247 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
36248         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
36249              From: Andy Dougherty <doughera@lafayette.edu>
36250              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
36251              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
36252      Branch: perl
36253            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
36254            ! ext/threads/shared/Makefile.PL
36255 ____________________________________________________________________________
36256 [ 12643] By: sky                                   on 2001/10/25  12:28:26
36257         Log: Add support for reference members of hashes.
36258      Branch: perl
36259            ! ext/threads/shared/shared.xs
36260 ____________________________________________________________________________
36261 [ 12642] By: ams                                   on 2001/10/25  12:21:13
36262         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
36263              From: "Norton Allen" <nort@qnx.com>
36264              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
36265              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
36266      Branch: perl
36267            ! ext/Digest/MD5/MD5.xs
36268 ____________________________________________________________________________
36269 [ 12641] By: sky                                   on 2001/10/25  10:27:39
36270         Log: Tests shared hashes.
36271      Branch: perl
36272            + ext/threads/shared/t/hv_simple.t
36273            ! MANIFEST
36274 ____________________________________________________________________________
36275 [ 12640] By: sky                                   on 2001/10/25  10:18:23
36276         Log: Fix threadcounts for arrays and hashes.
36277      Branch: perl
36278            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36279 ____________________________________________________________________________
36280 [ 12639] By: sky                                   on 2001/10/25  10:17:26
36281         Log: Note to self, doing *src_ary++ in a macro that evaluates
36282              the value more than once is a good way to dump core.
36283      Branch: perl
36284            ! sharedsv.c
36285 ____________________________________________________________________________
36286 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
36287         Log: Integrate change #12636 from maintperl; more dl fixups.
36288      Branch: perl
36289           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
36290           !> ext/DynaLoader/dl_vms.xs
36291 ____________________________________________________________________________
36292 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
36293         Log: Like dl_hpux, like dl_dld.
36294      Branch: perl
36295            ! ext/DynaLoader/dl_dld.xs
36296 ____________________________________________________________________________
36297 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
36298         Log: followups to change#12635
36299      Branch: maint-5.6/perl
36300            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
36301            ! ext/DynaLoader/dl_vms.xs
36302 ____________________________________________________________________________
36303 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
36304         Log: add part of change#12634 to the two files that need it; dl_aix.xs
36305              in maint-5.6 doesn't have the branch that had the problem in
36306              mainline
36307      Branch: maint-5.6/perl
36308            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
36309 ____________________________________________________________________________
36310 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
36311         Log: Fixes for #12627.
36312      Branch: perl
36313            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
36314 ____________________________________________________________________________
36315 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
36316         Log: Since pv_uni_display and sv_uni_display are now used
36317              in the re extension, their symbols have to be exported.
36318      Branch: perl
36319            ! embed.pl global.sym
36320 ____________________________________________________________________________
36321 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
36322         Log: Subject:  Re: [PATCH Perl@12567] debug /list
36323              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36324              Date: Tue, 23 Oct 2001 21:40:33 EDT
36325              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
36326      Branch: perl
36327            ! configure.com
36328 ____________________________________________________________________________
36329 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
36330         Log: This takes care of some of the re 'debug' cases but
36331              not all cases since the information whether the pattern
36332              or the target are utf8 seems to be either lost or not
36333              spread widely enough, sigh.
36334      Branch: perl
36335            ! regcomp.c
36336 ____________________________________________________________________________
36337 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
36338         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
36339              From: John Peacock <jpeacock@rowman.com>
36340              Date: Wed, 24 Oct 2001 16:53:29 -0400
36341              Message-ID: <3BD72A49.1508D152@rowman.com>
36342      Branch: perl
36343            ! configure.com
36344 ____________________________________________________________________________
36345 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
36346         Log: Upgrade NetWare and WinCE as in #12626.
36347      Branch: perl
36348            ! NetWare/dl_netware.xs wince/dl_win32.xs
36349 ____________________________________________________________________________
36350 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
36351         Log: Tru64 compiler nit.
36352      Branch: perl
36353            ! ext/threads/shared/shared.xs
36354 ____________________________________________________________________________
36355 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
36356         Log: Integrate change #12626 from maintperl;
36357              make DynaLoader threadsafe by moving all statics into
36358              interpreter-local space
36359              
36360              TODO: Netware, OS/2, WinCE
36361      Branch: perl
36362           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
36363           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
36364           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
36365           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
36366           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
36367           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
36368           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
36369 ____________________________________________________________________________
36370 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
36371         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
36372              space
36373      Branch: maint-5.6/perl
36374            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
36375            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
36376            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
36377            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
36378            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
36379            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
36380            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
36381 ____________________________________________________________________________
36382 [ 12625] By: sky                                   on 2001/10/24  20:05:26
36383         Log: Change #12623 inflicted an infinite hang. Fixed.
36384      Branch: perl
36385            ! ext/threads/shared/shared.xs
36386 ____________________________________________________________________________
36387 [ 12624] By: sky                                   on 2001/10/24  19:06:55
36388         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
36389      Branch: perl
36390            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36391 ____________________________________________________________________________
36392 [ 12623] By: sky                                   on 2001/10/24  18:06:34
36393         Log: We need to do sharedsv_find in the original perl context.
36394      Branch: perl
36395            ! ext/threads/shared/shared.xs
36396 ____________________________________________________________________________
36397 [ 12622] By: sky                                   on 2001/10/24  17:26:51
36398         Log: Add support for basic support for AVs, references not supported yet.
36399              Add test for AVs.
36400              Add more tests to sv_refs
36401              Fix documentation issues.  
36402      Branch: perl
36403            + ext/threads/shared/t/av_simple.t
36404            ! MANIFEST ext/threads/shared/shared.pm
36405            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
36406 ____________________________________________________________________________
36407 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
36408         Log: Dump Unicode better for re 'debug'.  The regprop()
36409              is unfinished since have to figure out how to detect
36410              Unicodeness in there.
36411      Branch: perl
36412            ! regcomp.c regexec.c
36413 ____________________________________________________________________________
36414 [ 12620] By: sky                                   on 2001/10/24  13:18:07
36415         Log: Add support for finding shared arrays and hashes.
36416      Branch: perl
36417            ! sharedsv.c
36418 ____________________________________________________________________________
36419 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
36420         Log: Rewrite sv_uni_display() as pv_uni_display() as
36421              reimplement sv_uni_display() using that.
36422      Branch: perl
36423            ! dump.c embed.h embed.pl proto.h
36424 ____________________________________________________________________________
36425 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
36426         Log: Integrate change #12615 from maintperl;
36427              on Windows, IO::File::new_tmpfile() fails after being called
36428              32767 times because MSVCRT thinks stdio's TMP_MAX is a
36429              process-wide limit
36430      Branch: perl
36431           !> win32/win32.c
36432 ____________________________________________________________________________
36433 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
36434         Log: Don't try to print ints as IVs.
36435      Branch: perl
36436            ! ext/Time/HiRes/HiRes.xs
36437 ____________________________________________________________________________
36438 [ 12616] By: sky                                   on 2001/10/24  11:06:35
36439         Log: We only need to fetch the SV from the backend if the index
36440              is not the same as mg_private.     In theory this could be
36441              a problem if there are an exact multiple of U16 changes
36442              of a shared variable between two access in a given thread,
36443              we choose to avoid theory for now.
36444      Branch: perl
36445            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
36446 ____________________________________________________________________________
36447 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
36448         Log: on Windows, IO::File::new_tmpfile() fails after being called
36449              32767 times because MSVCRT thinks stdio's TMP_MAX is a
36450              process-wide limit
36451      Branch: maint-5.6/perl
36452            ! win32/win32.c
36453 ____________________________________________________________________________
36454 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
36455         Log: Negation and Unicode: sort of solves 20010303.010,
36456              except not quite like reported in the Subject
36457              (Perl_warner is still utf8-ignorant).
36458      Branch: perl
36459            ! pp.c t/lib/warnings/sv
36460 ____________________________________________________________________________
36461 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
36462         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
36463      Branch: perl
36464            ! sv.c t/lib/warnings/sv
36465 ____________________________________________________________________________
36466 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
36467         Log: sv_uni_display(): do not add the "...", let the caller
36468              do it if wanted, and be prepared for more display options.
36469      Branch: perl
36470            ! dump.c embed.h embed.pl proto.h
36471 ____________________________________________________________________________
36472 [ 12611] By: nick                                  on 2001/10/23  20:28:07
36473         Log: Integrate mainline
36474      Branch: perlio
36475           !> Changes configure.com cygwin/cygwin.c
36476           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
36477           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
36478           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
36479           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
36480           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
36481           !> utils/h2xs.PL utils/perldoc.PL
36482 ____________________________________________________________________________
36483 [ 12610] By: sky                                   on 2001/10/23  19:39:24
36484         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
36485              don't call themselves READONLY but still die with modification
36486              attempt. We only call bless for ext and umagic.
36487      Branch: perl
36488            ! sv.c
36489 ____________________________________________________________________________
36490 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
36491         Log: Croak() on negative time; doc tweaks.
36492      Branch: perl
36493            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
36494            ! ext/Time/HiRes/HiRes.xs
36495 ____________________________________________________________________________
36496 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
36497         Log: FAQ sync.
36498      Branch: perl
36499            ! pod/perlfaq4.pod pod/perlfaq7.pod
36500 ____________________________________________________________________________
36501 [ 12607] By: sky                                   on 2001/10/23  18:27:27
36502         Log: Call setmagic on the referent we are blessing.
36503      Branch: perl
36504            ! sv.c
36505 ____________________________________________________________________________
36506 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
36507         Log: Small test nits.
36508      Branch: perl
36509            ! t/op/lc.t
36510 ____________________________________________________________________________
36511 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
36512         Log: Update Changes.
36513      Branch: perl
36514            ! Changes patchlevel.h
36515 ____________________________________________________________________________
36516 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
36517         Log: Make the PerlIO_init() prototypes consistent.
36518      Branch: perl
36519            ! perlio.c
36520 ____________________________________________________________________________
36521 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
36522         Log: Upping the test count is a good idea.
36523      Branch: perl
36524            ! t/op/lc.t
36525 ____________________________________________________________________________
36526 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
36527         Log: Document the final sigma spot.
36528      Branch: perl
36529            ! pp.c
36530 ____________________________________________________________________________
36531 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
36532         Log: Fix multicharacter titlecase (ucfirst).
36533      Branch: perl
36534            ! pod/perlunicode.pod pp.c t/op/lc.t
36535 ____________________________________________________________________________
36536 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
36537         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
36538              From: Mikhail Zabaluev <mhz@alt-linux.org>
36539              Date: Tue, 23 Oct 2001 10:40:37 +0400
36540              Message-ID: <20011023104037.A12761@localhost.localdomain>
36541              
36542              (#12406 replaced with this)
36543      Branch: perl
36544            ! utils/perldoc.PL
36545 ____________________________________________________________________________
36546 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
36547         Log: MacOS Classic updates from Pudge.
36548      Branch: perl
36549            ! lib/File/Spec.t lib/File/Spec/Mac.pm
36550 ____________________________________________________________________________
36551 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
36552         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
36553              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
36554              Date: Sun, 14 Oct 2001 23:14:46 +0200
36555              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
36556              
36557              except for the 2->4 changes.
36558      Branch: perl
36559            ! lib/AutoSplit.t
36560 ____________________________________________________________________________
36561 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
36562         Log: integrate macperl contents into maint-5.6
36563      Branch: maint-5.6/perl
36564            ! mg.c
36565           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
36566           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
36567           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
36568           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36569           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
36570           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
36571           !> t/lib/filefind.t t/lib/filespec.t
36572 ____________________________________________________________________________
36573 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
36574         Log: At some point the #6234 has been lost from the mainline
36575              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
36576      Branch: perl
36577            ! lib/File/Spec/Win32.pm
36578 ____________________________________________________________________________
36579 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
36580         Log: Cygwin seems to round up (or closest, but not down)
36581              for time(), so half of the time (bad pun intended)
36582              Time::HiRes::time() is less than time(), half of
36583              the time it's more.  So let's try harder in the loop.
36584      Branch: perl
36585            ! ext/Time/HiRes/HiRes.t
36586 ____________________________________________________________________________
36587 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
36588         Log: MacOS Classic timeofday(), from Chris Nandor. 
36589      Branch: perl
36590            ! ext/Time/HiRes/HiRes.xs
36591 ____________________________________________________________________________
36592 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
36593         Log: Integrate changes #12580 and #12581 from macperl;
36594              
36595              Fix path construction.
36596              
36597              (Copyright) Nit.
36598      Branch: perl
36599           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
36600 ____________________________________________________________________________
36601 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
36602         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
36603              doesn't seem to help (the error being output to console, maybe?)
36604      Branch: perl
36605            ! lib/Net/Domain.pm
36606 ____________________________________________________________________________
36607 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
36608         Log: Taint the getcwd() result also in Cygwin.
36609              (TODO: which other platforms need the same thing?)
36610      Branch: perl
36611            ! cygwin/cygwin.c
36612 ____________________________________________________________________________
36613 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
36614         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
36615      Branch: perl
36616            ! t/op/taint.t
36617 ____________________________________________________________________________
36618 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
36619         Log: getpwuid() fragility continues.
36620      Branch: perl
36621            ! utils/h2xs.PL
36622 ____________________________________________________________________________
36623 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
36624         Log: getpwuid() might succeed but that's no guarantee
36625              that the $home will be defined.
36626      Branch: perl
36627            ! ext/File/Glob/t/basic.t
36628 ____________________________________________________________________________
36629 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
36630         Log: It's safer to to expand the variable, too... (see #12571)
36631      Branch: perl
36632            ! t/TEST
36633 ____________________________________________________________________________
36634 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
36635         Log: Integrate with maintperl.
36636      Branch: maint-5.6/macperl
36637           !> win32/bin/pl2bat.pl win32/win32.c
36638 ____________________________________________________________________________
36639 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
36640         Log: Oops, forgot to include Win32 ... just as well, since it
36641              seems in bleadperl, change #7764 was not included
36642              (adding C:\temp).  Re-added.  Rip it back out if it
36643              doesn't belong.  :-)
36644      Branch: maint-5.6/macperl
36645            ! lib/File/Spec/Win32.pm
36646 ____________________________________________________________________________
36647 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
36648         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
36649              From: "Craig A. Berry" <craigberry@mac.com>
36650              Date: Mon, 22 Oct 2001 15:25:19 -0500
36651              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
36652      Branch: perl
36653            ! configure.com
36654 ____________________________________________________________________________
36655 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
36656         Log: Add in lots of File::Spec changes, from Thomas Wegner,
36657              and sync with changes from bleadperl.
36658      Branch: maint-5.6/macperl
36659            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
36660            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
36661            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36662            ! lib/File/Spec/Win32.pm t/lib/filespec.t
36663 ____________________________________________________________________________
36664 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
36665         Log: Sync with latest File::Find and tests from bleadperl.
36666      Branch: maint-5.6/macperl
36667            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
36668 ____________________________________________________________________________
36669 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
36670         Log: Nit.
36671      Branch: maint-5.6/macperl
36672            ! perl.c
36673 ____________________________________________________________________________
36674 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
36675         Log: Fix path construction.
36676      Branch: maint-5.6/macperl
36677            ! ext/DynaLoader/DynaLoader_pm.PL
36678 ____________________________________________________________________________
36679 [ 12579] By: nick                                  on 2001/10/22  19:08:35
36680         Log: Integrate mainline (for Arthurs thread.xs fix)
36681      Branch: perlio
36682           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
36683 ____________________________________________________________________________
36684 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
36685         Log: Fix up exported symbols, move relevant docs
36686              over from macperl.pod.
36687      Branch: maint-5.6/macperl
36688            ! macos/ext/MacPerl/MacPerl.pm
36689 ____________________________________________________________________________
36690 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
36691         Log: Make ADDRESS called optionally as a method.
36692      Branch: maint-5.6/macperl
36693            ! macos/lib/Mac/Glue.pm
36694 ____________________________________________________________________________
36695 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
36696         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
36697              Apple event.
36698      Branch: maint-5.6/macperl
36699            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
36700            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
36701            ! macos/macperl/MPTerminology.aete
36702 ____________________________________________________________________________
36703 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
36704         Log: Clean up some build utilities. Change Entab to Duplicate;
36705              fix docs and error reporting; improve macify() of paths;
36706              remove requirement for Exporter.pm presence.
36707      Branch: maint-5.6/macperl
36708            ! macos/InstallBLIB macos/MacPerlTests.cmd
36709            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
36710 ____________________________________________________________________________
36711 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
36712         Log: Sync Time::HiRes with bleadperl
36713      Branch: maint-5.6/macperl
36714            ! macos/bundled_ext/Time/HiRes/HiRes.pm
36715            ! macos/bundled_ext/Time/HiRes/HiRes.t
36716            ! macos/bundled_ext/Time/HiRes/HiRes.xs
36717 ____________________________________________________________________________
36718 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
36719         Log: Fix up Changes
36720      Branch: maint-5.6/macperl
36721            ! macos/Changes
36722 ____________________________________________________________________________
36723 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
36724         Log: A user might belong to only a single group
36725              (the group equal to the group id).
36726      Branch: perl
36727            ! t/op/groups.t
36728 ____________________________________________________________________________
36729 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
36730         Log: Prepending (instead of replacing with) the pwd is safer. 
36731      Branch: perl
36732            ! t/TEST
36733 ____________________________________________________________________________
36734 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
36735         Log: Be more robust if no hostname or domainname
36736              (especially the latter)
36737      Branch: perl
36738            ! lib/Net/Domain.pm
36739 ____________________________________________________________________________
36740 [ 12569] By: sky                                   on 2001/10/22  17:41:07
36741         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
36742      Branch: perl
36743            ! ext/threads/threads.xs
36744 ____________________________________________________________________________
36745 [ 12568] By: nick                                  on 2001/10/22  16:31:24
36746         Log: Integrate mainline
36747      Branch: perlio
36748           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
36749           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36750           +> ext/threads/shared/t/sv_refs.t
36751           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
36752            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
36753            - lib/unicore/To/SpecUpper.pl
36754           !> (integrate 42 files)
36755 ____________________________________________________________________________
36756 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
36757         Log: Update Changes.
36758      Branch: perl
36759            ! Changes patchlevel.h
36760 ____________________________________________________________________________
36761 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
36762         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
36763              From: Michael G Schwern <schwern@pobox.com>
36764              Date: Mon, 22 Oct 2001 03:48:38 -0400
36765              Message-ID: <20011022034838.B1676@blackrider>
36766      Branch: perl
36767            ! pod/perlvar.pod
36768 ____________________________________________________________________________
36769 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
36770         Log: Pod nits, as suggested by Stas Bekman.
36771      Branch: perl
36772            ! ext/threads/shared/shared.pm ext/threads/threads.pm
36773 ____________________________________________________________________________
36774 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
36775         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
36776              From: "Paul Marquess" <paul.marquess@openwave.com> 
36777              Date: Sun, 21 Oct 2001 21:11:15 +0100
36778              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
36779      Branch: perl
36780            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
36781            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
36782            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
36783            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
36784            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
36785            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
36786            ! ext/SDBM_File/sdbm.t
36787 ____________________________________________________________________________
36788 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
36789         Log: Integrate change #12559 from maintperl;
36790              various fixes for system() and backticks under windows
36791      Branch: perl
36792           !> win32/win32.c
36793 ____________________________________________________________________________
36794 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
36795         Log: Integrate change #12560 from maintperl;
36796              make pl2bat use %0 rather than "%0" (the latter fails to work
36797              in a lot of common cases)
36798      Branch: perl
36799           !> win32/bin/pl2bat.pl
36800 ____________________________________________________________________________
36801 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
36802         Log: Integrate changes #12549 and #12550 from maintperl;
36803              
36804              readline() doesn't work with our variables; it confuses them with
36805              my variables (change#4227 was incomplete)
36806      Branch: perl
36807            ! t/lib/strict/vars
36808           !> t/base/rs.t toke.c
36809 ____________________________________________________________________________
36810 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
36811         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
36812              in a lot of common cases)
36813      Branch: maint-5.6/perl
36814            ! win32/bin/pl2bat.pl
36815 ____________________________________________________________________________
36816 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
36817         Log: various fixes for system() and backticks under windows:
36818              
36819              * avoid munging whitespace that is passed within quotes
36820              * work around a cmd.exe misfeature that made multi-arg
36821              system() unreliable when there is more than one quoted
36822              argument
36823              * make multi-arg system() autoquote arguments as needed
36824              before passing them to the shell (this avoids having to
36825              second guess the shell quoting)
36826              * perl's -Dp switch can be used to trace the innards
36827      Branch: maint-5.6/perl
36828            ! win32/win32.c
36829 ____________________________________________________________________________
36830 [ 12558] By: nick                                  on 2001/10/22  08:58:42
36831         Log: Integrate ithreads buffer flush fix from perlio
36832      Branch: perl
36833           !> ext/threads/t/basic.t perl.c
36834 ____________________________________________________________________________
36835 [ 12557] By: nick                                  on 2001/10/22  08:35:09
36836         Log: All tests pass (legitimately) on ithreads
36837      Branch: perlio
36838            ! ext/threads/t/basic.t perl.c
36839 ____________________________________________________________________________
36840 [ 12556] By: nick                                  on 2001/10/22  06:51:22
36841         Log: Integrate non-ithreads fix to mainline
36842      Branch: perl
36843           !> perlio.c
36844 ____________________________________________________________________________
36845 [ 12555] By: nick                                  on 2001/10/22  06:48:33
36846         Log: Restore non-ithreads build. Interestingly binmode test passes
36847              non-ithreads - so crlf layer is not damaged and ithreads fail
36848              is a symptom ...
36849      Branch: perlio
36850            ! perlio.c
36851 ____________________________________________________________________________
36852 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
36853         Log: Integrate from perlio; restructuring.
36854      Branch: perl
36855           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
36856           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
36857           !> win32/perlhost.h
36858 ____________________________________________________________________________
36859 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
36860         Log: Integrate from maintperl
36861              (Changes 12350, 12496, 12548, 12549, 12550)
36862      Branch: maint-5.6/macperl
36863           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
36864           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
36865 ____________________________________________________________________________
36866 [ 12552] By: nick                                  on 2001/10/21  19:18:12
36867         Log: Win32 PerlIO_cleanup special cases should no longer be required.
36868      Branch: perlio
36869            ! perl.c
36870 ____________________________________________________________________________
36871 [ 12551] By: nick                                  on 2001/10/21  19:16:56
36872         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
36873      Branch: perlio
36874            ! win32/makefile.mk
36875 ____________________________________________________________________________
36876 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
36877         Log: change#12549 wasn't aware of strictures
36878      Branch: maint-5.6/perl
36879            ! t/pragma/strict-vars toke.c
36880 ____________________________________________________________________________
36881 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
36882         Log: readline() doesn't work with our variables; it confuses them with
36883              my variables (change#4227 was incomplete)
36884      Branch: maint-5.6/perl
36885            ! t/base/rs.t toke.c
36886 ____________________________________________________________________________
36887 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
36888         Log: change#12220 appears to have pulled in a mainline change that
36889              isn't applicable to maint-5.6 (some platforms don't taint
36890              cwd)
36891      Branch: maint-5.6/perl
36892            ! t/lib/filefind-taint.t
36893 ____________________________________________________________________________
36894 [ 12547] By: nick                                  on 2001/10/21  17:15:54
36895         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
36896              for them. Call explicit cleanup during destruct process.
36897              - one binmode test is failing
36898              - also ext/threads/t/basic.t fails under make test, and is noisy under
36899              harness. (Threads results are intermingled and don't match order expected.)
36900      Branch: perlio
36901            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
36902            ! perlio.h perliol.h pod/perlapi.pod sv.c
36903 ____________________________________________________________________________
36904 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
36905         Log: Implement multicharacter case mappings where a single
36906              Unicode character can be mapped into several.
36907      Branch: perl
36908            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
36909            - lib/unicore/To/SpecUpper.pl
36910            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
36911            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
36912            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
36913            ! proto.h t/op/lc.t utf8.c
36914 ____________________________________________________________________________
36915 [ 12545] By: sky                                   on 2001/10/21  15:25:16
36916         Log: First support of threads::shared, support shared svs and references.
36917      Branch: perl
36918            + ext/threads/shared/Makefile.PL ext/threads/shared/README
36919            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36920            + ext/threads/shared/t/sv_refs.t
36921            + ext/threads/shared/t/sv_simple.t
36922            ! MANIFEST sharedsv.c
36923 ____________________________________________________________________________
36924 [ 12544] By: nick                                  on 2001/10/21  14:52:35
36925         Log: PerlIO layer table as PL_perlio (per-interpreter)
36926      Branch: perlio
36927            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
36928            ! pod/perlapi.pod sv.c
36929 ____________________________________________________________________________
36930 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
36931         Log: Prettyprinting.
36932      Branch: perl
36933            ! pod/perlunicode.pod
36934 ____________________________________________________________________________
36935 [ 12542] By: ams                                   on 2001/10/21  03:50:25
36936         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
36937              From: "Sean M. Burke" <sburke@cpan.org>
36938              Date: Sat, 20 Oct 2001 17:51:09 -0600
36939              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
36940      Branch: perl
36941            + pod/perlpodspec.pod
36942            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
36943            ! pod/perltoc.pod
36944 ____________________________________________________________________________
36945 [ 12541] By: nick                                  on 2001/10/20  22:23:53
36946         Log: Fix typos in new locking on MemShared
36947              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
36948              - seems to make segfaults more deterministic - suspect they are 
36949              attempt to free() after Interp and Host have gone.
36950      Branch: perlio
36951            ! perlio.c win32/perlhost.h
36952 ____________________________________________________________________________
36953 [ 12540] By: nick                                  on 2001/10/20  21:50:46
36954         Log: Remove the MemShared re-#define (again)
36955      Branch: perlio
36956            ! perlio.c
36957 ____________________________________________________________________________
36958 [ 12539] By: nick                                  on 2001/10/20  21:49:06
36959         Log: Use locks on MemShared
36960      Branch: perlio
36961            ! win32/perlhost.h
36962 ____________________________________________________________________________
36963 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
36964         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
36965              From: "chromatic" <chromatic@rmci.net>
36966              Date: Sat, 20 Oct 2001 11:13:47 -0600
36967              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
36968      Branch: perl
36969            ! installhtml
36970 ____________________________________________________________________________
36971 [ 12537] By: nick                                  on 2001/10/20  16:44:03
36972         Log: Integrate mainline
36973      Branch: perlio
36974           !> (integrate 48 files)
36975 ____________________________________________________________________________
36976 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
36977         Log: Update Changes.
36978      Branch: perl
36979            ! Changes patchlevel.h
36980 ____________________________________________________________________________
36981 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
36982         Log: Upgrade to podlators 1.11, from Russ Allbery.
36983      Branch: perl
36984            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
36985            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
36986            ! pod/pod2man.PL pod/pod2text.PL
36987 ____________________________________________________________________________
36988 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
36989         Log: Integrate perlio:
36990              
36991              [ 12532]
36992              Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
36993              Use for non-PERLIO fdupopen().
36994      Branch: perl
36995           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
36996 ____________________________________________________________________________
36997 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
36998         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
36999      Branch: perl
37000            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
37001 ____________________________________________________________________________
37002 [ 12532] By: nick                                  on 2001/10/20  14:25:37
37003         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
37004              Use for non-PERLIO fdupopen().
37005      Branch: perlio
37006            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
37007 ____________________________________________________________________________
37008 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
37009         Log: Integrate perlio:
37010              
37011              [ 12530]
37012              Fixed in two places - p4 resolve
37013              
37014              [ 12529]
37015              Fix for ithreads/stdio build
37016              
37017              [ 12525]
37018              Avoid calling (now non-existant) Perl_sv_setsv(), by calling
37019              Perl_sv_setsv_flags directly.
37020              
37021              [ 12524]
37022              Add a new flag character 'm' to embed.pl set to represent
37023              "functions" which are really macros. Use it foe the troublesome
37024              sv_setsv() etc. macros in sv.h - changing latter to define
37025              sv_setsv rather than sv_setsv_macro etc.
37026              
37027              [ 12523]
37028              Add comments explaining why win32.h/embed.h are included where they are
37029              in perl.h 
37030              
37031              [ 12522]
37032              Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
37033              being used yet.
37034              
37035              [ 12511]
37036              Fix gross win32 build issues
37037      Branch: perl
37038           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
37039           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
37040           !> proto.h sv.h win32/win32io.c
37041 ____________________________________________________________________________
37042 [ 12530] By: nick                                  on 2001/10/20  12:53:30
37043         Log: Fixed in two places - p4 resolve
37044      Branch: perlio
37045            ! perlsdio.h
37046 ____________________________________________________________________________
37047 [ 12529] By: nick                                  on 2001/10/20  12:51:05
37048         Log: Fix for ithreads/stdio build
37049      Branch: perlio
37050            ! perlio.c perlsdio.h
37051 ____________________________________________________________________________
37052 [ 12528] By: ams                                   on 2001/10/20  12:13:25
37053         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
37054              From: Michael G Schwern <schwern@pobox.com>
37055              Date: Sat, 20 Oct 2001 01:41:21 -0400
37056              Message-Id: <20011020014121.I3681@blackrider>
37057      Branch: perl
37058            ! installman
37059 ____________________________________________________________________________
37060 [ 12527] By: ams                                   on 2001/10/20  12:09:41
37061         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
37062              From: Michael G Schwern <schwern@pobox.com>
37063              Date: Sat, 20 Oct 2001 02:04:21 -0400
37064              Message-Id: <20011020020421.A11732@blackrider>
37065      Branch: perl
37066            ! lib/Pod/Checker.pm
37067 ____________________________________________________________________________
37068 [ 12526] By: ams                                   on 2001/10/20  11:59:41
37069         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
37070              From: "chromatic" <chromatic@rmci.net>
37071              Date: Fri, 19 Oct 2001 22:46:39 -0600
37072              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
37073      Branch: perl
37074            ! lib/Net/Config.pm
37075 ____________________________________________________________________________
37076 [ 12525] By: nick                                  on 2001/10/20  11:16:18
37077         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
37078              Perl_sv_setsv_flags directly.
37079      Branch: perlio
37080            ! ext/threads/threads.xs
37081 ____________________________________________________________________________
37082 [ 12524] By: nick                                  on 2001/10/20  10:28:17
37083         Log: Add a new flag character 'm' to embed.pl set to represent
37084              "functions" which are really macros. Use it foe the troublesome
37085              sv_setsv() etc. macros in sv.h - changing latter to define
37086              sv_setsv rather than sv_setsv_macro etc.
37087      Branch: perlio
37088            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
37089            ! pod/perlapi.pod proto.h sv.h
37090 ____________________________________________________________________________
37091 [ 12523] By: nick                                  on 2001/10/20  09:17:17
37092         Log: Add comments explaining why win32.h/embed.h are included where they are
37093              in perl.h 
37094      Branch: perlio
37095            ! perl.h
37096 ____________________________________________________________________________
37097 [ 12522] By: nick                                  on 2001/10/20  08:27:44
37098         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
37099              being used yet.
37100      Branch: perlio
37101            ! win32/win32io.c
37102 ____________________________________________________________________________
37103 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
37104         Log: Wording tweaks.
37105      Branch: perl
37106            ! t/TEST
37107 ____________________________________________________________________________
37108 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
37109         Log: Subject: IO module with nonblocking socket connect patch 
37110              From: Raul Dias <raul@dias.com.br>
37111              Date: Fri, 19 Oct 2001 22:45:32 -0300
37112              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
37113      Branch: perl
37114            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
37115 ____________________________________________________________________________
37116 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
37117         Log: Test vertical whitespace combined with /x in \p{}.
37118      Branch: perl
37119            ! t/op/pat.t
37120 ____________________________________________________________________________
37121 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
37122         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
37123              From: Gisle Aas <gisle@ActiveState.com> 
37124              Date: 19 Oct 2001 16:46:02 -0700
37125              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
37126      Branch: perl
37127            ! lib/ExtUtils/MakeMaker.pm
37128 ____________________________________________________________________________
37129 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
37130         Log: No more this symbol.
37131      Branch: perl
37132            ! makedef.pl
37133 ____________________________________________________________________________
37134 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
37135         Log: Integrate change #12511; fix gross win32 build issues.
37136      Branch: perl
37137           !> makedef.pl sv.c
37138 ____________________________________________________________________________
37139 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
37140         Log: Unpack in scalar context should return the first value
37141              returned in list context, as pointed out by Ton Hospel
37142              in 2001-05-21 (this is how it works already in blead,
37143              just adding the test).
37144      Branch: perl
37145            ! t/op/pack.t
37146 ____________________________________________________________________________
37147 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
37148         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
37149              From: "Craig A. Berry" <craigberry@mac.com>
37150              Date: Fri, 19 Oct 2001 16:59:30 -0500
37151              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
37152      Branch: perl
37153            ! utils/perldoc.PL
37154 ____________________________________________________________________________
37155 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
37156         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
37157              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37158              Date: Fri, 19 Oct 2001 17:45:23 EDT
37159              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
37160      Branch: perl
37161            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
37162            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
37163            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
37164            ! vms/vmsish.h
37165 ____________________________________________________________________________
37166 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
37167         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
37168              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37169              Date: Fri, 19 Oct 2001 17:26:35 EDT
37170              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
37171      Branch: perl
37172            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
37173 ____________________________________________________________________________
37174 [ 12511] By: nick                                  on 2001/10/19  19:55:36
37175         Log: Fix gross win32 build issues
37176      Branch: perlio
37177            ! makedef.pl sv.c
37178 ____________________________________________________________________________
37179 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
37180         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
37181              From: David Dyck <dcd@tc.fluke.com>
37182              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
37183              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
37184      Branch: perl
37185            ! lib/File/Find.pm
37186 ____________________________________________________________________________
37187 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
37188         Log: Subject: Re: PerlIO and Encode
37189              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37190              Date: Tue, 16 Oct 2001 01:50:16 +0900
37191              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
37192      Branch: perl
37193            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
37194            ! ext/Encode/Encode/Tcl.t
37195 ____________________________________________________________________________
37196 [ 12508] By: ams                                   on 2001/10/19  17:59:16
37197         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
37198              (See #12499)
37199      Branch: perl
37200            ! pod/perlintro.pod
37201 ____________________________________________________________________________
37202 [ 12507] By: nick                                  on 2001/10/19  16:30:43
37203         Log: Integrate mainline
37204      Branch: perlio
37205           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
37206           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
37207           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
37208           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
37209           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
37210           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
37211           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37212           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
37213           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
37214           +> win32/config_H.win64
37215            - lib/Test/Utils.pm lib/unicore/mktables.PL
37216            - t/lib/Test/Simple/Catch/More.pm
37217           !> (integrate 84 files)
37218 ____________________________________________________________________________
37219 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
37220         Log: Retract the #10451 which seems to be the cause
37221              of the major leakage from while(){eval"sub{}"}
37222      Branch: perl
37223            ! op.c t/run/kill_perl.t
37224 ____________________________________________________________________________
37225 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
37226         Log: Regen toc.
37227      Branch: perl
37228            ! pod/perltoc.pod
37229 ____________________________________________________________________________
37230 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
37231         Log: Tiny tweaks.
37232      Branch: perl
37233            ! pod/perl.pod
37234 ____________________________________________________________________________
37235 [ 12503] By: ams                                   on 2001/10/19  13:34:24
37236         Log: Subject: Re: perlintro.pod
37237              From: Abe Timmerman <abe@ztreet.demon.nl>
37238              Date: Fri, 19 Oct 2001 14:12:40 +0200
37239              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
37240      Branch: perl
37241            ! pod/perlintro.pod
37242 ____________________________________________________________________________
37243 [ 12502] By: ams                                   on 2001/10/19  13:24:12
37244         Log: Slight reorganisation of references.
37245      Branch: perl
37246            ! pod/perl.pod
37247 ____________________________________________________________________________
37248 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
37249         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
37250              From: Kay Röpke <kroepke@dolphin-services.de>
37251              Date: Fri, 19 Oct 2001 14:04:01 +0200 
37252              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
37253      Branch: perl
37254            ! lib/ExtUtils/MakeMaker.pm
37255 ____________________________________________________________________________
37256 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
37257         Log: Unicode categories continue:
37258              implement Category=, Script=, Block=
37259              (these are based on an upcoming update of TR#18)
37260              Fix a bug where we got two In categories named "old italic",
37261              and another where shortcut for the Is categories wasn't taken.
37262      Branch: perl
37263            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
37264            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
37265            ! pod/perlunicode.pod t/op/pat.t
37266 ____________________________________________________________________________
37267 [ 12499] By: ams                                   on 2001/10/19  01:42:29
37268         Log: Subject: a small patch to perlintro.pod.
37269              From: Autrijus Tang <autrijus@autrijus.org>
37270              Date: Fri, 19 Oct 2001 01:45:51 +0800
37271              Message-Id: <20011019014551.A35625@not.autrijus.org>
37272              (Applied by hand with nits.)
37273      Branch: perl
37274            ! pod/perlintro.pod
37275 ____________________________________________________________________________
37276 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
37277         Log: Subject: [PATCH] OpenBSD hints for ithreads
37278              From: Andy Dougherty <doughera@lafayette.edu>
37279              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
37280              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
37281      Branch: perl
37282            ! hints/openbsd.sh
37283 ____________________________________________________________________________
37284 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
37285         Log: Retract #12446; the problem solved by #12474.
37286      Branch: perl
37287            ! hints/aix.sh
37288 ____________________________________________________________________________
37289 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
37290         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
37291              message and suppress line number info (from Steve Hay
37292              <Steve.Hay@uk.radan.com>)
37293      Branch: maint-5.6/perl
37294            ! lib/Carp/Heavy.pm
37295 ____________________________________________________________________________
37296 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
37297         Log: More documented In categories.
37298      Branch: perl
37299            ! pod/perlunicode.pod
37300 ____________________________________________________________________________
37301 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
37302         Log: Update Changes.
37303      Branch: perl
37304            ! Changes patchlevel.h
37305 ____________________________________________________________________________
37306 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
37307         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
37308      Branch: perl
37309            ! MANIFEST
37310 ____________________________________________________________________________
37311 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
37312         Log: Wrong skip() arguments.
37313      Branch: perl
37314            ! ext/B/t/terse.t
37315 ____________________________________________________________________________
37316 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
37317         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
37318              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37319              Date: Wed, 17 Oct 2001 09:10:53 EDT 
37320              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
37321      Branch: perl
37322            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
37323            ! pod/perlapi.pod vms/vms.c
37324 ____________________________________________________________________________
37325 [ 12490] By: ams                                   on 2001/10/18  09:31:00
37326         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
37327              From: Mark-Jason Dominus <mjd@plover.com>
37328              Date: Thu, 18 Oct 2001 06:25:35 -0400
37329              Message-Id: <20011018102535.19264.qmail@plover.com>
37330      Branch: perl
37331            ! pod/perl.pod
37332 ____________________________________________________________________________
37333 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
37334         Log: Prettyprinting.
37335      Branch: perl
37336            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
37337 ____________________________________________________________________________
37338 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
37339         Log: Regen toc.
37340      Branch: perl
37341            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37342 ____________________________________________________________________________
37343 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
37344         Log: Add perlintro, from Skud.
37345      Branch: perl
37346            + pod/perlintro.pod
37347            ! MANIFEST
37348 ____________________________________________________________________________
37349 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
37350         Log: FAQ sync.
37351      Branch: perl
37352            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
37353            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
37354            ! pod/perlfaq8.pod pod/perlfaq9.pod
37355 ____________________________________________________________________________
37356 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
37357         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
37358              in speed (upto 20% speedup in certain operations) but meanwhile
37359              regexps and arithmetics got slower (5-10%) (according to
37360              perlbench average speedup is negligible, and within measuring
37361              flutter, 1%).  Therefore retracting all the changes
37362              aimed at getting -std1 to compile cleanly:  #12475, #12476,
37363              #12479, #12480, #12481, #12482, #12483, #12484.
37364      Branch: perl
37365            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
37366            ! pp_hot.c pp_sys.c toke.c
37367 ____________________________________________________________________________
37368 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
37369         Log: (retracted by #12485)
37370              Strict ANSI doesn't like the third argument of main()
37371              so enable ignoring it if using ultra picky compiler.
37372      Branch: perl
37373            ! miniperlmain.c
37374 ____________________________________________________________________________
37375 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
37376         Log: (retracted by #12485)
37377              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
37378      Branch: perl
37379            ! perl.h
37380 ____________________________________________________________________________
37381 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
37382         Log: (retracted by #12485)
37383              Add explanatory comment.
37384      Branch: perl
37385            ! mg.c
37386 ____________________________________________________________________________
37387 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
37388         Log: (retracted by #12485)
37389              More dollar$hiding.
37390      Branch: perl
37391            ! doio.c perl.h pp_sys.c
37392 ____________________________________________________________________________
37393 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
37394         Log: (retracted by #12485)
37395              KISS.
37396      Branch: perl
37397            ! mg.c
37398 ____________________________________________________________________________
37399 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
37400         Log: (retracted by #12485)
37401              Thou shalt not #ifdef inside macro invocations,
37402              noticed by Rafael Garcia-Suarez.
37403      Branch: perl
37404            ! mg.c
37405 ____________________________________________________________________________
37406 [ 12478] By: ams                                   on 2001/10/17  18:50:55
37407         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
37408              From: Anton Berezin <tobez@tobez.org>
37409              Date: Wed, 17 Oct 2001 18:25:48 +0200
37410              Message-Id: <20011017182548.A12082@heechee.tobez.org>
37411      Branch: perl
37412            ! pp_sys.c
37413 ____________________________________________________________________________
37414 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
37415         Log: (retracted by #12485)
37416              Unterminated #ifdef.
37417      Branch: perl
37418            ! mg.c
37419 ____________________________________________________________________________
37420 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
37421         Log: (retracted by #12485)
37422              Avoid dollar signs in identifiers (in non-VMS) to
37423              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
37424      Branch: perl
37425            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
37426            ! toke.c
37427 ____________________________________________________________________________
37428 [ 12474] By: ams                                   on 2001/10/17  15:14:50
37429         Log: Subject: Two AIX patches
37430              From: H.Merijn Brand <h.m.brand@hccnet.nl>
37431              Date: Wed, 17 Oct 2001 18:04:35 +0200
37432              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
37433      Branch: perl
37434            ! hints/aix.sh makedef.pl
37435 ____________________________________________________________________________
37436 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
37437         Log: Limiting the Time::HiRes::sleep and usleep to
37438              one second is not a good policy if drop-in
37439              replacement is still a goal.
37440      Branch: perl
37441            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
37442            ! ext/Time/HiRes/HiRes.xs
37443 ____________________________________________________________________________
37444 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
37445         Log: Subject: [PATCH] Test::Simple 0.32
37446              From: Michael G Schwern <schwern@pobox.com> 
37447              Date: Wed, 17 Oct 2001 03:42:41 -0400
37448              Message-ID: <20011017034241.A25038@blackrider>
37449      Branch: perl
37450            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
37451            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
37452            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
37453            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
37454            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
37455            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
37456            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
37457            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
37458            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
37459            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
37460            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
37461            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
37462            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
37463            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
37464            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
37465            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
37466            ! t/lib/Test/Simple/Catch.pm
37467            ! t/lib/Test/Simple/sample_tests/five_fail.plx
37468 ____________________________________________________________________________
37469 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
37470         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
37471              From: Michael G Schwern <schwern@pobox.com> 
37472              Date: Wed, 17 Oct 2001 04:04:13 -0400
37473              Message-ID: <20011017040413.C25550@blackrider>
37474      Branch: perl
37475            ! t/TEST t/harness vms/test.com
37476 ____________________________________________________________________________
37477 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
37478         Log: Regen doc with perlmodstyle added.
37479      Branch: perl
37480            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37481 ____________________________________________________________________________
37482 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
37483         Log: Pod cleanup.
37484      Branch: perl
37485            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
37486 ____________________________________________________________________________
37487 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
37488         Log: Subject: perlmodstyle as a patch
37489              From: Kirrily Robert <skud@infotrope.net>
37490              Date: Tue, 16 Oct 2001 22:47:23 -0400
37491              Message-ID: <20011016224723.A20673@infotrope.net>
37492      Branch: perl
37493            + pod/perlmodstyle.pod
37494            ! MANIFEST
37495 ____________________________________________________________________________
37496 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
37497         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
37498              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
37499              Date: Thu, 6 Sep 2001 11:09:40 +0100
37500              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
37501              
37502              Mention also the develooper p5p archive.
37503      Branch: perl
37504            ! pod/perlhack.pod
37505 ____________________________________________________________________________
37506 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
37507         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
37508              From: Kay Röpke <kroepke@dolphin-services.de>
37509              Date: Tue, 16 Oct 2001 17:23:52 +0200
37510              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
37511      Branch: perl
37512            ! lib/ExtUtils/MakeMaker.pm
37513 ____________________________________________________________________________
37514 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
37515         Log: Add the special casing mappings (from SpecCase.txt)
37516              (except for the hyper special case mappings that have
37517              the condition list); the special casing mappings are
37518              unused for now.  Small tidying up on mktables.
37519      Branch: perl
37520            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37521            + lib/unicore/To/SpecUpper.pl
37522            ! lib/unicore/mktables
37523 ____________________________________________________________________________
37524 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
37525         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
37526              From: "David H. Adler" <dha@panix.com>       
37527              Date: Tue, 16 Oct 2001 11:59:35 -0400
37528              Message-ID: <20011016115935.A13078@panix.com>
37529              
37530              Subject: [ PATCH ] perldata patch, revised
37531              From: "David H. Adler" <dha@panix.com>     
37532              Date: Tue, 16 Oct 2001 18:26:49 -0400
37533              Message-ID: <20011016182649.C23970@panix.com>
37534      Branch: perl
37535            ! pod/perldata.pod pod/perlop.pod
37536 ____________________________________________________________________________
37537 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
37538         Log: Integrate perlio:
37539              
37540              [ 12462]
37541              PerlIOXxxx_dups for all but Win32
37542              
37543              [ 12461]
37544              Implement PerlIOStdio_dup (explains core dumps - dup
37545              was not setting up a FILE * to be fclosed()).
37546              
37547              [ 12460]
37548              When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
37549              overflow.
37550              
37551              [ 12456]
37552              Builds under ithreads (but fails all threads tests)
37553              
37554              [ 12451]
37555              Skeleton of "PerlIO_dup" coded.
37556              Still-passes all tests non-threaded (well it would wouldn't it!)
37557              
37558              [ 12447]
37559              Beginings of PerlIO_dup support (unstable)
37560              
37561              [ 11615]
37562              Avoid testing for (non-)existance of "encoding(xxxx)"
37563              layer is called "encoding" the (xxxx) is an argument.
37564      Branch: perl
37565           !> embed.h embed.pl ext/Encode/Encode.xs
37566           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
37567           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
37568           !> win32/win32io.c
37569 ____________________________________________________________________________
37570 [ 12462] By: nick                                  on 2001/10/16  19:11:30
37571         Log: PerlIOXxxx_dups for all but Win32
37572      Branch: perlio
37573            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
37574            ! ext/PerlIO/Via/Via.xs
37575 ____________________________________________________________________________
37576 [ 12461] By: nick                                  on 2001/10/16  18:28:48
37577         Log: Implement PerlIOStdio_dup (explains core dumps - dup
37578              was not setting up a FILE * to be fclosed()).
37579      Branch: perlio
37580            ! perlio.c
37581 ____________________________________________________________________________
37582 [ 12460] By: nick                                  on 2001/10/16  17:31:47
37583         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
37584              overflow.
37585      Branch: perlio
37586            ! perlio.c
37587 ____________________________________________________________________________
37588 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
37589         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
37590              From: "Craig A. Berry" <craigberry@mac.com>
37591              Date: Tue, 16 Oct 2001 13:08:38 -0500
37592              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
37593      Branch: perl
37594            ! configure.com
37595 ____________________________________________________________________________
37596 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
37597         Log: Can't expect too much accuracy from a sleep of one second.
37598              (I think this will also fail with high load.)
37599      Branch: perl
37600            ! ext/Time/HiRes/HiRes.t
37601 ____________________________________________________________________________
37602 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
37603         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
37604              From: "Werner, Randolf" <randolf.werner@sap.com>
37605              Date: Tue, 16 Oct 2001 18:33:02 +0200
37606              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
37607      Branch: perl
37608            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
37609            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
37610 ____________________________________________________________________________
37611 [ 12456] By: nick                                  on 2001/10/16  14:08:16
37612         Log: Builds under ithreads (but fails all threads tests)
37613      Branch: perlio
37614            ! hv.c perlio.c sv.c
37615 ____________________________________________________________________________
37616 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
37617         Log: I think the Perl_sortsv needs *not* be skipped?
37618      Branch: perl
37619            ! makedef.pl
37620 ____________________________________________________________________________
37621 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
37622         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
37623              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
37624              Date: Tue, 16 Oct 2001 15:32:44 +0200
37625              Message-ID: <3BCC531C.11494.3E433F@localhost>
37626      Branch: perl
37627            ! t/op/groups.t
37628 ____________________________________________________________________________
37629 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
37630         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
37631              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
37632              Date: Tue, 16 Oct 2001 15:01:04 +0200
37633              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
37634      Branch: perl
37635            ! t/io/fs.t
37636 ____________________________________________________________________________
37637 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
37638         Log: A forgotten deletion.
37639      Branch: perl
37640            - lib/unicore/mktables.PL
37641 ____________________________________________________________________________
37642 [ 12451] By: nick                                  on 2001/10/16  11:32:48
37643         Log: Skeleton of "PerlIO_dup" coded.
37644              Still-passes all tests non-threaded (well it would wouldn't it!)
37645      Branch: perlio
37646            ! embed.h embed.pl ext/Encode/Encode.xs
37647            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
37648            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
37649            ! win32/win32io.c
37650 ____________________________________________________________________________
37651 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
37652         Log: Document the problem with the swash_fetch() API that affects
37653              more complex case conversions.
37654      Branch: perl
37655            ! lib/utf8_heavy.pl utf8.c
37656 ____________________________________________________________________________
37657 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
37658         Log: Make Time::HiRes::sleep() and usleep() to return
37659              the number of seconds (a floating point value) and 
37660              microseconds (an integer) actually slept (well,
37661              modulo the time spent in measuring the time actually
37662              slept...), to be a better drop-in replacement for
37663              the builtin sleep().  Noticed by Chris Nandor.
37664              
37665              Also make usleep() to croak if fed illegal number
37666              of useconds (anything greater than 1_000_000).
37667      Branch: perl
37668            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
37669            ! ext/Time/HiRes/HiRes.xs
37670 ____________________________________________________________________________
37671 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
37672         Log: A missing SvREFCNT_dec.
37673      Branch: perl
37674            ! perl.c
37675 ____________________________________________________________________________
37676 [ 12447] By: nick                                  on 2001/10/15  20:27:53
37677         Log: Beginings of PerlIO_dup support (unstable)
37678      Branch: perlio
37679            ! perlio.c perliol.h
37680 ____________________________________________________________________________
37681 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
37682         Log: (retracted by #12497)
37683              In AIX vac 5 just can't seem to get regcomp right.
37684      Branch: perl
37685            ! hints/aix.sh
37686 ____________________________________________________________________________
37687 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
37688         Log: Bump the version number to agree with the maintperl one.
37689      Branch: perl
37690            ! lib/Tie/RefHash.pm
37691 ____________________________________________________________________________
37692 [ 12444] By: nick                                  on 2001/10/15  15:59:57
37693         Log: Integrate mainline
37694      Branch: perlio
37695           +> lib/Math/BigInt/t/Math/Subclass.pm
37696           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
37697           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
37698           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
37699           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
37700           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
37701           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
37702           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
37703           +> lib/unicore/mktables
37704            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
37705            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
37706            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
37707            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
37708            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
37709            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
37710            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
37711            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
37712            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
37713            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
37714            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
37715            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
37716            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
37717            - lib/unicore/syllables.txt
37718           !> (integrate 344 files)
37719 ____________________________________________________________________________
37720 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
37721         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
37722      Branch: perl
37723            ! ext/DB_File/DB_File.xs
37724 ____________________________________________________________________________
37725 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
37726         Log: Sync the skip() amounts with the number of tests.
37727      Branch: perl
37728            ! lib/Term/Complete.t
37729 ____________________________________________________________________________
37730 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
37731         Log: Update Changes.
37732      Branch: perl
37733            ! Changes patchlevel.h
37734 ____________________________________________________________________________
37735 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
37736         Log: MacOS Classic catdir() rewrite from Thomas Wegner
37737              (backward incompatibility, but a deliberate one,
37738              the old version simply is broken in its logic),
37739              also documentation updates, and as suggested replicated
37740              the File::Spec::Unix documentation updates also on the
37741              File::Spec documentation.
37742              
37743              TODO: there seems to be duplication of documentation
37744              between File::Spec and File::Spec::Unix.  I think
37745              the ::Unix should be left only with specific UNIXisms,
37746              and all the generic documentation should be in ::Spec.
37747      Branch: perl
37748            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
37749            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
37750            ! lib/File/Spec/Unix.pm
37751 ____________________________________________________________________________
37752 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
37753         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
37754              From: Blair Zajac <blair@orcaware.com>
37755              Date: Mon, 24 Sep 2001 11:48:58 -0700
37756              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
37757              
37758              (the skip() messages)
37759      Branch: perl
37760            ! t/op/magic.t
37761 ____________________________________________________________________________
37762 [ 12438] By: ams                                   on 2001/10/14  23:43:59
37763         Log: Subject: [PATCH] make PerlIO default on VMS
37764              From: "Craig A. Berry" <craigberry@mac.com>
37765              Date: Sun, 14 Oct 2001 15:27:18 -0500
37766              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
37767      Branch: perl
37768            ! configure.com
37769 ____________________________________________________________________________
37770 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
37771         Log: Retract #12436 (Abhijit already did this at #12426)
37772      Branch: perl
37773            ! lib/ExtUtils/MM_Unix.pm
37774 ____________________________________________________________________________
37775 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
37776         Log: (retracted by #12437)
37777              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
37778              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
37779              Date: Sat, 13 Oct 2001 20:33:55 +0200
37780              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
37781      Branch: perl
37782            ! lib/ExtUtils/MM_Unix.pm
37783 ____________________________________________________________________________
37784 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
37785         Log: Subject: h2xs grammar nit
37786              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37787              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
37788              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
37789      Branch: perl
37790            ! utils/h2xs.PL
37791 ____________________________________________________________________________
37792 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
37793         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
37794              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
37795              Date: Sun, 14 Oct 2001 11:25:08 +0100
37796              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
37797      Branch: perl
37798            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
37799            ! warnings.pl
37800 ____________________________________________________________________________
37801 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
37802         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
37803              for File::Spec::Mac::catfile)
37804      Branch: perl
37805            ! lib/h2xs.t
37806 ____________________________________________________________________________
37807 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
37808         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
37809              From: Nicholas Clark <nick@ccl4.org>
37810              Date: Sat, 13 Oct 2001 00:07:31 +0100
37811              Message-ID: <20011013000731.D67535@plum.flirble.org>
37812      Branch: perl
37813            ! lib/h2xs.t utils/h2xs.PL
37814 ____________________________________________________________________________
37815 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
37816         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
37817              before DEFINE and INC), and repent by taking DEFINE and
37818              INC away from PASTHRU.
37819      Branch: perl
37820            ! lib/ExtUtils/MM_Unix.pm
37821 ____________________________________________________________________________
37822 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
37823         Log: More MANIFEST anomalies.
37824      Branch: perl
37825            ! MANIFEST
37826 ____________________________________________________________________________
37827 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
37828         Log: Not that many.
37829      Branch: perl
37830            ! MANIFEST
37831 ____________________________________________________________________________
37832 [ 12428] By: sky                                   on 2001/10/13  20:59:27
37833         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
37834              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37835              Date: Sat, 13 Oct 2001 23:15:55 +0200
37836              Message-ID: <20011013231555.A18071@rafael>
37837      Branch: perl
37838            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
37839            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
37840 ____________________________________________________________________________
37841 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
37842         Log: Rewrite mktables from scratch.
37843              - Cleaner.
37844              - Faster: 15-20 seconds as opposed to several minutes.
37845              - More dynamic: the names of the various categories
37846              such as the linebreak ones are dynamic, not static.
37847              - Is.pl: long names for the general category properties
37848              are now available.
37849              - Ranges (<... ,First>, <..., Last>) from the general
37850              categories work now.
37851              - No more mktables.PL because the mktables.PL is not
37852              and never has been run to create a mktables.
37853              - syllables.txt and Is/Syl*.pl removed: non-standard
37854              (not part of the Unicode), and the whole concept is
37855              being reworked (http://syllabary.sourceforge.net/),
37856              the old way wouldn't even work with the new Syllables.txt
37857              (it would result in 1000+ new categories)
37858      Branch: perl
37859            + lib/unicore/In/163.pl lib/unicore/In/164.pl
37860            + lib/unicore/In/165.pl lib/unicore/In/166.pl
37861            + lib/unicore/In/167.pl lib/unicore/In/168.pl
37862            + lib/unicore/In/169.pl lib/unicore/In/170.pl
37863            + lib/unicore/In/171.pl lib/unicore/Is.pl
37864            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
37865            + lib/unicore/mktables
37866            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
37867            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
37868            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
37869            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
37870            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
37871            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
37872            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
37873            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
37874            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
37875            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
37876            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
37877            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
37878            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
37879            - lib/unicore/syllables.txt
37880            ! (edit 304 files)
37881 ____________________________________________________________________________
37882 [ 12426] By: ams                                   on 2001/10/13  18:05:36
37883         Log: ExtUtils::MM_Unix should ignore comments when searching for
37884              $VERSION.
37885      Branch: perl
37886            ! lib/ExtUtils/MM_Unix.pm
37887 ____________________________________________________________________________
37888 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
37889         Log: Subject: Re: New module XML::Clean
37890              From: andreas.koenig@anima.de (Andreas J. Koenig)
37891              Date: 13 Oct 2001 10:17:09 +0200
37892              Message-ID: <m37ku0t0my.fsf@anima.de>
37893      Branch: perl
37894            ! pod/perlnewmod.pod
37895 ____________________________________________________________________________
37896 [ 12424] By: sky                                   on 2001/10/13  09:39:59
37897         Log: Set thread stack size if needed.
37898      Branch: perl
37899            ! ext/threads/threads.xs
37900 ____________________________________________________________________________
37901 [ 12423] By: sky                                   on 2001/10/13  09:36:49
37902         Log: We do want to set the attribute to joinable even on modern posix
37903              platforms.
37904      Branch: perl
37905            ! ext/threads/threads.xs
37906 ____________________________________________________________________________
37907 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
37908         Log: Subject: [PATCH ext/Data/Dumper.xs]
37909              From: Brian Ingerson <ingy@ttul.org>
37910              Date: Fri, 12 Oct 2001 19:32:35 -0700
37911              Message-ID: <20011012193235.B889@ttul.org>
37912      Branch: perl
37913            ! ext/Data/Dumper/Dumper.xs
37914 ____________________________________________________________________________
37915 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
37916         Log: Update Changes.
37917      Branch: perl
37918            ! Changes patchlevel.h
37919 ____________________________________________________________________________
37920 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
37921         Log: FAQ sync.
37922      Branch: perl
37923            ! pod/perlfaq3.pod pod/perlfaq4.pod
37924 ____________________________________________________________________________
37925 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
37926         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
37927              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
37928              Date: Fri, 12 Oct 2001 11:51:05 -0700
37929              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
37930      Branch: perl
37931            ! lib/File/Copy.pm
37932 ____________________________________________________________________________
37933 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
37934         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
37935              From: "chromatic" <chromatic@rmci.net>     
37936              Date: Thu, 11 Oct 2001 10:57:55 -0600
37937              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
37938              
37939              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
37940              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37941              Date: Thu, 11 Oct 2001 22:34:21 +0200
37942              Message-ID: <20011011223421.A693@rafael>     
37943              
37944              plus undef $Term::Complete::stty as suggested by Rafael.
37945      Branch: perl
37946            ! lib/Term/Complete.pm lib/Term/Complete.t
37947 ____________________________________________________________________________
37948 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
37949         Log: UUnndduupplleexx..
37950      Branch: perl
37951            ! perl.h
37952 ____________________________________________________________________________
37953 [ 12416] By: sky                                   on 2001/10/12  20:16:19
37954         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
37955              From: Andy Dougherty <doughera@lafayette.edu>
37956              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
37957              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
37958              (Potentially only band-aid)
37959      Branch: perl
37960            ! sv.c
37961 ____________________________________________________________________________
37962 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
37963         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
37964              mishandles kill(), and therefore the sigaction test
37965              should be skipped, from Charles Lane.
37966      Branch: perl
37967            ! ext/POSIX/t/sigaction.t
37968 ____________________________________________________________________________
37969 [ 12414] By: sky                                   on 2001/10/12  18:47:49
37970         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
37971      Branch: perl
37972            ! op.h
37973 ____________________________________________________________________________
37974 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
37975         Log: Upgrade to Math::BigInt 1.44 from Tels and
37976              further fixes from John Peacock.
37977      Branch: perl
37978            + lib/Math/BigInt/t/Math/Subclass.pm
37979            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
37980            + lib/Math/BigInt/t/subclass.t
37981            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
37982            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
37983            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
37984            ! lib/Math/BigInt/t/mbimbf.t
37985 ____________________________________________________________________________
37986 [ 12412] By: sky                                   on 2001/10/12  18:28:23
37987         Log: perhaps pthread_attr_t really needs to be set for the old api
37988      Branch: perl
37989            ! ext/threads/threads.xs
37990 ____________________________________________________________________________
37991 [ 12411] By: sky                                   on 2001/10/12  18:11:45
37992         Log: pthread_keycreate not pthread_key_create under the here be dragons API
37993      Branch: perl
37994            ! ext/threads/threads.h
37995 ____________________________________________________________________________
37996 [ 12410] By: sky                                   on 2001/10/12  18:07:37
37997         Log: Apperently OLD PTHREADS API is a bit retarded.
37998              This should fix another set of compile failures in HP-UX 10.20.
37999      Branch: perl
38000            ! ext/threads/threads.h ext/threads/threads.xs
38001 ____________________________________________________________________________
38002 [ 12409] By: nick                                  on 2001/10/12  15:30:01
38003         Log: Blind integrate of mainline
38004      Branch: perlio
38005           +> (branch 32 files)
38006            - lib/unicode/README
38007           !> (integrate 121 files)
38008 ____________________________________________________________________________
38009 [ 12408] By: sky                                   on 2001/10/12  14:55:08
38010         Log: Let us avoid being smart for now.
38011      Branch: perl
38012            ! ext/threads/threads.h
38013 ____________________________________________________________________________
38014 [ 12407] By: sky                                   on 2001/10/12  14:38:12
38015         Log: (void*) the argument to make sure we work with picky compilers
38016      Branch: perl
38017            ! ext/threads/threads.xs
38018 ____________________________________________________________________________
38019 [ 12406] By: ams                                   on 2001/10/12  13:26:04
38020         Log: (replaced with #12600)
38021              
38022              Subject: [PATCH 5.6.1 perldoc] use File::Temp
38023              From: Mikhail Zabaluev <mhz@alt-linux.org>
38024              Date: Fri, 12 Oct 2001 12:47:47 +0400
38025              Message-Id: <20011012124747.E13918@localhost.localdomain>
38026      Branch: perl
38027            ! utils/perldoc.PL
38028 ____________________________________________________________________________
38029 [ 12405] By: ams                                   on 2001/10/12  13:05:32
38030         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
38031              From: andreas.koenig@anima.de (Andreas J. Koenig)
38032              Date: 12 Oct 2001 11:12:07 +0200
38033              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
38034      Branch: perl
38035            ! lib/Memoize/t/speed.t
38036 ____________________________________________________________________________
38037 [ 12404] By: sky                                   on 2001/10/12  12:46:15
38038         Log: A) Support OLD_PTHREADS_API
38039              B) Change from using pthread_t to using a TLS to store the
38040              index of the thread in an hash, this is to avoid problems when
38041              in fact pthread_t was not a seralizable type.
38042              Both these changes are because of HP-UX 10.20
38043              This has not been tested on win32 but should work there.
38044              Need to add support for NetWare.
38045      Branch: perl
38046            ! ext/threads/threads.h ext/threads/threads.xs
38047 ____________________________________________________________________________
38048 [ 12403] By: ams                                   on 2001/10/12  07:34:19
38049         Log: Subject: Re: New module XML::Clean
38050              From: andreas.koenig@anima.de (Andreas J. Koenig)
38051              Date: 12 Oct 2001 10:20:35 +0200
38052              Message-Id: <m3elo9uv58.fsf@anima.de>
38053      Branch: perl
38054            ! pod/perlnewmod.pod
38055 ____________________________________________________________________________
38056 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
38057         Log: More HP model tweaks from Merijn.
38058      Branch: perl
38059            ! README.hpux
38060 ____________________________________________________________________________
38061 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
38062         Log: Update Changes.
38063      Branch: perl
38064            ! Changes patchlevel.h
38065 ____________________________________________________________________________
38066 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
38067         Log: HP-UX update from H.Merijn Brand.
38068      Branch: perl
38069            ! README.hpux
38070 ____________________________________________________________________________
38071 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
38072         Log: Subject: [PATCH] fix link rot in README.vms
38073              From: "Craig A. Berry" <craigberry@mac.com>
38074              Date: Wed, 10 Oct 2001 17:17:00 -0500
38075              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
38076      Branch: perl
38077            ! README.vms
38078 ____________________________________________________________________________
38079 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
38080         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
38081              From: "chromatic" <chromatic@rmci.net>
38082              Date: Wed, 10 Oct 2001 15:50:30 -0600
38083              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
38084      Branch: perl
38085            ! lib/Term/Complete.t
38086 ____________________________________________________________________________
38087 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
38088         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
38089              From: "chromatic" <chromatic@rmci.net>
38090              Date: Wed, 10 Oct 2001 15:45:42 -0600
38091              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
38092      Branch: perl
38093            + lib/ExtUtils/Packlist.t
38094            ! MANIFEST
38095 ____________________________________________________________________________
38096 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
38097         Log: VMS needs quotes around the -I option to keep it from
38098              being downcased, from Charles Lane.
38099      Branch: perl
38100            ! t/run/kill_perl.t
38101 ____________________________________________________________________________
38102 [ 12395] By: ams                                   on 2001/10/10  16:22:32
38103         Log: Subject: [PATCH lib/FindBin.pm]
38104              From: Stas Bekman <stas@stason.org>
38105              Date: Tue, 09 Oct 2001 23:57:10 +0800
38106              Message-Id: <3BC31E56.60805@stason.org>
38107      Branch: perl
38108            ! lib/FindBin.pm
38109 ____________________________________________________________________________
38110 [ 12394] By: ams                                   on 2001/10/10  16:09:53
38111         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
38112              From: Abhijit Menon-Sen <ams@wiw.org>
38113              Date: Wed, 10 Oct 2001 21:59:33 +0530
38114              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
38115      Branch: perl
38116            ! ext/Data/Dumper/Dumper.xs
38117 ____________________________________________________________________________
38118 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
38119         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
38120              from Charles Lane.
38121      Branch: perl
38122            ! lib/File/Spec/VMS.pm
38123 ____________________________________________________________________________
38124 [ 12392] By: ams                                   on 2001/10/10  14:49:43
38125         Log: Subject: [PATCH] two s/// bugfixes
38126              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38127              Date: Wed, 10 Oct 2001 17:23:44 +0200
38128              Message-Id: <20011010172344.C22440@rafael>
38129      Branch: perl
38130            ! pp_ctl.c regexec.c t/op/subst.t
38131 ____________________________________________________________________________
38132 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
38133         Log: Fix/improve handling of the [000000] special "root"
38134              directory, by putting cwd in canonical form when doing
38135              abs2rel, and prepending a 000000 to directory "chunks"
38136              if missing from base or path.  Also adjust test to
38137              reflect the (improved) output from abs2rel.
38138              From Charles Lane.
38139      Branch: perl
38140            ! lib/File/Spec.t lib/File/Spec/VMS.pm
38141 ____________________________________________________________________________
38142 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
38143         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
38144              all of the extra VMSish attributes (such as "treat this logical
38145              as a device name") that are necessary to make programs run.
38146              A tainted %ENV does not hinder VMS.  From Charles Lane.
38147      Branch: perl
38148            ! lib/File/Find/t/taint.t
38149 ____________________________________________________________________________
38150 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
38151         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
38152              
38153              o  VMS is case-insensitive, RTL downcases filenames read
38154              by perl... so need to re-upcase filenames like MANIFEST
38155              and MANIFEST.SKIP
38156              
38157              o  Need to convert VMS-style to Unix-style filenames when comparing
38158              names in MANIFEST to names in filesystem.
38159              
38160              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
38161              since VMS won't let you (easily) delete non-empty directories.
38162              
38163              From Charles Lane.
38164      Branch: perl
38165            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
38166 ____________________________________________________________________________
38167 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
38168         Log: Unix and VMS agree on "*" as a "match any number of any chars"
38169              wildcards, but differ ("?"  vs.  "%") for their "match any single
38170              char" wildcard.  This patch changes "?"  chars to "%" before doing a
38171              VMS glob...at no loss of functionality, since "?"  isn't a valid
38172              filename char on VMS.  From Charles Lane.
38173      Branch: perl
38174            ! doio.c
38175 ____________________________________________________________________________
38176 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
38177         Log: (accidentally empty submit; new life as #12390)
38178      Branch: perl
38179            ! lib/File/Find/t/taint.t
38180 ____________________________________________________________________________
38181 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
38182         Log: Even more VMS tweakage from Charles Lane:
38183              
38184              Tweak #1:  splitdir only works on directory part of filespec,
38185              split off volume first
38186              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
38187              (it's a horrible kludge in the run-time library,
38188              improved in later versions). Check the
38189              $Config{'d_setenv'} flag before attempting to set it.
38190      Branch: perl
38191            ! t/op/chdir.t
38192 ____________________________________________________________________________
38193 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
38194         Log: VMS tweakage from Charles Lane.
38195              
38196              . command.com doubles an output line when prompting for extensions
38197              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
38198              . perl5db doesn't clean up after itself
38199      Branch: perl
38200            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
38201 ____________________________________________________________________________
38202 [ 12384] By: sky                                   on 2001/10/09  19:16:11
38203         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
38204              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38205              Date: Tue, 9 Oct 2001 22:10:26 +0200
38206              Message-ID: <20011009221026.A8579@rafael>
38207      Branch: perl
38208            ! pod/perldata.pod
38209 ____________________________________________________________________________
38210 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
38211         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
38212              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
38213              Date: 9 Oct 2001 15:15:06 -0000
38214              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
38215      Branch: perl
38216            ! t/op/subst.t
38217 ____________________________________________________________________________
38218 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
38219         Log: Update Changes.
38220      Branch: perl
38221            ! Changes patchlevel.h
38222 ____________________________________________________________________________
38223 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
38224         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
38225              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
38226              when a NULL is passed for the filename string pointer.
38227              From Charles Lane.
38228      Branch: perl
38229            ! vms/vms.c
38230 ____________________________________________________________________________
38231 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
38232         Log: Subject: HP systems update
38233              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38234              Date: Tue, 09 Oct 2001 15:59:22 +0200
38235              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
38236      Branch: perl
38237            ! README.hpux
38238 ____________________________________________________________________________
38239 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
38240         Log: CPAN::Nox does now have a test.
38241      Branch: perl
38242            ! t/lib/1_compile.t
38243 ____________________________________________________________________________
38244 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
38245         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
38246              From: David Dyck <dcd@tc.fluke.com>
38247              Date: Mon, 1 Oct 2001 12:17:36 -0700
38248              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
38249      Branch: perl
38250            ! installperl
38251 ____________________________________________________________________________
38252 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
38253         Log: NetWare update from Ananth Kesari.
38254      Branch: perl
38255            ! NetWare/nwperlsys.h makedef.pl
38256 ____________________________________________________________________________
38257 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
38258         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
38259              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38260              Date: Tue, 9 Oct 2001 08:40:57 EDT
38261              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
38262      Branch: perl
38263            ! lib/File/Find/t/find.t
38264 ____________________________________________________________________________
38265 [ 12374] By: ams                                   on 2001/10/09  05:31:45
38266         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
38267              ExtUtils::Mkbootstrap
38268              From: "chromatic" <chromatic@rmci.net>
38269              Date: Tue, 09 Oct 2001 00:08:37 -0600
38270              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
38271      Branch: perl
38272            + lib/ExtUtils/Mkbootstrap.t
38273            ! MANIFEST
38274 ____________________________________________________________________________
38275 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
38276         Log: Enable more debugging.
38277      Branch: perl
38278            ! lib/utf8_heavy.pl
38279 ____________________________________________________________________________
38280 [ 12372] By: ams                                   on 2001/10/09  02:11:59
38281         Log: #12370 forgot to modify is_gv_magical().
38282      Branch: perl
38283            ! gv.c
38284 ____________________________________________________________________________
38285 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
38286         Log: Make the toupper/lower/title API for Unicode not right
38287              but at least less wrong: prepare for the mapping being
38288              more than just one-character-to-one-character.
38289      Branch: perl
38290            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
38291            ! regexec.c utf8.c
38292 ____________________________________________________________________________
38293 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
38294         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
38295              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38296              Date: Mon, 8 Oct 2001 22:18:23 -0400
38297              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
38298      Branch: perl
38299            ! pod/perlvar.pod t/op/taint.t
38300 ____________________________________________________________________________
38301 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
38302         Log: FAQ sync.
38303      Branch: perl
38304            ! pod/perlfaq3.pod pod/perlfaq4.pod
38305 ____________________________________________________________________________
38306 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
38307         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
38308              From: "chromatic" <chromatic@rmci.net>
38309              Date: Mon, 08 Oct 2001 14:05:32 -0600
38310              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
38311      Branch: perl
38312            ! lib/Term/Cap.t
38313 ____________________________________________________________________________
38314 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
38315         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
38316              From: Michael G Schwern <schwern@pobox.com>
38317              Date: Mon, 8 Oct 2001 17:00:14 -0400
38318              Message-ID: <20011008170014.L17083@blackrider>
38319      Branch: perl
38320            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
38321 ____________________________________________________________________________
38322 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
38323         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
38324              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38325              Date: Mon, 8 Oct 2001 16:01:33 EDT
38326              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
38327      Branch: perl
38328            ! ext/Time/HiRes/HiRes.xs
38329 ____________________________________________________________________________
38330 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
38331         Log: Subject: [PATCH] Autosplit patch for VMS
38332              From: "Craig A. Berry" <craigberry@mac.com>
38333              Date: Mon, 08 Oct 2001 15:40:43 -0500
38334              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
38335      Branch: perl
38336            ! lib/AutoSplit.pm lib/AutoSplit.t
38337 ____________________________________________________________________________
38338 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
38339         Log: Don't assume that everybody is running OS X 10.1 yet;
38340              from Kay Röpke.
38341      Branch: perl
38342            ! hints/darwin.sh
38343 ____________________________________________________________________________
38344 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
38345         Log: Update Changes.
38346      Branch: perl
38347            ! Changes patchlevel.h
38348 ____________________________________________________________________________
38349 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
38350         Log: Retract #12358 for now.
38351      Branch: perl
38352            ! lib/Term/Cap.t
38353 ____________________________________________________________________________
38354 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
38355         Log: Can't figure out what this is testing.
38356              (If it is trying to catch SIGKILL, it should stop
38357              trying because that is by definition impossible.)
38358      Branch: perl
38359            ! lib/sigtrap.t
38360 ____________________________________________________________________________
38361 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
38362         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
38363              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
38364              Date: Sun, 30 Sep 2001 21:15:13 +0200
38365              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
38366      Branch: perl
38367            ! lib/ExtUtils/MM_Win32.pm
38368 ____________________________________________________________________________
38369 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
38370         Log: Clarify the ldlibpth part and condense the overall text.
38371      Branch: perl
38372            ! t/TEST
38373 ____________________________________________________________________________
38374 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
38375         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
38376              From: "chromatic" <chromatic@rmci.net>
38377              Date: Sun, 07 Oct 2001 16:59:26 -0600
38378              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
38379      Branch: perl
38380            ! lib/Term/Cap.t
38381 ____________________________________________________________________________
38382 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
38383         Log: Update the list because fo #12265.
38384      Branch: perl
38385            ! t/lib/1_compile.t
38386 ____________________________________________________________________________
38387 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
38388         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
38389              From: Nicholas Clark <nick@ccl4.org>
38390              Date: Sun, 7 Oct 2001 20:53:33 +0100
38391              Message-ID: <20011007205333.S38756@plum.flirble.org>   
38392      Branch: perl
38393            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
38394            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
38395            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
38396            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
38397            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
38398            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
38399            ! lib/Switch/t/switch.t lib/Term/Complete.t
38400            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
38401            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
38402            ! t/op/my_stash.t
38403 ____________________________________________________________________________
38404 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
38405         Log: Integrate patch #12350 from maintperl; typo in
38406              IO::Seekable doc.
38407      Branch: perl
38408           !> ext/IO/lib/IO/Seekable.pm
38409 ____________________________________________________________________________
38410 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
38411         Log: Detypo.
38412      Branch: perl
38413            ! hints/darwin.sh
38414 ____________________________________________________________________________
38415 [ 12353] By: sky                                   on 2001/10/07  17:16:14
38416         Log: Change 12349 didn't really get it right.
38417      Branch: perl
38418            ! lib/Unicode/README
38419 ____________________________________________________________________________
38420 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
38421         Log: If running the harness the dynamic library search path
38422              may need setting.
38423      Branch: perl
38424            ! t/TEST
38425 ____________________________________________________________________________
38426 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
38427         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
38428              in ldflags.
38429      Branch: perl
38430            ! hints/darwin.sh
38431 ____________________________________________________________________________
38432 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
38433         Log: typo in IO::Seekable doc
38434      Branch: maint-5.6/perl
38435            ! ext/IO/lib/IO/Seekable.pm
38436 ____________________________________________________________________________
38437 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
38438         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
38439              doesn't work on Mac OS X 10.1 (when unpacking the tar the
38440              latter gets renamed as lib/unicode:1, assumedly for security
38441              reasons not to overwrite stuff)
38442      Branch: perl
38443            + lib/Unicode/README
38444            - lib/unicode/README
38445            ! MANIFEST
38446 ____________________________________________________________________________
38447 [ 12348] By: ams                                   on 2001/10/07  05:33:40
38448         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
38449              From: "chromatic" <chromatic@rmci.net>
38450              Date: Sat, 06 Oct 2001 21:42:03 -0600
38451              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
38452      Branch: perl
38453            + lib/CPAN/t/Nox.t
38454            ! MANIFEST
38455 ____________________________________________________________________________
38456 [ 12347] By: ams                                   on 2001/10/07  00:48:10
38457         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
38458              From: "chromatic" <chromatic@rmci.net>
38459              Date: Sat, 06 Oct 2001 18:52:10 -0600
38460              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
38461      Branch: perl
38462            + lib/sigtrap.t
38463            ! MANIFEST
38464 ____________________________________________________________________________
38465 [ 12346] By: ams                                   on 2001/10/06  23:14:01
38466         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
38467              h2xs write?)
38468              From: Nicholas Clark <nick@ccl4.org>
38469              Date: Sat, 6 Oct 2001 21:46:43 +0100
38470              Message-Id: <20011006214643.L38756@plum.flirble.org>
38471      Branch: perl
38472            ! utils/h2xs.PL
38473 ____________________________________________________________________________
38474 [ 12345] By: ams                                   on 2001/10/06  17:39:53
38475         Log: Subject: [PATCH] Memoize tests
38476              From: Nicholas Clark <nick@ccl4.org>
38477              Date: Sat, 6 Oct 2001 18:04:21 +0100
38478              Message-Id: <20011006180421.J38756@plum.flirble.org>
38479      Branch: perl
38480            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
38481            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
38482            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
38483            ! lib/Memoize/t/expire_module_n.t
38484            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
38485            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
38486            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
38487            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
38488            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
38489            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
38490 ____________________________________________________________________________
38491 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
38492         Log: Retract the latter part of #12343.
38493      Branch: perl
38494            ! ext/IO/lib/IO/Socket/INET.pm
38495 ____________________________________________________________________________
38496 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
38497         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
38498              From: David Dyck <dcd@tc.fluke.com>
38499              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
38500              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
38501              
38502              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
38503              From: David Dyck <dcd@tc.fluke.com>
38504              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
38505              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
38506      Branch: perl
38507            ! ext/IO/lib/IO/Socket/INET.pm
38508 ____________________________________________________________________________
38509 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
38510         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
38511              From: Robin Barker <rmb1@cise.npl.co.uk>
38512              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
38513              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
38514      Branch: perl
38515            ! t/TEST
38516 ____________________________________________________________________________
38517 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
38518         Log: Don't assume that %x is good for displaying UVs.
38519      Branch: perl
38520            ! dump.c
38521 ____________________________________________________________________________
38522 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
38523         Log: Update Changes.
38524      Branch: perl
38525            ! Changes patchlevel.h
38526 ____________________________________________________________________________
38527 [ 12339] By: ams                                   on 2001/10/05  10:22:34
38528         Log: Subject: [PATCH] perlfunc/select
38529              From: Nicholas Clark <nick@ccl4.org>
38530              Date: Fri, 5 Oct 2001 11:33:58 +0100
38531              Message-Id: <20011005113358.Z38756@plum.flirble.org>
38532      Branch: perl
38533            ! pod/perlfunc.pod
38534 ____________________________________________________________________________
38535 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
38536         Log: Retract #12313 and #12249.
38537      Branch: perl
38538            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
38539            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
38540            ! pod/perlebcdic.pod
38541 ____________________________________________________________________________
38542 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
38543         Log: Subject: [PATCH] perlvms.pod update
38544              From: "Craig A. Berry" <craigberry@mac.com>
38545              Date: Thu, 04 Oct 2001 12:55:52 -0500
38546              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
38547      Branch: perl
38548            ! vms/perlvms.pod
38549 ____________________________________________________________________________
38550 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
38551         Log: Subject: PATCH: Tie::SubstrHash
38552              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
38553              Date: Thu, 04 Oct 2001 12:12:41 +0100
38554              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
38555      Branch: perl
38556            ! lib/Tie/SubstrHash.pm
38557 ____________________________________________________________________________
38558 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
38559         Log: Unicode properties saga continues.
38560      Branch: perl
38561            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
38562            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
38563 ____________________________________________________________________________
38564 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
38565         Log: Yet more Unicode properties.
38566      Branch: perl
38567            + lib/unicore/In/137.pl lib/unicore/In/138.pl
38568            + lib/unicore/In/139.pl lib/unicore/In/140.pl
38569            + lib/unicore/In/141.pl lib/unicore/In/142.pl
38570            + lib/unicore/In/143.pl lib/unicore/In/144.pl
38571            + lib/unicore/In/145.pl lib/unicore/In/146.pl
38572            + lib/unicore/In/147.pl lib/unicore/In/148.pl
38573            + lib/unicore/In/149.pl lib/unicore/In/150.pl
38574            + lib/unicore/In/151.pl lib/unicore/In/152.pl
38575            + lib/unicore/In/153.pl lib/unicore/In/154.pl
38576            + lib/unicore/In/155.pl lib/unicore/In/156.pl
38577            + lib/unicore/In/157.pl lib/unicore/In/158.pl
38578            + lib/unicore/In/159.pl lib/unicore/In/160.pl
38579            + lib/unicore/In/161.pl lib/unicore/In/162.pl
38580            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
38581            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
38582            ! pod/perlunicode.pod
38583 ____________________________________________________________________________
38584 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
38585         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
38586              From: "Craig A. Berry" <craigberry@mac.com>
38587              Date: Wed, 03 Oct 2001 17:45:25 -0500
38588              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
38589              
38590              (the lib/Term/Complete.t patched differently by #12332)
38591      Branch: perl
38592            ! lib/ExtUtils/Command.t
38593 ____________________________________________________________________________
38594 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
38595         Log: Restore only if something to restore.
38596      Branch: perl
38597            ! lib/Term/Complete.t
38598 ____________________________________________________________________________
38599 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
38600         Log: Update various resources for credits,
38601              minor icons fixes, and versions.
38602      Branch: maint-5.6/macperl
38603            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
38604            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
38605            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
38606 ____________________________________________________________________________
38607 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
38608         Log: Quiet the warnings about using undef value
38609      Branch: maint-5.6/macperl
38610            ! lib/File/Temp.pm
38611 ____________________________________________________________________________
38612 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
38613         Log: Fix up Ballon Help and Help menu docs (first pass);
38614              remove balloon rez file, and autogenerate with
38615              Balloon2Rez instead.
38616      Branch: maint-5.6/macperl
38617            + macos/macperl/macscripts/Balloon2Rez
38618            - macos/macperl/MPBalloons.r
38619            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
38620 ____________________________________________________________________________
38621 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
38622         Log: Allow overriding of defaults, for change #12327.
38623      Branch: maint-5.6/macperl
38624            ! perl.h
38625 ____________________________________________________________________________
38626 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
38627         Log: Override PerlProc_exit.
38628      Branch: maint-5.6/macperl
38629            ! macos/macish.h
38630 ____________________________________________________________________________
38631 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
38632         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
38633      Branch: maint-5.6/macperl
38634            + macos/bundled_lib/blib/lib/MD5.pm
38635            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
38636            + macos/lib/Mac/AETE/Dialect.pm
38637            + macos/lib/Mac/AETE/Format/Converter.pm
38638            + macos/lib/Mac/AETE/Format/Dictionary.pm
38639            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
38640            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
38641            + macos/lib/Mac/Toolbox.pod
38642            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
38643 ____________________________________________________________________________
38644 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
38645         Log: Sync up silly CVS headers ... I should commit CVS
38646              first to avoid this ...
38647      Branch: maint-5.6/macperl
38648            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
38649            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
38650            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
38651            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
38652 ____________________________________________________________________________
38653 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
38654         Log: Fix Matthias' address, and attributions.
38655      Branch: maint-5.6/macperl
38656            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
38657            ! pod/perlport.pod
38658 ____________________________________________________________________________
38659 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
38660         Log: Fix Matthias' address, and attributions.
38661      Branch: maint-5.6/macperl
38662            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
38663            ! macos/ext/Mac/Components/Components.pm
38664            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
38665            ! macos/ext/Mac/Dialogs/Dialogs.pm
38666            ! macos/ext/Mac/Events/Events.pm
38667            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
38668            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
38669            ! macos/ext/Mac/Gestalt/Gestalt.pm
38670            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
38671            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
38672            ! macos/ext/Mac/Menus/Menus.pm
38673            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
38674            ! macos/ext/Mac/Movies/Movies.pm
38675            ! macos/ext/Mac/Navigation/Navigation.pm
38676            ! macos/ext/Mac/Notification/Notification.pm
38677            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
38678            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
38679            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
38680            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
38681            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
38682            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
38683            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
38684            ! macos/ext/Mac/StandardFile/StandardFile.pm
38685            ! macos/ext/Mac/TextEdit/TextEdit.pm
38686            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
38687            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
38688            ! macos/lib/Mac/LowMem.pm
38689 ____________________________________________________________________________
38690 [ 12322] By: sky                                   on 2001/10/03  18:41:07
38691         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
38692              From: "Craig A. Berry" <craigberry@mac.com>
38693              Date: Wed, 03 Oct 2001 14:30:55 -0500
38694              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
38695      Branch: perl
38696            ! vms/vms.c
38697 ____________________________________________________________________________
38698 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
38699         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
38700              From: "Craig A. Berry" <craigberry@mac.com>
38701              Date: Wed, 03 Oct 2001 14:30:55 -0500
38702              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
38703      Branch: perl
38704            ! vms/vms.c
38705 ____________________________________________________________________________
38706 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
38707         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
38708              only IsL&) and Inherited (negative lookahead good);
38709              add tests for Common, Inherited, and L&.
38710      Branch: perl
38711            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
38712 ____________________________________________________________________________
38713 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
38714         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
38715              (The Unicode standard uses L& quite often.)
38716      Branch: perl
38717            ! lib/utf8_heavy.pl
38718 ____________________________________________________________________________
38719 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
38720         Log: Add the 'Common' Unicode property (code points not
38721              explicitly assigned to any other script).
38722      Branch: perl
38723            + lib/unicore/In/136.pl
38724            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
38725 ____________________________________________________________________________
38726 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
38727         Log: Skip the RV printing test under threads until fixed.
38728      Branch: perl
38729            ! ext/B/t/terse.t
38730 ____________________________________________________________________________
38731 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
38732         Log: Subject: 12309 / cygwin / win2k
38733              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38734              Date: Wed, 03 Oct 2001 15:25:15 +0200
38735              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
38736      Branch: perl
38737            ! makedef.pl
38738 ____________________________________________________________________________
38739 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
38740         Log: Metaconfig unit change for #12314.
38741      Branch: metaconfig
38742            ! U/modified/Head.U
38743 ____________________________________________________________________________
38744 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
38745         Log: Subject: Both cygwin and djgpp on one machine
38746              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38747              Date: Wed, 03 Oct 2001 15:02:59 +0200
38748              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
38749      Branch: perl
38750            ! Configure
38751 ____________________________________________________________________________
38752 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
38753         Log: (retracted by #12338)
38754              
38755              Subject: [PATCH] Code clean up for perlboot.pod
38756              From: Casey West <casey@geeknest.com>
38757              Date: Tue, 2 Oct 2001 19:24:43 -0400
38758              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
38759              
38760              Subject: [PATCH] Code clean up for perlbot.diff
38761              From: Casey West <casey@geeknest.com>
38762              Date: Tue, 2 Oct 2001 19:25:22 -0400
38763              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
38764              
38765              Subject: [PATCH] Code clean up for perlcall.pod
38766              From: Casey West <casey@geeknest.com>
38767              Date: Tue, 2 Oct 2001 19:25:57 -0400
38768              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
38769              
38770              Subject: [PATCH] Code clean up for perldata.pod
38771              From: Casey West <casey@geeknest.com>
38772              Date: Tue, 2 Oct 2001 19:26:29 -0400
38773              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
38774              
38775              Subject: [PATCH] Code clean up for perldbmfilter.pod
38776              From: Casey West <casey@geeknest.com>
38777              Date: Tue, 2 Oct 2001 19:26:59 -0400
38778              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
38779              
38780              Subject: [PATCH] Code clean up for perlebcdic.pod
38781              From: Casey West <casey@geeknest.com>
38782              Date: Tue, 2 Oct 2001 19:27:37 -0400
38783              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
38784      Branch: perl
38785            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
38786            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
38787 ____________________________________________________________________________
38788 [ 12312] By: ams                                   on 2001/10/02  23:43:55
38789         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
38790              From: Michael G Schwern <schwern@pobox.com>
38791              Date: Tue, 2 Oct 2001 17:00:49 -0400
38792              Message-Id: <20011002170049.A9955@blackrider>
38793      Branch: perl
38794            ! lib/ExtUtils/MakeMaker.pm
38795 ____________________________________________________________________________
38796 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
38797         Log: FAQ sync.
38798      Branch: perl
38799            ! pod/perlfaq3.pod
38800 ____________________________________________________________________________
38801 [ 12310] By: nick                                  on 2001/10/02  16:09:49
38802         Log: Integrate mainline
38803      Branch: perlio
38804           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
38805           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
38806           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
38807           !> patchlevel.h t/op/pat.t
38808 ____________________________________________________________________________
38809 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
38810         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
38811              not just one single space.
38812      Branch: perl
38813            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
38814 ____________________________________________________________________________
38815 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
38816         Log: AUTHORS updates.
38817      Branch: perl
38818            ! AUTHORS
38819 ____________________________________________________________________________
38820 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
38821         Log: Update Changes.
38822      Branch: perl
38823            ! Changes patchlevel.h
38824 ____________________________________________________________________________
38825 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
38826         Log: Work around old buggy glibcs for langinfo constants,
38827              from Nicholas Clark and David Dyck.
38828      Branch: perl
38829            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
38830 ____________________________________________________________________________
38831 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
38832         Log: Eradicate Time::Piece; add an example.
38833      Branch: perl
38834            ! ext/I18N/Langinfo/Langinfo.pm
38835 ____________________________________________________________________________
38836 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
38837         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
38838              From: Robert Spier <rspier@pobox.com>
38839              Date: Mon, 1 Oct 2001 23:20:16 -0700
38840              Message-ID: <15289.23712.422087.878224@rls.cx>
38841      Branch: perl
38842            ! lib/Pod/Html.pm
38843 ____________________________________________________________________________
38844 [ 12303] By: sky                                   on 2001/10/02  10:40:57
38845         Log: Fixes obscure bug that manifests itself by.
38846              local $!=0;undef*STDOUT;#segfaults
38847              Has been around for a while. Possible other magic IO vars are
38848              possibly affected as well. Reported by Jos Boumans.
38849      Branch: perl
38850            ! mg.c
38851 ____________________________________________________________________________
38852 [ 12302] By: nick                                  on 2001/10/02  09:00:52
38853         Log: Integrate mainline
38854      Branch: perlio
38855           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
38856           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
38857           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
38858 ____________________________________________________________________________
38859 [ 12301] By: nick                                  on 2001/10/02  08:40:57
38860         Log: Integrate mainline + lib/open.t patch from Chromatic
38861      Branch: perlio
38862           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
38863            ! lib/open.t
38864           !> (integrate 29 files)
38865 ____________________________________________________________________________
38866 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
38867         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
38868              Until it has, better stop early if someone requests threads.
38869      Branch: perl
38870            ! hints/darwin.sh
38871 ____________________________________________________________________________
38872 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
38873         Log: Subject: [ID 20011001.011] redundant code in t/TEST
38874              From: David Dyck <dcd@tc.fluke.com>
38875              Date: Mon, 1 Oct 2001 12:56:24 -0700
38876              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
38877      Branch: perl
38878            ! t/TEST
38879 ____________________________________________________________________________
38880 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
38881         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
38882              From: "chromatic" <chromatic@rmci.net>
38883              Date: Mon, 01 Oct 2001 12:27:12 -0600
38884              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
38885      Branch: perl
38886            ! lib/Term/Cap.t
38887 ____________________________________________________________________________
38888 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
38889         Log: UNICOS testing patches from Nicholas Clark.
38890      Branch: perl
38891            ! t/op/arith.t t/op/pack.t
38892 ____________________________________________________________________________
38893 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
38894         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
38895              From: "chromatic" <chromatic@rmci.net>
38896              Date: Mon, 01 Oct 2001 10:21:51 -0600
38897              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
38898      Branch: perl
38899            ! lib/open.t
38900 ____________________________________________________________________________
38901 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
38902         Log: Make missing the RADIXCHAR a softer, gentler error.
38903      Branch: perl
38904            ! ext/I18N/Langinfo/Langinfo.t
38905 ____________________________________________________________________________
38906 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
38907         Log: Nuke also the LANG because of glibc.
38908      Branch: perl
38909            ! lib/open.t
38910 ____________________________________________________________________________
38911 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
38912         Log: Also the ^Is is optional.
38913      Branch: perl
38914            ! pod/perlunicode.pod t/op/pat.t
38915 ____________________________________________________________________________
38916 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
38917         Log: Be careful to pull chars from the varargs stack when
38918              formatting chars.
38919      Branch: perl
38920            ! regcomp.c
38921 ____________________________________________________________________________
38922 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
38923         Log: sortsv not in place anymore, noticed by John P. Linderman.
38924      Branch: perl
38925            ! pod/perlapi.pod pp_ctl.c
38926 ____________________________________________________________________________
38927 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
38928         Log: Make the diagnostic messages more neutral.
38929      Branch: perl
38930            ! ext/B/t/terse.t
38931 ____________________________________________________________________________
38932 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
38933         Log: Forgotten from #12288.
38934      Branch: perl
38935            ! ext/Data/Dumper/Dumper.pm
38936 ____________________________________________________________________________
38937 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
38938         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
38939              From: Brian Ingerson <ingy@ttul.org>
38940              Date: Sun, 30 Sep 2001 21:45:56 -0700
38941              Message-ID: <20010930214556.D26392@ttul.org>
38942              
38943              (remember also the #12289)
38944      Branch: perl
38945            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
38946 ____________________________________________________________________________
38947 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
38948         Log: More Unicode property tests for the abbreviated
38949              general properties.
38950      Branch: perl
38951            ! t/op/pat.t
38952 ____________________________________________________________________________
38953 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
38954         Log: Further tweaks to the Unicode properties.
38955      Branch: perl
38956            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
38957 ____________________________________________________________________________
38958 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
38959         Log: Retract #12284.
38960      Branch: perl
38961            ! lib/Term/Cap.t
38962 ____________________________________________________________________________
38963 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
38964         Log: (Retracted by #12285)
38965      Branch: perl
38966            ! lib/Term/Cap.t
38967 ____________________________________________________________________________
38968 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
38969         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
38970              From: "chromatic" <chromatic@rmci.net>  
38971              Date: Sun, 30 Sep 2001 16:10:02 -0600
38972              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
38973      Branch: perl
38974            + lib/Term/Cap.t
38975            ! MANIFEST
38976 ____________________________________________________________________________
38977 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
38978         Log: Use stty -g to restore the terminal state, do not even
38979              try to run the tests if stty -g is not available.
38980      Branch: perl
38981            ! lib/Term/Complete.t
38982 ____________________________________________________________________________
38983 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
38984         Log: Cleanup utf8_heavy; allow dropping the In prefix from
38985              Unicode script/block properties.
38986      Branch: perl
38987            ! lib/utf8_heavy.pl
38988 ____________________________________________________________________________
38989 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
38990         Log: Retract the #12259 for now.
38991      Branch: perl
38992            ! embed.h embed.pl sv.h
38993 ____________________________________________________________________________
38994 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
38995         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
38996      Branch: perl
38997            + lib/Text/TabsWrap/CHANGELOG
38998            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
38999 ____________________________________________________________________________
39000 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
39001         Log: #12272 wasn't right, it introduced an extra ().
39002      Branch: perl
39003            ! lib/utf8_heavy.pl
39004 ____________________________________________________________________________
39005 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
39006         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
39007              From: Jonathan Stowe <gellyfish@gellyfish.com>
39008              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
39009              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
39010      Branch: perl
39011            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
39012 ____________________________________________________________________________
39013 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
39014         Log: Subject: Patch to put qsortsv in the public API
39015              From: Brian Ingerson <ingy@ttul.org>
39016              Date: Sat, 29 Sep 2001 17:41:13 -0700
39017              Message-ID: <20010929174113.A30223@ttul.org>
39018      Branch: perl
39019            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
39020 ____________________________________________________________________________
39021 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
39022         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
39023              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39024              Date: Sat, 29 Sep 2001 23:54:48 +0200
39025              Message-ID: <20010929235448.A5017@rafael>
39026      Branch: perl
39027            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
39028 ____________________________________________________________________________
39029 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
39030         Log: FAQ sync.
39031      Branch: perl
39032            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
39033            ! pod/perlfaq9.pod
39034 ____________________________________________________________________________
39035 [ 12273] By: bailey                                on 2001/09/29  23:43:46
39036         Log: Resync with mainline
39037      Branch: vmsperl
39038           +> (branch 1207 files)
39039            - (delete 324 files)
39040           !> (integrate 866 files)
39041 ____________________________________________________________________________
39042 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
39043         Log: Nasty recursion trap if one would match Unicode.
39044      Branch: perl
39045            ! lib/utf8_heavy.pl
39046 ____________________________________________________________________________
39047 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
39048         Log: More Unicode todo.
39049      Branch: perl
39050            ! pod/perltodo.pod
39051 ____________________________________________________________________________
39052 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
39053         Log: Explain a bit the new more flexible \p\P syntax.
39054      Branch: perl
39055            ! pod/perlunicode.pod
39056 ____________________________________________________________________________
39057 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
39058         Log: More leniency to the \p and \P: now can have whitespace
39059              between the property definition and the curlies; now can
39060              invert the property by having a caret between the open
39061              curly and the property.
39062      Branch: perl
39063            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
39064 ____________________________________________________________________________
39065 [ 12268] By: nick                                  on 2001/09/29  17:39:26
39066         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
39067              one test (lib/open.t) fails
39068      Branch: perlio
39069           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
39070           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
39071           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
39072           +> lib/Tie/Scalar.t lib/open.t
39073            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
39074            - ext/B/Stash.t
39075           !> (integrate 62 files)
39076 ____________________________________________________________________________
39077 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
39078         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
39079      Branch: perl
39080            ! t/op/chdir.t
39081 ____________________________________________________________________________
39082 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
39083         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
39084              From: "Craig A. Berry" <craigberry@mac.com> 
39085              Date: Sat, 29 Sep 2001 09:35:33 -0500
39086              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
39087      Branch: perl
39088            ! t/op/chdir.t
39089 ____________________________________________________________________________
39090 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
39091         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
39092              From: "chromatic" <chromatic@rmci.net>
39093              Date: Fri, 28 Sep 2001 21:20:12 -0600
39094              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
39095      Branch: perl
39096            + lib/Tie/Scalar.t
39097            ! MANIFEST lib/Tie/Scalar.pm
39098 ____________________________________________________________________________
39099 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
39100         Log: Allow for more flexibility in the \p{In...} names, now
39101              case doesn't matter, and any space or dash can be
39102              matched by any space, dash, underbar, or empty.
39103              (may be going too far on leniency)
39104      Branch: perl
39105            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
39106            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
39107            ! t/op/pat.t
39108 ____________________________________________________________________________
39109 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
39110         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
39111              From: "chromatic" <chromatic@rmci.net>
39112              Date: Fri, 28 Sep 2001 17:39:50 -0600
39113              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
39114      Branch: perl
39115            + lib/open.t
39116            ! MANIFEST
39117 ____________________________________________________________________________
39118 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
39119         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
39120              From: "Craig A. Berry" <craigberry@mac.com>
39121              Date: Fri, 28 Sep 2001 16:24:51 -0500
39122              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
39123      Branch: perl
39124            ! ext/File/Glob/t/basic.t
39125 ____________________________________________________________________________
39126 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
39127         Log: Subject: [DOC PATCH] Carp.pm pod typo
39128              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39129              Date: Fri, 28 Sep 2001 23:14:51 +0200
39130              Message-ID: <20010928231451.E16889@rafael>
39131      Branch: perl
39132            ! lib/Carp.pm
39133 ____________________________________________________________________________
39134 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
39135         Log: Subject: [PATCH] Allow an @INC hook to set %INC
39136              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39137              Date: Fri, 28 Sep 2001 22:18:13 +0200
39138              Message-ID: <20010928221813.A16889@rafael>
39139      Branch: perl
39140            ! pp_ctl.c
39141 ____________________________________________________________________________
39142 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
39143         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
39144              From: Nicholas Clark <nick@ccl4.org>
39145              Date: Fri, 28 Sep 2001 23:39:33 +0100
39146              Message-ID: <20010928233933.C23673@plum.flirble.org>
39147      Branch: perl
39148            ! embed.h embed.pl sv.h
39149 ____________________________________________________________________________
39150 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
39151         Log: Update Changes.
39152      Branch: perl
39153            ! Changes patchlevel.h
39154 ____________________________________________________________________________
39155 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
39156         Log: Move the B tests to B/t.
39157      Branch: perl
39158            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
39159            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
39160            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
39161            - ext/B/Showlex.t ext/B/Stash.t
39162            ! MANIFEST
39163 ____________________________________________________________________________
39164 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
39165         Log: Forgot from #12254.
39166      Branch: perl
39167            + ext/B/B/Terse.t
39168 ____________________________________________________________________________
39169 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
39170         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
39171              From: "chromatic" <chromatic@rmci.net>
39172              Date: Thu, 27 Sep 2001 23:22:17 -0600
39173              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
39174      Branch: perl
39175            ! MANIFEST
39176 ____________________________________________________________________________
39177 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
39178         Log: Test numbering mismatch.
39179      Branch: perl
39180            ! t/op/chdir.t
39181 ____________________________________________________________________________
39182 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
39183         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
39184              From: "Craig A. Berry" <craigberry@mac.com>
39185              Date: Wed, 26 Sep 2001 17:43:14 -0500
39186              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
39187      Branch: perl
39188            ! iperlsys.h t/op/chdir.t
39189 ____________________________________________________________________________
39190 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
39191         Log: Subject: [PATCH gv.c] make __ANON__ global
39192              From: Robin Barker <rmb1@cise.npl.co.uk>
39193              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
39194              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
39195      Branch: perl
39196            ! gv.c t/op/anonsub.t t/op/runlevel.t
39197 ____________________________________________________________________________
39198 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
39199         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
39200              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39201              Date: Thu, 27 Sep 2001 22:34:32 +0200
39202              Message-ID: <20010927223432.A1485@rafael>
39203      Branch: perl
39204            ! ext/B/B/Terse.pm
39205 ____________________________________________________________________________
39206 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
39207         Log: (retracted by #12338)
39208              
39209              Subject: [PATCH] Cleanup of perldsc.pod      
39210              From: Casey West <casey@geeknest.com>
39211              Date: Thu, 27 Sep 2001 11:13:17 -0400
39212              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
39213      Branch: perl
39214            ! pod/perldsc.pod
39215 ____________________________________________________________________________
39216 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
39217         Log: Not everyone is using ithreads...
39218      Branch: perl
39219            ! ext/Devel/Peek/Peek.t
39220 ____________________________________________________________________________
39221 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
39222         Log: Document the nss_delete core dump workaround for HP-UX
39223              and Solaris, bug IDs 20010805.018 and 20010629.004.
39224      Branch: perl
39225            ! README.hpux README.solaris
39226 ____________________________________________________________________________
39227 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
39228         Log: Dump Unicode hash keys also as Unicode,
39229              not just as a byte string.
39230      Branch: perl
39231            ! dump.c ext/Devel/Peek/Peek.t
39232 ____________________________________________________________________________
39233 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
39234         Log: Integrate changes #12241 and #12242 from macperl:
39235              
39236              Remove unneeded disabling of umask() calls
39237              
39238              Note (get|set)sockopt are available.
39239      Branch: perl
39240           !> lib/File/Temp.pm pod/perlport.pod
39241 ____________________________________________________________________________
39242 [ 12244] By: sky                                   on 2001/09/27  08:53:00
39243         Log: Flush buffers on thread closedown.
39244      Branch: perl
39245            ! ext/threads/threads.xs
39246 ____________________________________________________________________________
39247 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
39248         Log: Dump SvUTF8(sv)s also as \x{...}.
39249              
39250              TODO: dump the SvUTF8() hash keys similarly. 
39251      Branch: perl
39252            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
39253 ____________________________________________________________________________
39254 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
39255         Log: Note (get|set)sockopt are available.
39256      Branch: maint-5.6/macperl
39257            ! pod/perlport.pod
39258 ____________________________________________________________________________
39259 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
39260         Log: Remove unneeded disabling of umask() calls
39261      Branch: maint-5.6/macperl
39262            ! lib/File/Temp.pm
39263 ____________________________________________________________________________
39264 [ 12240] By: sky                                   on 2001/09/26  18:44:56
39265         Log: Documention update
39266      Branch: perl
39267            ! ext/threads/threads.pm
39268 ____________________________________________________________________________
39269 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
39270         Log: Update Changes.
39271      Branch: perl
39272            ! Changes patchlevel.h
39273 ____________________________________________________________________________
39274 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
39275         Log: Check that all environment variables are tainted.
39276      Branch: perl
39277            ! t/op/taint.t
39278 ____________________________________________________________________________
39279 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
39280         Log: Manual integration error in #12235.
39281      Branch: perl
39282            ! lib/File/DosGlob.t
39283 ____________________________________________________________________________
39284 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
39285         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
39286              From: "chromatic" <chromatic@rmci.net>
39287              Date: Tue, 25 Sep 2001 23:57:07 -0600
39288              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
39289      Branch: perl
39290            ! perlio.c
39291 ____________________________________________________________________________
39292 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
39293         Log: Integrate macperl changes from Chris Nandor:
39294              12192 11817 11815 11813 11778 11775
39295              
39296              Update CPAN.pm to work with new Mac::BuildTools instead
39297              of ExtUtils::MM_MacOS "orphan" functions
39298              
39299              Fix test
39300              
39301              Make syntax check report in MPW style, fix tests
39302              to use Mac::err=unix to get normal-style error
39303              messages.
39304              
39305              More module and test ports from Thomas Wegner et al
39306              
39307              Fix open of /dev/null for Mac OS
39308              
39309              Allow for platforms to override formatting of errors
39310              on output from Matthias Neeracher (core files)
39311      Branch: perl
39312            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
39313            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
39314            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
39315           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
39316           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
39317           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
39318 ____________________________________________________________________________
39319 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
39320         Log: grrr.
39321      Branch: perl
39322            ! t/op/gv.t
39323 ____________________________________________________________________________
39324 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
39325         Log: Retract #12232.
39326      Branch: perl
39327            ! t/op/gv.t
39328 ____________________________________________________________________________
39329 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
39330         Log: (Retracted by #12233.)
39331      Branch: perl
39332            ! t/op/gv.t
39333 ____________________________________________________________________________
39334 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
39335         Log: Detypo.
39336      Branch: perl
39337            ! ext/Encode/Makefile.PL
39338 ____________________________________________________________________________
39339 [ 12230] By: sky                                   on 2001/09/26  11:36:23
39340         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
39341              We are using a "delay" here because we do not want to depend on thread synchronization issues.
39342      Branch: perl
39343            + ext/threads/t/stress_cv.t
39344            ! MANIFEST ext/threads/t/stress_string.t
39345 ____________________________________________________________________________
39346 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
39347         Log: NetWare tweak from Ananth Kesari.
39348      Branch: perl
39349            ! NetWare/t/Readme.txt
39350 ____________________________________________________________________________
39351 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
39352         Log: Trick to fool case-blind filesystems.
39353      Branch: perl
39354            ! ext/Encode/Makefile.PL
39355 ____________________________________________________________________________
39356 [ 12227] By: sky                                   on 2001/09/26  11:06:50
39357         Log: Threads can start executing in a different order than they were
39358              created.... so we cannot ok() inside the threadstarter.
39359      Branch: perl
39360            ! ext/threads/t/stress_string.t
39361 ____________________________________________________________________________
39362 [ 12226] By: sky                                   on 2001/09/26  07:41:45
39363         Log: Add in stress_string.t to stress test threads a bit more.
39364      Branch: perl
39365            + ext/threads/t/stress_string.t
39366            ! MANIFEST
39367 ____________________________________________________________________________
39368 [ 12225] By: sky                                   on 2001/09/26  07:04:21
39369         Log: Fix negative refcount introduced by #12223.
39370      Branch: perl
39371            ! ext/threads/threads.xs
39372 ____________________________________________________________________________
39373 [ 12224] By: sky                                   on 2001/09/26  06:57:58
39374         Log: Update documentation to match change #12223
39375      Branch: perl
39376            ! sharedsv.c
39377 ____________________________________________________________________________
39378 [ 12223] By: sky                                   on 2001/09/26  06:54:32
39379         Log: Use a separate interpreter for the sharedsv space. Another
39380              negative sv leak. Sigh.
39381      Branch: perl
39382            ! sharedsv.c
39383 ____________________________________________________________________________
39384 [ 12222] By: sky                                   on 2001/09/26  05:58:35
39385         Log: Do the environ assignment in perl_contruct to match perl_destruct.
39386              Now we don't need to perl_parse/perl_run. However environ is a
39387              global....
39388      Branch: perl
39389            ! perl.c
39390 ____________________________________________________________________________
39391 [ 12221] By: sky                                   on 2001/09/26  05:41:02
39392         Log: Move the creation of PL_strtab to perl_construct so we can work
39393              with HV and HEs without running perl_parse.
39394      Branch: perl
39395            ! perl.c
39396 ____________________________________________________________________________
39397 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
39398         Log: integrate macperl changes into maint-5.6
39399      Branch: maint-5.6/perl
39400           !> (integrate 26 files)
39401 ____________________________________________________________________________
39402 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
39403         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
39404              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
39405      Branch: maint-5.6/macperl
39406            ! macos/ext/Mac/Fonts/Fonts.xs
39407            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
39408 ____________________________________________________________________________
39409 [ 12218] By: ams                                   on 2001/09/25  23:31:33
39410         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
39411              From: Nicholas Clark <nick@ccl4.org>
39412              Date: Wed, 26 Sep 2001 01:20:20 +0100
39413              Message-Id: <20010926012020.B48092@plum.flirble.org>
39414      Branch: perl
39415            ! lib/AutoSplit.t
39416 ____________________________________________________________________________
39417 [ 12217] By: ams                                   on 2001/09/25  22:33:05
39418         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
39419              From: "Craig A. Berry" <craigberry@mac.com>
39420              Date: Tue, 25 Sep 2001 18:08:42 -0500
39421              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
39422      Branch: perl
39423            ! vms/vms.c
39424 ____________________________________________________________________________
39425 [ 12216] By: ams                                   on 2001/09/25  21:41:01
39426         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
39427              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
39428              From: Michael G Schwern <schwern@pobox.com>
39429              Date: Wed, 26 Sep 2001 00:38:21 -0400
39430              Message-Id: <20010926003821.A627@blackrider>
39431      Branch: perl
39432            ! lib/AutoSplit.t
39433 ____________________________________________________________________________
39434 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
39435         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
39436              From: Michael G Schwern <schwern@pobox.com>
39437              Date: Tue, 25 Sep 2001 17:43:49 -0400
39438              Message-ID: <20010925174349.B19534@blackrider>
39439      Branch: perl
39440            ! lib/Test/Simple.pm lib/Test/Utils.pm
39441 ____________________________________________________________________________
39442 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
39443         Log: Integrate changes from bleadperl.
39444      Branch: maint-5.6/macperl
39445           !> pod/perlport.pod
39446 ____________________________________________________________________________
39447 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
39448         Log: skip($mess) should result in one skip.
39449      Branch: perl
39450            ! t/test.pl
39451 ____________________________________________________________________________
39452 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
39453         Log: Integrate change #12200 from maintperl.
39454      Branch: maint-5.6/macperl
39455           !> win32/perlhost.h
39456 ____________________________________________________________________________
39457 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
39458         Log: Fix file types to "apple"
39459      Branch: maint-5.6/macperl
39460            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
39461            ! macos/ext/Mac/SAT/t/Collision.rsrc
39462 ____________________________________________________________________________
39463 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
39464         Log: Fix rsrc file as snd file; fix path in t file.
39465      Branch: maint-5.6/macperl
39466            ! macos/ext/Mac/Notification/t/Notification.rsrc
39467            ! macos/ext/Mac/Notification/t/Notification.t
39468 ____________________________________________________________________________
39469 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
39470         Log: Sync up with File::Find from bleadperl.
39471      Branch: maint-5.6/macperl
39472            ! lib/File/Find.pm t/lib/filefind-taint.t
39473 ____________________________________________________________________________
39474 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
39475         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
39476              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
39477              of hundreds)
39478      Branch: maint-5.6/macperl
39479            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
39480            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
39481            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
39482 ____________________________________________________________________________
39483 [ 12207] By: nick                                  on 2001/09/25  19:04:36
39484         Log: Integrate mainline (untested while modem is up)
39485      Branch: perlio
39486           +> lib/AutoSplit.t t/test.pl
39487            - lib/warnings/register.t
39488           !> (integrate 28 files)
39489 ____________________________________________________________________________
39490 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
39491         Log: perldiag entry for #12205.
39492      Branch: perl
39493            ! pod/perldiag.pod
39494 ____________________________________________________________________________
39495 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
39496         Log: Subject: [PATCH] warning on v-string in use/require
39497              From: John Peacock <jpeacock@rowman.com>
39498              Date: Mon, 24 Sep 2001 17:29:03 -0400
39499              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
39500      Branch: perl
39501            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
39502 ____________________________________________________________________________
39503 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
39504         Log: perltooc et al updates.
39505      Branch: perl
39506            ! plan9/mkfile pod/roffitall
39507 ____________________________________________________________________________
39508 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
39509         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
39510              From: Michael G Schwern <schwern@pobox.com>
39511              Date: Sun, 23 Sep 2001 00:07:12 -0400
39512              Message-ID: <20010923000712.A7005@blackrider>
39513      Branch: perl
39514            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
39515 ____________________________________________________________________________
39516 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
39517         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
39518              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39519              Date: Wed, 26 Sep 2001 01:25:10 +0900
39520              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
39521      Branch: perl
39522            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
39523            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
39524            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
39525 ____________________________________________________________________________
39526 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
39527         Log: Integrate change #12200 from maintperl;
39528              on windows, virtualized environment could propagate deleted variables
39529              into children if they happen to be at the very end of the table
39530      Branch: perl
39531           !> win32/perlhost.h
39532 ____________________________________________________________________________
39533 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
39534         Log: on windows, virtualized environment could propagate deleted variables
39535              into children if they happen to be at the very end of the table
39536              (thanks for succinct test case from Johan Holmberg, and fix from
39537              Doug Lankshear)
39538      Branch: maint-5.6/perl
39539            ! win32/perlhost.h
39540 ____________________________________________________________________________
39541 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
39542         Log: avoid the use of ftime() (it does a useless, potentially
39543              expensive call to GetTimeZoneInformation()); this potentially
39544              also results in three more digits of precision from
39545              Time::HiRes::time()
39546      Branch: perl
39547            ! ext/Time/HiRes/HiRes.xs
39548 ____________________________________________________________________________
39549 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
39550         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
39551              
39552              Note: io/binmode is failing, have to figure out why.
39553      Branch: perl
39554            + t/test.pl
39555            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
39556            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
39557            ! t/run/exit.t
39558 ____________________________________________________________________________
39559 [ 12197] By: ams                                   on 2001/09/25  13:48:55
39560         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
39561              From: Nicholas Clark <nick@ccl4.org>
39562              Date: Tue, 25 Sep 2001 00:37:40 +0100
39563              Message-Id: <20010925003740.S4971@plum.flirble.org>
39564              (Further changes expected.)
39565      Branch: perl
39566            + lib/AutoSplit.t
39567            ! MANIFEST
39568 ____________________________________________________________________________
39569 [ 12196] By: sky                                   on 2001/09/25  13:37:12
39570         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
39571              _ftime to try and be more robust.
39572      Branch: perl
39573            ! ext/Time/HiRes/HiRes.xs
39574 ____________________________________________________________________________
39575 [ 12194] By: ams                                   on 2001/09/25  11:40:00
39576         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
39577              From: "Craig A. Berry" <craigberry@mac.com>
39578              Date: Mon, 24 Sep 2001 17:54:20 -0500
39579              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
39580      Branch: perl
39581            ! vms/descrip_mms.template
39582 ____________________________________________________________________________
39583 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
39584         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
39585              not working, cursor not spinning (Bug #422129); external
39586              editor problems (Bug #456329); escape/cmd-. not activating
39587              "Cancel" in Save dialog box (Bug #446960); Runtimes not
39588              executing on launch (Bug #464441).
39589      Branch: maint-5.6/macperl
39590            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
39591            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
39592            ! macos/macperl/MacPerl.r
39593 ____________________________________________________________________________
39594 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
39595         Log: Update CPAN.pm to work with new Mac::BuildTools instead
39596              of ExtUtils::MM_MacOS "orphan" functions
39597      Branch: maint-5.6/macperl
39598            ! lib/CPAN.pm
39599 ____________________________________________________________________________
39600 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
39601         Log: Fix up another xsubpp problem (Matthias Neeracher)
39602      Branch: maint-5.6/macperl
39603            ! macos/xsubpp
39604 ____________________________________________________________________________
39605 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
39606         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
39607      Branch: maint-5.6/macperl
39608            ! macos/lib/ExtUtils/MM_MacOS.pm
39609 ____________________________________________________________________________
39610 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
39611         Log: Fix up Makefiles for more Mac:: modules (and prepare for
39612              static build ...?)
39613      Branch: maint-5.6/macperl
39614            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
39615            ! macos/macperl/Makefile.mk
39616 ____________________________________________________________________________
39617 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
39618         Log: Fix up tests
39619      Branch: maint-5.6/macperl
39620            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
39621 ____________________________________________________________________________
39622 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
39623         Log: Make malloc smarter, fix bugs.  (Bug #404030)
39624      Branch: maint-5.6/macperl
39625            ! macos/icemalloc.c macos/icemalloc.h
39626 ____________________________________________________________________________
39627 [ 12186] By: nick                                  on 2001/09/24  19:18:17
39628         Log: Integrate mainline
39629      Branch: perlio
39630           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
39631           +> lib/filetest.t
39632           !> (integrate 30 files)
39633 ____________________________________________________________________________
39634 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
39635         Log: Retract #12136, the warnings::register is already
39636              tested by t/lib/warnings/9enabled, as pointed out
39637              by Paul Marquess.
39638      Branch: perl
39639            - lib/warnings/register.t
39640            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
39641 ____________________________________________________________________________
39642 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
39643         Log: fix Time::HiRes implementation of gettimeofday() on windows
39644              (HiRes.t#14 now passes)
39645      Branch: perl
39646            ! ext/Time/HiRes/HiRes.xs
39647 ____________________________________________________________________________
39648 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
39649         Log: File::Spec::catfile() canonifies everything to blackslashes on
39650              windows :-(
39651      Branch: perl
39652            ! lib/ExtUtils/Manifest.t
39653 ____________________________________________________________________________
39654 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
39655         Log: test number mismatch
39656      Branch: perl
39657            ! t/op/magic.t
39658 ____________________________________________________________________________
39659 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
39660         Log: ok().
39661      Branch: perl
39662            ! t/op/pack.t
39663 ____________________________________________________________________________
39664 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
39665         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
39666              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
39667      Branch: perl
39668            ! pp_pack.c t/op/pack.t
39669 ____________________________________________________________________________
39670 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
39671         Log: Update Changes.
39672      Branch: perl
39673            ! Changes patchlevel.h
39674 ____________________________________________________________________________
39675 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
39676         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
39677              From: Michael G Schwern <schwern@pobox.com>
39678              Date: Mon, 24 Sep 2001 11:12:13 -0400
39679              Message-ID: <20010924111213.G27885@blackrider>
39680      Branch: perl
39681            ! lib/ExtUtils/Manifest.pm
39682 ____________________________________________________________________________
39683 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
39684         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
39685              From: Michael G Schwern <schwern@pobox.com> 
39686              Date: Mon, 24 Sep 2001 11:02:07 -0400
39687              Message-ID: <20010924110207.E27885@blackrider>
39688      Branch: perl
39689            ! vms/test.com
39690 ____________________________________________________________________________
39691 [ 12176] By: ams                                   on 2001/09/24  14:01:59
39692         Log: Update Changes.
39693      Branch: perl
39694            ! Changes
39695 ____________________________________________________________________________
39696 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
39697         Log: Various cleanups.
39698      Branch: perl
39699            ! ext/threads/Makefile.PL ext/threads/threads.xs
39700 ____________________________________________________________________________
39701 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
39702         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
39703      Branch: maint-5.6/macperl
39704           !> (integrate 33 files)
39705 ____________________________________________________________________________
39706 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
39707         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
39708              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39709              Date: Mon, 24 Sep 2001 20:04:58 +0900
39710              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
39711      Branch: perl
39712            ! ext/Encode/Encode/gb2312.enc
39713 ____________________________________________________________________________
39714 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
39715         Log: Clarifying comment to #12164.
39716      Branch: perl
39717            ! lib/Cwd.pm
39718 ____________________________________________________________________________
39719 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
39720         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
39721              From: Nicholas Clark <nick@ccl4.org>
39722              Date: Sun, 23 Sep 2001 23:00:56 +0100
39723              Message-ID: <20010923230055.Y4971@plum.flirble.org>
39724              
39725              (with "sample_constants" changed to "fallback")
39726      Branch: perl
39727            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
39728            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
39729            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
39730            ! lib/h2xs.t utils/h2xs.PL
39731 ____________________________________________________________________________
39732 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
39733         Log: Metaconfig unit change for #12167.
39734      Branch: metaconfig
39735            ! U/modified/Cppsym.U
39736 ____________________________________________________________________________
39737 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
39738         Log: Add a few glibc cpp symbols to probe for.
39739      Branch: perl
39740            ! Configure
39741 ____________________________________________________________________________
39742 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
39743         Log: DJGPP tweaks for Laszlo Molnar.
39744      Branch: perl
39745            ! djgpp/djgppsed.sh dosish.h
39746 ____________________________________________________________________________
39747 [ 12165] By: ams                                   on 2001/09/24  10:07:08
39748         Log: Subject: [PATCH t/op/inccode.t] More tests
39749              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
39750              Date: 24 Sep 2001 10:01:44 -0000
39751              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
39752      Branch: perl
39753            ! t/op/inccode.t
39754 ____________________________________________________________________________
39755 [ 12164] By: ams                                   on 2001/09/24  09:43:29
39756         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
39757              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
39758              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
39759              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
39760      Branch: perl
39761            ! lib/Cwd.pm
39762 ____________________________________________________________________________
39763 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
39764         Log: 1_compile updates.
39765      Branch: perl
39766            ! t/lib/1_compile.t
39767 ____________________________________________________________________________
39768 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
39769         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
39770              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39771              Date: Wed, 19 Sep 2001 22:47:14 +0200
39772              Message-ID: <20010919224714.A6382@rafael>
39773      Branch: perl
39774            ! pod/perlvar.pod pp_ctl.c
39775 ____________________________________________________________________________
39776 [ 12161] By: ams                                   on 2001/09/23  17:40:02
39777         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
39778              filetest Pragma
39779              From: "chromatic" <chromatic@rmci.net>
39780              Date: Sun, 23 Sep 2001 12:07:25 -0600
39781              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
39782      Branch: perl
39783            + lib/filetest.t
39784            ! MANIFEST t/lib/1_compile.t
39785 ____________________________________________________________________________
39786 [ 12160] By: ams                                   on 2001/09/23  16:32:11
39787         Log: Additional minor chdir() tweak.
39788      Branch: perl
39789            ! pod/perlfunc.pod
39790 ____________________________________________________________________________
39791 [ 12159] By: ams                                   on 2001/09/23  16:25:01
39792         Log: Subject: PATCH lib/ExtUtils/Command.t
39793              From: Abe Timmerman <abe@ztreet.demon.nl>
39794              Date: Sun, 23 Sep 2001 19:11:44 +0200
39795              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
39796      Branch: perl
39797            ! lib/ExtUtils/Command.t
39798 ____________________________________________________________________________
39799 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
39800         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
39801              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
39802              Date: Sun, 23 Sep 2001 02:02:26 +0200
39803              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
39804      Branch: perl
39805            ! makedef.pl
39806 ____________________________________________________________________________
39807 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
39808         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
39809              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
39810              Date: Sat, 22 Sep 2001 12:54:39 -0500
39811              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
39812      Branch: perl
39813            ! t/op/study.t
39814 ____________________________________________________________________________
39815 [ 12156] By: nick                                  on 2001/09/23  07:48:44
39816         Log: Integrate mainline
39817      Branch: perlio
39818            - check83.pl
39819           !> ext/Encode/Encode/2022-cn.enc
39820 ____________________________________________________________________________
39821 [ 12155] By: nick                                  on 2001/09/23  07:48:01
39822         Log: Integrate mainline
39823      Branch: perlio
39824           +> (branch 64 files)
39825            - ext/Encode/Encode/cns11643-1.enc
39826            - ext/Encode/Encode/cns11643-2.enc
39827            - ext/Encode/Encode/iso2022-cn.enc
39828            - ext/Encode/Encode/iso2022-jp.enc
39829            - ext/Encode/Encode/iso2022-jp1.enc
39830            - ext/Encode/Encode/iso2022-jp2.enc
39831            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
39832            - ext/Encode/Encode/iso8859-1.enc
39833            - ext/Encode/Encode/iso8859-1.ucm
39834            - ext/Encode/Encode/iso8859-10.enc
39835            - ext/Encode/Encode/iso8859-10.ucm
39836            - ext/Encode/Encode/iso8859-13.enc
39837            - ext/Encode/Encode/iso8859-13.ucm
39838            - ext/Encode/Encode/iso8859-14.enc
39839            - ext/Encode/Encode/iso8859-14.ucm
39840            - ext/Encode/Encode/iso8859-15.enc
39841            - ext/Encode/Encode/iso8859-15.ucm
39842            - ext/Encode/Encode/iso8859-16.enc
39843            - ext/Encode/Encode/iso8859-16.ucm
39844            - ext/Encode/Encode/iso8859-2.enc
39845            - ext/Encode/Encode/iso8859-2.ucm
39846            - ext/Encode/Encode/iso8859-3.enc
39847            - ext/Encode/Encode/iso8859-3.ucm
39848            - ext/Encode/Encode/iso8859-4.enc
39849            - ext/Encode/Encode/iso8859-4.ucm
39850            - ext/Encode/Encode/iso8859-5.enc
39851            - ext/Encode/Encode/iso8859-5.ucm
39852            - ext/Encode/Encode/iso8859-6.enc
39853            - ext/Encode/Encode/iso8859-6.ucm
39854            - ext/Encode/Encode/iso8859-7.enc
39855            - ext/Encode/Encode/iso8859-7.ucm
39856            - ext/Encode/Encode/iso8859-8.enc
39857            - ext/Encode/Encode/iso8859-8.ucm
39858            - ext/Encode/Encode/iso8859-9.enc
39859            - ext/Encode/Encode/iso8859-9.ucm
39860            - ext/Encode/Encode/isoir-197.enc
39861            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
39862            - t/lib/sample-tests/header_at_end
39863            - t/lib/sample-tests/header_at_end_fail
39864           !> (integrate 174 files)
39865 ____________________________________________________________________________
39866 [ 12154] By: ams                                   on 2001/09/23  07:11:46
39867         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
39868              by Blair Zajac.
39869      Branch: perl
39870            ! pod/perlfunc.pod
39871 ____________________________________________________________________________
39872 [ 12153] By: ams                                   on 2001/09/23  06:56:32
39873         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
39874              Forgotten deprecation of *glob{FILEHANDLE}?
39875              From: "chromatic" <chromatic@rmci.net>
39876              Date: Sat, 22 Sep 2001 21:27:56 -0600
39877              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
39878      Branch: perl
39879            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
39880 ____________________________________________________________________________
39881 [ 12152] By: ams                                   on 2001/09/23  06:42:58
39882         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
39883              From: Michael G Schwern <schwern@pobox.com>
39884              Date: Sun, 23 Sep 2001 03:34:39 -0400
39885              Message-Id: <20010923033439.E7005@blackrider>
39886      Branch: perl
39887            ! lib/File/Find.pm
39888 ____________________________________________________________________________
39889 [ 12151] By: ams                                   on 2001/09/23  06:37:57
39890         Log: Subject: Re: t/op/magic.t missing tests on Win32
39891              From: Michael G Schwern <schwern@pobox.com>
39892              Date: Sat, 22 Sep 2001 20:29:09 -0400
39893              Message-Id: <20010922202909.I18223@blackrider>
39894      Branch: perl
39895            ! t/op/magic.t
39896 ____________________________________________________________________________
39897 [ 12150] By: ams                                   on 2001/09/23  06:36:26
39898         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
39899              Dumpvalue.pm
39900              From: "chromatic" <chromatic@rmci.net>
39901              Date: Sat, 22 Sep 2001 19:41:31 -0600
39902              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
39903      Branch: perl
39904            + lib/Dumpvalue.t
39905            ! MANIFEST lib/Dumpvalue.pm
39906 ____________________________________________________________________________
39907 [ 12149] By: ams                                   on 2001/09/23  06:25:35
39908         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
39909              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39910              Date: Sun, 23 Sep 2001 15:27:56 +0900
39911              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
39912      Branch: perl
39913            ! ext/Encode/Encode/2022-cn.enc
39914 ____________________________________________________________________________
39915 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
39916         Log: Manual eror in #12147.
39917      Branch: perl
39918            ! win32/win32.c
39919 ____________________________________________________________________________
39920 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
39921         Log: Integrate change #12146 from maintperl;
39922              win32_chdir() et al don't handle a NULL argument gracefully
39923      Branch: perl
39924           !> win32/perlhost.h win32/win32.c
39925 ____________________________________________________________________________
39926 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
39927         Log: win32_chdir() et al don't handle a NULL argument gracefully
39928      Branch: maint-5.6/perl
39929            ! win32/perlhost.h win32/win32.c
39930 ____________________________________________________________________________
39931 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
39932         Log: typo in change#12026
39933      Branch: maint-5.6/perl
39934            ! op.c
39935 ____________________________________________________________________________
39936 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
39937         Log: Subject: [PATCH] Re: scalar context unpack bugs
39938              From: Nicholas Clark <nick@ccl4.org>
39939              Date: Sat, 22 Sep 2001 23:07:56 +0100
39940              Message-ID: <20010922230755.O4971@plum.flirble.org>
39941      Branch: perl
39942            ! pp_pack.c t/op/pack.t
39943 ____________________________________________________________________________
39944 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
39945         Log: Try ExtUtils::Command.t everywhere, not just on Win32
39946              (as suggested by NI-S).  Also allow running it either
39947              in t/ or in the main directory.
39948      Branch: perl
39949            ! lib/ExtUtils/Command.t
39950 ____________________________________________________________________________
39951 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
39952         Log: Update the test on warnings/register.t.
39953      Branch: perl
39954            ! t/lib/1_compile.t
39955 ____________________________________________________________________________
39956 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
39957         Log: The code is now almost tidy enough to keep the IRIX cc happy.
39958      Branch: perl
39959            ! hints/irix_6.sh
39960 ____________________________________________________________________________
39961 [ 12140] By: ams                                   on 2001/09/22  17:26:32
39962         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
39963              use_ithreads
39964              From: "Craig A. Berry" <craigberry@mac.com>
39965              Date: Sat, 22 Sep 2001 13:15:32 -0500
39966              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
39967      Branch: perl
39968            ! configure.com
39969 ____________________________________________________________________________
39970 [ 12139] By: ams                                   on 2001/09/22  16:44:08
39971         Log: Do what perl_clone() does for sharedsv functions.
39972      Branch: perl
39973            ! embed.pl proto.h
39974 ____________________________________________________________________________
39975 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
39976         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
39977              (suggested by Sarathy, extensions shouldn't be dabbling with
39978              op structures, so binary backward compatibility should not be
39979              an issue.)
39980      Branch: perl
39981            ! hints/irix_6.sh op.h
39982 ____________________________________________________________________________
39983 [ 12137] By: ams                                   on 2001/09/22  16:21:05
39984         Log: More cleanups. (What's PERL_DECL_PROT?)
39985      Branch: perl
39986            ! embed.pl proto.h sharedsv.h
39987 ____________________________________________________________________________
39988 [ 12136] By: ams                                   on 2001/09/22  15:14:34
39989         Log: (Retracted by #12185)
39990              
39991              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
39992              Add Tests for warnings::register, Doc Update
39993              From: "chromatic" <chromatic@rmci.net>
39994              Date: Sat, 22 Sep 2001 09:43:20 -0600
39995              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
39996      Branch: perl
39997            + lib/warnings/register.t
39998            ! MANIFEST lib/warnings/register.pm
39999 ____________________________________________________________________________
40000 [ 12135] By: ams                                   on 2001/09/22  15:07:50
40001         Log: `@foo' should be @foo for consistency.
40002      Branch: perl
40003            ! pod/perldiag.pod
40004 ____________________________________________________________________________
40005 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
40006         Log: (Retracted by #12138)
40007              
40008              Add -woff (turn warning off) 3187:
40009              "A pointer is converted to a smaller integer."
40010              This happens when your pointers are 64-bit: then every case
40011              of converting pointers to PADOFFSETs (explicitly 32-bit)
40012              faces truncation (even explicit use of INT2PTR doesn't help).
40013              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
40014              Changing PADOFFSET from U32 to UV would help, but that
40015              would break binary backward compatibility of BASEOP and padop
40016              (assuming you have been using 64-bit pointers).
40017      Branch: perl
40018            ! hints/irix_6.sh
40019 ____________________________________________________________________________
40020 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
40021         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
40022              but the name comes from the inside the file, not from the file
40023              name, and Rumanian is the name of the language.
40024      Branch: perl
40025            + ext/Encode/Encode/macRumanian.enc
40026            - ext/Encode/Encode/macRomania.enc
40027            ! MANIFEST
40028 ____________________________________________________________________________
40029 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
40030         Log: Rename perltootc as perltooc for 8.3-friedliness.
40031      Branch: perl
40032            + pod/perltooc.pod
40033            - pod/perltootc.pod
40034            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
40035            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
40036            ! pod/perltoot.pod
40037 ____________________________________________________________________________
40038 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
40039         Log: Find more conflicts by lowercasing.
40040      Branch: perl
40041            + Porting/check83.pl
40042            - check83.pl
40043            ! MANIFEST
40044 ____________________________________________________________________________
40045 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
40046         Log: The AIX cc 5.0.0.0 is simply too buggy.
40047      Branch: perl
40048            ! hints/aix.sh
40049 ____________________________________________________________________________
40050 [ 12129] By: ams                                   on 2001/09/22  12:35:38
40051         Log: Uninteresting cleanup.
40052      Branch: perl
40053            ! form.h
40054 ____________________________________________________________________________
40055 [ 12128] By: ams                                   on 2001/09/22  12:28:48
40056         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
40057              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40058              Date: Sat, 22 Sep 2001 14:29:13 +0100
40059              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
40060      Branch: perl
40061            ! cv.h
40062 ____________________________________________________________________________
40063 [ 12127] By: ams                                   on 2001/09/22  12:04:28
40064         Log: What's a backet?
40065      Branch: perl
40066            ! dump.c
40067 ____________________________________________________________________________
40068 [ 12126] By: ams                                   on 2001/09/22  10:02:34
40069         Log: Removed duplicated tests #19 and #20.
40070      Branch: perl
40071            ! t/op/do.t
40072 ____________________________________________________________________________
40073 [ 12125] By: ams                                   on 2001/09/22  03:58:41
40074         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
40075              From: Michael Carman <mjcarman@home.com>
40076              Date: Fri, 21 Sep 2001 17:54:05 -0500
40077              Message-Id: <3BABC50D.6040202@home.com>
40078              (Applied with some changes.)
40079      Branch: perl
40080            ! pod/perlmod.pod
40081 ____________________________________________________________________________
40082 [ 12124] By: ams                                   on 2001/09/22  03:44:19
40083         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
40084              From: Michael G Schwern <schwern@pobox.com>
40085              Date: Fri, 21 Sep 2001 19:20:40 -0400
40086              Message-Id: <20010921192040.E5494@blackrider>
40087      Branch: perl
40088            ! t/op/chdir.t
40089 ____________________________________________________________________________
40090 [ 12123] By: ams                                   on 2001/09/22  03:41:08
40091         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
40092              From: Blair Zajac <blair@orcaware.com>
40093              Date: Fri, 21 Sep 2001 15:13:04 -0700
40094              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
40095      Branch: perl
40096            ! t/op/chdir.t
40097 ____________________________________________________________________________
40098 [ 12122] By: ams                                   on 2001/09/22  03:37:07
40099         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
40100              20010920.007
40101              From: Michael G Schwern <schwern@pobox.com>
40102              Date: Fri, 21 Sep 2001 17:59:03 -0400
40103              Message-Id: <20010921175903.V5494@blackrider>
40104      Branch: perl
40105            ! t/op/do.t
40106 ____________________________________________________________________________
40107 [ 12121] By: ams                                   on 2001/09/22  03:30:38
40108         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
40109              suite on WinCE)
40110              From: Michael G Schwern <schwern@pobox.com>
40111              Date: Fri, 21 Sep 2001 19:41:03 -0400
40112              Message-Id: <20010921194103.G5494@blackrider>
40113      Branch: perl
40114            ! pod/perlport.pod
40115 ____________________________________________________________________________
40116 [ 12120] By: ams                                   on 2001/09/22  03:28:06
40117         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
40118              From: Michael G Schwern <schwern@pobox.com>
40119              Date: Fri, 21 Sep 2001 17:33:35 -0400
40120              Message-Id: <20010921173335.T5494@blackrider>
40121              ($ENV{FOO}=undef hunk not applied.)
40122      Branch: perl
40123            ! t/op/magic.t
40124 ____________________________________________________________________________
40125 [ 12119] By: ams                                   on 2001/09/22  03:02:26
40126         Log: Subject: [PATCH] perldiag.pod
40127              From: Peter Scott <Peter@PSDT.com>
40128              Date: Fri, 21 Sep 2001 18:54:50 -0700
40129              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
40130              (Moved to the right place.)
40131      Branch: perl
40132            ! pod/perldiag.pod
40133 ____________________________________________________________________________
40134 [ 12118] By: ams                                   on 2001/09/21  20:05:29
40135         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
40136              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40137              Date: Fri, 21 Sep 2001 22:36:54 +0200
40138              Message-Id: <20010921223654.A12742@rafael>
40139      Branch: perl
40140            ! t/op/do.t
40141 ____________________________________________________________________________
40142 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
40143         Log: Restore things as they were before
40144              the backward compatibility police notices.
40145      Branch: perl
40146            ! lib/Cwd.pm
40147 ____________________________________________________________________________
40148 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
40149         Log: More Cwd from Schwern: make also OS/2 and DOS
40150              Cwd agree with File::Spec (that is, native path
40151              syntax using \ instead of / -- backward compatibility
40152              polic warning) and stop Win32 from using bsd_realpath().
40153      Branch: perl
40154            ! lib/Cwd.pm
40155 ____________________________________________________________________________
40156 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
40157         Log: Subject: [PATCH @12110] RE: Untested libraries update
40158              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40159              Date: Fri, 21 Sep 2001 18:21:07 +0100
40160              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
40161      Branch: perl
40162            ! lib/warnings/register.pm
40163 ____________________________________________________________________________
40164 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
40165         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
40166              From: Michael G Schwern <schwern@pobox.com>
40167              Date: Thu, 20 Sep 2001 22:54:02 -0400
40168              Message-ID: <20010920225402.A3611@blackrider>
40169      Branch: perl
40170            ! lib/Cwd.pm
40171 ____________________________________________________________________________
40172 [ 12113] By: ams                                   on 2001/09/21  17:08:24
40173         Log: Subject: [PATCH] avoid v-strings with require/use
40174              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
40175              Date: Fri, 21 Sep 2001 12:34:40 -0400
40176              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
40177      Branch: perl
40178            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
40179            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
40180            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
40181            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
40182            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
40183            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
40184            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
40185            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
40186            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
40187            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
40188            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
40189            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
40190            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
40191            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
40192            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
40193            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
40194            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
40195            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
40196            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
40197 ____________________________________________________________________________
40198 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
40199         Log: Update Changes.
40200      Branch: perl
40201            ! Changes patchlevel.h
40202 ____________________________________________________________________________
40203 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
40204         Log: Make AIX and Tru64 compilers happy.  
40205      Branch: perl
40206            ! ext/threads/threads.h ext/threads/threads.xs
40207 ____________________________________________________________________________
40208 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
40209         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
40210              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
40211              Date: 21 Sep 2001 09:16:37 -0000
40212              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
40213      Branch: perl
40214            ! toke.c
40215 ____________________________________________________________________________
40216 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
40217         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
40218              From: Michael G Schwern <schwern@pobox.com>
40219              Date: Thu, 20 Sep 2001 21:21:34 -0400
40220              Message-ID: <20010920212134.Y28291@blackrider>
40221      Branch: perl
40222            ! pp_sys.c
40223 ____________________________________________________________________________
40224 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
40225         Log: Subject: Re: GDB Debugging Macros from mod_perl
40226              From: rspier@pobox.com (Robert Spier)
40227              Date: Thu, 20 Sep 2001 22:45:03 -0700
40228              Message-ID: <15274.54239.413929.49430@rls.cx>
40229      Branch: perl
40230            ! pod/perltodo.pod
40231 ____________________________________________________________________________
40232 [ 12105] By: sky                                   on 2001/09/21  10:33:34
40233         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
40234              timezone! GetSystemTime should be available on all Win32 
40235              platforms we support. Perhaps Time::HiRes should be extended to
40236              support WinCE and Novell?
40237      Branch: perl
40238            ! ext/Time/HiRes/HiRes.xs
40239 ____________________________________________________________________________
40240 [ 12104] By: sky                                   on 2001/09/21  08:12:39
40241         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
40242      Branch: perl
40243            ! ext/threads/threads.h ext/threads/threads.xs
40244 ____________________________________________________________________________
40245 [ 12103] By: sky                                   on 2001/09/21  07:57:41
40246         Log: Rename the *thread* functions to Perl_* to avoid clashes.
40247              Notably on AIX but could become a problem on other platforms.
40248      Branch: perl
40249            ! ext/threads/threads.h ext/threads/threads.xs
40250 ____________________________________________________________________________
40251 [ 12102] By: sky                                   on 2001/09/21  07:35:30
40252         Log: Add the shared sv space to the global vars.
40253              Fix problems compiling on win32.
40254      Branch: perl
40255            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
40256            ! sharedsv.c sharedsv.h
40257 ____________________________________________________________________________
40258 [ 12101] By: ams                                   on 2001/09/21  00:19:55
40259         Log: Subject: [PATCH] win32/Makefile warning fix
40260              From: Blair Zajac <blair@orcaware.com>
40261              Date: Thu, 20 Sep 2001 18:15:43 -0700
40262              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
40263      Branch: perl
40264            ! win32/Makefile
40265 ____________________________________________________________________________
40266 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
40267         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
40268              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40269              Date: Thu, 20 Sep 2001 18:36:22 +0200
40270              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
40271      Branch: perl
40272            ! lib/ExtUtils/Command.t
40273 ____________________________________________________________________________
40274 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
40275         Log: Cant spl wirth a dam.
40276      Branch: perl
40277            ! intrpvar.h
40278 ____________________________________________________________________________
40279 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
40280         Log: Don't use C++ comments.
40281      Branch: perl
40282            ! ext/threads/threads.xs
40283 ____________________________________________________________________________
40284 [ 12097] By: ams                                   on 2001/09/20  21:42:07
40285         Log: Change #12044 didn't.
40286      Branch: perl
40287            ! lib/constant.pm
40288 ____________________________________________________________________________
40289 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
40290         Log: Metaconfig unit changes for #12095.
40291      Branch: metaconfig
40292            ! U/modified/Myinit.U U/modified/libs.U
40293 ____________________________________________________________________________
40294 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
40295         Log: Remove iconv references since we are not using it
40296              and not going to; regen perltoc, perlmodlib.
40297              (Some references still linger in perltoc, have to figure
40298              out where they are coming from.)
40299      Branch: perl
40300            ! Configure NetWare/config.wc NetWare/config_H.wc
40301            ! Porting/Glossary Porting/config.sh Porting/config_H
40302            ! config_h.SH configure.com epoc/config.sh perl.h
40303            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
40304            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40305            ! vos/config.ga.h win32/config.bc win32/config.gc
40306            ! win32/config.vc win32/config_H.bc win32/config_H.gc
40307            ! win32/config_H.vc wince/config.ce wince/config.h
40308            ! wince/config_H.ce
40309 ____________________________________________________________________________
40310 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
40311         Log: Subject: [PATCH docs] Re: ARGV and read
40312              From: Dave Mitchell <davem@fdgroup.co.uk>
40313              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
40314              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
40315      Branch: perl
40316            ! pod/perltodo.pod pod/perlvar.pod
40317 ____________________________________________________________________________
40318 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
40319         Log: Fresh copies from the cvs.perl.org perlfaq repository.
40320      Branch: perl
40321            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
40322            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
40323            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
40324            ! pod/perlfaq9.pod
40325 ____________________________________________________________________________
40326 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
40327         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
40328              From: Nicholas Clark <nick@ccl4.org>
40329              Date: Thu, 20 Sep 2001 14:27:08 +0100
40330              Message-ID: <20010920142708.X4971@plum.flirble.org>
40331      Branch: perl
40332            ! pp_pack.c t/op/pack.t
40333 ____________________________________________________________________________
40334 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
40335         Log: The sharedsv_space* are variables, not code.  Duh.
40336      Branch: perl
40337            ! intrpvar.h makedef.pl
40338 ____________________________________________________________________________
40339 [ 12090] By: ams                                   on 2001/09/20  11:26:06
40340         Log: Subject: [patch lib/lib_pm.PL]
40341              From: Stas Bekman <stas@stason.org>
40342              Date: Thu, 20 Sep 2001 18:48:53 +0800
40343              Message-Id: <3BA9C995.6010302@stason.org>
40344              (Applied by hand.)
40345      Branch: perl
40346            ! lib/lib_pm.PL
40347 ____________________________________________________________________________
40348 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
40349         Log: Only 21 tests, skipping or not.
40350      Branch: perl
40351            ! lib/ExtUtils/Command.t
40352 ____________________________________________________________________________
40353 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
40354         Log: New exported symbols.
40355      Branch: perl
40356            ! makedef.pl
40357 ____________________________________________________________________________
40358 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
40359         Log: Update Changes.
40360      Branch: perl
40361            ! Changes patchlevel.h
40362 ____________________________________________________________________________
40363 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
40364         Log: Correct numbering of the tests is useful.
40365      Branch: perl
40366            ! ext/threads/t/basic.t
40367 ____________________________________________________________________________
40368 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
40369         Log: More tests now too.
40370      Branch: perl
40371            ! lib/ExtUtils/Command.t
40372 ____________________________________________________________________________
40373 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
40374         Log: More tests now.
40375      Branch: perl
40376            ! ext/threads/t/basic.t
40377 ____________________________________________________________________________
40378 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
40379         Log: The test assumed 7-bit ASCII.  Now it "just"
40380              assumes 8-bit whatever.
40381      Branch: perl
40382            ! t/op/crypt.t
40383 ____________________________________________________________________________
40384 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
40385         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
40386              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40387              Date: Wed, 19 Sep 2001 11:45:28 +0200
40388              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
40389              
40390              Lvalue casts are not portable.
40391      Branch: perl
40392            ! ext/threads/threads.xs
40393 ____________________________________________________________________________
40394 [ 12081] By: sky                                   on 2001/09/19  10:17:52
40395         Log: Make the basic test contain only realy basic API tests
40396              Seems to be a problem with detach.
40397      Branch: perl
40398            ! ext/threads/t/basic.t
40399 ____________________________________________________________________________
40400 [ 12080] By: ams                                   on 2001/09/19  01:23:55
40401         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
40402              From: Michael G Schwern <schwern@pobox.com>
40403              Date: Tue, 18 Sep 2001 19:53:48 -0400
40404              Message-Id: <20010918195348.M585@blackrider>
40405              
40406              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
40407              From: Michael G Schwern <schwern@pobox.com>
40408              Date: Tue, 18 Sep 2001 22:07:13 -0400
40409              Message-Id: <20010918220713.B19616@blackrider>
40410      Branch: perl
40411            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
40412            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
40413            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
40414            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
40415            ! lib/Test/Tutorial.pod
40416 ____________________________________________________________________________
40417 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
40418         Log: Indent the test a bit.
40419      Branch: perl
40420            ! ext/threads/t/basic.t
40421 ____________________________________________________________________________
40422 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
40423         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
40424              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40425              Date: Tue, 18 Sep 2001 18:06:44 +0200
40426              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
40427      Branch: perl
40428            ! win32/win32.c
40429 ____________________________________________________________________________
40430 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
40431         Log: Subject: stat access time is wrong on Win95
40432              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40433              Date: Tue, 18 Sep 2001 21:59:24 +0200
40434              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
40435      Branch: perl
40436            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
40437 ____________________________________________________________________________
40438 [ 12076] By: ams                                   on 2001/09/18  22:11:25
40439         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
40440              From: Michael G Schwern <schwern@pobox.com>
40441              Date: Tue, 18 Sep 2001 18:47:14 -0400
40442              Message-Id: <20010918184714.I585@blackrider>
40443      Branch: perl
40444            ! t/op/crypt.t
40445 ____________________________________________________________________________
40446 [ 12075] By: sky                                   on 2001/09/18  19:29:37
40447         Log: two test failures
40448              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40449              Message-ID: <20010918221702.A17408@rafael>
40450              partly applied, #12074 already fixed half the patch
40451      Branch: perl
40452            ! ext/threads/t/basic.t
40453 ____________________________________________________________________________
40454 [ 12074] By: sky                                   on 2001/09/18  18:49:03
40455         Log: Fixes test case failure introduced by #12071, the warning is
40456              now correctly spelled :-)
40457      Branch: perl
40458            ! ext/IO/lib/IO/t/io_sel.t
40459 ____________________________________________________________________________
40460 [ 12073] By: sky                                   on 2001/09/18  18:46:22
40461         Log: Make the test behave properly!
40462      Branch: perl
40463            ! ext/threads/t/basic.t
40464 ____________________________________________________________________________
40465 [ 12072] By: ams                                   on 2001/09/18  18:44:59
40466         Log: OP_RCATLINE is an SVOP, not a BASEOP.
40467      Branch: perl
40468            ! opcode.h opcode.pl
40469 ____________________________________________________________________________
40470 [ 12071] By: ams                                   on 2001/09/18  18:06:27
40471         Log: Deprecate != Depreciate.
40472      Branch: perl
40473            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
40474            ! lib/Pod/ParseUtils.pm
40475 ____________________________________________________________________________
40476 [ 12070] By: ams                                   on 2001/09/18  15:14:58
40477         Log: Subject: [PATCH] Getopt::Std cleanup
40478              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40479              Date: Tue, 18 Sep 2001 17:32:13 +0200
40480              Message-Id: <20010918173213.C777@rafael>
40481      Branch: perl
40482            ! lib/Getopt/Std.pm lib/Getopt/Std.t
40483 ____________________________________________________________________________
40484 [ 12069] By: sky                                   on 2001/09/18  14:56:33
40485         Log: Forgot the makefile
40486      Branch: perl
40487            + ext/threads/Makefile.PL
40488 ____________________________________________________________________________
40489 [ 12068] By: sky                                   on 2001/09/18  14:13:26
40490         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
40491              The test will fail because of Test.pm not knowing about threads. 
40492              basic needs to be manually tested
40493              compile time warnings on IV2PTR conversions need to be fixed
40494      Branch: perl
40495            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
40496            + ext/threads/threads.h ext/threads/threads.pm
40497            + ext/threads/threads.xs
40498            ! MANIFEST
40499 ____________________________________________________________________________
40500 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
40501         Log: DJGPP tweak from Laszlo Molnar.
40502      Branch: perl
40503            ! djgpp/config.over
40504 ____________________________________________________________________________
40505 [ 12066] By: sky                                   on 2001/09/18  10:24:31
40506         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
40507      Branch: perl
40508            ! sharedsv.c sharedsv.h
40509 ____________________________________________________________________________
40510 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
40511         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
40512              ditto ^cns.
40513      Branch: perl
40514            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
40515            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
40516            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
40517            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
40518            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
40519            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
40520            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
40521            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
40522            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
40523            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
40524            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
40525            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
40526            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
40527            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
40528            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
40529            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
40530            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
40531            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
40532            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
40533            + ext/Encode/Encode/ir-197.enc
40534            - ext/Encode/Encode/cns11643-1.enc
40535            - ext/Encode/Encode/cns11643-2.enc
40536            - ext/Encode/Encode/iso2022-cn.enc
40537            - ext/Encode/Encode/iso2022-jp.enc
40538            - ext/Encode/Encode/iso2022-jp1.enc
40539            - ext/Encode/Encode/iso2022-jp2.enc
40540            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
40541            - ext/Encode/Encode/iso8859-1.enc
40542            - ext/Encode/Encode/iso8859-1.ucm
40543            - ext/Encode/Encode/iso8859-10.enc
40544            - ext/Encode/Encode/iso8859-10.ucm
40545            - ext/Encode/Encode/iso8859-11.enc
40546            - ext/Encode/Encode/iso8859-11.ucm
40547            - ext/Encode/Encode/iso8859-13.enc
40548            - ext/Encode/Encode/iso8859-13.ucm
40549            - ext/Encode/Encode/iso8859-14.enc
40550            - ext/Encode/Encode/iso8859-14.ucm
40551            - ext/Encode/Encode/iso8859-15.enc
40552            - ext/Encode/Encode/iso8859-15.ucm
40553            - ext/Encode/Encode/iso8859-16.enc
40554            - ext/Encode/Encode/iso8859-16.ucm
40555            - ext/Encode/Encode/iso8859-2.enc
40556            - ext/Encode/Encode/iso8859-2.ucm
40557            - ext/Encode/Encode/iso8859-3.enc
40558            - ext/Encode/Encode/iso8859-3.ucm
40559            - ext/Encode/Encode/iso8859-4.enc
40560            - ext/Encode/Encode/iso8859-4.ucm
40561            - ext/Encode/Encode/iso8859-5.enc
40562            - ext/Encode/Encode/iso8859-5.ucm
40563            - ext/Encode/Encode/iso8859-6.enc
40564            - ext/Encode/Encode/iso8859-6.ucm
40565            - ext/Encode/Encode/iso8859-7.enc
40566            - ext/Encode/Encode/iso8859-7.ucm
40567            - ext/Encode/Encode/iso8859-8.enc
40568            - ext/Encode/Encode/iso8859-8.ucm
40569            - ext/Encode/Encode/iso8859-9.enc
40570            - ext/Encode/Encode/iso8859-9.ucm
40571            - ext/Encode/Encode/isoir-197.enc
40572            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
40573 ____________________________________________________________________________
40574 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
40575         Log: Must Uppercase.
40576      Branch: perl
40577            ! ext/Encode/Encode.pm
40578 ____________________________________________________________________________
40579 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
40580         Log: Add various encodings.
40581      Branch: perl
40582            + ext/Encode/Encode/iso8859-11.enc
40583            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
40584            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
40585            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
40586            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
40587            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
40588            + ext/Encode/Encode/viscii.ucm
40589            ! MANIFEST ext/Encode/Encode.pm
40590 ____________________________________________________________________________
40591 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
40592         Log: lib/unicode relic.
40593      Branch: perl
40594            ! ext/Encode/compile
40595 ____________________________________________________________________________
40596 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
40597         Log: Subject: [PATCH] Re: filename problems
40598              From: Michael G Schwern <schwern@pobox.com>
40599              Date: Mon, 17 Sep 2001 17:26:26 -0400
40600              Message-ID: <20010917172626.Q585@blackrider>
40601      Branch: perl
40602            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
40603            - t/lib/sample-tests/header_at_end
40604            - t/lib/sample-tests/header_at_end_fail
40605            ! MANIFEST lib/Test/Harness/t/test-harness.t
40606 ____________________________________________________________________________
40607 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
40608         Log: Explicitly explain the 1e9 seconds, not everybody
40609              is a C geek.
40610      Branch: perl
40611            ! ext/Time/HiRes/HiRes.pm
40612 ____________________________________________________________________________
40613 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
40614         Log: Explain an apparent bug reported by
40615              Richard J. Barbalace <rjbarbal@MIT.EDU>,
40616              with additional explanation from Gisle Aas.
40617      Branch: perl
40618            ! ext/Time/HiRes/HiRes.pm
40619 ____________________________________________________________________________
40620 [ 12058] By: ams                                   on 2001/09/17  19:52:01
40621         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
40622              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40623              Date: Mon, 17 Sep 2001 22:48:05 +0200
40624              Message-Id: <20010917224805.C11744@rafael>
40625      Branch: perl
40626            ! t/lib/warnings/op t/lib/warnings/pp
40627 ____________________________________________________________________________
40628 [ 12057] By: ams                                   on 2001/09/17  16:51:18
40629         Log: Its a nit!
40630      Branch: perl
40631            ! sv.h
40632 ____________________________________________________________________________
40633 [ 12056] By: ams                                   on 2001/09/17  16:47:55
40634         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
40635              From: "Craig A. Berry" <craigberry@mac.com>
40636              Date: Mon, 17 Sep 2001 12:34:20 -0500
40637              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
40638      Branch: perl
40639            ! vms/vms.c
40640 ____________________________________________________________________________
40641 [ 12055] By: ams                                   on 2001/09/17  16:05:15
40642         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
40643              From: Gisle Aas <gisle@ActiveState.com>
40644              Date: 16 Apr 2001 16:20:34 -0700
40645              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
40646              (Applied by hand.)
40647      Branch: perl
40648            ! lib/CPAN.pm lib/CPAN/Nox.pm
40649 ____________________________________________________________________________
40650 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
40651         Log: Update Changes.
40652      Branch: perl
40653            ! Changes patchlevel.h
40654 ____________________________________________________________________________
40655 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
40656         Log: Adding new files to the MANIFEST is always nice.
40657      Branch: perl
40658            ! MANIFEST
40659 ____________________________________________________________________________
40660 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
40661         Log: Reindent the PerlIO files (suggested by NI-S), used
40662              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
40663              (GNU indent).  Note that wholesale re-indenting might
40664              be nice, but that would break nice formatting/alignment
40665              of assignments, equality testing, and complex boolean
40666              expressions with lots of &s and |s.
40667      Branch: perl
40668            ! perlio.c perlio.h perliol.h
40669 ____________________________________________________________________________
40670 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
40671         Log: Add a script for being 8.3-polite.
40672              The found conflicts are being worked on.
40673      Branch: perl
40674            + check83.pl
40675            ! MANIFEST Porting/pumpkin.pod
40676 ____________________________________________________________________________
40677 [ 12050] By: sky                                   on 2001/09/17  12:44:36
40678         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
40679              finding it.
40680      Branch: perl
40681            ! sv.c
40682 ____________________________________________________________________________
40683 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
40684         Log: Bump up versions because of #12041.
40685      Branch: perl
40686            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
40687            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
40688            ! lib/Time/localtime.pm
40689 ____________________________________________________________________________
40690 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
40691         Log: Bump the version number because of #12042.
40692      Branch: perl
40693            ! lib/CPAN/FirstTime.pm
40694 ____________________________________________________________________________
40695 [ 12047] By: ams                                   on 2001/09/17  11:21:40
40696         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
40697              From: Abhijit Menon-Sen <ams@wiw.org>
40698              Date: Mon, 17 Sep 2001 17:44:12 +0530
40699              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
40700      Branch: perl
40701            ! op.c
40702 ____________________________________________________________________________
40703 [ 12046] By: sky                                   on 2001/09/17  07:14:17
40704         Log: Subject: Re: t/op/ver.t using skip() improperly
40705              From: "chromatic" <chromatic@rmci.net>
40706              Date: Mon, 17 Sep 2001 00:22:29 -0600
40707              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
40708      Branch: perl
40709            ! t/op/ver.t
40710 ____________________________________________________________________________
40711 [ 12045] By: nick                                  on 2001/09/17  07:12:14
40712         Log: Integrate mainline
40713      Branch: perlio
40714           +> t/op/chdir.t
40715           !> (integrate 117 files)
40716 ____________________________________________________________________________
40717 [ 12044] By: ams                                   on 2001/09/17  05:49:53
40718         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
40719              From: Ilmari Karonen <iltzu@sci.fi>
40720              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
40721              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
40722              (And $VERSION = '1.05'.)
40723      Branch: perl
40724            ! lib/constant.pm
40725 ____________________________________________________________________________
40726 [ 12043] By: ams                                   on 2001/09/17  05:44:50
40727         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
40728              From: Michael G Schwern <schwern@pobox.com>
40729              Date: Mon, 17 Sep 2001 07:49:04 +0200
40730              Message-Id: <20010917074904.V1588@blackrider>
40731              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
40732      Branch: perl
40733            + t/op/chdir.t
40734            ! MANIFEST pp_sys.c
40735 ____________________________________________________________________________
40736 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
40737         Log: Subject: Re: CPAN.pm needs some hacking 
40738              From: "chromatic" <chromatic@rmci.net>
40739              Date: Sun, 16 Sep 2001 16:46:29 -0600
40740              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
40741      Branch: perl
40742            ! lib/CPAN/FirstTime.pm
40743 ____________________________________________________________________________
40744 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
40745         Log: Change use|require 5.005_64 to use|require 5.6.1.
40746      Branch: perl
40747            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
40748            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
40749            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
40750            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
40751            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
40752            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
40753            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
40754            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
40755            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
40756            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
40757            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
40758            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
40759            ! lib/base.pm lib/fields.pm
40760 ____________________________________________________________________________
40761 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
40762         Log: Bump up version numbers.
40763              
40764              TODO 1: double check that pre-5.6.1 CPAN.pm:s
40765              don't try to download 5.8.0 because of the
40766              version numbers.  Mainly this means using _00
40767              in the core version numbers.
40768              
40769              TODO 2: the "use 5.005_64" in many modules
40770              needs to be changed to, say, "use 5.6.1".
40771      Branch: perl
40772            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
40773            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
40774            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
40775            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
40776            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
40777            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
40778            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40779            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
40780            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
40781            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
40782            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
40783 ____________________________________________________________________________
40784 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
40785         Log: Use UCHARAT() as suggested by Inaba Hiroto.
40786      Branch: perl
40787            ! regexec.c
40788 ____________________________________________________________________________
40789 [ 12038] By: ams                                   on 2001/09/16  15:16:24
40790         Log: Subject: [PATCH] Re: Core module version numbers review
40791              From: Peter Scott <Peter@PSDT.com>
40792              Date: Sun, 16 Sep 2001 09:09:58 -0700
40793              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
40794      Branch: perl
40795            ! lib/perl5db.pl
40796 ____________________________________________________________________________
40797 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
40798         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
40799              not yet fully implemented.
40800      Branch: perl
40801            ! pod/perlfunc.pod pod/perlunicode.pod
40802 ____________________________________________________________________________
40803 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
40804         Log: Subject: [patch] plug PL_beginav_save leak
40805              From: Doug MacEachern <dougm@covalent.net>
40806              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
40807              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
40808      Branch: perl
40809            ! perl.c
40810 ____________________________________________________________________________
40811 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
40812         Log: (accidentally empty checkin)
40813      Branch: perl
40814            ! sv.c
40815 ____________________________________________________________________________
40816 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
40817         Log: Subject: [patch] ithreads+PL_beginav_save
40818              From: Doug MacEachern <dougm@covalent.net>
40819              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
40820              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
40821      Branch: perl
40822            ! sv.c
40823 ____________________________________________________________________________
40824 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
40825         Log: Subject: [PATCH] h2xs.PL with C::Scan
40826              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40827              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
40828              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
40829      Branch: perl
40830            ! utils/h2xs.PL
40831 ____________________________________________________________________________
40832 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
40833         Log: Elaborate (well, make more vague, really) #12030.
40834      Branch: perl
40835            ! pod/perltodo.pod pod/perlunicode.pod
40836 ____________________________________________________________________________
40837 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
40838         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
40839              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40840              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
40841              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
40842      Branch: perl
40843            ! regexec.c
40844 ____________________________________________________________________________
40845 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
40846         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
40847              are not yet complete.
40848      Branch: perl
40849            ! pod/perltodo.pod pod/perlunicode.pod
40850 ____________________________________________________________________________
40851 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
40852         Log: Document what's still to be done on the regular expression
40853              Unicode support, based on the UTR#18.
40854      Branch: perl
40855            ! pod/perltodo.pod pod/perlunicode.pod
40856 ____________________________________________________________________________
40857 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
40858         Log: Regen headers.
40859      Branch: perl
40860            ! embedvar.h perlapi.h
40861 ____________________________________________________________________________
40862 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
40863         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
40864              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
40865              Date: Sun, 09 Sep 2001 18:41:54 +0100
40866              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
40867      Branch: perl
40868            ! Porting/findvars ext/ByteLoader/bytecode.h
40869            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
40870            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
40871 ____________________________________________________________________________
40872 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
40873         Log: enable most warnings for windows build; fix the various typecasting
40874              nits that showed up (no bugfixes here)
40875      Branch: maint-5.6/perl
40876            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
40877            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
40878            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
40879            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
40880            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
40881            ! x2p/walk.c
40882 ____________________________________________________________________________
40883 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
40884         Log: Integrate change #12024 from maintperl
40885              (a local() precedence bug)
40886      Branch: perl
40887           !> lib/ExtUtils/Install.pm
40888 ____________________________________________________________________________
40889 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
40890         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
40891              change#8642
40892      Branch: maint-5.6/perl
40893            ! lib/ExtUtils/Install.pm
40894 ____________________________________________________________________________
40895 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
40896         Log: Update Changes.
40897      Branch: perl
40898            ! Changes patchlevel.h
40899 ____________________________________________________________________________
40900 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
40901         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
40902              From: "chromatic" <chromatic@rmci.net>
40903              Date: Fri, 14 Sep 2001 09:44:57 -0600 
40904              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
40905      Branch: perl
40906            ! lib/ExtUtils/Manifest.t
40907 ____________________________________________________________________________
40908 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
40909         Log: Hopefully better skipping of the Complete.t tests
40910              in case of not a tty. 
40911      Branch: perl
40912            ! lib/Term/Complete.t t/op/stat.t
40913 ____________________________________________________________________________
40914 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
40915         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
40916              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40917              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
40918              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
40919      Branch: perl
40920            ! regexec.c t/op/pat.t
40921 ____________________________________________________________________________
40922 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
40923         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
40924              From: Robin Barker <rmb1@cise.npl.co.uk>
40925              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
40926              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
40927      Branch: perl
40928            ! pod/perlport.pod
40929 ____________________________________________________________________________
40930 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
40931         Log: NetWare tweaks from Ananth Kesari.
40932      Branch: perl
40933            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
40934            ! NetWare/nwutil.h
40935 ____________________________________________________________________________
40936 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
40937         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
40938              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40939              Date: Fri, 14 Sep 2001 10:51:13 +0200
40940              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
40941      Branch: perl
40942            ! pod/perlport.pod
40943 ____________________________________________________________________________
40944 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
40945         Log: Subject: Re: [PATCH 2 pl2pm.PL]
40946              From: Joe Smith <Joe.Smith@inwap.com>
40947              Date: Fri, 14 Sep 2001 00:13:32 -0700
40948              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
40949              
40950              Eradicate qu.
40951      Branch: perl
40952            ! keywords.h keywords.pl utils/pl2pm.PL
40953 ____________________________________________________________________________
40954 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
40955         Log: Retract #12013, didn't go over too well in Tru64.
40956      Branch: perl
40957            ! embed.h embed.pl sv.h
40958 ____________________________________________________________________________
40959 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
40960         Log: Subject: [PATCH] Execute files of debugger commands
40961              From: Peter Scott <Peter@PSDT.com>
40962              Date: Thu, 13 Sep 2001 15:26:31 -0700
40963              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
40964      Branch: perl
40965            ! lib/perl5db.pl pod/perldebug.pod
40966 ____________________________________________________________________________
40967 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
40968         Log: (Retracted by #12015)
40969              Subject: [proposed PATCH] Re: perl@11920
40970              From: Nicholas Clark <nick@ccl4.org>
40971              Date: Wed, 12 Sep 2001 23:46:09 +0100
40972              Message-ID: <20010912234609.H4971@plum.flirble.org>     
40973      Branch: perl
40974            ! embed.h embed.pl sv.h
40975 ____________________________________________________________________________
40976 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
40977         Log: ucblib shouldn't be linked against in nonstop-ux,
40978              from Tom Bates.
40979      Branch: perl
40980            ! hints/nonstopux.sh
40981 ____________________________________________________________________________
40982 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
40983         Log: Do stty only if we have stty.
40984              
40985              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
40986      Branch: perl
40987            ! lib/Term/Complete.pm
40988 ____________________________________________________________________________
40989 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
40990         Log: Skip the test if not running on a tty.
40991      Branch: perl
40992            ! lib/Term/Complete.t
40993 ____________________________________________________________________________
40994 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
40995         Log: Regen headers.
40996      Branch: perl
40997            ! embed.h opcode.h pod/perlapi.pod proto.h
40998 ____________________________________________________________________________
40999 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
41000         Log: Subject: [PATCH op.c] Re: perl@12003
41001              From: Robin Barker <rmb1@cise.npl.co.uk>
41002              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
41003              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
41004      Branch: perl
41005            ! op.c
41006 ____________________________________________________________________________
41007 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
41008         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
41009              From: Robin Barker <rmb1@cise.npl.co.uk>
41010              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
41011              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
41012      Branch: perl
41013            ! sv.c
41014 ____________________________________________________________________________
41015 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
41016         Log: Upgrade to Memoize 0.66.
41017      Branch: perl
41018            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
41019            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
41020            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
41021 ____________________________________________________________________________
41022 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
41023         Log: Subject: [ID 20010912.007] substr reference core dump
41024              From: me-01@ton.iguana.be
41025              Date: 12 Sep 2001 14:11:16 -0000
41026              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
41027      Branch: perl
41028            ! mg.c
41029 ____________________________________________________________________________
41030 [ 12004] By: ams                                   on 2001/09/12  01:13:49
41031         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
41032              From: Ilmari Karonen <iltzu@sci.fi>
41033              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
41034              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
41035      Branch: perl
41036            ! pod/perlfaq4.pod
41037 ____________________________________________________________________________
41038 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
41039         Log: Update Changes.
41040      Branch: perl
41041            ! Changes patchlevel.h
41042 ____________________________________________________________________________
41043 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
41044         Log: NetWare update from Ananth Kesari.
41045      Branch: perl
41046            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
41047            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
41048 ____________________________________________________________________________
41049 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
41050         Log: Retract #11984: div() being redefined, and 1397
41051              failing on 64-bit platforms.
41052      Branch: perl
41053            ! lib/Math/BigInt/Calc.pm
41054 ____________________________________________________________________________
41055 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
41056         Log: Metaconfig unit change for #11999.
41057      Branch: metaconfig
41058            ! U/protos/d_lseekproto.U
41059 ____________________________________________________________________________
41060 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
41061         Log: The lseek fix (#11991) was no fix.
41062      Branch: perl
41063            ! Configure
41064 ____________________________________________________________________________
41065 [ 11998] By: sky                                   on 2001/09/11  07:52:06
41066         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
41067              From: Matt Sergeant <MSergeant@star.net.uk>
41068              Date: Tue, 11 Sep 2001 09:22:32 +0100
41069              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
41070      Branch: perl
41071            ! ext/Encode/Encode.pm
41072 ____________________________________________________________________________
41073 [ 11997] By: sky                                   on 2001/09/11  06:35:29
41074         Log: Sometimes dTHX is added because it is needed on non 
41075              gnuc platforms, but not needed there. This uses GCC
41076              to silence GCC specific warnings by marking pTHX as 
41077              unused.
41078      Branch: perl
41079            ! perl.h
41080 ____________________________________________________________________________
41081 [ 11996] By: nick                                  on 2001/09/11  06:25:27
41082         Log: Integrate mainline
41083      Branch: perlio
41084            - ext/POSIX/sigaction.t lib/File/Find/taint.t
41085           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
41086 ____________________________________________________________________________
41087 [ 11995] By: nick                                  on 2001/09/11  06:23:39
41088         Log: Part Integrate mainline
41089      Branch: perlio
41090           +> (branch 69 files)
41091            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
41092            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
41093            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
41094            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
41095            - lib/Switch/t/switch_case.t lib/Test/Harness.t
41096            - lib/Test/More/Changes lib/Test/More/t/More.t
41097            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41098            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41099            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
41100            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
41101            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
41102            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
41103            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
41104            - t/lib/Test/More/Catch.pm wince/perl.ico
41105           !> (integrate 197 files)
41106 ____________________________________________________________________________
41107 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
41108         Log: Subject: Re: [PATCH] Encode.pm docs fix
41109              From: Gisle Aas <gisle@ActiveState.com>
41110              Date: 10 Sep 2001 11:27:02 -0700
41111              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
41112      Branch: perl
41113            ! ext/Encode/Encode.pm
41114 ____________________________________________________________________________
41115 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
41116         Log: Fix unpack U to be the reverse of pack U
41117              (but implement unpack U0U as a backdoor to get
41118              the UTF-8 malformed warnings from un-UTF-8 data)
41119      Branch: perl
41120            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
41121 ____________________________________________________________________________
41122 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
41123         Log: Metaconfig unit change for #11991;
41124              delete an unused unit (d_strtoull.U is the one used)
41125      Branch: metaconfig
41126            ! U/protos/d_lseekproto.U
41127      Branch: metaconfig/U/perl
41128            - strtoull.U
41129 ____________________________________________________________________________
41130 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
41131         Log: Subject: [PATCH] Configure not recording lseek proto
41132              From: Blair Zajac <blair@orcaware.com>
41133              Date: Mon, 10 Sep 2001 17:52:37 -0700
41134              Message-ID: <3B9D6055.BA334A31@orcaware.com>
41135              
41136              plus regen Configure.
41137      Branch: perl
41138            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41139            ! config_h.SH uconfig.h
41140 ____________________________________________________________________________
41141 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
41142         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?)))                  
41143              From: Nicholas Clark <nick@ccl4.org>
41144              Date: Tue, 11 Sep 2001 00:00:31 +0100
41145              Message-ID: <20010911000031.G1512@plum.flirble.org>
41146      Branch: perl
41147            + t/op/qq.t
41148            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
41149 ____________________________________________________________________________
41150 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
41151         Log: Subject: [PATCH] Building on win32 w/o perlio
41152              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
41153              Date: Mon, 10 Sep 2001 23:38:46 +0200
41154              Message-ID: <3B9D4F06.14433.2C37644@localhost>
41155      Branch: perl
41156            ! perl.c win32/Makefile win32/makefile.mk
41157 ____________________________________________________________________________
41158 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
41159         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
41160              From: "chromatic" <chromatic@rmci.net>
41161              Date: Mon, 10 Sep 2001 15:14:01 -0600
41162              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
41163      Branch: perl
41164            + lib/CGI/t/push.t
41165            ! MANIFEST
41166 ____________________________________________________________________________
41167 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
41168         Log: Subject: avoiding hoardes of zombies
41169              From: Nicholas Clark <nick@ccl4.org>
41170              Date: Mon, 10 Sep 2001 22:00:40 +0100
41171              Message-ID: <20010910220040.C1512@plum.flirble.org>
41172      Branch: perl
41173            ! pod/perlipc.pod
41174 ____________________________________________________________________________
41175 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
41176         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
41177              From: John Peacock <jpeacock@rowman.com>
41178              Date: Mon, 10 Sep 2001 16:34:30 -0400
41179              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
41180      Branch: perl
41181            ! sv.c t/op/ver.t utf8.h
41182 ____________________________________________________________________________
41183 [ 11985] By: ams                                   on 2001/09/10  23:20:13
41184         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
41185      Branch: perl
41186            ! MANIFEST
41187 ____________________________________________________________________________
41188 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
41189         Log: (Retracted by #12001)
41190              Subject: Calc with USE_MUL/USE_DIV
41191              From: Tels <perl_dummy@bloodgate.com>
41192              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
41193              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
41194      Branch: perl
41195            ! lib/Math/BigInt/Calc.pm
41196 ____________________________________________________________________________
41197 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
41198         Log: Subject: [PATCH op.c] Re: perl@11978
41199              From: Robin Barker <rmb1@cise.npl.co.uk>
41200              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
41201              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
41202              
41203              Format errors.
41204      Branch: perl
41205            ! op.c
41206 ____________________________________________________________________________
41207 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
41208         Log: Switch PADOFFSET back to U32 both because of binary backward
41209              compatibility and because Arthur seems to have been fixing the
41210              problems with naughty integer-pointer casting.
41211      Branch: perl
41212            ! op.h
41213 ____________________________________________________________________________
41214 [ 11981] By: ams                                   on 2001/09/10  16:31:43
41215         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
41216              Fix Pod Typo, Add Test for ExtUtils::Command
41217              From: "chromatic" <chromatic@rmci.net>
41218              Date: Mon, 10 Sep 2001 11:20:56 -0600
41219              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
41220      Branch: perl
41221            + lib/ExtUtils/Command.t
41222            ! MANIFEST lib/ExtUtils/Command.pm
41223 ____________________________________________________________________________
41224 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
41225         Log: Subject: [PATCH] Encode.pm docs fix
41226              From: Matt Sergeant <MSergeant@star.net.uk>
41227              Date: Mon, 10 Sep 2001 15:24:01 +0100
41228              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
41229      Branch: perl
41230            ! ext/Encode/Encode.pm
41231 ____________________________________________________________________________
41232 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
41233         Log: Update Changes.
41234      Branch: perl
41235            ! Changes patchlevel.h
41236 ____________________________________________________________________________
41237 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
41238         Log: Revert #11973, the dTHX seems to be needed in there
41239              for threaded builds.
41240      Branch: perl
41241            ! perlio.c
41242 ____________________________________________________________________________
41243 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
41244         Log: Detypo.
41245      Branch: perl
41246            ! pod/perlguts.pod
41247 ____________________________________________________________________________
41248 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
41249         Log: Further Class::Struct patching from Damian.
41250              
41251              The new new semantics are:
41252              
41253              * If you pass an initializer for a nested object, it has to be:
41254              a) a reference to an object of that class, or      
41255              b) a reference to an object of a subclass of that class, or
41256              c) a reference to a hash of arguments to be passed to the
41257              class's constructor
41258              * If you pass no initializer for a nested object, the attribute
41259              is initialized to C<undef>
41260      Branch: perl
41261            ! lib/Class/Struct.pm
41262 ____________________________________________________________________________
41263 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
41264         Log: Skip the crypt test if no crypt.
41265      Branch: perl
41266            ! t/op/crypt.t
41267 ____________________________________________________________________________
41268 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
41269         Log: Warn against using bare v-strings as IP addresses
41270              (okay if using the wrappers from Socket)
41271      Branch: perl
41272            ! pod/perldata.pod pod/perlport.pod
41273 ____________________________________________________________________________
41274 [ 11973] By: sky                                   on 2001/09/10  11:57:58
41275         Log: Remove unused dTHX. Silenced another warning.
41276      Branch: perl
41277            ! perlio.c
41278 ____________________________________________________________________________
41279 [ 11972] By: sky                                   on 2001/09/10  11:54:25
41280         Log: Silence some more warnings INT2PTR.
41281      Branch: perl
41282            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
41283 ____________________________________________________________________________
41284 [ 11971] By: sky                                   on 2001/09/10  11:21:50
41285         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
41286      Branch: perl
41287            ! cop.h
41288 ____________________________________________________________________________
41289 [ 11970] By: sky                                   on 2001/09/10  11:17:25
41290         Log: Apply INT2PTR with force to silence warnings from
41291              PM_GETRE and friends. No more warnings with 64bit 
41292              IVs and 32bit pointers.    
41293      Branch: perl
41294            ! op.c op.h perl.c
41295 ____________________________________________________________________________
41296 [ 11969] By: sky                                   on 2001/09/10  10:13:02
41297         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
41298      Branch: perl
41299            ! pod/perlguts.pod
41300 ____________________________________________________________________________
41301 [ 11968] By: sky                                   on 2001/09/10  10:02:51
41302         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
41303              Rename to custop_op_name to Perl_custom_op_name to match perlapi
41304              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
41305              perl_clone.
41306      Branch: perl
41307            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
41308 ____________________________________________________________________________
41309 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
41310         Log: Using strlen() not good on embedded nul bytes.
41311      Branch: perl
41312            ! regcomp.c
41313 ____________________________________________________________________________
41314 [ 11966] By: ams                                   on 2001/09/09  21:06:13
41315         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
41316              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41317              Date: Mon, 13 Aug 2001 22:51:59 +0200
41318              Message-ID: <20010813225159.C6681@rafael>
41319              (Applied with several tweaks.)
41320      Branch: perl
41321            ! embed.h embed.pl proto.h toke.c
41322 ____________________________________________________________________________
41323 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
41324         Log: The exact error message is system-dependent.
41325      Branch: perl
41326            ! lib/ExtUtils/Manifest.t
41327 ____________________________________________________________________________
41328 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
41329         Log: Add Windows and Mac Sami support to Encode
41330              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
41331      Branch: perl
41332            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
41333            ! MANIFEST
41334 ____________________________________________________________________________
41335 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
41336         Log: Use the tried method.
41337      Branch: perl
41338            ! pod/perlport.pod
41339 ____________________________________________________________________________
41340 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
41341         Log: Can't count parentheses.
41342      Branch: perl
41343            ! ext/IO/lib/IO/Socket/INET.pm
41344 ____________________________________________________________________________
41345 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
41346         Log: perlport additions: 1 while unlink, add/delete directory
41347              entries and permissions, cygwin stat funkiness (from Michael
41348              Schwern and Nicholas Clark)
41349      Branch: perl
41350            ! pod/perlport.pod
41351 ____________________________________________________________________________
41352 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
41353         Log: blib does have a detectable test.
41354      Branch: perl
41355            ! t/lib/1_compile.t
41356 ____________________________________________________________________________
41357 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
41358         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
41359              From: "chromatic" <chromatic@rmci.net>
41360              Date: Sat, 08 Sep 2001 19:33:42 -0600
41361              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
41362      Branch: perl
41363            + lib/Term/Complete.t
41364            ! MANIFEST
41365 ____________________________________________________________________________
41366 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
41367         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
41368              From: Michael G Schwern <schwern@pobox.com> 
41369              Date: Sat, 8 Sep 2001 02:40:26 -0400
41370              Message-ID: <20010908024026.A26283@blackrider>
41371      Branch: perl
41372            + lib/Test/Tutorial.pod
41373            ! MANIFEST
41374 ____________________________________________________________________________
41375 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
41376         Log: Try to look up protocol (by name) only iff it has non-numbers:
41377              nice if the server is in a chrooted environment (no /etc/protocols,
41378              server code using hardcorded protocol numbers like 6 for tcp),
41379              suggested by John Holdsworth <coldwave@bigfoot.com>.
41380              In other words, if we are given a number, why look it up again
41381              (by number)?
41382      Branch: perl
41383            ! ext/IO/lib/IO/Socket/INET.pm
41384 ____________________________________________________________________________
41385 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
41386         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
41387              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41388              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
41389              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
41390              
41391              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
41392              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41393              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
41394              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
41395              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
41396              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41397              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
41398              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
41399      Branch: perl
41400            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
41401 ____________________________________________________________________________
41402 [ 11955] By: ams                                   on 2001/09/09  02:54:21
41403         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
41404              From: "Craig A. Berry" <craigberry@mac.com>
41405              Date: Sat, 08 Sep 2001 19:02:16 -0500
41406              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
41407      Branch: perl
41408            ! lib/CGI/t/carp.t
41409 ____________________________________________________________________________
41410 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
41411         Log: Documentation tweaks; think the IP address as an opaque string.
41412      Branch: perl
41413            ! ext/Socket/Socket.pm
41414 ____________________________________________________________________________
41415 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
41416         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
41417              From: Michael G Schwern <schwern@pobox.com>
41418              Date: Sat, 8 Sep 2001 19:45:46 -0400
41419              Message-ID: <20010908194546.C9193@blackrider>
41420      Branch: perl
41421            + lib/blib.t
41422            ! MANIFEST lib/blib.pm t/lib/1_compile.t
41423 ____________________________________________________________________________
41424 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
41425         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
41426              From: "chromatic" <chromatic@rmci.net>
41427              Date: Sat, 08 Sep 2001 12:31:44 -0600
41428              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
41429      Branch: perl
41430            + lib/CGI/t/fast.t
41431            ! MANIFEST
41432 ____________________________________________________________________________
41433 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
41434         Log: The Socket tests were wrong: they were assuming too much.
41435      Branch: perl
41436            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
41437 ____________________________________________________________________________
41438 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
41439         Log: Retract the portability changes since they
41440              seem to have opened a can of worms... will
41441              go back to UNICOS/mk and do the bare minimum
41442              required to get the tests working.
41443      Branch: perl
41444            ! ext/Socket/Socket.xs
41445 ____________________________________________________________________________
41446 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
41447         Log: PADOFFSET is used to cast pointers into integers,
41448              if pointers are 64 bits and U32 32 bits,
41449              bad things may happen, or at least warnings issued.
41450      Branch: perl
41451            ! op.h
41452 ____________________________________________________________________________
41453 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
41454         Log: Still more Socket portability tweaking.
41455              Now Socket.t seems to be happy in all of
41456              Linux/x86, Tru64/alpha, Solaris/sparc,
41457              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
41458              
41459              Addendum: it seems that io_multihomed, io_sock, and hostent
41460              were broken in little-endians (linux/x86 and tru64/alpha)
41461              because of this change.  Argh.
41462      Branch: perl
41463            ! ext/Socket/Socket.xs
41464 ____________________________________________________________________________
41465 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
41466         Log: More portability kicking on inet_ntoa().
41467      Branch: perl
41468            ! ext/Socket/Socket.xs
41469 ____________________________________________________________________________
41470 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
41471         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
41472              From: Michael G Schwern <schwern@pobox.com> 
41473              Date: Fri, 7 Sep 2001 23:06:51 -0400
41474              Message-ID: <20010907230651.R606@blackrider>
41475      Branch: perl
41476            + lib/ExtUtils/Manifest.t
41477            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
41478 ____________________________________________________________________________
41479 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
41480         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
41481              From: "chromatic" <chromatic@rmci.net>
41482              Date: Fri, 07 Sep 2001 17:53:15 -0600      
41483              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
41484      Branch: perl
41485            + lib/ExtUtils/testlib.t
41486            ! MANIFEST
41487 ____________________________________________________________________________
41488 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
41489         Log: Thinko.
41490      Branch: perl
41491            ! lib/integer.t
41492 ____________________________________________________________________________
41493 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
41494         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
41495              From: "Craig A. Berry" <craigberry@mac.com>
41496              Date: Fri, 07 Sep 2001 15:30:03 -0500
41497              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
41498      Branch: perl
41499            ! lib/CGI/Carp.pm
41500 ____________________________________________________________________________
41501 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
41502         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
41503              From: Michael G Schwern <schwern@pobox.com>
41504              Date: Fri, 7 Sep 2001 15:38:13 -0400
41505              Message-ID: <20010907153813.K606@blackrider>
41506      Branch: perl
41507            ! lib/ExtUtils/MM_Unix.pm
41508 ____________________________________________________________________________
41509 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
41510         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
41511              From: Robin Barker <rmb1@cise.npl.co.uk>
41512              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
41513              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
41514      Branch: perl
41515            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
41516 ____________________________________________________________________________
41517 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
41518         Log: Clean up 1_compile.t; move tests to more consistent
41519              places (t/ subdirectories); add integer.t (much of
41520              the pragma is tested elsewhere but there is no one
41521              centralized place)
41522      Branch: perl
41523            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
41524            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
41525            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
41526            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
41527            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
41528            - lib/File/Find/find.t lib/File/Find/taint.t
41529            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
41530 ____________________________________________________________________________
41531 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
41532         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
41533              From: "chromatic" <chromatic@rmci.net>
41534              Date: Fri, 07 Sep 2001 10:17:40 -0600
41535              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
41536      Branch: perl
41537            ! lib/File/Find/taint.t
41538 ____________________________________________________________________________
41539 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
41540         Log: Update Changes.
41541      Branch: perl
41542            ! Changes patchlevel.h
41543 ____________________________________________________________________________
41544 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
41545         Log: Rename the old threading tutorial, start a new one,
41546              regen toc.
41547      Branch: perl
41548            + pod/perlothrtut.pod
41549            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
41550            ! pod/perltoc.pod
41551 ____________________________________________________________________________
41552 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
41553         Log: vars very much has a test.
41554      Branch: perl
41555            ! t/lib/1_compile.t
41556 ____________________________________________________________________________
41557 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
41558         Log: Subject: Re: wince/perl.ico marked as binary
41559              From: Nicholas Clark <nick@ccl4.org>
41560              Date: Fri, 7 Sep 2001 13:54:40 +0100
41561              Message-ID: <20010907135439.D39150@plum.flirble.org>
41562              
41563              and wince/Makefile.ce change from Rainer Keuchel.
41564      Branch: perl
41565            + wince/makeico.pl
41566            ! MANIFEST wince/Makefile.ce
41567 ____________________________________________________________________________
41568 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
41569         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
41570              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41571              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
41572              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
41573      Branch: perl
41574            ! regexec.c
41575 ____________________________________________________________________________
41576 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
41577         Log: (Replaced by #11934)
41578              Subject: Re: [PATCH regexec.c] more general .* and .*?
41579              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41580              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
41581              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
41582      Branch: perl
41583            ! regexec.c
41584 ____________________________________________________________________________
41585 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
41586         Log: The #11931 patching misbehaved.
41587      Branch: perl
41588            ! lib/Test/Harness/t/test-harness.t
41589 ____________________________________________________________________________
41590 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
41591         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
41592              From: Michael G Schwern <schwern@pobox.com>
41593              Date: Fri, 7 Sep 2001 03:30:41 -0400
41594              Message-ID: <20010907033041.A2796@blackrider>
41595      Branch: perl
41596            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
41597            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
41598            + t/lib/sample-tests/header_at_end_fail
41599            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
41600            - lib/Test/Harness.t
41601            ! MANIFEST lib/Test/Harness.pm t/TEST
41602 ____________________________________________________________________________
41603 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
41604         Log: Subject: [PATCH] Digest::MD5 update
41605              From: Gisle Aas <gisle@ActiveState.com>
41606              Date: 06 Sep 2001 23:32:56 -0700
41607              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
41608      Branch: perl
41609            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
41610            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
41611 ____________________________________________________________________________
41612 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
41613         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
41614              From: "chromatic" <chromatic@rmci.net>
41615              Date: Thu, 06 Sep 2001 23:11:44 -0600
41616              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
41617      Branch: perl
41618            + lib/less.t
41619            ! MANIFEST t/lib/1_compile.t
41620 ____________________________________________________________________________
41621 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
41622         Log: The binary file must somehow differently stored.
41623      Branch: perl
41624            - wince/perl.ico
41625            ! MANIFEST
41626 ____________________________________________________________________________
41627 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
41628         Log: Add more modules to the list of modules that have tests,
41629              Schwern's wallet is getting more nervous.
41630              (Run t/lib/1_compile.t manually to see which modules
41631              are lacking tests, or the tests can't be run for some
41632              reason or another, such as the Net:: modules)
41633      Branch: perl
41634            ! t/lib/1_compile.t
41635 ____________________________________________________________________________
41636 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
41637         Log: Try to make Socket::inet_ntoa() more robust.
41638      Branch: perl
41639            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
41640 ____________________________________________________________________________
41641 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
41642         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
41643              From: chromatic <chromatic@rmci.net>       
41644              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
41645              Message-Id: <01090522580506.19590@firewheel>           
41646      Branch: perl
41647            ! lib/English.t
41648 ____________________________________________________________________________
41649 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
41650         Log: Subject: Re: perlvar manpage and localizing special vars
41651              From: Stas Bekman <stas@stason.org>
41652              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
41653              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
41654      Branch: perl
41655            ! pod/perlvar.pod
41656 ____________________________________________________________________________
41657 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
41658         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
41659              From: Robin Barker <rmb1@cise.npl.co.uk>
41660              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
41661              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
41662      Branch: perl
41663            ! lib/ExtUtils/MakeMaker.pm
41664 ____________________________________________________________________________
41665 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
41666         Log: Symbol missing; AIX unhappy.
41667      Branch: perl
41668            ! makedef.pl
41669 ____________________________________________________________________________
41670 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
41671         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
41672              Reported in 5.61, seems to work okay in blead.
41673      Branch: perl
41674            ! t/run/kill_perl.t
41675 ____________________________________________________________________________
41676 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
41677         Log: Update Changes.
41678      Branch: perl
41679            ! Changes patchlevel.h
41680 ____________________________________________________________________________
41681 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
41682         Log: Document the bad assumptions currently breaking
41683              the Socket.t tests 10, 11, and 13 in UNICOS.
41684      Branch: perl
41685            ! ext/Socket/Socket.xs
41686 ____________________________________________________________________________
41687 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
41688         Log: Subject: [PATCH x2p] make OPTIMIZE=...
41689              From: Robin Barker <rmb1@cise.npl.co.uk>
41690              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
41691              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
41692      Branch: perl
41693            ! x2p/Makefile.SH x2p/cflags.SH
41694 ____________________________________________________________________________
41695 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
41696         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
41697              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
41698              Date: Thu, 6 Sep 2001 11:09:40 +0100
41699              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
41700              
41701              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
41702              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
41703              Date: 6 Sep 2001 10:14:38 -0000
41704              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
41705      Branch: perl
41706            ! pod/perlfaq1.pod pod/perlhack.pod
41707 ____________________________________________________________________________
41708 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
41709         Log: Subject: Extra NUL is Data::Dumper output - patch
41710              From: Tony Cook <tony@develop-help.com>
41711              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
41712              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
41713      Branch: perl
41714            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
41715 ____________________________________________________________________________
41716 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
41717         Log: Avoid redefinition warning
41718              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
41719              from
41720              perl -w -Ilib -MCwd -e ''
41721      Branch: perl
41722            ! lib/Cwd.pm
41723 ____________________________________________________________________________
41724 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
41725         Log: Update the is_tainted() example implementation.
41726      Branch: perl
41727            ! pod/perlsec.pod
41728 ____________________________________________________________________________
41729 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
41730         Log: Missing) in #11912.
41731      Branch: perl
41732            ! lib/Test/Simple/t/fail.t
41733 ____________________________________________________________________________
41734 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
41735         Log: Rewhack Test-Simple into core harness.
41736      Branch: perl
41737            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
41738            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
41739            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
41740            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
41741            ! lib/Test/Simple/t/skipall.t
41742 ____________________________________________________________________________
41743 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
41744         Log: Workaround for the new Exporter 'feature'.
41745      Branch: perl
41746            ! lib/Test/More.pm
41747 ____________________________________________________________________________
41748 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
41749         Log: Re-introduce pure-Perl fall-back for abs_path,
41750              re-introduce #11898.
41751      Branch: perl
41752            ! lib/Cwd.pm lib/File/Find.pm
41753 ____________________________________________________________________________
41754 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
41755         Log: More tests.
41756      Branch: perl
41757            ! lib/Exporter.t
41758 ____________________________________________________________________________
41759 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
41760         Log: Retract #11898 for now because it introduces
41761              a rather nasty depencency: when B is being built,
41762              MakeMaker is used.  MakeMaker uses File::Find.
41763              File::Find uses Cwd::getcwd()...which doesn't
41764              exist yet.
41765      Branch: perl
41766            ! lib/File/Find.pm
41767 ____________________________________________________________________________
41768 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
41769         Log: New test welcome.
41770      Branch: perl
41771            + lib/Test/Simple/t/simple.t
41772 ____________________________________________________________________________
41773 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
41774         Log: Old test begone.
41775      Branch: perl
41776            - lib/Attribute/Handlers/test.pl
41777 ____________________________________________________________________________
41778 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
41779         Log: Test-Simple syncup from Schwern.
41780      Branch: perl
41781            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
41782            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
41783            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
41784            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
41785            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
41786            - lib/Test/More/Changes lib/Test/More/t/More.t
41787            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41788            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41789            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
41790            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
41791            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
41792            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
41793            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
41794            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
41795            ! t/lib/Test/Simple/sample_tests/death.plx
41796            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
41797            ! t/lib/Test/Simple/sample_tests/extras.plx
41798            ! t/lib/Test/Simple/sample_tests/five_fail.plx
41799            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
41800            ! t/lib/Test/Simple/sample_tests/one_fail.plx
41801            ! t/lib/Test/Simple/sample_tests/require.plx
41802            ! t/lib/Test/Simple/sample_tests/success.plx
41803            ! t/lib/Test/Simple/sample_tests/too_few.plx
41804            ! t/lib/Test/Simple/sample_tests/two_fail.plx
41805 ____________________________________________________________________________
41806 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
41807         Log: Integrate File::Find changes from bleadperl
41808      Branch: maint-5.6/macperl
41809            ! lib/File/Find.pm t/lib/filefind-taint.t
41810 ____________________________________________________________________________
41811 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
41812         Log: Integrate 11847 from maint-5.6/perl
41813      Branch: maint-5.6/macperl
41814           !> sv.c
41815 ____________________________________________________________________________
41816 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
41817         Log: In UNICOS division yada yada.
41818      Branch: perl
41819            ! t/op/override.t
41820 ____________________________________________________________________________
41821 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
41822         Log: In UNICOS division is really lossy, better use
41823              a tolerance test.
41824      Branch: perl
41825            ! ext/Time/HiRes/HiRes.t
41826 ____________________________________________________________________________
41827 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
41828         Log: In UNICOS sigaction() sets an extra flag
41829              ("the signal has been registered for all the processes in
41830              a multitasking group.")
41831      Branch: perl
41832            ! ext/POSIX/sigaction.t
41833 ____________________________________________________________________________
41834 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
41835         Log: Documentation micropatch from Damian.
41836      Branch: perl
41837            ! lib/Attribute/Handlers.pm
41838 ____________________________________________________________________________
41839 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
41840         Log: (Retracted by #11908)
41841              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
41842              From: Michael G Schwern <schwern@pobox.com>
41843              Date: Wed, 5 Sep 2001 15:58:21 -0400
41844              Message-ID: <20010905155821.I632@blackrider>
41845      Branch: perl
41846            ! lib/File/Find.pm lib/File/Find/taint.t
41847 ____________________________________________________________________________
41848 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
41849         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
41850              From: Michael G Schwern <schwern@pobox.com>
41851              Date: Wed, 5 Sep 2001 19:16:31 -0400
41852              Message-ID: <20010905191631.E11386@blackrider>
41853      Branch: perl
41854            + lib/CGI/t/carp.t
41855            ! MANIFEST
41856 ____________________________________________________________________________
41857 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
41858         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
41859              From: chromatic <chromatic@rmci.net>
41860              Date: Wed, 5 Sep 2001 18:08:07 -0600
41861              Message-Id: <01090518080700.19590@firewheel>
41862      Branch: perl
41863            ! lib/English.pm
41864 ____________________________________________________________________________
41865 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
41866         Log: Fix a typo #11889 and add a test for the same.
41867      Branch: perl
41868            ! ext/Socket/Socket.t ext/Socket/Socket.xs
41869 ____________________________________________________________________________
41870 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
41871         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
41872              From: "Craig A. Berry" <craigberry@mac.com>
41873              Date: Wed, 05 Sep 2001 17:48:54 -0500
41874              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
41875      Branch: perl
41876            ! lib/warnings.t t/run/kill_perl.t
41877 ____________________________________________________________________________
41878 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
41879         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
41880              From: Michael G Schwern <schwern@pobox.com>
41881              Date: Wed, 5 Sep 2001 17:22:25 -0400
41882              Message-ID: <20010905172225.C11386@blackrider>
41883      Branch: perl
41884            ! t/run/kill_perl.t
41885 ____________________________________________________________________________
41886 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
41887         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
41888              From: Nicholas Clark <nick@ccl4.org>
41889              Date: Wed, 5 Sep 2001 20:54:24 +0100
41890              Message-ID: <20010905205424.C25120@plum.flirble.org>
41891      Branch: perl
41892            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
41893 ____________________________________________________________________________
41894 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
41895         Log: Forgotten thing.
41896      Branch: perl
41897            ! uconfig.h
41898 ____________________________________________________________________________
41899 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
41900         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
41901              From: chromatic <chromatic@rmci.net>               
41902              Date: Wed, 5 Sep 2001 13:22:08 -0600
41903              Message-Id: <01090513220807.10587@firewheel> 
41904      Branch: perl
41905            ! lib/English.pm
41906 ____________________________________________________________________________
41907 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
41908         Log: inet_ntoa() tweaks:
41909              - don't allow addresses with > 255 characters
41910              - indent the HP-UX workaround
41911              - don't leak memory
41912      Branch: perl
41913            ! ext/Socket/Socket.xs
41914 ____________________________________________________________________________
41915 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
41916         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
41917              <xwu@theeducationcenter.com>
41918      Branch: perl
41919            ! lib/File/Find.pm
41920 ____________________________________________________________________________
41921 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
41922         Log: Typo nits.
41923      Branch: perl
41924            ! lib/File/Find.pm
41925 ____________________________________________________________________________
41926 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
41927         Log: -Wall nit.
41928      Branch: perl
41929            ! op.c
41930 ____________________________________________________________________________
41931 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
41932         Log: Update to Scalar-List-Utils 1.05
41933      Branch: perl
41934            ! ext/List/Util/ChangeLog ext/List/Util/README
41935            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
41936 ____________________________________________________________________________
41937 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
41938         Log: Update Changes.
41939      Branch: perl
41940            ! Changes patchlevel.h
41941 ____________________________________________________________________________
41942 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
41943         Log: Update to Scalar-List-Utils 1.04
41944      Branch: perl
41945            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
41946            ! ext/List/Util/lib/List/Util.pm
41947            ! ext/List/Util/lib/Scalar/Util.pm
41948 ____________________________________________________________________________
41949 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
41950         Log: Metaconfigify #11724.
41951      Branch: metaconfig
41952            ! U/threads/archname.U
41953 ____________________________________________________________________________
41954 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
41955         Log: The MacOS reference is okay, no reason to hide it.
41956      Branch: perl
41957            ! lib/Cwd.pm
41958 ____________________________________________________________________________
41959 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
41960         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
41961              From: Michael G Schwern <schwern@pobox.com>
41962              Date: Tue, 4 Sep 2001 15:30:10 -0400
41963              Message-ID: <20010904153010.H26466@blackrider> 
41964              
41965              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
41966      Branch: perl
41967            ! ext/Cwd/Makefile.PL lib/Cwd.pm
41968 ____________________________________________________________________________
41969 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
41970         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.))
41971              From: Michael G Schwern <schwern@pobox.com>
41972              Date: Tue, 4 Sep 2001 17:39:13 -0400
41973              Message-ID: <20010904173913.C626@blackrider>
41974      Branch: perl
41975            ! lib/Cwd.pm
41976 ____________________________________________________________________________
41977 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
41978         Log: Subject: Re: Perl_pp_* in public API?
41979              From: "Craig A. Berry" <craigberry@mac.com>
41980              Date: Tue, 4 Sep 2001 21:51:29 -0500
41981              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
41982      Branch: perl
41983            ! ext/List/Util/Util.xs
41984 ____________________________________________________________________________
41985 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
41986         Log: From Damian: Class::Struct was unable to define
41987              recursive classes.  After the patch an object reference
41988              (rather than a hash) is required to initialize
41989              an object attribute.  If no such initializer is given to
41990              the constructor, object attributes are now default
41991              initialized to C<undef>.
41992      Branch: perl
41993            ! lib/Class/Struct.pm lib/Class/Struct.t
41994 ____________________________________________________________________________
41995 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
41996         Log: Subject: Re: sv_catpvfn and sv_setpvfn
41997              From: Richard Soderberg <rs@oregonnet.com>
41998              Date: Tue, 4 Sep 2001 15:16:47 -0700
41999              Message-Id: <200109042216.PAA17858@oregonnet.com>
42000      Branch: perl
42001            ! pod/perlclib.pod pod/perlguts.pod
42002 ____________________________________________________________________________
42003 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
42004         Log: NetWare updates from Ananth Kesari.
42005      Branch: perl
42006            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
42007            ! NetWare/nw5thread.h
42008 ____________________________________________________________________________
42009 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
42010         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?))
42011              From: Nicholas Clark <nick@ccl4.org>
42012              Date: Tue, 4 Sep 2001 22:42:50 +0100
42013              Message-ID: <20010904224250.P25120@plum.flirble.org>
42014      Branch: perl
42015            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
42016            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
42017            ! t/op/oct.t toke.c
42018 ____________________________________________________________________________
42019 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
42020         Log: Fix Cwd::getcwd() not being tainted, as noticed
42021              by Schwern.
42022      Branch: perl
42023            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
42024            - ext/Cwd/Cwd.t
42025            ! MANIFEST ext/Cwd/Cwd.xs util.c
42026 ____________________________________________________________________________
42027 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
42028         Log: Retract #11870 and volatilize the right destruct_level.
42029              Silly thinko pointed out by Sarathy.
42030      Branch: perl
42031            ! intrpvar.h perl.c
42032 ____________________________________________________________________________
42033 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
42034         Log: At least a temporary fix for the mysterious scope core dumps
42035              in Tru64 from Graham.
42036      Branch: perl
42037            ! ext/List/Util/Util.xs
42038 ____________________________________________________________________________
42039 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
42040         Log: (Retracted by #11872)
42041      Branch: perl
42042            ! intrpvar.h
42043 ____________________________________________________________________________
42044 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
42045         Log: Quench a -Wall gripe noticed by Robin Barker.
42046      Branch: perl
42047            ! op.c
42048 ____________________________________________________________________________
42049 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
42050         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
42051              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42052              Date: Wed, 05 Sep 2001 02:01:32 +0900
42053              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
42054      Branch: perl
42055            ! lib/Unicode/UCD.pm
42056 ____________________________________________________________________________
42057 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
42058         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
42059              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42060              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
42061              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
42062      Branch: perl
42063            ! gv.c
42064 ____________________________________________________________________________
42065 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
42066         Log: Update Changes.
42067      Branch: perl
42068            ! Changes patchlevel.h
42069 ____________________________________________________________________________
42070 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
42071         Log: Add the \[$@%&*] prototype support.
42072      Branch: perl
42073            ! op.c pod/perlsub.pod t/comp/proto.t
42074 ____________________________________________________________________________
42075 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
42076         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
42077              From: Michael G Schwern <schwern@pobox.com>
42078              Date: Mon, 3 Sep 2001 18:59:01 -0400
42079              Message-ID: <20010903185901.Z9233@blackrider>
42080      Branch: perl
42081            ! lib/CGI/t/form.t
42082 ____________________________________________________________________________
42083 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
42084         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
42085              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42086              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
42087              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
42088      Branch: perl
42089            ! gv.c
42090 ____________________________________________________________________________
42091 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
42092         Log: More srand entry tweakage based on Randal's suggestion.
42093      Branch: perl
42094            ! pod/perlfunc.pod
42095 ____________________________________________________________________________
42096 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
42097         Log: Subject: [PATCH] 'main' *is* a reserved word
42098              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42099              Date: Mon, 3 Sep 2001 22:55:41 +0200
42100              Message-ID: <20010903225541.A24097@rafael>
42101      Branch: perl
42102            ! toke.c
42103 ____________________________________________________________________________
42104 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
42105         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
42106              From: Peter Prymmer <pvhp@best.com>
42107              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
42108              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
42109      Branch: perl
42110            ! README.vms configure.com
42111 ____________________________________________________________________________
42112 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
42113         Log: Subject: Re: A slightly better default seed?   
42114              From: Michael G Schwern <schwern@pobox.com>
42115              Date: Mon, 3 Sep 2001 18:08:15 -0400 
42116              Message-ID: <20010903180815.W9233@blackrider>
42117      Branch: perl
42118            ! t/op/srand.t
42119 ____________________________________________________________________________
42120 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
42121         Log: Add sharedsv.o to microperl object files.
42122      Branch: perl
42123            ! Makefile.micro
42124 ____________________________________________________________________________
42125 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
42126         Log: AUTHORS updates and
42127              
42128              Subject: [PATCH] Just some preening :-)        
42129              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
42130              Date: Tue, 4 Sep 2001 14:16:59 +0100
42131              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
42132      Branch: perl
42133            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
42134 ____________________________________________________________________________
42135 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
42136         Log: Typo fix and slight rewording.
42137      Branch: perl
42138            ! pod/perlfunc.pod
42139 ____________________________________________________________________________
42140 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
42141         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
42142      Branch: perl
42143            ! pod/perlfaq4.pod
42144 ____________________________________________________________________________
42145 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
42146         Log: The helper file changed name.
42147      Branch: perl
42148            ! MANIFEST
42149 ____________________________________________________________________________
42150 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
42151         Log: Update to Scalar-List-Utils 1.03
42152      Branch: perl
42153            + ext/List/Util/t/shuffle.t
42154            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
42155            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
42156            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
42157            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
42158            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
42159            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
42160            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
42161            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
42162 ____________________________________________________________________________
42163 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
42164         Log: Make crypt() do something more sane for Unicode
42165              (take crypt() of the low eight bits of the characters,
42166              instead of taking crypt() of the UTF-8 of the scalar);
42167              add a test for crypt().
42168      Branch: perl
42169            + t/op/crypt.t
42170            ! MANIFEST pod/perlfunc.pod pp.c
42171 ____________________________________________________________________________
42172 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
42173         Log: Reorganize the srand entry.
42174      Branch: perl
42175            ! pod/perlfunc.pod
42176 ____________________________________________________________________________
42177 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
42178         Log: Remove the tests that assume something about
42179              calling srand() without arguments multiple times.
42180      Branch: perl
42181            ! t/op/srand.t
42182 ____________________________________________________________________________
42183 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
42184         Log: Upgrade to Math::BigInt 1.42.
42185      Branch: perl
42186            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42187            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
42188            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
42189            ! lib/Math/BigInt/t/mbimbf.t
42190 ____________________________________________________________________________
42191 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
42192         Log: integrate change#11847 from maint-5.6
42193              
42194              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
42195      Branch: perl
42196            ! sv.c
42197 ____________________________________________________________________________
42198 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
42199         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
42200      Branch: maint-5.6/perl
42201            ! sv.c
42202 ____________________________________________________________________________
42203 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
42204         Log: As far as I can tell these functions have been Unicodified.
42205      Branch: perl
42206            ! doop.c
42207 ____________________________________________________________________________
42208 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
42209         Log: Update to Storable 1.0.13.
42210      Branch: perl
42211            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
42212            ! ext/Storable/Storable.xs
42213 ____________________________________________________________________________
42214 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
42215         Log: Patch the Filter::Simple test to work with
42216              the core test suite (since the FilterTest.pm
42217              is in t/lib, not in lib).
42218      Branch: perl
42219            ! lib/Filter/Simple/t/filter.t
42220 ____________________________________________________________________________
42221 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
42222         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
42223      Branch: perl
42224            + t/lib/FilterTest.pm
42225            - t/lib/MyFilter.pm
42226 ____________________________________________________________________________
42227 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
42228         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
42229              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
42230              Text::Balanced 1.86.
42231      Branch: perl
42232            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
42233            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
42234            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
42235            + lib/Switch/t/nested.t lib/Switch/t/switch.t
42236            + lib/Text/Balanced/Changes lib/Text/Balanced/README
42237            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
42238            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
42239            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
42240            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
42241            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
42242            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
42243            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
42244            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
42245            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
42246            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
42247            ! MANIFEST lib/Attribute/Handlers.pm
42248            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
42249            ! lib/Attribute/Handlers/demo/Demo.pm
42250            ! lib/Attribute/Handlers/demo/Descriptions.pm
42251            ! lib/Attribute/Handlers/demo/MyClass.pm
42252            ! lib/Attribute/Handlers/demo/demo.pl
42253            ! lib/Attribute/Handlers/demo/demo2.pl
42254            ! lib/Attribute/Handlers/demo/demo3.pl
42255            ! lib/Attribute/Handlers/demo/demo4.pl
42256            ! lib/Attribute/Handlers/demo/demo_call.pl
42257            ! lib/Attribute/Handlers/demo/demo_chain.pl
42258            ! lib/Attribute/Handlers/demo/demo_cycle.pl
42259            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
42260            ! lib/Attribute/Handlers/demo/demo_phases.pl
42261            ! lib/Attribute/Handlers/demo/demo_range.pl
42262            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
42263            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
42264            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
42265            ! lib/Text/Balanced.pm
42266 ____________________________________________________________________________
42267 [ 11841] By: sky                                   on 2001/09/03  11:04:15
42268         Log: Forgot to add a file with Change #11840
42269      Branch: perl
42270            + t/op/srand.t
42271 ____________________________________________________________________________
42272 [ 11840] By: sky                                   on 2001/09/03  11:02:04
42273         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
42274              From: Michael G Schwern <schwern@pobox.com>
42275              Date: Mon, 3 Sep 2001 07:43:00 -0400
42276              Message-ID: <20010903074300.E9233@blackrider>
42277      Branch: perl
42278            ! MANIFEST pod/perlfunc.pod t/op/rand.t
42279 ____________________________________________________________________________
42280 [ 11839] By: sky                                   on 2001/09/03  10:47:11
42281         Log: Document the changes with regards to running of END blocks.
42282              And DESTROY on global objects are called in perl_destruct()!
42283      Branch: perl
42284            ! pod/perl572delta.pod pod/perlembed.pod
42285 ____________________________________________________________________________
42286 [ 11838] By: sky                                   on 2001/09/03  09:34:44
42287         Log: Subject: [PATCH t/op/time.t] Partial cleanup
42288              From: Michael G Schwern <schwern@pobox.com>
42289              Date: Mon, 3 Sep 2001 06:29:42 -0400
42290              Message-ID: <20010903062942.C9233@blackrider>
42291      Branch: perl
42292            ! t/op/time.t
42293 ____________________________________________________________________________
42294 [ 11837] By: sky                                   on 2001/09/03  09:30:02
42295         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
42296              From: Michael G Schwern <schwern@pobox.com>
42297              Date: Mon, 3 Sep 2001 06:24:13 -0400
42298              Message-ID: <20010903062413.B9233@blackrider>
42299      Branch: perl
42300            ! t/op/rand.t
42301 ____________________________________________________________________________
42302 [ 11836] By: sky                                   on 2001/09/03  07:56:47
42303         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
42304              From: Michael G Schwern <schwern@pobox.com>
42305              Date: Sun, 2 Sep 2001 21:38:43 -0400
42306              Message-ID: <20010902213843.L2711@blackrider>
42307      Branch: perl
42308            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
42309            ! MANIFEST
42310 ____________________________________________________________________________
42311 [ 11835] By: nick                                  on 2001/09/03  06:20:06
42312         Log: Integrate mainline
42313      Branch: perlio
42314           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
42315            - t/op/misc.t
42316           !> (integrate 187 files)
42317 ____________________________________________________________________________
42318 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
42319         Log: Update Changes.
42320      Branch: perl
42321            ! Changes patchlevel.h
42322 ____________________________________________________________________________
42323 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
42324         Log: Slight tweaks.
42325      Branch: perl
42326            ! t/run/kill_perl.t
42327 ____________________________________________________________________________
42328 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
42329         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
42330      Branch: perl
42331            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
42332 ____________________________________________________________________________
42333 [ 11831] By: sky                                   on 2001/09/02  12:10:42
42334         Log: Change #11828 wasn't complete, this updates to intest path
42335      Branch: perl
42336            ! t/run/kill_perl.t
42337 ____________________________________________________________________________
42338 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
42339         Log: 's's's.
42340      Branch: perl
42341            ! Changes
42342 ____________________________________________________________________________
42343 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
42344         Log: Update Changes.
42345      Branch: perl
42346            ! Changes patchlevel.h
42347 ____________________________________________________________________________
42348 [ 11828] By: sky                                   on 2001/09/02  11:53:56
42349         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
42350              From: Michael G Schwern <schwern@pobox.com>
42351              Date: Sat, 1 Sep 2001 20:18:58 -0400
42352              Message-ID: <20010901201858.X606@blackrider>
42353              +MANIFEST Fix
42354      Branch: perl
42355            + t/run/kill_perl.t
42356            - t/op/misc.t t/run/segfault.t
42357            ! MANIFEST
42358 ____________________________________________________________________________
42359 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
42360         Log: Subject: [PATCH] lib/Time/Local.pm
42361              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42362              Date: Sun, 2 Sep 2001 06:50:01 -0500
42363              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
42364      Branch: perl
42365            ! lib/Time/Local.pm
42366 ____________________________________________________________________________
42367 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
42368         Log: Tick off Unicode collation and the normalization from
42369              the todo list.
42370      Branch: perl
42371            ! pod/perltodo.pod
42372 ____________________________________________________________________________
42373 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
42374         Log: Update to Unicode 3.1.1.
42375      Branch: perl
42376            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
42377            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
42378            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
42379            ! lib/unicore/PropList.txt lib/unicore/README.perl
42380            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
42381            ! lib/unicore/rename lib/unicore/version
42382 ____________________________________________________________________________
42383 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
42384         Log: Slight doc tweaks for the module.
42385      Branch: perl
42386            ! lib/Unicode/UCD.pm
42387 ____________________________________________________________________________
42388 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
42389         Log: Rename the variable: it *used* to be (wrongly) that the
42390              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
42391              but that is no more the case: PL_reg_match_utf8 is better.
42392      Branch: perl
42393            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
42394            ! regexec.c sv.c thrdvar.h
42395 ____________________________________________________________________________
42396 [ 11822] By: ams                                   on 2001/09/02  02:54:50
42397         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
42398              From: Ilmari Karonen <iltzu@sci.fi>
42399              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
42400              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
42401              (op/sub_lval.t updated to take new error message into account.)
42402      Branch: perl
42403            ! op.c t/op/sub_lval.t
42404 ____________________________________________________________________________
42405 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
42406         Log: remove stray CRs in files; keep all files with UNIX line-ends
42407              (Porting/makerel adds CRs to the files that need it in the
42408              distribution)
42409      Branch: perl
42410            ! NetWare/t/NWScripts.pl README.dos
42411            ! ext/Encode/Encode/cns11643-1.enc
42412            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
42413            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
42414 ____________________________________________________________________________
42415 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
42416         Log: some remnants of change#11803
42417      Branch: perl
42418            ! ext/ByteLoader/byterun.h perl.h
42419 ____________________________________________________________________________
42420 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
42421         Log: Update to Unicode::Collate 0.08.
42422      Branch: perl
42423            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
42424            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
42425 ____________________________________________________________________________
42426 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
42427         Log: Test tweaks.
42428      Branch: perl
42429            ! t/op/pat.t
42430 ____________________________________________________________________________
42431 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
42432         Log: Fix test
42433      Branch: maint-5.6/macperl
42434            ! t/lib/b.t
42435 ____________________________________________________________________________
42436 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
42437         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
42438              warnings in Config.pm with -W; increase default and
42439              minimum RAM; bump version number.
42440      Branch: maint-5.6/macperl
42441            + macos/lib/Mac/LowMem.pm
42442            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
42443            ! macos/configpm macos/macperl/MacPerl.r
42444 ____________________________________________________________________________
42445 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
42446         Log: Make syntax check report in MPW style, fix tests
42447              to use Mac::err=unix to get normal-style error
42448              messages.
42449      Branch: maint-5.6/macperl
42450            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
42451            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
42452 ____________________________________________________________________________
42453 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
42454         Log: Make MPW-style errors optional (but the default); add
42455              MacPerl::ErrorFormat() function and Mac::err pragma
42456      Branch: maint-5.6/macperl
42457            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
42458            + macos/ext/Mac/err/err.xs
42459            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
42460            ! macos/macish.c macos/macish.h macos/macperl.sym
42461 ____________________________________________________________________________
42462 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
42463         Log: More module and test ports from Thomas Wegner et al
42464      Branch: maint-5.6/macperl
42465            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
42466            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
42467            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
42468            ! t/op/magic.t
42469 ____________________________________________________________________________
42470 [ 11812] By: sky                                   on 2001/09/01  17:19:30
42471         Log: Subject: [PATCH t/op/concat.t] cleanup
42472              From: Michael G Schwern <schwern@pobox.com>
42473              Date: Sat, 1 Sep 2001 14:06:28 -0400
42474              Message-ID: <20010901140628.C606@blackrider>
42475      Branch: perl
42476            ! t/op/concat.t
42477 ____________________________________________________________________________
42478 [ 11811] By: sky                                   on 2001/09/01  12:25:29
42479         Log: Change #11805 didn't update the MANIFEST
42480      Branch: perl
42481            ! MANIFEST
42482 ____________________________________________________________________________
42483 [ 11810] By: sky                                   on 2001/09/01  11:52:44
42484         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
42485              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42486              Date: Sat, 1 Sep 2001 14:50:14 +0200
42487              Message-ID: <20010901145014.A691@rafael>
42488      Branch: perl
42489            ! t/op/inccode.t
42490 ____________________________________________________________________________
42491 [ 11809] By: sky                                   on 2001/09/01  11:49:22
42492         Log: Subject: PATCH: ExtUtils::MakeMaker
42493              From: Tony Bowden <tony@kasei.com>
42494              Date: Sat, 1 Sep 2001 10:33:53 +0100
42495              Message-ID: <20010901103353.A13863@soto.kasei.com>
42496              Manually applied
42497      Branch: perl
42498            ! lib/ExtUtils/MakeMaker.pm
42499 ____________________________________________________________________________
42500 [ 11808] By: sky                                   on 2001/09/01  11:39:13
42501         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
42502              From: mike808@users.sourceforge.net
42503              Date: Sat, 1 Sep 101 11:27:50 GMT
42504              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
42505              With little tweak
42506      Branch: perl
42507            ! lib/Term/Cap.pm
42508 ____________________________________________________________________________
42509 [ 11807] By: ams                                   on 2001/09/01  11:31:16
42510         Log: Subject: oct() and hex()
42511              From: Nicholas Clark <nick@ccl4.org>
42512              Date: Fri, 31 Aug 2001 23:14:13 +0100
42513              Message-Id: <20010831231413.J4950@plum.flirble.org>
42514      Branch: perl
42515            ! pod/perlclib.pod
42516 ____________________________________________________________________________
42517 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
42518         Log: Integrate change 11801 from maintperl
42519      Branch: maint-5.6/macperl
42520            ! perl.c
42521 ____________________________________________________________________________
42522 [ 11805] By: sky                                   on 2001/08/31  21:35:10
42523         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
42524              From: Michael G Schwern <schwern@pobox.com>
42525              Date: Fri, 31 Aug 2001 15:36:28 -0400
42526              Message-ID: <20010831153628.B598@blackrider>
42527              Check for things which used to segfault
42528      Branch: perl
42529            + t/run/segfault.t
42530 ____________________________________________________________________________
42531 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
42532         Log: integrate change#11801 from maint-5.6
42533              
42534              remove age-old UNICOS "workaround" that introduces a static, and
42535              hence an egregious race condition for threaded builds (*sigh*
42536              beats me why this kludge wasn't guarded by a UNICOS-specific
42537              #define *sigh*)
42538      Branch: perl
42539            ! perl.c
42540 ____________________________________________________________________________
42541 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
42542         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
42543              working in 5.7.x
42544      Branch: perl
42545            - objXSUB.h
42546            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
42547            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
42548            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
42549            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
42550            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
42551            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
42552            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
42553            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
42554            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
42555            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
42556            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
42557            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
42558            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
42559            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
42560            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
42561            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
42562            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
42563            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
42564            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
42565            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
42566            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
42567            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
42568 ____________________________________________________________________________
42569 [ 11802] By: ams                                   on 2001/08/31  18:11:32
42570         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
42571              From: "Philip Newton" <Philip.Newton@gmx.net>
42572              Date: Fri, 31 Aug 2001 21:12:56 +0200
42573              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
42574      Branch: perl
42575            ! pod/perldiag.pod
42576 ____________________________________________________________________________
42577 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
42578         Log: remove age-old UNICOS "workaround" that introduces a static, and
42579              hence an egregious race condition for threaded builds (*sigh*
42580              beats me why this kludge wasn't guarded by a UNICOS-specific
42581              #define *sigh*)
42582      Branch: maint-5.6/perl
42583            ! perl.c
42584 ____________________________________________________________________________
42585 [ 11800] By: sky                                   on 2001/08/31  17:30:26
42586         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
42587              Might break on platforms where bool is larger than 8 bites ???
42588      Branch: perl
42589            ! regcomp.c
42590 ____________________________________________________________________________
42591 [ 11799] By: ams                                   on 2001/08/31  12:15:44
42592         Log: Integrate 11778 into mainline.
42593      Branch: perl
42594            ! t/base/term.t
42595 ____________________________________________________________________________
42596 [ 11798] By: sky                                   on 2001/08/31  11:31:44
42597         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
42598              supposed to happen.
42599      Branch: perl
42600            ! regcomp.c
42601 ____________________________________________________________________________
42602 [ 11797] By: sky                                   on 2001/08/31  11:28:17
42603         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
42604              From: "John P. Linderman" <jpl@research.att.com>
42605              Date: Fri, 31 Aug 2001 08:20:35 -0400
42606              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
42607              Fixes test 14 which could fail randomly in rare cases.
42608      Branch: perl
42609            ! ext/Time/HiRes/HiRes.t regcomp.c
42610 ____________________________________________________________________________
42611 [ 11796] By: ams                                   on 2001/08/31  01:13:07
42612         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
42613              From: Nicholas Clark <nick@ccl4.org>
42614              Date: Thu, 30 Aug 2001 23:21:50 +0100
42615              Message-Id: <20010830232150.D4950@plum.flirble.org>
42616      Branch: perl
42617            ! ext/Sys/Syslog/Makefile.PL
42618 ____________________________________________________________________________
42619 [ 11795] By: ams                                   on 2001/08/30  23:53:23
42620         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
42621              patching example
42622              From: Michael G Schwern <schwern@pobox.com>
42623              Date: Thu, 30 Aug 2001 17:02:08 -0400
42624              Message-Id: <20010830170208.M2318@blackrider>
42625      Branch: perl
42626            ! pod/perlhack.pod
42627 ____________________________________________________________________________
42628 [ 11794] By: ams                                   on 2001/08/30  19:35:36
42629         Log: Subject: [PATCH] pp_modulo
42630              From: Nicholas Clark <nick@ccl4.org>
42631              Date: Thu, 30 Aug 2001 18:20:54 +0100
42632              Message-Id: <20010830182053.A4950@plum.flirble.org>
42633      Branch: perl
42634            ! pp.c t/op/64bitint.t
42635 ____________________________________________________________________________
42636 [ 11793] By: sky                                   on 2001/08/30  13:02:48
42637         Log: 11792 wasn't complete
42638      Branch: perl
42639            ! makedef.pl regcomp.c
42640 ____________________________________________________________________________
42641 [ 11792] By: sky                                   on 2001/08/30  12:21:11
42642         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
42643      Branch: perl
42644            ! makedef.pl
42645 ____________________________________________________________________________
42646 [ 11791] By: sky                                   on 2001/08/30  10:08:02
42647         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
42648      Branch: perl
42649            ! config_h.SH
42650 ____________________________________________________________________________
42651 [ 11790] By: sky                                   on 2001/08/30  08:22:31
42652         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
42653              on the pad. Fixes coredumps in cleanups introduced by
42654              Change 11755  
42655      Branch: perl
42656            ! op.c perl.c sv.h
42657 ____________________________________________________________________________
42658 [ 11789] By: sky                                   on 2001/08/29  19:01:47
42659         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
42660              This is a replacement implmentation that works on HPUX.
42661              This bug should probably be fixed in GCC.
42662      Branch: perl
42663            ! ext/Socket/Socket.xs
42664 ____________________________________________________________________________
42665 [ 11788] By: ams                                   on 2001/08/29  17:35:33
42666         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
42667              From: Nicholas Clark <nick@ccl4.org>
42668              Date: Wed, 29 Aug 2001 18:21:56 +0100
42669              Message-Id: <20010829182156.O4950@plum.flirble.org>
42670      Branch: perl
42671            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
42672 ____________________________________________________________________________
42673 [ 11787] By: sky                                   on 2001/08/29  10:42:54
42674         Log: Added test for pack_addr_in and unpack_addr_in
42675              Nitpik in test 10
42676      Branch: perl
42677            ! ext/Socket/Socket.t
42678 ____________________________________________________________________________
42679 [ 11786] By: sky                                   on 2001/08/29  10:28:14
42680         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
42681              Trying to catch errors on HP-UX
42682      Branch: perl
42683            ! ext/Socket/Socket.t
42684 ____________________________________________________________________________
42685 [ 11785] By: sky                                   on 2001/08/29  09:07:03
42686         Log: make sure USE_THREADS is defined so external apps work
42687      Branch: perl
42688            ! config_h.SH
42689 ____________________________________________________________________________
42690 [ 11784] By: sky                                   on 2001/08/29  08:06:12
42691         Log: Subject: Re: The hitlist of untested modules.
42692              From: Jonathan Stowe <gellyfish@gellyfish.com>
42693              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
42694              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
42695              Start of tests for Shell.pm (make Schwern poorer!)
42696      Branch: perl
42697            + lib/Shell.t
42698            ! MANIFEST
42699 ____________________________________________________________________________
42700 [ 11783] By: sky                                   on 2001/08/29  07:37:50
42701         Log: END{} can change the return value even if we die from BEGIN{}
42702      Branch: perl
42703            ! miniperlmain.c
42704 ____________________________________________________________________________
42705 [ 11782] By: ams                                   on 2001/08/29  06:32:17
42706         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
42707              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42708              Date: Wed, 29 Aug 2001 09:18:17 +0200
42709              Message-Id: <20010829091817.A4453@rafael>
42710      Branch: perl
42711            ! t/op/inccode.t
42712 ____________________________________________________________________________
42713 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
42714         Log: Delete xsubpp.patch, as full copy exists now
42715      Branch: maint-5.6/macperl
42716            - macos/xsubpp.patch
42717 ____________________________________________________________________________
42718 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
42719         Log: Add Changes file
42720      Branch: maint-5.6/macperl
42721            + macos/Changes
42722 ____________________________________________________________________________
42723 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
42724         Log: Add Mac version of xsubpp as separate file
42725      Branch: maint-5.6/macperl
42726            + macos/xsubpp
42727            ! macos/Makefile.mk
42728 ____________________________________________________________________________
42729 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
42730         Log: Fix open of /dev/null for Mac OS
42731      Branch: maint-5.6/macperl
42732            ! t/base/term.t
42733 ____________________________________________________________________________
42734 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
42735         Log: Various patches: enable more tests; skip CVS in PerlInstall;
42736              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
42737      Branch: maint-5.6/macperl
42738            ! macos/MacPerlTests.cmd macos/PerlInstall
42739            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
42740 ____________________________________________________________________________
42741 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
42742         Log: Allow for platforms to override formatting of errors
42743              on output from Matthias Neeracher (Mac files)
42744      Branch: maint-5.6/macperl
42745            ! macos/macish.c macos/macish.h
42746 ____________________________________________________________________________
42747 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
42748         Log: Allow for platforms to override formatting of errors
42749              on output from Matthias Neeracher (core files)
42750      Branch: maint-5.6/macperl
42751            ! perl.h pp_ctl.c util.c
42752 ____________________________________________________________________________
42753 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
42754         Log: Add some param checking, from reports by Kevin Reid.
42755      Branch: maint-5.6/macperl
42756            ! macos/ext/Mac/Controls/Controls.pm
42757            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
42758 ____________________________________________________________________________
42759 [ 11773] By: ams                                   on 2001/08/28  23:54:57
42760         Log: Subject: [PATCH] make coretest
42761              From: Paul Johnson <paul@pjcj.net>
42762              Date: Wed, 29 Aug 2001 00:11:38 +0200
42763              Message-Id: <20010829001138.B12169@pjcj.net>
42764              (Applied without the change to perlhack.pod. This should
42765              probably stay undocumented.)
42766      Branch: perl
42767            ! Makefile.SH t/TEST
42768 ____________________________________________________________________________
42769 [ 11772] By: sky                                   on 2001/08/28  13:01:20
42770         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
42771              From: Michael G Schwern <schwern@pobox.com>
42772              Date: Tue, 28 Aug 2001 09:57:39 -0400
42773              Message-ID: <20010828095738.E17775@blackrider>
42774      Branch: perl
42775            ! pod/perlhack.pod t/op/pack.t
42776 ____________________________________________________________________________
42777 [ 11771] By: sky                                   on 2001/08/28  11:20:13
42778         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
42779              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42780              Date: Tue, 28 Aug 2001 14:23:43 +0200
42781              Message-ID: <20010828142343.A19299@rafael>
42782      Branch: perl
42783            ! pod/perlvar.pod pp_ctl.c
42784 ____________________________________________________________________________
42785 [ 11770] By: ams                                   on 2001/08/28  10:13:21
42786         Log: Subject: [PATCH] odd typo in op.h
42787              From: Nicholas Clark <nick@ccl4.org>
42788              Date: Tue, 28 Aug 2001 12:10:26 +0100
42789              Message-Id: <20010828121026.V4950@plum.flirble.org>
42790      Branch: perl
42791            ! op.h
42792 ____________________________________________________________________________
42793 [ 11769] By: sky                                   on 2001/08/28  08:09:16
42794         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
42795              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
42796              Date: Tue, 28 Aug 2001 02:22:20 +0300
42797              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
42798      Branch: perl
42799            ! ext/B/B/Lint.pm
42800 ____________________________________________________________________________
42801 [ 11768] By: ams                                   on 2001/08/28  00:47:35
42802         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
42803              From: Michael G Schwern <schwern@pobox.com>
42804              Date: Mon, 27 Aug 2001 21:24:44 -0400
42805              Message-Id: <20010827212444.F12582@blackrider>
42806      Branch: perl
42807            ! pod/perlhack.pod t/op/pack.t
42808 ____________________________________________________________________________
42809 [ 11767] By: ams                                   on 2001/08/27  23:59:48
42810         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
42811              From: Michael G Schwern <schwern@pobox.com>
42812              Date: Mon, 27 Aug 2001 20:12:29 -0400
42813              Message-Id: <20010827201229.D12582@blackrider>
42814      Branch: perl
42815            ! pod/perlhack.pod t/op/pack.t
42816 ____________________________________________________________________________
42817 [ 11766] By: ams                                   on 2001/08/27  23:39:40
42818         Log: Update Changes.
42819      Branch: perl
42820            ! Changes
42821 ____________________________________________________________________________
42822 [ 11765] By: ams                                   on 2001/08/27  22:53:10
42823         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
42824              From: Michael G Schwern <schwern@pobox.com>
42825              Date: Mon, 27 Aug 2001 19:47:30 -0400
42826              Message-Id: <20010827194730.C12582@blackrider>
42827      Branch: perl
42828            ! t/op/inccode.t
42829 ____________________________________________________________________________
42830 [ 11764] By: ams                                   on 2001/08/27  22:46:21
42831         Log: Subject: [PATCH] new tests for the coderef-in-@INC
42832              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42833              Date: Mon, 27 Aug 2001 22:36:27 +0200
42834              Message-Id: <20010827223627.C690@rafael>
42835              
42836              Subject: Re: [PATCH] new tests for the coderef-in-@INC
42837              From: Nicholas Clark <nick@ccl4.org>
42838              Date: Tue, 28 Aug 2001 00:02:46 +0100
42839              Message-Id: <20010828000245.R4950@plum.flirble.org>
42840      Branch: perl
42841            + t/op/inccode.t
42842            ! MANIFEST
42843 ____________________________________________________________________________
42844 [ 11763] By: ams                                   on 2001/08/27  22:41:09
42845         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
42846              bleadperl on fire, Win95+4NT)
42847              From: Michael G Schwern <schwern@pobox.com>
42848              Date: Mon, 27 Aug 2001 16:54:42 -0400
42849              Message-Id: <20010827165442.F9436@blackrider>
42850      Branch: perl
42851            ! lib/warnings.t
42852 ____________________________________________________________________________
42853 [ 11762] By: sky                                   on 2001/08/27  19:19:17
42854         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
42855              avaible at compile time. This broke the compilation of 
42856              Net/Ping.pm
42857      Branch: perl
42858            ! lib/Net/Ping.pm
42859 ____________________________________________________________________________
42860 [ 11761] By: sky                                   on 2001/08/27  18:34:48
42861         Log: Removed tripple definitions of CUSTOM_OP functions.
42862      Branch: perl
42863            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
42864 ____________________________________________________________________________
42865 [ 11760] By: sky                                   on 2001/08/27  18:21:27
42866         Log: Regen headers
42867      Branch: perl
42868            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
42869            ! perlapi.h proto.h
42870 ____________________________________________________________________________
42871 [ 11759] By: ams                                   on 2001/08/27  16:31:53
42872         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
42873              From: "chromatic" <chromatic@rmci.net>
42874              Date: Mon, 27 Aug 2001 11:17:09 -0600
42875              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
42876      Branch: perl
42877            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
42878 ____________________________________________________________________________
42879 [ 11758] By: sky                                   on 2001/08/27  15:16:42
42880         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
42881              Thanks to H. Merijn Brand for the patch.
42882              Some of the comments and or guards might be removable in perl.h now.
42883      Branch: perl
42884            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
42885            ! Porting/Glossary Porting/config_H README.threads config_h.SH
42886            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
42887            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
42888            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
42889            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
42890            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
42891            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
42892            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
42893            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
42894            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
42895            ! win32/config_H.vc win32/perllib.c win32/win32.h
42896            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
42897            ! wince/config.h wince/config_H.ce wince/win32.h
42898            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
42899 ____________________________________________________________________________
42900 [ 11757] By: sky                                   on 2001/08/27  13:39:16
42901         Log: Subject: GNU ld parses arguments different
42902              From: H.Merijn Brand <h.m.brand@hccnet.nl>
42903              Date: Mon, 27 Aug 2001 16:25:51 +0200
42904              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
42905      Branch: perl
42906            ! hints/hpux.sh
42907 ____________________________________________________________________________
42908 [ 11756] By: sky                                   on 2001/08/27  13:18:45
42909         Log: Subject: Custom Ops
42910              From: Simon Cozens <simon@netthink.co.uk>
42911              Date: Sat, 25 Aug 2001 17:45:09 +0100
42912              Message-ID: <20010825174509.A5752@netthink.co.uk>
42913              I also added a fix to Opcode.pm to quite test cases.
42914      Branch: perl
42915            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
42916            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
42917 ____________________________________________________________________________
42918 [ 11755] By: sky                                   on 2001/08/27  05:37:17
42919         Log: Plugs a memory leak on destruction of regular expressions
42920              introcued by #11274.
42921              PL_regex_padav now has an AV as it's first entry with a list
42922              of freed regex_padav slots that it will reuse on creating
42923              new PMOPs.
42924      Branch: perl
42925            ! op.c perl.c
42926 ____________________________________________________________________________
42927 [ 11754] By: ams                                   on 2001/08/26  14:38:52
42928         Log: Subject: [PATCH] t/io/binmode.t
42929              From: Nicholas Clark <nick@ccl4.org>
42930              Date: Sun, 26 Aug 2001 12:03:05 +0100
42931              Message-Id: <20010826120305.C4950@plum.flirble.org>
42932              
42933              (Also a nitpick in #11752 to t/op/universal.t)
42934      Branch: perl
42935            ! t/io/binmode.t t/op/universal.t
42936 ____________________________________________________________________________
42937 [ 11753] By: ams                                   on 2001/08/26  08:19:34
42938         Log: Subject: [PATCH] op/universal.t failing
42939              From: Nicholas Clark <nick@ccl4.org>
42940              Date: Sun, 26 Aug 2001 09:48:22 +0100
42941              Message-Id: <20010826094822.B4950@plum.flirble.org>
42942      Branch: perl
42943            ! t/op/universal.t
42944 ____________________________________________________________________________
42945 [ 11752] By: ams                                   on 2001/08/25  22:46:13
42946         Log: Subject: Re: 'can' with undefined subs
42947              From: Tony Bowden <tony@kasei.com>
42948              Date: Sat, 25 Aug 2001 14:58:17 +0100
42949              Message-Id: <20010825145817.A11788@soto.kasei.com>
42950              (Applied with minor modifications.)
42951      Branch: perl
42952            ! t/op/universal.t
42953 ____________________________________________________________________________
42954 [ 11751] By: ams                                   on 2001/08/25  18:28:43
42955         Log: Subject: Re: 'can' with undefined subs
42956              From: Tony Bowden <tony@kasei.com>
42957              Date: Sat, 25 Aug 2001 15:13:14 +0100
42958              Message-Id: <20010825151314.B11788@soto.kasei.com>
42959      Branch: perl
42960            ! lib/UNIVERSAL.pm
42961 ____________________________________________________________________________
42962 [ 11750] By: nick                                  on 2001/08/25  15:24:15
42963         Log: Integrate mainline
42964      Branch: perlio
42965           +> t/io/binmode.t
42966           !> (integrate 26 files)
42967 ____________________________________________________________________________
42968 [ 11749] By: nick                                  on 2001/08/25  14:55:41
42969         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
42970              From:  John Peacock <jpeacock@rowman.com>
42971              Date:  Wed, 22 Aug 2001 12:05:28 -0400
42972              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
42973      Branch: perl
42974            ! pod/perlhack.pod
42975 ____________________________________________________________________________
42976 [ 11748] By: nick                                  on 2001/08/25  14:53:04
42977         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
42978              From:  Michael G Schwern <schwern@pobox.com>
42979              Date:  Wed, 22 Aug 2001 19:22:45 -0400
42980              Message-Id:  <20010822192245.U619@blackrider>
42981      Branch: perl
42982            ! MANIFEST
42983 ____________________________________________________________________________
42984 [ 11747] By: nick                                  on 2001/08/25  14:52:33
42985         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
42986              From:  Nicholas Clark <nick@ccl4.org>
42987              Date:  Wed, 22 Aug 2001 23:29:06 +0100
42988              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
42989      Branch: perl
42990            + t/io/binmode.t
42991            ! perlio.c pod/perlfunc.pod
42992 ____________________________________________________________________________
42993 [ 11744] By: nick                                  on 2001/08/25  14:37:33
42994         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
42995              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
42996              Date:  Fri, 24 Aug 2001 22:10:42 +0200
42997              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
42998      Branch: perl
42999            ! x2p/a2py.c x2p/walk.c
43000 ____________________________________________________________________________
43001 [ 11743] By: nick                                  on 2001/08/25  14:32:47
43002         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
43003              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43004              Date:  Fri, 24 Aug 2001 23:34:13 +0200
43005              Message-Id:  <20010824233413.A1285@rafael>
43006      Branch: perl
43007            ! pod/perlfunc.pod pod/perlvar.pod
43008 ____________________________________________________________________________
43009 [ 11742] By: ams                                   on 2001/08/25  13:16:02
43010         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
43011              From: Nicholas Clark <nick@ccl4.org>
43012              Date: Sat, 25 Aug 2001 14:50:07 +0100
43013              Message-Id: <20010825145007.L41464@plum.flirble.org>
43014      Branch: perl
43015            ! pp_ctl.c
43016 ____________________________________________________________________________
43017 [ 11741] By: nick                                  on 2001/08/24  07:08:45
43018         Log: When applying patch via Porting/apply fails, do p4 refresh
43019              to get old files back.
43020      Branch: perl
43021            ! Porting/apply
43022 ____________________________________________________________________________
43023 [ 11740] By: ams                                   on 2001/08/24  04:47:24
43024         Log: #11739 was incomplete.
43025      Branch: perl
43026            ! pod/perldiag.pod
43027 ____________________________________________________________________________
43028 [ 11739] By: ams                                   on 2001/08/24  04:09:40
43029         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
43030              From: "Philip Newton" <Philip.Newton@gmx.net>
43031              Date: Fri, 24 Aug 2001 07:08:34 +0200
43032      Branch: perl
43033            ! pod/perldiag.pod
43034 ____________________________________________________________________________
43035 [ 11738] By: ams                                   on 2001/08/24  02:19:42
43036         Log: Fixed Doug Wilson's email address.
43037      Branch: perl
43038            ! AUTHORS
43039 ____________________________________________________________________________
43040 [ 11737] By: ams                                   on 2001/08/24  00:10:13
43041         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
43042              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43043              Date: Thu, 23 Aug 2001 22:22:58 +0200
43044              Message-Id: <20010823222258.A901@rafael>
43045      Branch: perl
43046            ! pod/perldiag.pod
43047 ____________________________________________________________________________
43048 [ 11736] By: ams                                   on 2001/08/24  00:05:02
43049         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
43050              From: "Craig A. Berry" <craigberry@mac.com>
43051              Date: Thu, 23 Aug 2001 19:07:45 -0500
43052              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
43053      Branch: perl
43054            ! configure.com
43055 ____________________________________________________________________________
43056 [ 11735] By: sky                                   on 2001/08/23  13:42:07
43057         Log: Backed out 11732, it breaks lib/strict.t 
43058      Branch: perl
43059            ! op.c
43060 ____________________________________________________________________________
43061 [ 11734] By: sky                                   on 2001/08/23  11:45:59
43062         Log: Removed toy from 17133 after Matt Sargeants request.
43063      Branch: perl
43064            ! pod/perlfaq4.pod
43065 ____________________________________________________________________________
43066 [ 11733] By: sky                                   on 2001/08/23  11:36:29
43067         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
43068              From: Robin Houston <robin@kitsite.com>
43069              Date: Wed, 22 Aug 2001 23:06:16 +0100
43070              Message-ID: <20010822230616.A254@robin.kitsite.com>
43071      Branch: perl
43072            ! pod/perlfaq4.pod
43073 ____________________________________________________________________________
43074 [ 11732] By: sky                                   on 2001/08/23  10:36:02
43075         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
43076              From: Simon Cozens <simon@netthink.co.uk>
43077              Date: Thu, 23 Aug 2001 12:06:36 +0100
43078              Message-ID: <20010823120636.A9961@netthink.co.uk>
43079      Branch: perl
43080            ! op.c
43081 ____________________________________________________________________________
43082 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
43083         Log: fix broken windows build
43084      Branch: perl
43085            ! perl.h
43086 ____________________________________________________________________________
43087 [ 11730] By: ams                                   on 2001/08/22  21:35:30
43088         Log: Subject: [PATCH] io/tell.t doesn't chdir t
43089              From: Nicholas Clark <nick@ccl4.org>
43090              Date: Wed, 22 Aug 2001 23:25:58 +0100
43091              Message-Id: <20010822232557.Y82818@plum.flirble.org>
43092      Branch: perl
43093            ! t/io/tell.t
43094 ____________________________________________________________________________
43095 [ 11729] By: ams                                   on 2001/08/22  20:32:21
43096         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
43097              questions)
43098              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43099              Date: Wed, 22 Aug 2001 17:09:04 -0400
43100              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
43101              (Oops, forgot File::Spec::Unix in the previous patch.)
43102      Branch: perl
43103            ! lib/File/Spec/Unix.pm
43104 ____________________________________________________________________________
43105 [ 11728] By: ams                                   on 2001/08/22  20:25:41
43106         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
43107              questions)
43108              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43109              Date: Wed, 22 Aug 2001 17:09:04 -0400
43110              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
43111      Branch: perl
43112            ! lib/File/Spec.pm
43113 ____________________________________________________________________________
43114 [ 11727] By: ams                                   on 2001/08/22  19:43:30
43115         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
43116              From: John Peacock <jpeacock@rowman.com>
43117              Date: Wed, 22 Aug 2001 12:35:52 -0400
43118              Message-Id: <3B83DF68.5D89DC81@rowman.com>
43119              (Adds proper tests for $], notwithstanding Subject. +nitpick)
43120      Branch: perl
43121            ! t/op/ver.t
43122 ____________________________________________________________________________
43123 [ 11726] By: ams                                   on 2001/08/22  19:36:39
43124         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
43125              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
43126              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
43127              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
43128      Branch: perl
43129            ! lib/diagnostics.pm lib/diagnostics.t
43130 ____________________________________________________________________________
43131 [ 11725] By: ams                                   on 2001/08/22  19:25:01
43132         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
43133              From: Nicholas Clark <nick@ccl4.org>
43134              Date: Wed, 22 Aug 2001 20:59:05 +0100
43135              Message-Id: <20010822205905.U82818@plum.flirble.org>
43136      Branch: perl
43137            ! pp.c t/op/64bitint.t t/op/arith.t
43138 ____________________________________________________________________________
43139 [ 11724] By: ams                                   on 2001/08/22  10:02:33
43140         Log: Subject: Configure blooper
43141              From: H.Merijn Brand <h.m.brand@hccnet.nl>
43142              Date: Wed, 22 Aug 2001 12:38:35 +0200
43143              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
43144      Branch: perl
43145            ! Configure
43146 ____________________________________________________________________________
43147 [ 11723] By: ams                                   on 2001/08/21  16:17:53
43148         Log: Subject: [PATCH] installperl -help
43149              From: Nicholas Clark <nick@ccl4.org>
43150              Date: Tue, 21 Aug 2001 17:34:23 +0100
43151              Message-Id: <20010821173423.F82818@plum.flirble.org>
43152      Branch: perl
43153            ! installperl
43154 ____________________________________________________________________________
43155 [ 11722] By: ams                                   on 2001/08/20  07:46:31
43156         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
43157              From: Ilmari Karonen <iltzu@sci.fi>
43158              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
43159              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
43160      Branch: perl
43161            ! pod/perlvar.pod
43162 ____________________________________________________________________________
43163 [ 11721] By: nick                                  on 2001/08/20  06:24:31
43164         Log: Integrate mainline
43165      Branch: perlio
43166           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
43167           +> lib/Lingua/KO/Hangul/Util/Changes
43168           +> lib/Lingua/KO/Hangul/Util/README
43169           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
43170           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
43171           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
43172           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
43173           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
43174           +> lib/Unicode/Normalize/t/test.t
43175            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
43176           !> (integrate 55 files)
43177 ____________________________________________________________________________
43178 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
43179         Log: Integrate Change #11599 from maint-5.6/perl
43180      Branch: maint-5.6/macperl
43181           !> README.win32
43182 ____________________________________________________________________________
43183 [ 11719] By: ams                                   on 2001/08/18  21:21:42
43184         Log: Add Porting/apply to MANIFEST.
43185      Branch: perl
43186            ! MANIFEST
43187 ____________________________________________________________________________
43188 [ 11718] By: sky                                   on 2001/08/18  14:38:01
43189         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
43190              Better solution would be to make 5005threaded perl use
43191              the same system as ithreads do
43192      Branch: perl
43193            ! perl.h
43194 ____________________________________________________________________________
43195 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
43196         Log: New try for ID 20010407.006: detach the semantics
43197              "was the last match target UTF8" into its own variable.
43198      Branch: perl
43199            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
43200            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
43201 ____________________________________________________________________________
43202 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
43203         Log: UTF8 flag should be meaningful only when POK.
43204      Branch: perl
43205            ! dump.c
43206 ____________________________________________________________________________
43207 [ 11715] By: sky                                   on 2001/08/18  11:45:16
43208         Log: USE_THREADS and USE_ITHREADS are never true at the same time
43209      Branch: perl
43210            ! perl.h
43211 ____________________________________________________________________________
43212 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
43213         Log: Retract #11712 for now.  The real fix would probably
43214              be something like making PL_reg_sv a copy (PV + UTF8)
43215              of the matched/substituted string (note: not just a SvPOK
43216              string, for example the stringified form of a ROK would
43217              be applicable)  Beware of leaks.
43218      Branch: perl
43219            ! pp_hot.c t/op/pat.t
43220 ____________________________________________________________________________
43221 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
43222         Log: UTF8 wasn't printing for PVMGs.
43223      Branch: perl
43224            ! dump.c
43225 ____________________________________________________________________________
43226 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
43227         Log: (Retracted by #11714)
43228              
43229              Okay analysis, debatable fix.  (The fix will inc
43230              the refcount of all temporary match objects,
43231              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
43232              which will then cause griping at untie() time
43233              ("inner references remain").
43234              
43235              Fix for ID 20010407.006: PL_reg_sv got wiped out
43236              by freetemps if the match target was a temporary
43237              (like function_call() =~ /.../), which in turn meant
43238              that the $1 et al stopped working if they had UTF-8
43239              in them.  Therefore bump up the refcount of PL_reg_sv.
43240      Branch: perl
43241            ! pp_hot.c t/op/pat.t
43242 ____________________________________________________________________________
43243 [ 11711] By: ams                                   on 2001/08/17  20:32:08
43244         Log: Subject: [PATCH] doesn't compile, was perl@11710
43245              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43246              Date: Fri, 17 Aug 2001 23:21:10 +0200
43247              Message-Id: <20010817232110.C7041@rafael> 
43248      Branch: perl
43249            ! sharedsv.c
43250 ____________________________________________________________________________
43251 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
43252         Log: Update Changes.
43253      Branch: perl
43254            ! Changes patchlevel.h
43255 ____________________________________________________________________________
43256 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
43257         Log: Upgrade to libnet 1.0704.
43258      Branch: perl
43259            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
43260            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
43261            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
43262            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
43263            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
43264            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
43265            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
43266 ____________________________________________________________________________
43267 [ 11708] By: sky                                   on 2001/08/17  13:34:04
43268         Log: Let perl_clone copy PL_exit_flags
43269      Branch: perl
43270            ! sv.c
43271 ____________________________________________________________________________
43272 [ 11707] By: sky                                   on 2001/08/17  12:28:41
43273         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
43274      Branch: perl
43275            ! sharedsv.c sharedsv.h
43276 ____________________________________________________________________________
43277 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
43278         Log: The metaconfig unit change for #11705.
43279      Branch: metaconfig/U/perl
43280            ! Extensions.U
43281 ____________________________________________________________________________
43282 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
43283         Log: Allow the threads extension to be found if present.
43284      Branch: perl
43285            ! Configure
43286 ____________________________________________________________________________
43287 [ 11704] By: nick                                  on 2001/08/17  11:47:54
43288         Log: Mail -> change script (pre-alpha)
43289      Branch: perl
43290            + Porting/apply
43291 ____________________________________________________________________________
43292 [ 11703] By: sky                                   on 2001/08/17  07:11:24
43293         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
43294              Thanks to Tom Hospel for pointing out my error.
43295      Branch: perl
43296            ! op.h
43297 ____________________________________________________________________________
43298 [ 11702] By: sky                                   on 2001/08/17  04:18:11
43299         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.
43300      Branch: perl
43301            ! embed.pl miniperlmain.c perl.c perl.h proto.h
43302 ____________________________________________________________________________
43303 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
43304         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
43305              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
43306      Branch: perl
43307            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
43308            + lib/Lingua/KO/Hangul/Util/README
43309            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
43310            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
43311            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
43312            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
43313            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
43314            + lib/Unicode/Normalize/t/test.t
43315            ! MANIFEST
43316 ____________________________________________________________________________
43317 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
43318         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
43319              Date: Thu, 16 Aug 2001 22:46:15 -0500
43320              From: "Craig A. Berry" <craigberry@mac.com>
43321              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
43322      Branch: perl
43323            ! configure.com numeric.c
43324 ____________________________________________________________________________
43325 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
43326         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
43327              of the usual suspects (like getpwent) but not for others
43328              (like localtime and rand).  The _r versions are available
43329              for all of them, so let's use them.
43330      Branch: perl
43331            ! perl.h
43332 ____________________________________________________________________________
43333 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
43334         Log: (Accidental apply; thankfully empty.)
43335      Branch: perl
43336            ! hints/os390.sh
43337 ____________________________________________________________________________
43338 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
43339         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
43340              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43341              Date: Thu, 16 Aug 2001 16:27:49 +0100
43342              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
43343      Branch: perl
43344            ! regexec.c t/op/re_tests
43345 ____________________________________________________________________________
43346 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
43347         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
43348              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43349              Date: Thu, 16 Aug 2001 18:50:01 +0100
43350              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
43351      Branch: perl
43352            ! pp_hot.c t/op/pat.t
43353 ____________________________________________________________________________
43354 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
43355         Log: Subject: [PATCH] *time_r again
43356              From: "Arthur Bergman" <arthur@contiller.se>
43357              Date: Thu, 16 Aug 2001 16:01:54 +0200
43358              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
43359      Branch: perl
43360            ! op.h
43361 ____________________________________________________________________________
43362 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
43363         Log: system() and backtick error handling cleanup from Craig A. Berry.
43364      Branch: perl
43365            ! vms/vms.c
43366 ____________________________________________________________________________
43367 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
43368         Log: change#10334 leaks memory, copies string when it doesn't
43369              need to
43370      Branch: perl
43371            ! perl.c
43372 ____________________________________________________________________________
43373 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
43374         Log: One more twist to the sprintf + utf8 testing.
43375      Branch: perl
43376            ! t/op/misc.t
43377 ____________________________________________________________________________
43378 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
43379         Log: Fix for 20010407.008 sprintf removes utf8-ness.
43380      Branch: perl
43381            ! pp.c t/op/misc.t
43382 ____________________________________________________________________________
43383 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
43384         Log: Subject: [PATCH] *time_r fixes
43385              From: "Arthur Bergman" <arthur@contiller.se>
43386              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
43387              Date: Thu, 16 Aug 2001 14:22:27 +0200
43388      Branch: perl
43389            ! op.h
43390 ____________________________________________________________________________
43391 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
43392         Log: Upgrade to CGI.pm 2.77.
43393      Branch: perl
43394            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
43395            ! lib/CGI/t/function.t
43396 ____________________________________________________________________________
43397 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
43398         Log: Document the bytes-to-Unicode upgrading.
43399      Branch: perl
43400            ! pod/perlunicode.pod
43401 ____________________________________________________________________________
43402 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
43403         Log: Add a test for Unicode sprintf.
43404      Branch: perl
43405            ! t/op/misc.t
43406 ____________________________________________________________________________
43407 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
43408         Log: Add Unicode tests for index/rindex.
43409      Branch: perl
43410            ! t/op/index.t
43411 ____________________________________________________________________________
43412 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
43413         Log: Document a bit the art of minimizing the installation,
43414              based on the p5p discussion.
43415      Branch: perl
43416            ! INSTALL
43417 ____________________________________________________________________________
43418 [ 11684] By: nick                                  on 2001/08/15  15:03:31
43419         Log: Integrate mainline
43420      Branch: perlio
43421           +> sharedsv.c sharedsv.h
43422           !> (integrate 53 files)
43423 ____________________________________________________________________________
43424 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
43425         Log: Update Changes.
43426      Branch: perl
43427            ! Changes patchlevel.h
43428 ____________________________________________________________________________
43429 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
43430         Log: The #11673 necessitated a test tweak.
43431      Branch: perl
43432            ! t/io/utf8.t
43433 ____________________________________________________________________________
43434 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
43435         Log: Also UNICOS is in the general case unable to silently
43436              handle fp overflows.
43437      Branch: perl
43438            ! numeric.c
43439 ____________________________________________________________________________
43440 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
43441         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
43442              NV_EPSILON #defined.
43443      Branch: perl
43444            ! perl.h
43445 ____________________________________________________________________________
43446 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
43447         Log: Re-establish the fp overflow detection for VAX VMS; there
43448              is no easy way to have the IEEE fp silent overflow semantics.
43449              (in Alpha VMS we still will use IEEE fp by default-- but it
43450              is still possible to configure Perl to use G_FLOAT)
43451      Branch: perl
43452            ! numeric.c
43453 ____________________________________________________________________________
43454 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
43455         Log: Subject: [PATCH] pp_lock 
43456              From: "Arthur Bergman" <arthur@contiller.se>
43457              Date: Wed, 15 Aug 2001 11:52:16 +0200
43458              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
43459      Branch: perl
43460            ! pp.c
43461 ____________________________________________________________________________
43462 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
43463         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
43464              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43465              Date: Wed, 15 Aug 2001 11:32:11 +0100
43466              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
43467      Branch: perl
43468            ! regcomp.c t/op/re_tests
43469 ____________________________________________________________________________
43470 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
43471         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
43472              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43473              Date: Wed, 15 Aug 2001 10:33:49 +0100
43474              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
43475      Branch: perl
43476            ! regexec.c t/op/re_tests
43477 ____________________________________________________________________________
43478 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
43479         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
43480              From: Barrie Slaymaker <barries@slaysys.com>
43481              Date: Tue, 14 Aug 2001 14:32:25 -0400
43482              Message-ID: <20010814143225.A19822@jester.slaysys.com>
43483      Branch: perl
43484            ! lib/File/Spec.t lib/File/Spec/Unix.pm
43485 ____________________________________________________________________________
43486 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
43487         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
43488              From: Peter Prymmer <pvhp@forte.com>
43489              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
43490              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
43491      Branch: perl
43492            ! README.vms configure.com
43493 ____________________________________________________________________________
43494 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
43495         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
43496              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43497              Date: Tue, 14 Aug 2001 21:23:27 +0200
43498              Message-ID: <20010814212327.A1919@rafael>
43499      Branch: perl
43500            ! doio.c
43501 ____________________________________________________________________________
43502 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
43503         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
43504              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
43505              Date: Tue, 14 Aug 2001 22:30:11 +0200
43506              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
43507              
43508              Combination of nmake, quoting, and Perl expanded $( in here-doc.
43509      Branch: perl
43510            ! ext/SDBM_File/Makefile.PL
43511 ____________________________________________________________________________
43512 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
43513         Log: Todo updates.
43514      Branch: perl
43515            ! pod/perltodo.pod
43516 ____________________________________________________________________________
43517 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
43518         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
43519              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
43520              Date: Mon, 13 Aug 2001 23:15:01 +0200
43521              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
43522      Branch: perl
43523            ! sv.c
43524 ____________________________________________________________________________
43525 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
43526         Log: Subject: [PATCH] [b-]showlex.t
43527              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
43528              Date: Sun, 12 Aug 2001 22:24:51 +0200
43529              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
43530              
43531              The 4nt command shell will expand the % in command line
43532              no matter what quoting is attempted, changed the % to @.
43533      Branch: perl
43534            ! ext/B/Showlex.t
43535 ____________________________________________________________________________
43536 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
43537         Log: Subject: [PATCH] magic.t
43538              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
43539              Date: Sun, 12 Aug 2001 20:49:27 +0200
43540              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
43541      Branch: perl
43542            ! t/op/magic.t
43543 ____________________________________________________________________________
43544 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
43545         Log: Add sharedsv* to the DOSish platforms; plus add
43546              some WinCE files to the list of DOSish files.
43547      Branch: perl
43548            ! NetWare/Makefile Porting/makerel win32/Makefile
43549            ! win32/makefile.mk wince/Makefile.ce
43550 ____________________________________________________________________________
43551 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
43552         Log: More DOSish files.
43553      Branch: perl
43554            ! Porting/makerel
43555 ____________________________________________________________________________
43556 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
43557         Log: Strip CRs from the WinCE files.  Now we need to
43558              figure out in which CRs are really needed: probably
43559              Makefile.ce and the README files, at least, probably
43560              also the registry.bat.
43561      Branch: perl
43562            ! wince/Makefile.ce wince/README.compile wince/README.perlce
43563            ! wince/config.h wince/include/cectype.h wince/include/errno.h
43564            ! wince/include/sys/stat.h wince/include/sys/types.h
43565            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
43566            ! wince/perldll.def wince/registry.bat wince/wince.h
43567            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
43568 ____________________________________________________________________________
43569 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
43570         Log: Add some files to DOSish and writables.
43571      Branch: perl
43572            ! Porting/makerel
43573 ____________________________________________________________________________
43574 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
43575         Log: Compile failure message tidying.
43576      Branch: perl
43577            ! t/lib/1_compile.t
43578 ____________________________________________________________________________
43579 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
43580         Log: The new sharedsv* should be exported only if usethreads.
43581      Branch: perl
43582            ! makedef.pl
43583 ____________________________________________________________________________
43584 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
43585         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
43586              From: Peter Prymmer <pvhp@forte.com>
43587              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
43588              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
43589      Branch: perl
43590            ! README.os390
43591 ____________________________________________________________________________
43592 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
43593         Log: Update Changes.
43594      Branch: perl
43595            ! Changes patchlevel.h
43596 ____________________________________________________________________________
43597 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
43598         Log: Subject: [PATHC] sharedsv.[c|h]
43599              From: "Artur Bergman" <artur@contiller.se>
43600              Date: Mon, 13 Aug 2001 14:38:41 +0200
43601              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
43602              
43603              Subject: [PATCH] embed.pl
43604              From: Arthur Bergman <arthur@contiller.se>
43605              Date: Mon, 13 Aug 2001 14:38:14 +0200
43606              Message-ID: <B79D96D6.3088%arthur@contiller.se>
43607              
43608              Subject: [PATCH] sharedsv cleanups
43609              From: "Arthur Bergman" <arthur@contiller.se>
43610              Date: Mon, 13 Aug 2001 15:14:25 +0200
43611              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
43612              
43613              Plus few tweaks: _init needs to be Adp, the prototypes
43614              should not be revealed unless using ithreads, #endif FOO
43615              must be #endif /* FOO */, adding (parentheses) around
43616              do { } while doesn't work too well.
43617      Branch: perl
43618            + sharedsv.c sharedsv.h
43619            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
43620            ! perl.h perlapi.c pod/perlapi.pod proto.h
43621 ____________________________________________________________________________
43622 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
43623         Log: Subject: Re: END {} blocks run in perl_run
43624              From: Arthur Bergman <arthur@contiller.se>
43625              Date: Mon, 13 Aug 2001 11:11:30 +0200
43626              Message-ID: <B79D6661.3068%arthur@contiller.se>
43627      Branch: perl
43628            ! perl.c
43629 ____________________________________________________________________________
43630 [ 11657] By: nick                                  on 2001/08/13  09:03:02
43631         Log: Integrate mainline
43632      Branch: perlio
43633           +> (branch 326 files)
43634            - (delete 330 files)
43635           !> (integrate 85 files)
43636 ____________________________________________________________________________
43637 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
43638         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
43639              and the Perl will be built to do that by default (adding that
43640              will break scripts having non-UTF-8 binary data, such as Latin-1.)
43641      Branch: perl
43642            ! op.c toke.c utf8.h
43643 ____________________________________________________________________________
43644 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
43645         Log: Unnecessary downgrades.
43646      Branch: perl
43647            ! doop.c
43648 ____________________________________________________________________________
43649 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
43650         Log: Failure not true anymore (probably caused by my broken setup).
43651      Branch: perl
43652            ! t/op/pat.t
43653 ____________________________________________________________________________
43654 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
43655         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
43656              stopped working).
43657      Branch: perl
43658            ! op.h pp_ctl.c regcomp.c
43659 ____________________________________________________________________________
43660 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
43661         Log: There is no IN_UTF8.
43662      Branch: perl
43663            ! utf8.h
43664 ____________________________________________________________________________
43665 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
43666         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
43667      Branch: perl
43668            ! op.c op.h pp_ctl.c regcomp.c
43669 ____________________________________________________________________________
43670 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
43671         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
43672              and a test tweak.
43673      Branch: perl
43674            ! op.c t/pod/find.t
43675 ____________________________________________________________________________
43676 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
43677         Log: Todo updates and fixes.
43678      Branch: perl
43679            ! pod/perltodo.pod
43680 ____________________________________________________________________________
43681 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
43682         Log: Mark tests (and one module) having explicit Latin-1
43683              (and one file having explicit UTF-8) with an explicit
43684              'no utf8' (and one explicit 'use utf8').
43685              
43686              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
43687      Branch: perl
43688            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
43689            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
43690            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
43691 ____________________________________________________________________________
43692 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
43693         Log: Subject: SV: END {} blocks run in perl_run
43694              From: "Arthur Bergman" <arthur@contiller.se>
43695              Date: Sun, 12 Aug 2001 00:34:28 +0200 
43696              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
43697      Branch: perl
43698            ! miniperlmain.c perl.c
43699 ____________________________________________________________________________
43700 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
43701         Log: Typos in #11645.
43702      Branch: perl
43703            ! perl.h
43704 ____________________________________________________________________________
43705 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
43706         Log: On ithreads default to use_reentrant except on naturally
43707              threadsafe platforms.
43708      Branch: perl
43709            ! perl.h
43710 ____________________________________________________________________________
43711 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
43712         Log: (Hopefully) a fix for 20010723.004: make install needs
43713              write permission in build directory.  The problem was
43714              probably caused by overeager sprinkling of the lib/re.pm
43715              dependencies (which was done to guarantee lib/re.pm being
43716              uptodate for parallel makes: now solved by funneling that
43717              through an explicit recursive make in the preplibrary target).
43718      Branch: perl
43719            ! Makefile.SH
43720 ____________________________________________________________________________
43721 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
43722         Log: Dispell the "use utf8" superstition.
43723      Branch: perl
43724            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
43725            ! pod/perlunicode.pod
43726 ____________________________________________________________________________
43727 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
43728         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
43729              From: "Abigail" <abigail@foad.org> 
43730              Date: Sat, 11 Aug 2001 23:49:49 +0200
43731              Message-ID: <20010811214950.23255.qmail@foad.org>
43732      Branch: perl
43733            ! t/op/taint.t
43734 ____________________________________________________________________________
43735 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
43736         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
43737              From: Abhijit Menon-Sen <ams@wiw.org>
43738              Date: Sat, 11 Aug 2001 06:18:19 +0530
43739              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
43740      Branch: perl
43741            ! mg.c
43742 ____________________________________________________________________________
43743 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
43744         Log: Test for change #11639.
43745      Branch: perl
43746            ! t/op/tiehandle.t
43747 ____________________________________________________________________________
43748 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
43749         Log: Subject: Re: Can't localize *FH, then tie it
43750              From: Abhijit Menon-Sen <ams@wiw.org>
43751              Date: Sun, 12 Aug 2001 16:08:06 +0530
43752              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
43753      Branch: perl
43754            ! pp_hot.c pp_sys.c
43755 ____________________________________________________________________________
43756 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
43757         Log: Drop all the unnecessary "use utf8" clauses and some of
43758              the unnecessary "use bytes" ones.
43759              
43760              TODO: scour the documentation for unnecessary "use utf8"
43761              and prominently display it in perldelta when the time comes.
43762              ("use utf8" should be necessary ONLY if one wants the script
43763              to be in UTF-8.)  Also should be checked in some non-ASCII
43764              non-Latin-1 platform, like EBCDIC.
43765      Branch: perl
43766            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
43767            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
43768 ____________________________________________________________________________
43769 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
43770         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
43771              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
43772              in Unicode handling.
43773      Branch: perl
43774            + t/op/lc.t
43775            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
43776 ____________________________________________________________________________
43777 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
43778         Log: Thinko: we want the flags for native cc, not gcc.
43779      Branch: perl
43780            ! hints/dec_osf.sh
43781 ____________________________________________________________________________
43782 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
43783         Log: (retracted by 13077)
43784              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
43785              From: Robin Houston <robin@kitsite.com>
43786              Date: Fri, 10 Aug 2001 14:42:02 +0100
43787              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
43788      Branch: perl
43789            ! pp.c
43790 ____________________________________________________________________________
43791 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
43792         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
43793              From: Abhijit Menon-Sen <ams@wiw.org>
43794              Date: Sat, 11 Aug 2001 16:31:04 +0530
43795              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
43796      Branch: perl
43797            ! op.c
43798 ____________________________________________________________________________
43799 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
43800         Log: Get rid of indread, from Abhijit Menon-Sen.
43801      Branch: perl
43802            ! pp_sys.c
43803 ____________________________________________________________________________
43804 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
43805         Log: CRLFgngngn.
43806      Branch: perl
43807            ! win32/Makefile win32/makefile.mk
43808 ____________________________________________________________________________
43809 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
43810         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
43811      Branch: perl
43812            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
43813            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
43814            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
43815            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
43816            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
43817            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
43818            ! win32/Makefile win32/makefile.mk
43819 ____________________________________________________________________________
43820 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
43821         Log: Avoid #elif (less portable than #else #if).
43822      Branch: perl
43823            ! handy.h
43824 ____________________________________________________________________________
43825 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
43826         Log: Subject: patch for perlvar.pod
43827              From: mah@everybody.org (Mark A. Hershberger)
43828              Date: 08 Aug 2001 17:03:16 -0500
43829              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
43830      Branch: perl
43831            ! pod/perlvar.pod
43832 ____________________________________________________________________________
43833 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
43834         Log: cpp commands must start (the # must be) at the column #0.
43835      Branch: perl
43836            ! op.c
43837 ____________________________________________________________________________
43838 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
43839         Log: If using gcc -B/foo/bar makedepend would give
43840              unnecessary warnings about unused -B/foo/bar.
43841      Branch: perl
43842            ! makedepend.SH
43843 ____________________________________________________________________________
43844 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
43845         Log: Update Changes.
43846      Branch: perl
43847            ! Changes patchlevel.h
43848 ____________________________________________________________________________
43849 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
43850         Log: s/z/tz/
43851      Branch: perl
43852            ! pod/perlfaq2.pod
43853 ____________________________________________________________________________
43854 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
43855         Log: Article nit.
43856      Branch: perl
43857            ! pod/perlfaq2.pod
43858 ____________________________________________________________________________
43859 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
43860         Log: Rename lib/unicode files to lib/unicore to avoid
43861              conflicts between core lib/unicode and Unicode::
43862              files in case-ignoring filesystems.
43863      Branch: perl
43864            + (add 325 files)
43865            - (delete 324 files)
43866            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
43867 ____________________________________________________________________________
43868 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
43869         Log: Upgrade to Math::BigInt 1.41.
43870      Branch: perl
43871            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
43872 ____________________________________________________________________________
43873 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
43874         Log: Subject: [PATCH] remove PL_na from typemap
43875              From: James <james@rf.net>
43876              Date: Mon, 06 Aug 2001 20:23:15 -0700
43877              Message-ID: <3B6F5F23.A31A81B1@rf.net>
43878              
43879              (had to be manually applied)
43880      Branch: perl
43881            ! lib/ExtUtils/typemap
43882 ____________________________________________________________________________
43883 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
43884         Log: The metaconfig unit changes for #11618.
43885      Branch: metaconfig/U/perl
43886            + d_fpclassl.U i_fp.U
43887 ____________________________________________________________________________
43888 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
43889         Log: Forgot this from #11618.
43890              
43891              NOTE: wince/config_H.ce needs updating.
43892      Branch: perl
43893            ! wince/config.ce
43894 ____________________________________________________________________________
43895 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
43896         Log: Introduce more floating point classifying APIs;
43897              try to define (most importantly) Perl_is{inf,nan}(x).
43898              
43899              For this first cut, assume none such APIs exist in non-UNIXoid
43900              platforms-- this is of course too unkind: Win32 rumoredly has
43901              _fpclass() and _isnan(), and VMS/VOS very probably have some
43902              of the APIs available.     The only thing Perl uses at the moment
43903              is Perl_isnan() (has been in use for a while now).
43904              
43905              NOTE: the Win32 and NetWare config_h.?c need regenerating.
43906      Branch: perl
43907            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
43908            ! Porting/config_H config_h.SH configure.com epoc/config.sh
43909            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
43910            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43911            ! vos/config.ga.h win32/config.bc win32/config.gc
43912            ! win32/config.vc win32/config_H.bc win32/config_H.gc
43913            ! win32/config_H.vc wince/config.ce wince/config.h
43914 ____________________________________________________________________________
43915 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
43916         Log: Integrate change #11519 from perlio:
43917              
43918              Avoid testing for (non-)existance of "encoding(xxxx)"
43919              layer is called "encoding" the (xxxx) is an argument.
43920      Branch: perl
43921           !> lib/open.pm
43922 ____________________________________________________________________________
43923 [ 11616] By: nick                                  on 2001/08/09  07:50:24
43924         Log: Integrate mainline
43925      Branch: perlio
43926           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
43927           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
43928           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
43929           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
43930            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
43931            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
43932           !> (integrate 79 files)
43933 ____________________________________________________________________________
43934 [ 11615] By: nick                                  on 2001/08/09  06:23:44
43935         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
43936              layer is called "encoding" the (xxxx) is an argument.
43937      Branch: perlio
43938            ! lib/open.pm
43939 ____________________________________________________________________________
43940 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
43941         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
43942              From: Paul Johnson <paul@pjcj.net>
43943              Date: Wed, 8 Aug 2001 23:54:17 +0200
43944              Message-ID: <20010808235417.O1006@pjcj.net>
43945      Branch: perl
43946            ! ext/B/B/Concise.pm
43947 ____________________________________________________________________________
43948 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
43949         Log: Make VMS use IEEE math by default; reorder Tru64 hints
43950              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
43951              exception semantics) is always set if using (the new) cc.
43952      Branch: perl
43953            ! configure.com hints/dec_osf.sh
43954 ____________________________________________________________________________
43955 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
43956         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
43957              From: Abhijit Menon-Sen <ams@wiw.org>
43958              Date: Tue, 7 Aug 2001 17:16:05 +0530
43959              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
43960      Branch: perl
43961            ! pp_sys.c
43962 ____________________________________________________________________________
43963 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
43964         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
43965              From: "Craig A. Berry" <craigberry@mac.com>
43966              Date: Tue, 07 Aug 2001 22:27:47 -0500
43967              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
43968      Branch: perl
43969            ! t/run/exit.t
43970 ____________________________________________________________________________
43971 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
43972         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
43973              From: "Craig A. Berry" <craigberry@mac.com>
43974              Date: Tue, 07 Aug 2001 20:01:53 -0500
43975              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
43976      Branch: perl
43977            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
43978 ____________________________________________________________________________
43979 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
43980         Log: Update the magazine information.
43981      Branch: perl
43982            ! pod/perlfaq2.pod
43983 ____________________________________________________________________________
43984 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
43985         Log: Ignore SIGFPE everywhere.
43986      Branch: perl
43987            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
43988 ____________________________________________________________________________
43989 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
43990         Log: With permission, change the licensing of the docs by
43991              TomC (and Gnat) to comply with the rest of Perl.
43992      Branch: perl
43993            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
43994            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
43995            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
43996            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
43997            ! pod/perltootc.pod
43998 ____________________________________________________________________________
43999 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
44000         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
44001              From: Andy Dougherty <doughera@lafayette.edu>
44002              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
44003              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
44004      Branch: perl
44005            ! hints/openbsd.sh
44006 ____________________________________________________________________________
44007 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
44008         Log: Subject: [PATCH] Makefile.SH test_prep dependency
44009              From: Andy Dougherty <doughera@lafayette.edu>
44010              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
44011              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
44012      Branch: perl
44013            ! Makefile.SH
44014 ____________________________________________________________________________
44015 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
44016         Log: Don't autogenerate the headers et alia,
44017              make regen_headers explicitly.
44018      Branch: perl
44019            ! Makefile.SH
44020 ____________________________________________________________________________
44021 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
44022         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
44023              From: Gurusamy Sarathy <gsar@ActiveState.com> 
44024              Date: Tue, 07 Aug 2001 08:33:26 -0700
44025              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
44026              
44027              Unnecessary dependency.
44028      Branch: perl
44029            ! embed.pl
44030 ____________________________________________________________________________
44031 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
44032         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
44033              From: Abhijit Menon-Sen <ams@wiw.org>
44034              Date: Tue, 7 Aug 2001 09:10:54 +0530
44035              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
44036      Branch: perl
44037            ! pp_hot.c
44038 ____________________________________________________________________________
44039 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
44040         Log: Subject: [PATCH perl@11597] B && BEGIN handling
44041              From: "James A. Duncan" <jduncan@fotango.com>
44042              Date: Mon, 6 Aug 2001 17:29:11 +0100
44043              Message-ID: <20010806172911.A2071@fotango.com>
44044              
44045              (the intrpvar.h addition moved to the end for bincompat)
44046      Branch: perl
44047            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
44048 ____________________________________________________________________________
44049 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
44050         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
44051      Branch: perl
44052           !> README.win32
44053 ____________________________________________________________________________
44054 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
44055         Log: fix URLs for fcrypt.c
44056      Branch: maint-5.6/perl
44057            ! README.win32
44058 ____________________________________________________________________________
44059 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
44060         Log: Yet another way to say Infinity: HP-UX calls its "++".
44061      Branch: perl
44062            ! lib/Math/BigInt/t/bigintpm.t
44063 ____________________________________________________________________________
44064 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
44065         Log: Update Changes.
44066      Branch: perl
44067            ! Changes patchlevel.h
44068 ____________________________________________________________________________
44069 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
44070         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
44071      Branch: perl
44072            ! pod/perlfaq5.pod
44073 ____________________________________________________________________________
44074 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
44075         Log: The #11593 wasn't right.
44076      Branch: perl
44077            ! lib/Math/BigInt/t/bigintpm.t
44078 ____________________________________________________________________________
44079 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
44080         Log: Subject: [PATCH: perl@11564] introducing perlivp
44081              From: Prymmer/Kahn <pvhp@best.com>
44082              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
44083              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
44084              
44085              Subject: Re: [PATCH: perl@11564] introducing perlivp
44086              From: Prymmer/Kahn <pvhp@best.com>
44087              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
44088              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
44089      Branch: perl
44090            + utils/perlivp.PL
44091            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
44092            ! win32/Makefile win32/makefile.mk
44093 ____________________________________________________________________________
44094 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
44095         Log: libcs are confused what to call Infinity.
44096      Branch: perl
44097            ! lib/Math/BigInt/t/bigintpm.t
44098 ____________________________________________________________________________
44099 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
44100         Log: Avoid SIGFPE in Tru64.
44101      Branch: perl
44102            ! numeric.c
44103 ____________________________________________________________________________
44104 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
44105         Log: Upgrade to Math::BigInt 1.40.
44106              
44107              NOTE: this patch necessitates doing something about
44108              infinity handling since the new bigintpm.t tests use
44109              infinity, which causes SIGFPEs at least in Tru64.
44110      Branch: perl
44111            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
44112            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
44113            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
44114            ! lib/Math/BigInt/t/mbimbf.t
44115 ____________________________________________________________________________
44116 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
44117         Log: remove hardcoded cmd shell in testsuite
44118      Branch: perl
44119            ! t/op/glob.t t/op/magic.t t/op/stat.t
44120 ____________________________________________________________________________
44121 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
44122         Log: 4-arg select() was busted on windows because change#8178 didn't
44123              make it into mainline
44124      Branch: perl
44125            ! perl.h win32/include/sys/socket.h
44126 ____________________________________________________________________________
44127 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
44128         Log: Rename the Getopt::Long tests to be as they are
44129              in the Getopt::Long official distribution.
44130      Branch: perl
44131            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
44132            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
44133            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
44134            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
44135            ! MANIFEST
44136 ____________________________________________________________________________
44137 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
44138         Log: Upgrade to Getopt::Long 2.26.
44139      Branch: perl
44140            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
44141            ! MANIFEST lib/Getopt/Long.pm
44142 ____________________________________________________________________________
44143 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
44144         Log: Retract #10874 (the hack should be unnecessary by now)
44145      Branch: perl
44146            ! lib/Test/Harness.pm
44147 ____________________________________________________________________________
44148 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
44149         Log: avoid temp file littering in tests
44150      Branch: perl
44151            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
44152 ____________________________________________________________________________
44153 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
44154         Log: Subject: warning in sv.c: double format, NV arg
44155              From: "Philip Newton" <Philip.Newton@gmx.net>
44156              Date: Sun, 5 Aug 2001 19:41:07 +0200
44157              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
44158      Branch: perl
44159            ! sv.c
44160 ____________________________________________________________________________
44161 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
44162         Log: fix POSIX.t#13 for windos
44163      Branch: perl
44164            ! ext/POSIX/POSIX.t
44165 ____________________________________________________________________________
44166 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
44167         Log: Add a test for PerlIO::Via.
44168      Branch: perl
44169            + ext/PerlIO/t/via.t
44170            ! MANIFEST ext/PerlIO/Via/Via.pm
44171 ____________________________________________________________________________
44172 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
44173         Log: flock() and link() are not available on Windows 9x
44174      Branch: perl
44175            ! win32/config_sh.PL
44176 ____________________________________________________________________________
44177 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
44178         Log: Some Tru64 C compilers have C++ components that confuse
44179              the ccversion parsing.
44180      Branch: perl
44181            ! hints/dec_osf.sh
44182 ____________________________________________________________________________
44183 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
44184         Log: (Reintroduce #11125)
44185              
44186              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
44187              From: Alan Burlison <Alan.Burlison@sun.com> 
44188              Date: Tue, 03 Jul 2001 15:20:13 +0100   
44189              Message-ID: <3B41D49D.A923D4F9@sun.com> 
44190      Branch: perl
44191            ! lib/ExtUtils/MM_Unix.pm
44192 ____________________________________________________________________________
44193 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
44194         Log: Little pointer juggling for HP-UX cc to avoid
44195              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
44196              followed by
44197              "error 1549: Modifiable lvalue required for assignment operator."
44198      Branch: perl
44199            ! hv.c
44200 ____________________________________________________________________________
44201 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
44202         Log: Continuation of #11575: SANY_SEEN completely deprecated,
44203              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
44204              plus a fix for the bug.
44205      Branch: perl
44206            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
44207 ____________________________________________________________________________
44208 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
44209         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
44210              From: Doug MacEachern <dougm@covalent.net>
44211              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
44212              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
44213      Branch: perl
44214            ! sv.c
44215 ____________________________________________________________________________
44216 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
44217         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
44218              the new CANY is the \C.  The problem reported and the
44219              test case supplied in
44220              
44221              Subject: UTF-8 bugs in string length & single line regex matches
44222              From: "Daniel P. Berrange" <dan@berrange.com>
44223              Date: Fri, 3 Aug 2001 11:39:33 +0100
44224              Message-ID: <20010803113932.A19318@berrange.com>
44225      Branch: perl
44226            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
44227            ! t/op/pat.t
44228 ____________________________________________________________________________
44229 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
44230         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
44231              From: Doug MacEachern <dougm@covalent.net>
44232              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
44233              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
44234      Branch: perl
44235            ! perl.c regexec.c
44236 ____________________________________________________________________________
44237 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
44238         Log: The #11572 didn't up the test count.
44239      Branch: perl
44240            ! t/op/length.t
44241 ____________________________________________________________________________
44242 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
44243         Log: Subject: UTF-8 bugs in string length & single line regex matches
44244              From: "Daniel P. Berrange" <dan@berrange.com>
44245              Date: Fri, 3 Aug 2001 11:39:33 +0100         
44246              Message-ID: <20010803113932.A19318@berrange.com>
44247              
44248              (the mg_length() fix)
44249      Branch: perl
44250            ! mg.c t/op/length.t
44251 ____________________________________________________________________________
44252 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
44253         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44254              From: Abhijit Menon-Sen <ams@wiw.org>
44255              Date: Sat, 4 Aug 2001 16:56:35 +0530
44256              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
44257      Branch: perl
44258            ! hv.c
44259 ____________________________________________________________________________
44260 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
44261         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44262              From: Abhijit Menon-Sen <ams@wiw.org>
44263              Date: Sat, 4 Aug 2001 16:16:03 +0530
44264              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
44265      Branch: perl
44266            ! hv.c
44267 ____________________________________________________________________________
44268 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
44269         Log: Subject: Re: [patch] refcount re ops
44270              From: Abhijit Menon-Sen <ams@wiw.org>
44271              Date: Sat, 4 Aug 2001 08:54:55 +0530
44272              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
44273      Branch: perl
44274            ! sv.c
44275 ____________________________________________________________________________
44276 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
44277         Log: Subject: [patch] refcount re ops
44278              From: Doug MacEachern <dougm@covalent.net>
44279              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
44280              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
44281      Branch: perl
44282            ! regcomp.c sv.c
44283 ____________________________________________________________________________
44284 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
44285         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
44286              From: Doug MacEachern <dougm@covalent.net>
44287              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
44288              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
44289      Branch: perl
44290            ! perl.c regexec.c
44291 ____________________________________________________________________________
44292 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
44293         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
44294              From: "Craig A. Berry" <craigberry@mac.com> 
44295              Date: Fri, 03 Aug 2001 16:16:16 -0500
44296              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
44297      Branch: perl
44298            ! t/op/misc.t
44299 ____________________________________________________________________________
44300 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
44301         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
44302              From: John Kristian <jmk2001@engineer.com>
44303              Date: Fri, 03 Aug 2001 00:59:08 -0700
44304              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
44305      Branch: perl
44306            ! win32/win32.c
44307 ____________________________________________________________________________
44308 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
44309         Log: Update Changes.
44310      Branch: perl
44311            ! Changes patchlevel.h
44312 ____________________________________________________________________________
44313 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
44314         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
44315              From: "Craig A. Berry" <craigberry@mac.com>
44316              Date: Thu, 02 Aug 2001 23:15:24 -0500
44317              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
44318      Branch: perl
44319            ! ext/B/Stash.t
44320 ____________________________________________________________________________
44321 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
44322         Log: Subject: [patch] plug PL_cshname leak
44323              From: Doug MacEachern <dougm@covalent.net>
44324              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
44325              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
44326      Branch: perl
44327            ! sv.c
44328 ____________________________________________________________________________
44329 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
44330         Log: Subject: [patch] plug PL_sh_path leak
44331              From: Doug MacEachern <dougm@covalent.net>
44332              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
44333              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
44334      Branch: perl
44335            ! sv.c
44336 ____________________________________________________________________________
44337 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
44338         Log: Subject: [patch] plug PL_regex_padav leaks
44339              From: Doug MacEachern <dougm@covalent.net>
44340              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
44341              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
44342      Branch: perl
44343            ! op.c op.h perl.c
44344 ____________________________________________________________________________
44345 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
44346         Log: Subject: [patch] plug PL_origargv leak
44347              From: Doug MacEachern <dougm@covalent.net>
44348              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
44349              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
44350      Branch: perl
44351            ! perl.c
44352 ____________________________________________________________________________
44353 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
44354         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44355              From: Abhijit Menon-Sen <ams@wiw.org>
44356              Date: Fri, 3 Aug 2001 06:38:11 +0530
44357              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
44358      Branch: perl
44359            ! hv.c
44360 ____________________________________________________________________________
44361 [ 11557] By: nick                                  on 2001/08/03  08:17:38
44362         Log: Integrate mainline
44363      Branch: perlio
44364           +> (branch 47 files)
44365            - lib/Switch/test.pl
44366           !> (integrate 49 files)
44367 ____________________________________________________________________________
44368 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
44369         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
44370              From: "Craig A. Berry" <craigberry@mac.com>
44371              Date: Thu, 02 Aug 2001 12:56:19 -0500
44372              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
44373      Branch: perl
44374            ! ext/B/Showlex.t
44375 ____________________________________________________________________________
44376 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
44377         Log: Be more careful about non-existent files.
44378      Branch: perl
44379            ! lib/File/Copy.pm
44380 ____________________________________________________________________________
44381 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
44382         Log: Subject: [PATCH resend] deparse empty formats
44383              From: Robin Houston <robin@kitsite.com> 
44384              Date: Thu, 2 Aug 2001 14:32:36 +0100
44385              Message-ID: <20010802143236.A894@robin.kitsite.com>
44386      Branch: perl
44387            ! ext/B/B/Deparse.pm
44388 ____________________________________________________________________________
44389 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
44390         Log: Subject: [patch] ithreads + refto fix improvement
44391              From: Doug MacEachern <dougm@covalent.net>
44392              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
44393              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
44394      Branch: perl
44395            ! pp.c
44396 ____________________________________________________________________________
44397 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
44398         Log: Readability nit from Abhijit.
44399      Branch: perl
44400            ! op.c
44401 ____________________________________________________________________________
44402 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
44403         Log: setproctitle() API version nit from Anton Berezin.
44404      Branch: perl
44405            ! mg.c
44406 ____________________________________________________________________________
44407 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
44408         Log: Add PerlCE to the docs.
44409      Branch: perl
44410            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
44411            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
44412 ____________________________________________________________________________
44413 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
44414         Log: Integrate the PerlCE (WinCE Perl) port;
44415              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
44416      Branch: perl
44417            + README.ce wince/FindExt.pm wince/Makefile.ce
44418            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
44419            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
44420            + wince/bin/search.pl wince/config.ce wince/config.h
44421            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
44422            + wince/dl_win32.xs wince/include/arpa/inet.h
44423            + wince/include/cectype.h wince/include/errno.h
44424            + wince/include/netdb.h wince/include/sys/socket.h
44425            + wince/include/sys/stat.h wince/include/sys/types.h
44426            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
44427            + wince/perl.rc wince/perldll.def wince/perllib.c
44428            + wince/perlmain.c wince/registry.bat wince/runperl.c
44429            + wince/splittree.pl wince/win32.h wince/win32iop.h
44430            + wince/win32thread.c wince/win32thread.h wince/wince.c
44431            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
44432            + wince/xdistclean.ksh wince/xmakediffs.ksh
44433            ! MANIFEST perl.c perl.h perlio.c
44434 ____________________________________________________________________________
44435 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
44436         Log: setproctitle() made simpler.  (This assumes the string is
44437              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
44438              should be used.  Note len, not len + 1.)  BSD-fu from Anton
44439              Berezin.
44440      Branch: perl
44441            ! mg.c
44442 ____________________________________________________________________________
44443 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
44444         Log: Subject: [PATCH] -Wall cleanup: op.c
44445              From: Richard Soderberg <rs@oregonnet.com>
44446              Date: Thu, 2 Aug 2001 00:17:09 -0700
44447              Message-Id: <200108020717.AAA26895@oregonnet.com>
44448              
44449              Subject: [PATCH] -Wall cleanup: sv.c
44450              From: Richard Soderberg <rs@oregonnet.com>
44451              Date: Thu, 2 Aug 2001 00:49:21 -0700
44452              Message-Id: <200108020749.AAA27492@oregonnet.com>
44453      Branch: perl
44454            ! op.c sv.c
44455 ____________________________________________________________________________
44456 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
44457         Log: Update Changes.
44458      Branch: perl
44459            ! Changes patchlevel.h
44460 ____________________________________________________________________________
44461 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
44462         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
44463              From: Doug MacEachern <dougm@covalent.net>
44464              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
44465              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
44466      Branch: perl
44467            ! op.c
44468 ____________________________________________________________________________
44469 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
44470         Log: The #11541 didn't work under threads.
44471      Branch: perl
44472            ! op.c
44473 ____________________________________________________________________________
44474 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
44475         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
44476              From: Hugo <hv@crypt.compulink.co.uk>
44477              Date: Fri, 22 Jun 2001 01:19:08 +0100 
44478              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
44479              
44480              (Skip tests if accept() failed)
44481      Branch: perl
44482            ! ext/IO/lib/IO/t/io_unix.t
44483 ____________________________________________________________________________
44484 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
44485         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
44486              From: "Stian Seeberg" <sseeberg@nimsoft.no>
44487              Date: Mon, 30 Jul 2001 12:28:07 +0200
44488              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
44489      Branch: perl
44490            ! perl.h
44491 ____________________________________________________________________________
44492 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
44493         Log: Subject: Pluggable optimizer
44494              From: Simon Cozens <simon@netthink.co.uk>
44495              Date: Wed, 1 Aug 2001 13:57:02 -0700
44496              Message-ID: <20010801135702.I10442@netthink.co.uk>
44497      Branch: perl
44498            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
44499 ____________________________________________________________________________
44500 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
44501         Log: Subject: [ID 20010801.039] perlre.pod message typo
44502              From: Autrijus Tang <autrijus@geb.elixus.org>
44503              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
44504              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
44505      Branch: perl
44506            ! pod/perlre.pod
44507 ____________________________________________________________________________
44508 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
44509         Log: Test for change #11536.
44510      Branch: perl
44511            ! t/op/tiehandle.t
44512 ____________________________________________________________________________
44513 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
44514         Log: More test fixups for #11537.
44515      Branch: perl
44516            ! t/lib/warnings/4lint t/lib/warnings/9enabled
44517 ____________________________________________________________________________
44518 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
44519         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
44520              From: Doug MacEachern <dougm@covalent.net>
44521              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
44522              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
44523      Branch: perl
44524            ! op.c t/TestInit.pm
44525 ____________________________________________________________________________
44526 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
44527         Log: Subject: [patch] ithreads + refto bug
44528              From: Doug MacEachern <dougm@covalent.net>
44529              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
44530              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
44531              
44532              (Test in change #11539)
44533      Branch: perl
44534            ! pp.c
44535 ____________________________________________________________________________
44536 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
44537         Log: Subject: [PATCH: perl@11523] fixups for t/harness
44538              From: Prymmer/Kahn <pvhp@best.com>
44539              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
44540              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
44541      Branch: perl
44542            ! t/harness
44543 ____________________________________________________________________________
44544 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
44545         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
44546              From: Prymmer/Kahn <pvhp@best.com>
44547              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
44548              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
44549      Branch: perl
44550            ! win32/Makefile win32/makefile.mk
44551 ____________________________________________________________________________
44552 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
44553         Log: Need to know the number of tests.
44554      Branch: perl
44555            ! t/run/exit.t
44556 ____________________________________________________________________________
44557 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
44558         Log: Subject: Re: new exit tests on VMS
44559              From: "Craig A. Berry" <craigberry@mac.com>
44560              Date: Tue, 31 Jul 2001 12:19:29 -0500
44561              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
44562      Branch: perl
44563            ! t/run/exit.t
44564 ____________________________________________________________________________
44565 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
44566         Log: Retract #11530 (the dTHX is needed under threads)
44567      Branch: perl
44568            ! perlio.c
44569 ____________________________________________________________________________
44570 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
44571         Log: (Retracted by #11531)
44572      Branch: perl
44573            ! perlio.c
44574 ____________________________________________________________________________
44575 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
44576         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
44577              From: Richard Soderberg <rs@crystalflame.net>
44578              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
44579              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
44580      Branch: perl
44581            ! unixish.h
44582 ____________________________________________________________________________
44583 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
44584         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
44585              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44586              Date: Tue, 31 Jul 2001 05:39:09 -0400
44587              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
44588              
44589              (with a note about the case of UV being equal to long long)
44590      Branch: perl
44591            ! utils/h2xs.PL
44592 ____________________________________________________________________________
44593 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
44594         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
44595              From: "Craig A. Berry" <craigberry@mac.com>
44596              Date: Tue, 31 Jul 2001 14:57:43 -0500
44597              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
44598      Branch: perl
44599            ! t/io/fs.t
44600 ____________________________________________________________________________
44601 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
44602         Log: Fix for
44603              
44604              Subject: [ID 20010116.001] File::Copy truncates orig file 
44605              From: arbor@al37al08.telecel.pt
44606              Date: Tue, 16 Jan 2001 11:43:02 GMT
44607              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
44608              
44609              (copy($foo, $foo) would truncate $foo)
44610      Branch: perl
44611            ! lib/File/Copy.pm lib/File/Copy.t
44612 ____________________________________________________________________________
44613 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
44614         Log: Metaconfig unit change for #11524.
44615      Branch: metaconfig/U/perl
44616            ! Extras.U
44617 ____________________________________________________________________________
44618 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
44619         Log: Multiple modules didn't work; plus typo fixes.
44620      Branch: perl
44621            ! Configure
44622 ____________________________________________________________________________
44623 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
44624         Log: Update Changes.
44625      Branch: perl
44626            ! Changes patchlevel.h
44627 ____________________________________________________________________________
44628 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
44629         Log: Regen perlapi.
44630      Branch: perl
44631            ! pod/perlapi.pod
44632 ____________________________________________________________________________
44633 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
44634         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
44635              From: Dave Mitchell <davem@fdgroup.co.uk>
44636              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
44637              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
44638      Branch: perl
44639            ! sv.c
44640 ____________________________________________________________________________
44641 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
44642         Log: Regen toc.
44643      Branch: perl
44644            ! pod/perltoc.pod
44645 ____________________________________________________________________________
44646 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
44647         Log: Regen Porting stuff.
44648      Branch: perl
44649            ! Porting/Glossary Porting/config.sh Porting/config_H
44650 ____________________________________________________________________________
44651 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
44652         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
44653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44654              Date: Tue, 31 Jul 2001 05:34:38 -0400
44655              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
44656      Branch: perl
44657            ! utils/h2xs.PL
44658 ____________________________________________________________________________
44659 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
44660         Log: Metaconfig unit change for #11516. 
44661      Branch: metaconfig/U/perl
44662            ! gccvers.U
44663 ____________________________________________________________________________
44664 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
44665         Log: Add -Wall in cflags, not in Configure.
44666              (This way -Wall affects only the core and the core XS,
44667              not user modules' XS.  Concern from Paul Marquess,
44668              implementation idea from Andy Dougherty.)
44669      Branch: perl
44670            ! Configure cflags.SH
44671 ____________________________________________________________________________
44672 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
44673         Log: Metaconfig unit changes for #11514.
44674      Branch: metaconfig
44675            + U/modified/sysman.U
44676            ! U/installdirs/man1dir.U
44677 ____________________________________________________________________________
44678 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
44679         Log: Subject: Configure's detection of system manual
44680              From: Sean Dague <sean@dague.net> 
44681              Date: Sun, 13 May 2001 15:53:15 -0400
44682              Message-ID: <20010513155315.A15833@underhill.dague.net>
44683      Branch: perl
44684            ! Configure
44685 ____________________________________________________________________________
44686 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
44687         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
44688              From: Autrijus Tang <autrijus@autrijus.org> 
44689              Date: Thu, 21 Jun 2001 23:56:48 +0800
44690              Message-Id: <20010621235648.A57340@not.autrijus.org>
44691      Branch: perl
44692            ! pod/perlobj.pod
44693 ____________________________________________________________________________
44694 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
44695         Log: Subject: Typo in DB_File.pm
44696              From: "Philip Newton" <Philip.Newton@gmx.net>
44697              Date: Tue, 31 Jul 2001 06:19:35 +0200
44698              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
44699      Branch: perl
44700            ! ext/DB_File/DB_File.pm
44701 ____________________________________________________________________________
44702 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
44703         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
44704              From: "Stephen P. Potter" <spp@spotter.yi.org>
44705              Date: Wed, 30 May 2001 13:59:34 -0400
44706              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
44707      Branch: perl
44708            ! pod/perlre.pod
44709 ____________________________________________________________________________
44710 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
44711         Log: eval "format foo=" would loop indefinitely; reported in
44712              
44713              Subject: A load of old rubbish
44714              From: Mike Guy <mjtg@cam.ac.uk>
44715              Date: Mon, 14 May 2001 16:12:22 +0100
44716              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
44717              
44718              (The core dumps reported in there already fixed.)
44719      Branch: perl
44720            ! toke.c
44721 ____________________________________________________________________________
44722 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
44723         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
44724      Branch: perl
44725            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
44726            + lib/Switch/t/switch_case.t
44727            - lib/Switch/test.pl
44728            ! MANIFEST lib/Switch.pm
44729 ____________________________________________________________________________
44730 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
44731         Log: Subject: [PATCH @11505] DB_File-1.78
44732              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
44733              Date: Mon, 30 Jul 2001 22:54:37 +0100
44734              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
44735      Branch: perl
44736            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44737            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
44738 ____________________________________________________________________________
44739 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
44740         Log: Explain in more detail why -pipe and -fno-common are good.
44741      Branch: perl
44742            ! hints/darwin.sh
44743 ____________________________________________________________________________
44744 [ 11506] By: nick                                  on 2001/07/30  14:32:23
44745         Log: Integrate mainline
44746      Branch: perlio
44747           !> INSTALL Makefile.SH doio.c hints/darwin.sh
44748 ____________________________________________________________________________
44749 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
44750         Log: Perl hasn't been putting man pages into $prefix/lib for
44751              a long time now; pointed out by Andy Dougherty. 
44752      Branch: perl
44753            ! hints/darwin.sh
44754 ____________________________________________________________________________
44755 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
44756         Log: Document the extras Configure option.
44757      Branch: perl
44758            ! INSTALL
44759 ____________________________________________________________________________
44760 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
44761         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
44762              everywhere.
44763      Branch: perl
44764           !> doio.c
44765 ____________________________________________________________________________
44766 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
44767         Log: Doubly guard against invoking CPAN if no extras defined,
44768              pointed out by H. Merijn Brand.
44769      Branch: perl
44770            ! Makefile.SH
44771 ____________________________________________________________________________
44772 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
44773         Log: Fix O_RDONLY check to check for O_RDONLY.
44774      Branch: maint-5.6/macperl
44775            ! doio.c
44776 ____________________________________________________________________________
44777 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
44778         Log: Integrate miscellaneous changes from maint-5.6/perl.
44779      Branch: maint-5.6/macperl
44780           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
44781 ____________________________________________________________________________
44782 [ 11499] By: nick                                  on 2001/07/30  06:52:42
44783         Log: Integrate mainline
44784      Branch: perlio
44785           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
44786           +> win32/sync_ext.pl
44787            - win32/sncfnmcs.pl
44788           !> (integrate 71 files)
44789 ____________________________________________________________________________
44790 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
44791         Log: Update Changes.
44792      Branch: perl
44793            ! Changes patchlevel.h
44794 ____________________________________________________________________________
44795 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
44796         Log: Now Configure -Dextras=Foo::Bar and "make install" will
44797              fetch and install Foo::Bar.
44798      Branch: perl
44799            ! Makefile.SH
44800 ____________________________________________________________________________
44801 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
44802         Log: Metaconfig unit change for #11495.
44803      Branch: metaconfig/U/perl
44804            ! Extras.U
44805 ____________________________________________________________________________
44806 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
44807         Log: extras.make, extras.test, and extras.install make targets.
44808      Branch: perl
44809            ! Configure Makefile.SH
44810 ____________________________________________________________________________
44811 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
44812         Log: Metaconfig unit change for #11493.
44813      Branch: metaconfig/U/perl
44814            ! Extras.U
44815 ____________________________________________________________________________
44816 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
44817         Log: Better to have the list of extras in $extras than 'define'.
44818      Branch: perl
44819            ! Configure
44820 ____________________________________________________________________________
44821 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
44822         Log: The metaconfig unit change for #11490.
44823      Branch: metaconfig/U/perl
44824            + Extras.U
44825 ____________________________________________________________________________
44826 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
44827         Log: Missed from #11490 (the required dependency).
44828      Branch: perl
44829            ! Makefile.SH
44830 ____________________________________________________________________________
44831 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
44832         Log: Add the support of asking for extra modules or bundles of modules
44833              to be fetched from the CPAN and installed as a part of the Perl
44834              build process.  None of this installation is yet really done;
44835              only the list is asked, and saved away in extras.lst for
44836              the build and installation process to worry about later.
44837      Branch: perl
44838            ! Configure
44839 ____________________________________________________________________________
44840 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
44841         Log: Beginnings of better Inf and NaN support.
44842              At least toke.c and sv.c still need quite a bit of work.
44843      Branch: perl
44844            ! numeric.c perl.h
44845 ____________________________________________________________________________
44846 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
44847         Log: Top-level Makefile didn't honour OPTIMIZE.
44848      Branch: perl
44849            ! Makefile.SH
44850 ____________________________________________________________________________
44851 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
44852         Log: Update Changes.
44853      Branch: perl
44854            ! Changes patchlevel.h
44855 ____________________________________________________________________________
44856 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
44857         Log: Use Search::Dict 1.02 interface for charinfo().
44858      Branch: perl
44859            ! lib/UnicodeCD.pm
44860 ____________________________________________________________________________
44861 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
44862         Log: Now also allow transforming the read lines before comparing them.
44863              (This will help UnicodeCD.) 
44864      Branch: perl
44865            ! lib/Search/Dict.pm
44866 ____________________________________________________________________________
44867 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
44868         Log: Remove tiehandle code.
44869      Branch: perl
44870            ! lib/UnicodeCD.pm
44871 ____________________________________________________________________________
44872 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
44873         Log: Allow specifying a comparison function for Search::Dict::look().
44874      Branch: perl
44875            ! lib/Search/Dict.pm
44876 ____________________________________________________________________________
44877 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
44878         Log: Small UnicodeCD tweaks.
44879      Branch: perl
44880            ! lib/UnicodeCD.pm lib/UnicodeCD.t
44881 ____________________________________________________________________________
44882 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
44883         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
44884              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
44885              Date: Tue, 24 Jul 2001 01:51:32 +0900
44886              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
44887      Branch: perl
44888            ! lib/UnicodeCD.pm lib/UnicodeCD.t
44889 ____________________________________________________________________________
44890 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
44891         Log: Subject: [PATCH] installperl
44892              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
44893              Date: Fri, 27 Jul 2001 19:05:04 -0700
44894              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
44895      Branch: perl
44896            ! installperl
44897 ____________________________________________________________________________
44898 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
44899         Log: Subject: [PATCH] Set proper compatibility versions in core
44900              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
44901              Date: Fri, 27 Jul 2001 20:01:49 -0700
44902              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
44903      Branch: perl
44904            ! Makefile.SH
44905 ____________________________________________________________________________
44906 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
44907         Log: Metaconfig unit change for #11477.
44908      Branch: metaconfig/U/perl
44909            ! dlsrc.U
44910 ____________________________________________________________________________
44911 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
44912         Log: Subject: [PATCH] Darwin: -fpic not so good
44913              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
44914              Date: Fri, 27 Jul 2001 18:57:38 -0700
44915              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
44916      Branch: perl
44917            ! Configure
44918 ____________________________________________________________________________
44919 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
44920         Log: Subject: [PATCH] Clean up Darwin hints
44921              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
44922              Date: Fri, 27 Jul 2001 19:13:15 -0700
44923              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
44924      Branch: perl
44925            ! hints/darwin.sh
44926 ____________________________________________________________________________
44927 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
44928         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
44929              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
44930              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
44931              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
44932      Branch: perl
44933            ! pod/perlfunc.pod pp.c t/op/split.t
44934 ____________________________________________________________________________
44935 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
44936         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
44937              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
44938              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
44939              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
44940      Branch: perl
44941            ! pod/perlvar.pod
44942 ____________________________________________________________________________
44943 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
44944         Log: Subject: [PATCH] fixes to constant.pm documentation
44945              From: Ilmari Karonen <iltzu@sci.fi>
44946              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
44947              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
44948      Branch: perl
44949            ! lib/constant.pm
44950 ____________________________________________________________________________
44951 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
44952         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
44953              From: "Philip Newton" <Philip.Newton@gmx.net>
44954              Date: Fri, 27 Jul 2001 07:51:10 +0200
44955              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
44956      Branch: perl
44957            ! pod/perlport.pod
44958 ____________________________________________________________________________
44959 [ 11471] By: nick                                  on 2001/07/26  06:23:32
44960         Log: Subject:  [PATCH] Doc fix for perlguts / threading
44961              From:  Arthur Bergman <arthur@contiller.se>
44962              Date:  Wed, 25 Jul 2001 11:28:23 +0200
44963              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
44964      Branch: perl
44965            ! pod/perlguts.pod
44966 ____________________________________________________________________________
44967 [ 11470] By: nick                                  on 2001/07/26  06:21:06
44968         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
44969              From:  Philip Newton <Philip.Newton@gmx.net>
44970              Date:  Wed, 25 Jul 2001 08:19:47 +0200
44971              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
44972      Branch: perl
44973            ! INSTALL
44974 ____________________________________________________________________________
44975 [ 11469] By: nick                                  on 2001/07/26  06:20:25
44976         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
44977              From:  Philip Newton <Philip.Newton@gmx.net>
44978              Date:  Wed, 25 Jul 2001 08:12:48 +0200
44979              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
44980      Branch: perl
44981            ! INSTALL
44982 ____________________________________________________________________________
44983 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
44984         Log: More +x.
44985      Branch: perl
44986            ! Porting/makerel
44987 ____________________________________________________________________________
44988 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
44989         Log: Update Changes.
44990      Branch: perl
44991            ! Changes patchlevel.h
44992 ____________________________________________________________________________
44993 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
44994         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
44995              From: "Philip Newton" <Philip.Newton@gmx.net>
44996              Date: Tue, 24 Jul 2001 06:45:55 +0200
44997              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
44998      Branch: perl
44999            ! os2/perlrexx.c
45000 ____________________________________________________________________________
45001 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
45002         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
45003              From: Peter Prymmer <pvhp@forte.com>
45004              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
45005              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
45006      Branch: perl
45007            ! pod/perlport.pod t/io/fs.t vms/test.com
45008 ____________________________________________________________________________
45009 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
45010         Log: Workaround on Cwd bootstrap problem.
45011      Branch: perl
45012            ! lib/ExtUtils/MakeMaker.pm
45013 ____________________________________________________________________________
45014 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
45015         Log: When in Rome, quote like the Romans do.
45016      Branch: perl
45017            ! cflags.SH
45018 ____________________________________________________________________________
45019 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
45020         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
45021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45022              Date: Mon, 23 Jul 2001 19:29:49 -0400
45023              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
45024      Branch: perl
45025            + os2/perlrexx.c
45026            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
45027            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
45028            ! t/op/write.t
45029 ____________________________________________________________________________
45030 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
45031         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
45032              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45033              Date: Mon, 23 Jul 2001 18:43:42 -0400
45034              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
45035      Branch: perl
45036            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
45037 ____________________________________________________________________________
45038 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
45039         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
45040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45041              Date: Mon, 23 Jul 2001 18:33:16 -0400
45042              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
45043      Branch: perl
45044            ! lib/ExtUtils/MakeMaker.pm
45045 ____________________________________________________________________________
45046 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
45047         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
45048              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45049              Date: Mon, 23 Jul 2001 18:20:35 -0400
45050              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
45051      Branch: perl
45052            ! Makefile.SH cflags.SH
45053 ____________________________________________________________________________
45054 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
45055         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
45056              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
45057              Date: Mon, 23 Jul 2001 11:32:17 -0500
45058              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
45059      Branch: perl
45060            ! lib/ExtUtils/MakeMaker.pm
45061 ____________________________________________________________________________
45062 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
45063         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
45064              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45065              Date: Mon, 23 Jul 2001 18:13:20 -0400
45066              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
45067      Branch: perl
45068            ! lib/perl5db.pl
45069 ____________________________________________________________________________
45070 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
45071         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
45072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45073              Date: Mon, 23 Jul 2001 18:07:40 -0400
45074              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
45075      Branch: perl
45076            ! op.c
45077 ____________________________________________________________________________
45078 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
45079         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
45080              From: "Craig A. Berry" <craigberry@mac.com>
45081              Date: Mon, 23 Jul 2001 15:35:06 -0500
45082              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
45083      Branch: perl
45084            ! util.c
45085 ____________________________________________________________________________
45086 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
45087         Log: Subject: [PATCH perlfaq9.pod typo]
45088              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
45089              Date: Mon, 23 Jul 2001 07:49:05 -0700
45090              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
45091      Branch: perl
45092            ! pod/perlfaq9.pod
45093 ____________________________________________________________________________
45094 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
45095         Log: Subject: win32\sncfnmcs.pl corrections
45096              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
45097              Date: Mon, 23 Jul 2001 12:56:54 +0200
45098              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
45099              
45100              Rename the script a little bit more sensibly.
45101      Branch: perl
45102            + win32/sync_ext.pl
45103            - win32/sncfnmcs.pl
45104            ! MANIFEST README.win32
45105 ____________________________________________________________________________
45106 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
45107         Log: Test tweak.
45108      Branch: perl
45109            ! ext/B/Deparse.t
45110 ____________________________________________________________________________
45111 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
45112         Log: Metaconfig unit tweak for #11450.
45113      Branch: metaconfig/U/perl
45114            ! Mksymlinks.U
45115 ____________________________________________________________________________
45116 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
45117         Log: Too volatile failsafe check.
45118      Branch: perl
45119            ! Configure
45120 ____________________________________________________________________________
45121 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
45122         Log: Further doc tweaks.
45123      Branch: perl
45124            ! lib/UnicodeCD.pm
45125 ____________________________________________________________________________
45126 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
45127         Log: Doc tweaks.
45128      Branch: perl
45129            ! lib/UnicodeCD.pm
45130 ____________________________________________________________________________
45131 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
45132         Log: Doc tweakery from Abhijit.
45133      Branch: perl
45134            ! Porting/repository.pod
45135 ____________________________________________________________________________
45136 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
45137         Log: An accidental empty line.
45138      Branch: perl
45139            ! MANIFEST
45140 ____________________________________________________________________________
45141 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
45142         Log: Missing MANIFESTations.
45143      Branch: perl
45144            ! MANIFEST
45145 ____________________________________________________________________________
45146 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
45147         Log: Update Changes.
45148      Branch: perl
45149            ! Changes patchlevel.h
45150 ____________________________________________________________________________
45151 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
45152         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
45153              From: Mike Guy <mjtg@cam.ac.uk>
45154              Date: Fri, 20 Jul 2001 16:12:49 +0100
45155              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
45156      Branch: perl
45157            ! Porting/pumpkin.pod
45158 ____________________________________________________________________________
45159 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
45160         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
45161              From: Peter Prymmer <pvhp@forte.com>
45162              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
45163              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
45164      Branch: perl
45165            ! pod/perlhack.pod
45166 ____________________________________________________________________________
45167 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
45168         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
45169              From: Michael G Schwern <schwern@pobox.com>
45170              Date: Fri, 20 Jul 2001 20:22:35 -0400
45171              Message-ID: <20010720202235.O4498@blackrider>
45172      Branch: perl
45173            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
45174            ! lib/Test/t/todo.t
45175 ____________________________________________________________________________
45176 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
45177         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
45178              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45179              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
45180              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
45181      Branch: perl
45182            ! ext/POSIX/POSIX.pod
45183 ____________________________________________________________________________
45184 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
45185         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
45186              From: Mark-Jason Dominus <mjd@plover.com>
45187              Date: Fri, 20 Jul 2001 23:16:54 -0400
45188              Message-ID: <20010721031654.21877.qmail@plover.com>
45189      Branch: perl
45190            ! ext/POSIX/POSIX.pod
45191 ____________________________________________________________________________
45192 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
45193         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
45194              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45195              Date: Sun, 22 Jul 2001 14:56:09 +0200
45196              Message-ID: <20010722145609.A766@rafael>
45197      Branch: perl
45198            ! ext/B/O.pm
45199 ____________________________________________________________________________
45200 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
45201         Log: Subject: regexec.c #define cleanup
45202              From: Mark-Jason Dominus <mjd@plover.com>
45203              Date: Sat, 21 Jul 2001 18:33:25 -0400
45204              Message-ID: <20010721223325.3069.qmail@plover.com>
45205      Branch: perl
45206            ! regexec.c
45207 ____________________________________________________________________________
45208 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
45209         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
45210              From: Prymmer/Kahn <pvhp@best.com>
45211              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
45212              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
45213      Branch: perl
45214            ! t/io/fs.t
45215 ____________________________________________________________________________
45216 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
45217         Log: Typo in #11432.
45218      Branch: perl
45219            ! ext/POSIX/POSIX.t
45220 ____________________________________________________________________________
45221 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
45222         Log: Integrate (manually) change #11424 from macperl.
45223      Branch: perl
45224            ! ext/Filter/t/call.t
45225 ____________________________________________________________________________
45226 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
45227         Log: Integrate change #11408 from macperl.
45228      Branch: perl
45229           !> README.macos pod/perlport.pod
45230 ____________________________________________________________________________
45231 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
45232         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
45233      Branch: perl
45234           +> macos/MacPerlTests.cmd macos/xsubpp.patch
45235            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
45236            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
45237            ! ext/POSIX/POSIX.t
45238 ____________________________________________________________________________
45239 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
45240         Log: pod/*.t tests not picked up by t/TEST either
45241      Branch: maint-5.6/perl
45242            ! t/TEST
45243 ____________________________________________________________________________
45244 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
45245         Log: better tweak for change#11429 (windows has both / and \ separated
45246              paths in @INC at that point)
45247      Branch: maint-5.6/perl
45248            ! t/pod/testp2pt.pl
45249 ____________________________________________________________________________
45250 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
45251         Log: MacOS pod test tweak needs \Escape
45252      Branch: maint-5.6/perl
45253            ! t/pod/testp2pt.pl
45254 ____________________________________________________________________________
45255 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
45256         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
45257              resulting duplicate output, but t/harness isn't)
45258      Branch: maint-5.6/perl
45259            ! t/run/runenv.t
45260 ____________________________________________________________________________
45261 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
45262         Log: t/harness wasn't picking up all the tests
45263      Branch: maint-5.6/perl
45264            ! t/harness
45265 ____________________________________________________________________________
45266 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
45267         Log: update MANIFEST for new file
45268      Branch: maint-5.6/perl
45269            ! MANIFEST
45270 ____________________________________________________________________________
45271 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
45272         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
45273              the exception of the macperl/macos/... tree
45274      Branch: maint-5.6/perl
45275           +> t/lib/filefind-taint.t
45276           !> (integrate 72 files)
45277 ____________________________________________________________________________
45278 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
45279         Log: Fix test.
45280      Branch: maint-5.6/macperl
45281            ! macos/bundled_ext/Filter/t/call.t
45282 ____________________________________________________________________________
45283 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
45284         Log: Make perl fork()-safe (in a slightly limited way) even on
45285              platforms that don't have pthread_atfork() (extension of
45286              the fix in change#11151).
45287              
45288              Note that this will not help extensions that call fork()
45289              directly in C, or that link to libraries that call fork()
45290              directly.  Such cases must be fixed to either call
45291              PerlProc_fork(), or call atfork_lock() in parent before the
45292              calling the function that forks and call atfork_unlock()
45293              in both parent and child immediately after the fork().
45294              (There are no worries if C code calls exec() in the child
45295              immediately after a fork().  Only cases where the child
45296              calls perl's API functions (including New()) after the
45297              fork() are problematic.)
45298              
45299              This change also eliminates the use of vfork() from perl,
45300              since all such uses were violating the severe restrictions
45301              on modifying the state of the process between the vfork()
45302              and the exec().
45303              
45304              This is a modified version of patches suggested by Abhijit
45305              Menon-Sen and Richard Soderberg.
45306      Branch: perl
45307            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
45308            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
45309 ____________________________________________________________________________
45310 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
45311         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
45312              Switch, and Text::Balanced.
45313      Branch: maint-5.6/macperl
45314            + macos/bundled_ext/Filter/Util/Call/Call.pm
45315            + macos/bundled_ext/Filter/Util/Call/Call.xs
45316            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
45317            + macos/bundled_ext/Filter/t/MyFilter.pm
45318            + macos/bundled_ext/Filter/t/call.t
45319            + macos/bundled_ext/Filter/t/filter-util.pl
45320            + macos/bundled_lib/blib/lib/Class/ISA.pm
45321            + macos/bundled_lib/blib/lib/Digest.pm
45322            + macos/bundled_lib/blib/lib/Filter/Simple.pm
45323            + macos/bundled_lib/blib/lib/Switch.pm
45324            + macos/bundled_lib/blib/lib/Text/Balanced.pm
45325            + macos/bundled_lib/blib/lib/Text/Balanced.pod
45326            + macos/bundled_lib/t/Class/ISA/test.pl
45327            + macos/bundled_lib/t/Digest/Digest.t
45328            + macos/bundled_lib/t/Filter/Simple/test.pl
45329            + macos/bundled_lib/t/Switch/test.pl
45330            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
45331            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
45332            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
45333            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
45334            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
45335            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
45336            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
45337            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
45338 ____________________________________________________________________________
45339 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
45340         Log: Add Filter::Util::Call to config/make files; edit utils
45341              to recognize the module (it was descended too far down).
45342              Bump version to 5.6.1a4.
45343      Branch: maint-5.6/macperl
45344            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
45345            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
45346            ! macos/macperl/Makefile.mk macos/xsubpp.patch
45347 ____________________________________________________________________________
45348 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
45349         Log: Make DB_File the default for MLDBM on MacOS.
45350      Branch: maint-5.6/macperl
45351            ! macos/bundled_lib/blib/lib/MLDBM.pm
45352 ____________________________________________________________________________
45353 [ 11419] By: nick                                  on 2001/07/20  14:51:03
45354         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
45355              From:  Simon Cozens <simon@netthink.co.uk>
45356              Date:  Fri, 20 Jul 2001 11:42:35 -0400
45357              Message-Id:  <20010720114235.A5235@netthink.co.uk>
45358      Branch: perl
45359            ! lib/UnicodeCD.pm
45360 ____________________________________________________________________________
45361 [ 11418] By: nick                                  on 2001/07/20  14:48:12
45362         Log: Subject:  [PATCH regcomp.h] adds a comment
45363              From:  Abhijit Menon-Sen <ams@wiw.org>
45364              Date:  Fri, 20 Jul 2001 21:05:37 +0530
45365              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
45366      Branch: perl
45367            ! regcomp.h
45368 ____________________________________________________________________________
45369 [ 11417] By: nick                                  on 2001/07/20  14:16:38
45370         Log: Subject:  [PATCH 5.7.2] INSTALL updates
45371              From:  Andy Dougherty <doughera@lafayette.edu>
45372              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
45373              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
45374      Branch: perl
45375            ! INSTALL
45376 ____________________________________________________________________________
45377 [ 11416] By: nick                                  on 2001/07/20  06:44:44
45378         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
45379              From:  Russ Allbery <rra@stanford.edu>
45380              Date:  19 Jul 2001 15:52:37 -0700
45381              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
45382      Branch: perl
45383            ! lib/Pod/Man.pm
45384 ____________________________________________________________________________
45385 [ 11415] By: nick                                  on 2001/07/20  06:35:11
45386         Log: Subject:  [PATCH] defer op_seq allocation
45387              From:  Abhijit Menon-Sen <ams@wiw.org>
45388              Date:  Thu, 19 Jul 2001 22:12:24 +0530
45389              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
45390      Branch: perl
45391            ! op.c
45392 ____________________________________________________________________________
45393 [ 11414] By: nick                                  on 2001/07/20  06:23:36
45394         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
45395              From:  Abhijit Menon-Sen <ams@wiw.org>
45396              Date:  Fri, 20 Jul 2001 01:18:50 +0530
45397              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
45398              (Private e-mail)
45399      Branch: perl
45400            ! ext/Time/HiRes/HiRes.xs
45401 ____________________________________________________________________________
45402 [ 11413] By: nick                                  on 2001/07/20  06:18:53
45403         Log: Integrate mainline
45404      Branch: perlio
45405           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
45406            - t/base/commonsense.t
45407           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
45408           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
45409           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
45410           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
45411           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
45412           !> win32/win32.c
45413 ____________________________________________________________________________
45414 [ 11412] By: nick                                  on 2001/07/19  06:44:27
45415         Log: Integrate win32/perlhost.h from maintenance branch.
45416              (Rest of $ENV{PATH} / system() fix.)
45417      Branch: perl
45418           !> win32/perlhost.h
45419 ____________________________________________________________________________
45420 [ 11411] By: nick                                  on 2001/07/19  06:41:34
45421         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
45422              From:  Philip Newton <Philip.Newton@gmx.net>
45423              Date:  Wed, 18 Jul 2001 21:43:57 +0200
45424              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
45425      Branch: perl
45426            ! pod/perlhack.pod
45427 ____________________________________________________________________________
45428 [ 11410] By: nick                                  on 2001/07/19  06:39:35
45429         Log: Subject:  Security hole in taint checking in open()
45430              From:  deekoo@tentacle.net
45431              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
45432              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
45433      Branch: perl
45434            ! doio.c
45435 ____________________________________________________________________________
45436 [ 11409] By: nick                                  on 2001/07/19  06:28:08
45437         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
45438              From:  Abhijit Menon-Sen <ams@wiw.org>
45439              Date:  Thu, 19 Jul 2001 04:30:43 +0530
45440              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
45441      Branch: perl
45442            ! ext/Time/HiRes/HiRes.xs
45443 ____________________________________________________________________________
45444 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
45445         Log: Update docs with latest implementation information and new URLs.
45446      Branch: maint-5.6/macperl
45447            ! README.macos pod/perlport.pod
45448 ____________________________________________________________________________
45449 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
45450         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
45451              Fix BuildRules to accept optimization variables.
45452      Branch: maint-5.6/macperl
45453            + macos/bundled_ext/Digest/MD5/Makefile.mk
45454            ! macos/BuildRules.mk macos/Makefile.mk
45455            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
45456            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
45457 ____________________________________________________________________________
45458 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
45459         Log: Integrate changes 11399,11401
45460      Branch: maint-5.6/macperl
45461           !> win32/perlhost.h win32/win32.c
45462 ____________________________________________________________________________
45463 [ 11405] By: nick                                  on 2001/07/18  06:50:33
45464         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
45465              from perl5.6*
45466      Branch: perl
45467           !> win32/perlhost.h win32/win32.c
45468 ____________________________________________________________________________
45469 [ 11404] By: nick                                  on 2001/07/18  06:43:59
45470         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
45471              From:  hv@crypt0.demon.co.uk
45472              Date:  Wed, 18 Jul 2001 05:58:46 +0100
45473              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
45474      Branch: perl
45475            ! ext/POSIX/POSIX.t
45476 ____________________________________________________________________________
45477 [ 11403] By: nick                                  on 2001/07/18  06:38:57
45478         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
45479              From:  hv@crypt0.demon.co.uk
45480              Date:  Wed, 18 Jul 2001 05:21:54 +0100
45481              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
45482      Branch: perl
45483            ! numeric.c t/op/arith.t
45484 ____________________________________________________________________________
45485 [ 11402] By: nick                                  on 2001/07/18  06:19:17
45486         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
45487              From:  mjd@plover.com
45488              Date:  17 Jul 2001 17:59:20 -0000
45489              Message-Id:  <20010717175920.8177.qmail@plover.com>
45490      Branch: perl
45491            ! pod/perlre.pod
45492 ____________________________________________________________________________
45493 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
45494         Log: thinko in change#11400 (duh)
45495      Branch: maint-5.6/perl
45496            ! win32/perlhost.h
45497 ____________________________________________________________________________
45498 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
45499         Log: change#11399 revealed another unrelated bug; this is just a temporary
45500              bandaid
45501      Branch: maint-5.6/perl
45502            ! win32/perlhost.h
45503 ____________________________________________________________________________
45504 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
45505         Log: fix bugs in handling of the virtualized environment under windows;
45506              there were bugs in propagating any changes to %ENV down to the real
45507              environment when such changes happened in the toplevel process
45508              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
45509              problem identification, and for a part of the fix)
45510      Branch: maint-5.6/perl
45511            ! win32/perlhost.h win32/win32.c
45512 ____________________________________________________________________________
45513 [ 11398] By: nick                                  on 2001/07/17  08:26:35
45514         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
45515              From: Peter Prymmer <pvhp@forte.com>
45516              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
45517              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
45518              
45519              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
45520              should not depend on existance of Config.pm
45521      Branch: perl
45522           +> t/lib/commonsense.t
45523            - t/base/commonsense.t
45524            ! MANIFEST t/README
45525 ____________________________________________________________________________
45526 [ 11397] By: nick                                  on 2001/07/17  08:09:58
45527         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
45528              From:  Michael G Schwern <schwern@pobox.com>
45529              Date:  Mon, 16 Jul 2001 18:20:31 -0400
45530              Message-Id:  <20010716182031.A1128@blackrider>
45531      Branch: perl
45532            ! pod/perlhack.pod
45533 ____________________________________________________________________________
45534 [ 11396] By: nick                                  on 2001/07/17  08:04:11
45535         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
45536              From:  Gwyn Judd <b.judd@xtra.co.nz>
45537              Date:  Tue, 17 Jul 2001 20:55:58 +1200
45538              Message-Id:  <20010717205558.A3107@thislove>
45539      Branch: perl
45540            ! pod/perlfunc.pod
45541 ____________________________________________________________________________
45542 [ 11395] By: nick                                  on 2001/07/17  08:02:22
45543         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
45544              From:  Peter Prymmer <pvhp@forte.com>
45545              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
45546              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
45547      Branch: perl
45548            ! t/op/sprintf.t
45549 ____________________________________________________________________________
45550 [ 11394] By: nick                                  on 2001/07/17  07:57:06
45551         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
45552              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
45553              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
45554              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
45555      Branch: perl
45556            ! gv.c
45557 ____________________________________________________________________________
45558 [ 11392] By: nick                                  on 2001/07/17  07:50:12
45559         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
45560              From:  Coral <coral@moonlight.crystalflame.net>
45561              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
45562              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
45563      Branch: perl
45564            ! pp_sys.c thread.h
45565 ____________________________________________________________________________
45566 [ 11391] By: nick                                  on 2001/07/17  07:34:28
45567         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
45568              From:  Jonathan Stowe <gellyfish@gellyfish.com>
45569              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
45570              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
45571      Branch: perl
45572            ! utils/h2xs.PL
45573 ____________________________________________________________________________
45574 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
45575         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
45576              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
45577              and Mac::Apps::Launch, which don't work, and Time::HiRes and
45578              Time::Piece, which don't yet work.
45579      Branch: maint-5.6/macperl
45580            + (add 154 files)
45581 ____________________________________________________________________________
45582 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
45583         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
45584              Also add hack to get around missing setenv for PERL5DB.
45585      Branch: maint-5.6/macperl
45586            ! macos/macish.c macos/macish.h
45587 ____________________________________________________________________________
45588 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
45589         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
45590      Branch: maint-5.6/macperl
45591            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
45592            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
45593 ____________________________________________________________________________
45594 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
45595         Log: Fix up some configuration and make options, add extra
45596              extensions.
45597      Branch: maint-5.6/macperl
45598            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
45599            ! macos/macperl/Makefile.mk
45600 ____________________________________________________________________________
45601 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
45602         Log: From Change 11374 in maintperl.
45603      Branch: maint-5.6/macperl
45604           !> utils/h2ph.PL
45605 ____________________________________________________________________________
45606 [ 11385] By: nick                                  on 2001/07/16  14:12:58
45607         Log: Back out change to h2xs till it passes its test.
45608      Branch: perl
45609            ! utils/h2xs.PL
45610 ____________________________________________________________________________
45611 [ 11384] By: nick                                  on 2001/07/16  14:00:10
45612         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
45613              From:  Jonathan Stowe <gellyfish@gellyfish.com>
45614              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
45615              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
45616      Branch: perl
45617            ! utils/h2xs.PL
45618 ____________________________________________________________________________
45619 [ 11383] By: nick                                  on 2001/07/16  13:53:12
45620         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
45621              From:  Robin Houston <robin@kitsite.com>
45622              Date:  Sun, 15 Jul 2001 18:22:31 +0100
45623              Message-Id:  <20010715182230.A11174@robin>
45624      Branch: perl
45625            ! hints/darwin.sh
45626 ____________________________________________________________________________
45627 [ 11382] By: nick                                  on 2001/07/16  13:52:49
45628         Log: Subject:  [PATCH perl@11372] re_dup
45629              From:  Radu Greab <radu@netsoft.ro>
45630              Date:  Sun, 15 Jul 2001 04:50:06 +0300
45631              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
45632      Branch: perl
45633            ! sv.c
45634 ____________________________________________________________________________
45635 [ 11379] By: nick                                  on 2001/07/16  13:35:39
45636         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
45637              From:  Robin Houston <robin@kitsite.com>
45638              Date:  Sat, 14 Jul 2001 14:28:50 +0100
45639              Message-Id:  <20010714142850.A10205@robin>
45640      Branch: perl
45641            ! ext/B/B/Deparse.pm
45642 ____________________________________________________________________________
45643 [ 11378] By: nick                                  on 2001/07/16  13:30:36
45644         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
45645              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
45646              Date:  Sat, 14 Jul 2001 22:17:42 +0900
45647              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
45648      Branch: perl
45649            + ext/Encode/Encode/euc-jp-0212.enc
45650            ! ext/Encode/Encode/Tcl.pm
45651 ____________________________________________________________________________
45652 [ 11377] By: nick                                  on 2001/07/16  13:17:28
45653         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
45654              From:  Andy Dougherty <doughera@lafayette.edu>
45655              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
45656              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
45657      Branch: perl
45658            ! hints/darwin.sh hints/rhapsody.sh
45659 ____________________________________________________________________________
45660 [ 11376] By: nick                                  on 2001/07/16  09:05:00
45661         Log: Integrate mainline
45662      Branch: perlio
45663           +> ext/Encode/Encode/7bit-greek.enc
45664           +> ext/Encode/Encode/7bit-latin1.enc
45665           +> ext/Encode/Encode/cns11643-1.enc
45666           +> ext/Encode/Encode/cns11643-2.enc
45667           +> ext/Encode/Encode/iso2022-cn.enc
45668           +> ext/Encode/Encode/iso2022-jp1.enc
45669           +> ext/Encode/Encode/iso2022-jp2.enc
45670           !> Changes Configure MANIFEST Makefile.SH
45671           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
45672           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
45673           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
45674           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
45675           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
45676 ____________________________________________________________________________
45677 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
45678         Log: integrate change#11374 from maint-5.6
45679              
45680              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
45681      Branch: perl
45682           !> utils/h2ph.PL
45683 ____________________________________________________________________________
45684 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
45685         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
45686      Branch: maint-5.6/perl
45687            ! utils/h2ph.PL
45688 ____________________________________________________________________________
45689 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
45690         Log: Update Changes.
45691      Branch: perl
45692            ! Changes patchlevel.h
45693 ____________________________________________________________________________
45694 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
45695         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
45696              From: Jonathan Stowe <gellyfish@gellyfish.com>
45697              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
45698              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
45699      Branch: perl
45700            ! utils/h2xs.PL
45701 ____________________________________________________________________________
45702 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
45703         Log: Subject: patch to add DEL to [:cntrl:]
45704              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45705              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
45706              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
45707      Branch: perl
45708            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
45709 ____________________________________________________________________________
45710 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
45711         Log: Metaconfig unit change for #11369; plus a dependency nit.
45712      Branch: metaconfig
45713            ! U/compline/nblock_io.U
45714      Branch: metaconfig/U/perl
45715            ! Extensions.U
45716 ____________________________________________________________________________
45717 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
45718         Log: #include <stdlib.h> so that exit() is prototyped,
45719              noticed by Hugo.
45720      Branch: perl
45721            ! Configure
45722 ____________________________________________________________________________
45723 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
45724         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
45725              From: Peter Prymmer <pvhp@forte.com>
45726              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
45727              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
45728      Branch: perl
45729            ! t/op/sprintf.t
45730 ____________________________________________________________________________
45731 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
45732         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
45733              From: Peter Prymmer <pvhp@forte.com>
45734              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
45735              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
45736      Branch: perl
45737            ! ext/Encode/Encode/Tcl.t
45738 ____________________________________________________________________________
45739 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
45740         Log: Add information about gcc 3.0 basic block profiling.
45741      Branch: perl
45742            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
45743 ____________________________________________________________________________
45744 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
45745         Log: Subject: Error in lib/PerlIO/Via.pm ?
45746              From: Mark-Jason Dominus <mjd@plover.com>
45747              Date: Fri, 13 Jul 2001 15:55:41 -0400
45748              Message-ID: <20010713195541.26751.qmail@plover.com>
45749      Branch: perl
45750            ! ext/PerlIO/Via/Via.pm
45751 ____________________________________________________________________________
45752 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
45753         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
45754              section from the Compiler section.
45755      Branch: perl
45756            ! myconfig.SH
45757 ____________________________________________________________________________
45758 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
45759         Log: Handle glibc style of constant definitions using enum
45760              with intervening #defines; from Brendan O'Dea.
45761      Branch: perl
45762            ! utils/h2ph.PL
45763 ____________________________________________________________________________
45764 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
45765         Log: Add LC_MESSAGES to the locale_h export tag (it already is
45766              in the Makefile.PL and thusly eligible for an XS constant)
45767              (see also maintperl #10543)
45768      Branch: perl
45769            ! ext/POSIX/POSIX.pm
45770 ____________________________________________________________________________
45771 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
45772         Log: Subject: Re: [patch] re_dup
45773              From: Abhijit Menon-Sen <ams@wiw.org>
45774              Date: Fri, 13 Jul 2001 21:41:09 +0530
45775              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
45776      Branch: perl
45777            ! sv.c
45778 ____________________________________________________________________________
45779 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
45780         Log: Subject: [patch] re_dup
45781              From: Doug MacEachern <dougm@covalent.net>
45782              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
45783              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
45784      Branch: perl
45785            ! sv.c
45786 ____________________________________________________________________________
45787 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
45788         Log: Update Changes.
45789      Branch: perl
45790            ! Changes patchlevel.h
45791 ____________________________________________________________________________
45792 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
45793         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
45794              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
45795              Date: Sat, 14 Jul 2001 00:06:30 +0900
45796              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
45797      Branch: perl
45798            + ext/Encode/Encode/7bit-greek.enc
45799            + ext/Encode/Encode/7bit-latin1.enc
45800            + ext/Encode/Encode/cns11643-1.enc
45801            + ext/Encode/Encode/cns11643-2.enc
45802            + ext/Encode/Encode/iso2022-cn.enc
45803            + ext/Encode/Encode/iso2022-jp1.enc
45804            + ext/Encode/Encode/iso2022-jp2.enc
45805            ! MANIFEST ext/Encode/Encode/Tcl.pm
45806            ! ext/Encode/Encode/iso2022-kr.enc
45807 ____________________________________________________________________________
45808 [ 11357] By: nick                                  on 2001/07/13  14:24:06
45809         Log: Blind integrate mainline (as of 5.7.2?)
45810      Branch: perlio
45811           !> AUTHORS Changes Porting/config.sh Porting/config_H
45812           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
45813           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
45814           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45815           !> win32/makefile.mk
45816 ____________________________________________________________________________
45817 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
45818         Log: Snip away the devel patchlevel.
45819      Branch: perl
45820            ! patchlevel.h
45821 ____________________________________________________________________________
45822 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
45823         Log: Bump the version to 5.7.2.
45824      Branch: perl
45825            ! Porting/config.sh Porting/config_H patchlevel.h
45826            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
45827            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45828            ! win32/makefile.mk
45829 ____________________________________________________________________________
45830 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
45831         Log: Update Changes.
45832      Branch: perl
45833            ! Changes
45834 ____________________________________________________________________________
45835 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
45836         Log: Reword.
45837      Branch: perl
45838            ! AUTHORS
45839 ____________________________________________________________________________
45840 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
45841         Log: AUTHORS update.
45842      Branch: perl
45843            ! AUTHORS
45844 ____________________________________________________________________________
45845 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
45846         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
45847              unless ithreads.
45848      Branch: perl
45849            ! makedef.pl
45850 ____________________________________________________________________________
45851 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
45852         Log: Integrate perlio:
45853              
45854              [ 11346]
45855              Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
45856              to avoid /unicode vs /Unicode issues.
45857      Branch: perl
45858           !> win32/distclean.bat
45859 ____________________________________________________________________________
45860 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
45861         Log: Test the encoding transform only iff we have PerlIO,
45862              noticed by H. Merijn Brand.
45863      Branch: perl
45864            ! ext/PerlIO/t/encoding.t
45865 ____________________________________________________________________________
45866 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
45867         Log: README.netware tweaks from Ananth Kesari.
45868      Branch: perl
45869            ! README.netware
45870 ____________________________________________________________________________
45871 [ 11346] By: nick                                  on 2001/07/13  09:18:51
45872         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
45873              to avoid /unicode vs /Unicode issues.
45874      Branch: perlio
45875            ! win32/distclean.bat
45876 ____________________________________________________________________________
45877 [ 11345] By: nick                                  on 2001/07/13  06:24:18
45878         Log: Integrate mainline
45879      Branch: perlio
45880           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
45881            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
45882           !> (integrate 63 files)
45883 ____________________________________________________________________________
45884 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
45885         Log: Add d_bincompat5005 information to perl -V.
45886      Branch: perl
45887            ! myconfig.SH
45888 ____________________________________________________________________________
45889 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
45890         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
45891              From: Abhijit Menon-Sen <ams@wiw.org>
45892              Date: Fri, 13 Jul 2001 07:12:36 +0530
45893              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
45894      Branch: perl
45895            ! sv.c
45896 ____________________________________________________________________________
45897 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
45898         Log: Remove unicode::distinct, as per Inaba Hiroto.
45899      Branch: perl
45900            - lib/unicode/distinct.pm
45901            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
45902            ! t/lib/1_compile.t
45903 ____________________________________________________________________________
45904 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
45905         Log: Paging for Dr Octothorpe.
45906      Branch: perl
45907            ! pod/perlfaq4.pod
45908 ____________________________________________________________________________
45909 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
45910         Log: cut-n-paste error noticed by mjd.
45911      Branch: perl
45912            ! pod/perlfaq4.pod
45913 ____________________________________________________________________________
45914 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
45915         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
45916              From: Peter Prymmer <pvhp@forte.com>
45917              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
45918              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
45919      Branch: perl
45920            ! pod/perlfaq4.pod
45921 ____________________________________________________________________________
45922 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
45923         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
45924              From: Randall Gellens <randy@qualcomm.com>
45925              Date: Thu, 12 Jul 2001 16:56:23 -0700
45926              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
45927      Branch: perl
45928            ! Porting/repository.pod
45929 ____________________________________________________________________________
45930 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
45931         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
45932      Branch: perl
45933            ! thread.h
45934 ____________________________________________________________________________
45935 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
45936         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
45937              From: coral <coral@moonlight.crystalflame.net>
45938              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
45939              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
45940      Branch: perl
45941            ! thread.h
45942 ____________________________________________________________________________
45943 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
45944         Log: Metaconfig unit change for #11134.
45945      Branch: metaconfig
45946            + U/threads/d_pthread_atfork.U
45947 ____________________________________________________________________________
45948 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
45949         Log: Add HAS_PTHREAD_ATFORK.
45950      Branch: perl
45951            ! Configure NetWare/config.wc NetWare/config_H.wc
45952            ! Porting/Glossary Porting/config.sh Porting/config_H
45953            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
45954            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
45955            ! vos/config.ga.def vos/config.ga.h win32/config.bc
45956            ! win32/config.gc win32/config.vc win32/config_H.bc
45957            ! win32/config_H.gc win32/config_H.vc
45958 ____________________________________________________________________________
45959 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
45960         Log: Subject: [PATCH] File::Copy fails on tied handles
45961              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
45962              Date: Thu, 12 Jul 2001 15:18:51 -0700
45963              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
45964      Branch: perl
45965            ! lib/File/Copy.pm
45966 ____________________________________________________________________________
45967 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
45968         Log: Subject: [PATCH] Langinfo.t
45969              From: Nicholas Clark <nick@ccl4.org>
45970              Date: Thu, 12 Jul 2001 23:55:38 +0100
45971              Message-ID: <20010712235538.M5827@plum.flirble.org>
45972      Branch: perl
45973            ! ext/I18N/Langinfo/Langinfo.t
45974 ____________________________________________________________________________
45975 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
45976         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
45977              From: Peter Prymmer <pvhp@forte.com>
45978              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
45979              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
45980      Branch: perl
45981            ! pod/perl572delta.pod
45982 ____________________________________________________________________________
45983 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
45984         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
45985              From: Abhijit Menon-Sen <ams@wiw.org>
45986              Date: Fri, 13 Jul 2001 05:21:16 +0530
45987              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
45988      Branch: perl
45989            ! sv.c
45990 ____________________________________________________________________________
45991 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
45992         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
45993              From: Abhijit Menon-Sen <ams@wiw.org>
45994              Date: Fri, 13 Jul 2001 03:04:25 +0530
45995              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
45996      Branch: perl
45997            ! av.c
45998 ____________________________________________________________________________
45999 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
46000         Log: s/^M$//g
46001      Branch: perl
46002            ! win32/Makefile win32/makefile.mk
46003 ____________________________________________________________________________
46004 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
46005         Log: Update Changes.
46006      Branch: perl
46007            ! Changes patchlevel.h
46008 ____________________________________________________________________________
46009 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
46010         Log: Typo spotted by Philip Newton.
46011      Branch: perl
46012            ! pod/perl572delta.pod
46013 ____________________________________________________________________________
46014 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
46015         Log: Subject: [PATCH] fixes perl_clone of perl_clone
46016              From: Artur Bergman <artur@contiller.se>
46017              Date: Thu, 12 Jul 2001 20:57:09 +0200
46018              Message-ID: <B773BFA4.236B%artur@contiller.se>
46019      Branch: perl
46020            ! sv.c
46021 ____________________________________________________________________________
46022 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
46023         Log: Add README.uts from Hal Morris.
46024      Branch: perl
46025            + README.uts
46026            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
46027            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
46028 ____________________________________________________________________________
46029 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
46030         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
46031              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46032              Date: Thu, 12 Jul 2001 20:32:37 +0200
46033              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
46034      Branch: perl
46035            ! hints/aix.sh
46036 ____________________________________________________________________________
46037 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
46038         Log: Subject: Patch: document reg_data.what member
46039              From: Mark-Jason Dominus <mjd@plover.com>
46040              Message-ID: <20010712182532.14821.qmail@plover.com>
46041              Date: Thu, 12 Jul 2001 14:25:32 -0400
46042      Branch: perl
46043            ! regcomp.c regcomp.h
46044 ____________________________________________________________________________
46045 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
46046         Log: Subject: [PATCH] Perl_re_dup()
46047              From: Abhijit Menon-Sen <ams@wiw.org>
46048              Date: Thu, 12 Jul 2001 23:54:32 +0530
46049              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
46050      Branch: perl
46051            ! embed.h embed.pl perlapi.c proto.h sv.c
46052 ____________________________________________________________________________
46053 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
46054         Log: Regen Configure, modlib, toc.
46055      Branch: perl
46056            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46057            ! pod/perlmodlib.pod pod/perltoc.pod
46058 ____________________________________________________________________________
46059 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
46060         Log: The problem seems to be in PerlIO::Layer::->find() not
46061              accepting the ":encoding(blurflur)" arguments.
46062      Branch: perl
46063            ! lib/PerlIO.pm lib/open.pm
46064 ____________________________________________________________________________
46065 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
46066         Log: AIX doc update.
46067      Branch: perl
46068            ! README.aix pod/perl572delta.pod
46069 ____________________________________________________________________________
46070 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
46071         Log: Subject: AIX README update
46072              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46073              Date: Thu, 12 Jul 2001 19:28:30 +0200
46074              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
46075      Branch: perl
46076            ! README.aix
46077 ____________________________________________________________________________
46078 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
46079         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
46080              From: Norton Allen <allen@huarp.harvard.edu>
46081              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
46082              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
46083      Branch: perl
46084            ! ext/IO/lib/IO/t/io_unix.t
46085 ____________________________________________________________________________
46086 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
46087         Log: Subject: [PATCH README.qnx hints/qnx.sh]
46088              From: Norton Allen <allen@huarp.harvard.edu>
46089              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
46090              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
46091      Branch: perl
46092            ! README.qnx hints/qnx.sh
46093 ____________________________________________________________________________
46094 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
46095         Log: Subject: [patch] faster PM_GETRE
46096              From: Doug MacEachern <dougm@covalent.net>
46097              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
46098              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
46099      Branch: perl
46100            ! op.h
46101 ____________________________________________________________________________
46102 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
46103         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
46104              From: Doug MacEachern <dougm@covalent.net>
46105              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
46106              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
46107      Branch: perl
46108            ! op.c
46109 ____________________________________________________________________________
46110 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
46111         Log: Tell where the nice Estonian database is.
46112      Branch: perl
46113            ! lib/open.pm
46114 ____________________________________________________________________________
46115 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
46116         Log: Retract #11309 since #11310 is a better fix.
46117      Branch: perl
46118            ! t/lib/1_compile.t
46119 ____________________________________________________________________________
46120 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
46121         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
46122              change#11300 needs to return the status of failed win32_spawnvp())
46123              
46124              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
46125              splitting correctly; remove unused variables; 'require' at run time
46126              rather than 'use' at compile time for I18N::Langinfo, since it
46127              isn't everyware
46128      Branch: perl
46129            ! lib/open.pm win32/win32.c
46130 ____________________________________________________________________________
46131 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
46132         Log: Temporary workaround.
46133      Branch: perl
46134            ! t/lib/1_compile.t
46135 ____________________________________________________________________________
46136 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
46137         Log: UCD typo in #11306 and add also more known-to-be-tested
46138              modules to the skip list.
46139      Branch: perl
46140            ! t/lib/1_compile.t
46141 ____________________________________________________________________________
46142 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
46143         Log: Rename Unicode::UCD to UnicodeCD to avoid
46144              messups with case-insensitive filesystems.
46145      Branch: perl
46146            + lib/UnicodeCD.pm lib/UnicodeCD.t
46147            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
46148            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
46149 ____________________________________________________________________________
46150 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
46151         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
46152              From: daniel@biz.bitpusher.com
46153              Date: Wed, 11 Jul 2001 23:25:47 -0700
46154              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
46155      Branch: perl
46156            ! lib/Tie/Array.pm t/op/splice.t
46157 ____________________________________________________________________________
46158 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
46159         Log: Subject: [PATCH] More accurate line numbers in messages
46160              From: Paul Johnson <paul@pjcj.net>
46161              Date: Thu, 12 Jul 2001 04:14:11 +0200
46162              Message-ID: <20010712041411.A3467@pjcj.net>
46163              
46164              (With prototyping and multiplicity tweaks.)
46165      Branch: perl
46166            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
46167 ____________________________________________________________________________
46168 [ 11304] By: nick                                  on 2001/07/12  12:53:40
46169         Log: Integrate mainline
46170      Branch: perlio
46171           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
46172           !> regexec.c thread.h
46173 ____________________________________________________________________________
46174 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
46175         Log: Cut-and-pasto in #11298.
46176      Branch: perl
46177            ! ext/ByteLoader/bytecode.h
46178 ____________________________________________________________________________
46179 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
46180         Log: Update the AIX known problems section.
46181      Branch: perl
46182            ! pod/perl572delta.pod
46183 ____________________________________________________________________________
46184 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
46185         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
46186              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46187              Date: Thu, 12 Jul 2001 12:16:16 +0200
46188              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
46189      Branch: perl
46190            ! hints/aix.sh
46191 ____________________________________________________________________________
46192 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
46193         Log: Integrate perlio:
46194              
46195              [ 11296]
46196              Exclude reentrant_buffer from .def file
46197              
46198              [ 11295]
46199              Honour void-ness of my_exit()
46200      Branch: perl
46201           !> makedef.pl win32/win32.c
46202 ____________________________________________________________________________
46203 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
46204         Log: Subject: [PATCH] fix for PMOP threadness failures
46205              From: Artur Bergman <artur@contiller.se>
46206              Date: Thu, 12 Jul 2001 09:48:06 +0200
46207              Message-ID: <B77322D6.22DD%artur@contiller.se>
46208      Branch: perl
46209            ! regexec.c
46210 ____________________________________________________________________________
46211 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
46212         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
46213              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
46214              Date: Thu, 12 Jul 2001 09:09:48 +0200
46215              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
46216              
46217              More parentheses to keep bcc happy.
46218      Branch: perl
46219            ! ext/ByteLoader/bytecode.h
46220 ____________________________________________________________________________
46221 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
46222         Log: Subject: Re: [patch] pthread_atfork bandaid
46223              From: Doug MacEachern <dougm@covalent.net>
46224              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
46225              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
46226      Branch: perl
46227            ! thread.h
46228 ____________________________________________________________________________
46229 [ 11296] By: nick                                  on 2001/07/12  11:55:48
46230         Log: Exclude reentrant_buffer from .def file
46231      Branch: perlio
46232            ! makedef.pl
46233 ____________________________________________________________________________
46234 [ 11295] By: nick                                  on 2001/07/12  11:11:44
46235         Log: Honour void-ness of my_exit()
46236      Branch: perlio
46237            ! win32/win32.c
46238 ____________________________________________________________________________
46239 [ 11294] By: nick                                  on 2001/07/12  07:51:04
46240         Log: Integrate mainline
46241      Branch: perlio
46242           +> uts/sprintf_wrap.c
46243           !> (integrate 35 files)
46244 ____________________________________________________________________________
46245 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
46246         Log: Retract #11289.
46247      Branch: perl
46248            ! embed.h embed.pl perl.c proto.h thread.h
46249 ____________________________________________________________________________
46250 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
46251         Log: Now the :locale pseudolayer *almost* works...
46252      Branch: perl
46253            ! lib/open.pm
46254 ____________________________________________________________________________
46255 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
46256         Log: Locale encoding tweaks.
46257      Branch: perl
46258            ! lib/open.pm
46259 ____________________________________________________________________________
46260 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
46261         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
46262              From: Mark-Jason Dominus <mjd@plover.com>
46263              Date: Thu, 12 Jul 2001 00:59:31 -0400
46264              Message-ID: <20010712045931.8543.qmail@plover.com>
46265              
46266              Remove the chmod/umask leading zero warning.
46267      Branch: perl
46268            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
46269            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
46270 ____________________________________________________________________________
46271 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
46272         Log: (Retracted by #11289.)
46273      Branch: perl
46274            ! embed.h embed.pl perl.c proto.h thread.h
46275 ____________________________________________________________________________
46276 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
46277         Log: Needed by #11283.
46278      Branch: perl
46279            ! intrpvar.h
46280 ____________________________________________________________________________
46281 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
46282         Log: Metaconfig unit change for #11286.
46283      Branch: metaconfig/U/perl
46284            ! patchlevel.U
46285 ____________________________________________________________________________
46286 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
46287         Log: Subject: Re: [PATCH Configure] perl -V broken
46288              From: Andy Dougherty <doughera@lafayette.edu>
46289              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
46290              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
46291      Branch: perl
46292            ! Configure myconfig.SH
46293 ____________________________________________________________________________
46294 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
46295         Log: Retract #11166 (and #11237).
46296      Branch: perl
46297            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
46298            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
46299            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
46300 ____________________________________________________________________________
46301 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
46302         Log: UTS tweaks for Hal Morris.
46303      Branch: perl
46304            + uts/sprintf_wrap.c
46305            ! MANIFEST hints/uts.sh perl.h
46306 ____________________________________________________________________________
46307 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
46308         Log: Subject: [PATCH] Use reentrant API glibc
46309              From: Artur Bergman <artur@contiller.se>
46310              Date: Thu, 12 Jul 2001 00:58:21 +0200
46311              Message-ID: <B772A6AD.2288%artur@contiller.se>
46312      Branch: perl
46313            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
46314            ! sv.c
46315 ____________________________________________________________________________
46316 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
46317         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
46318              From: barries <barries@slaysys.com>
46319              Date: Wed, 11 Jul 2001 15:11:46 -0400
46320              Message-ID: <20010711151146.G24560@jester.slaysys.com>
46321      Branch: perl
46322            ! pp_sys.c t/lib/warnings/doio win32/win32.c
46323 ____________________________________________________________________________
46324 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
46325         Log: Subject: [patch] pthread_atfork bandaid
46326              From: Doug MacEachern <dougm@covalent.net>
46327              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
46328              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
46329      Branch: perl
46330            ! miniperlmain.c perl.c
46331 ____________________________________________________________________________
46332 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
46333         Log: Subject: [patch] perl_clone leaks
46334              From: Doug MacEachern <dougm@covalent.net>
46335              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
46336              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
46337      Branch: perl
46338            ! sv.c
46339 ____________________________________________________________________________
46340 [ 11279] By: nick                                  on 2001/07/11  15:49:38
46341         Log: Integrate mainline
46342      Branch: perlio
46343           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
46344           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
46345           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
46346           +> lib/Term/ANSIColor/README
46347           !> (integrate 54 files)
46348 ____________________________________________________________________________
46349 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
46350         Log: Update Changes.
46351      Branch: perl
46352            ! Changes patchlevel.h
46353 ____________________________________________________________________________
46354 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
46355         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
46356              From: Peter Prymmer <pvhp@forte.com>
46357              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
46358              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
46359              
46360              Backport of embed.pl to 5.003.
46361      Branch: perl
46362            ! embed.pl
46363 ____________________________________________________________________________
46364 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
46365         Log: Subject: Re: POSIX test #14 on UTS 
46366              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
46367              Date: Wed, 11 Jul 2001 03:02:14 +0100
46368              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
46369      Branch: perl
46370            ! ext/POSIX/POSIX.t
46371 ____________________________________________________________________________
46372 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
46373         Log: Make the I32 an IV to preserve structure alignment and size.
46374      Branch: perl
46375            ! op.h
46376 ____________________________________________________________________________
46377 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
46378         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
46379              From: "Artur Bergman" <artur@contiller.se>
46380              Date: Wed, 11 Jul 2001 14:23:37 +0200
46381              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
46382              
46383              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
46384      Branch: perl
46385            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
46386            ! pod/perlapi.pod sv.c
46387 ____________________________________________________________________________
46388 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
46389         Log: Tweak until Pod::Parser gets updated.
46390      Branch: perl
46391            ! t/pod/special_seqs.xr
46392 ____________________________________________________________________________
46393 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
46394         Log: File::Spec usage tweak.
46395      Branch: perl
46396            ! lib/ExtUtils.t
46397 ____________________________________________________________________________
46398 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
46399         Log: Integrate #11263 from macperl; macos and macosx updates.
46400      Branch: perl
46401           !> pod/perlport.pod
46402 ____________________________________________________________________________
46403 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
46404         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
46405              From: Peter Prymmer <pvhp@forte.com>
46406              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
46407              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
46408      Branch: perl
46409            + ext/Time/HiRes/hints/dynixptx.pl
46410            ! MANIFEST hints/dynixptx.sh
46411 ____________________________________________________________________________
46412 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
46413         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
46414              From: Nicholas Clark <nick@ccl4.org>
46415              Date: Tue, 10 Jul 2001 23:17:43 +0100
46416              Message-ID: <20010710231742.B59620@plum.flirble.org>
46417      Branch: perl
46418            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
46419 ____________________________________________________________________________
46420 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
46421         Log: Subject: [DOC PATCH] Pluggable runops
46422              From: Paul Johnson <paul@pjcj.net>
46423              Date: Tue, 10 Jul 2001 21:53:28 +0200
46424              Message-ID: <20010710215328.B26577@pjcj.net>
46425      Branch: perl
46426            ! pod/perlguts.pod
46427 ____________________________________________________________________________
46428 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
46429         Log: Subject: [PATCH] Authors
46430              From: Artur Bergman <artur@contiller.se>
46431              Date: Tue, 10 Jul 2001 20:39:12 +0200
46432              Message-ID: <B771186F.21CD%artur@contiller.se>
46433      Branch: perl
46434            ! AUTHORS
46435 ____________________________________________________________________________
46436 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
46437         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
46438              From: Doug MacEachern <dougm@covalent.net>
46439              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
46440              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
46441      Branch: perl
46442            ! pp_ctl.c
46443 ____________________________________________________________________________
46444 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
46445         Log: Subject: doc patch; times() in scalar context
46446              From: mjd@plover.com
46447              Date: 10 Jul 2001 18:01:17 -0000
46448              Message-ID: <20010710180117.12477.qmail@plover.com>
46449      Branch: perl
46450            ! pod/perlfunc.pod
46451 ____________________________________________________________________________
46452 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
46453         Log: Subject: [PATCH] Small fix to pp_gmtime
46454              From: Artur Bergman <artur@contiller.se>
46455              Date: Tue, 10 Jul 2001 19:54:52 +0200
46456              Message-ID: <B7710E0B.21C5%artur@contiller.se>
46457      Branch: perl
46458            ! pp_sys.c
46459 ____________________________________________________________________________
46460 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
46461         Log: Integrate changes from mainline perl, add notes about
46462              Mac OS X and Mac OS.
46463      Branch: maint-5.6/macperl
46464            ! pod/perlport.pod
46465 ____________________________________________________________________________
46466 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
46467         Log: A proof of the dangers of package; ?
46468      Branch: perl
46469            ! t/lib/warnings/op
46470 ____________________________________________________________________________
46471 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
46472         Log: Regen toc and modlib.
46473      Branch: perl
46474            ! pod/perlmodlib.pod pod/perltoc.pod
46475 ____________________________________________________________________________
46476 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
46477         Log: Add compexcl(), casefold(), and casespec() interfaces;
46478              and make all interfaces to return hash references instead
46479              of hashes. 
46480      Branch: perl
46481            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
46482 ____________________________________________________________________________
46483 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
46484         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
46485              From: "Philip Newton" <Philip.Newton@gmx.net>
46486              Date: Tue, 10 Jul 2001 09:55:59 +0200
46487              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
46488              
46489              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
46490              From: "Philip Newton" <Philip.Newton@gmx.net>
46491              Date: Tue, 10 Jul 2001 09:56:37 +0200
46492              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
46493      Branch: perl
46494            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
46495            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
46496 ____________________________________________________________________________
46497 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
46498         Log: Subject: [patch] undef &xsub for 1,2
46499              From: Doug MacEachern <dougm@covalent.net>
46500              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
46501              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
46502              
46503              (This version of the patch with a comment from Gisle.)
46504      Branch: perl
46505            ! op.c
46506 ____________________________________________________________________________
46507 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
46508         Log: Mention package; deprecation and the Win32 problems.
46509      Branch: perl
46510            ! pod/perl572delta.pod
46511 ____________________________________________________________________________
46512 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
46513         Log: Subject: [PATCH] deprecate package with no arguments
46514              From: Robin Houston <robin@kitsite.com>
46515              Date: Tue, 10 Jul 2001 13:33:40 +0100
46516              Message-ID: <20010710133340.A13452@robin.kitsite.com>
46517      Branch: perl
46518            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
46519 ____________________________________________________________________________
46520 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
46521         Log: Upgrade to podlators 1.10.
46522      Branch: perl
46523            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
46524            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
46525            ! pod/pod2man.PL pod/pod2text.PL
46526 ____________________________________________________________________________
46527 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
46528         Log: Upgrade to Term::ANSIColor 1.04.
46529      Branch: perl
46530            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
46531            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
46532 ____________________________________________________________________________
46533 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
46534         Log: Integrate perlio:
46535              
46536              [ 11252]
46537              Fix open(...,"...:layer(xxx)",...)
46538              - use memEQ not strEQ as there is '(' not '\0'
46539              
46540              [ 11063]
46541              Quick for for #ifdef mess
46542      Branch: perl
46543           !> perlio.c
46544 ____________________________________________________________________________
46545 [ 11252] By: nick                                  on 2001/07/10  06:58:14
46546         Log: Fix open(...,"...:layer(xxx)",...)
46547              - use memEQ not strEQ as there is '(' not '\0'
46548      Branch: perlio
46549            ! perlio.c
46550 ____________________________________________________________________________
46551 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
46552         Log: Telling the number of tests helps.
46553      Branch: perl
46554            ! ext/PerlIO/t/encoding.t
46555 ____________________________________________________________________________
46556 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
46557         Log: Require I18N::Langinfo, not use.
46558      Branch: perl
46559            ! lib/open.pm
46560 ____________________________________________________________________________
46561 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
46562         Log: Add a test for for PerlIO ":encoding(...)" layer.
46563      Branch: perl
46564            + ext/PerlIO/t/encoding.t
46565            ! MANIFEST ext/Encode/Encode.pm
46566 ____________________________________________________________________________
46567 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
46568         Log: PerlIO ":encoding(foobar)" temporary fix.
46569              Not really correct, I think, since the change means
46570              that prefixes match.
46571      Branch: perl
46572            ! perlio.c
46573 ____________________________________________________________________________
46574 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
46575         Log: Update to Math::BigInt 1.36.  The biggest news is
46576              the separation of the backend; now the pure Perl
46577              implementation is in Math::BigInt::Calc, but one
46578              can plugin, say, Math::BigInt::BitVect, and get
46579              considerable speedup.
46580      Branch: perl
46581            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
46582            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
46583            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
46584            ! lib/Math/BigInt/t/mbimbf.t
46585 ____________________________________________________________________________
46586 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
46587         Log: Subject: Re: compatibility question
46588              From: Peter Prymmer <pvhp@forte.com>
46589              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
46590              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
46591      Branch: perl
46592            ! lib/ExtUtils/MM_VMS.pm
46593 ____________________________________________________________________________
46594 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
46595         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
46596              From: Norton Allen <allen@huarp.harvard.edu>
46597              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
46598              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
46599      Branch: perl
46600            ! ext/File/Glob/t/basic.t
46601 ____________________________________________________________________________
46602 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
46603         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
46604              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46605              Date: Tue, 10 Jul 2001 00:29:55 +0900
46606              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
46607      Branch: perl
46608            + ext/Encode/Encode/HZ.enc
46609            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
46610            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
46611            ! ext/Encode/Encode/iso2022-jp.enc
46612            ! ext/Encode/Encode/iso2022-kr.enc
46613 ____________________________________________________________________________
46614 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
46615         Log: Add in all them there macos/ files.
46616      Branch: maint-5.6/macperl
46617            + (add 577 files)
46618 ____________________________________________________________________________
46619 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
46620         Log: Add the new modules to the list of having those own tests.
46621      Branch: perl
46622            ! t/lib/1_compile.t
46623 ____________________________________________________________________________
46624 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
46625         Log: Add INOUT to control both ways at the same time.
46626      Branch: perl
46627            ! lib/open.pm
46628 ____________________________________________________________________________
46629 [ 11240] By: nick                                  on 2001/07/09  16:33:50
46630         Log: Integrate mainline
46631      Branch: perlio
46632           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
46633           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
46634           !> (integrate 41 files)
46635 ____________________________________________________________________________
46636 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
46637         Log: More encoding mapping magic.
46638      Branch: perl
46639            ! lib/open.pm
46640 ____________________________________________________________________________
46641 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
46642         Log: Update Changes.
46643      Branch: perl
46644            ! Changes patchlevel.h
46645 ____________________________________________________________________________
46646 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
46647         Log: (Retracted by #11285).
46648              
46649              Subject: [PATCH] OPpCONST_OCTAL fixes
46650              From: Abhijit Menon-Sen <ams@wiw.org>
46651              Date: Mon, 9 Jul 2001 07:38:45 +0530
46652              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
46653      Branch: perl
46654            ! op.c
46655 ____________________________________________________________________________
46656 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
46657         Log: Add a pseudolayer ":locale" to the open pragma which
46658              will get the encoding from the locale.  Yet undocumented
46659              because I can't get the PerlIO :encoding(foobar) to work.
46660      Branch: perl
46661            ! ext/Encode/Encode.pm lib/open.pm
46662 ____________________________________________________________________________
46663 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
46664         Log: Add more encoding mappings.
46665      Branch: perl
46666            ! ext/Encode/Encode.pm
46667 ____________________________________________________________________________
46668 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
46669         Log: Document that using :encoding layer requires using Encode.
46670      Branch: perl
46671            ! ext/Encode/Encode.pm lib/PerlIO.pm
46672 ____________________________________________________________________________
46673 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
46674         Log: Netware tweak from Ananth Kesari.
46675      Branch: perl
46676            ! NetWare/netware.h
46677 ____________________________________________________________________________
46678 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
46679         Log: t/harness doesn't know about run/*.t
46680      Branch: perl
46681            ! t/harness
46682 ____________________________________________________________________________
46683 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
46684         Log: run/exit.t busted on windows
46685      Branch: perl
46686            ! t/run/exit.t
46687 ____________________________________________________________________________
46688 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
46689         Log: fix a couple of UCD.t tests that fail due to bad case
46690      Branch: perl
46691            ! lib/Unicode/UCD.t
46692 ____________________________________________________________________________
46693 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
46694         Log: test skip logic was broken
46695      Branch: perl
46696            ! ext/I18N/Langinfo/Langinfo.t
46697 ____________________________________________________________________________
46698 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
46699         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
46700              failure of ExtUtils.t#27 when built in debug mode)
46701      Branch: perl
46702            ! lib/ExtUtils/MM_Win32.pm
46703 ____________________________________________________________________________
46704 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
46705         Log: I18N::Langinfo is not available on windows
46706      Branch: perl
46707            ! win32/FindExt.pm
46708 ____________________________________________________________________________
46709 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
46710         Log: save a dTHX
46711      Branch: perl
46712            ! ext/POSIX/POSIX.xs
46713 ____________________________________________________________________________
46714 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
46715         Log: Update Changes.
46716      Branch: perl
46717            ! Changes patchlevel.h
46718 ____________________________________________________________________________
46719 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
46720         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
46721              as pointed out by Sarathy.
46722      Branch: perl
46723            ! ext/I18N/Langinfo/Langinfo.xs
46724 ____________________________________________________________________________
46725 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
46726         Log: Retract #11212.
46727      Branch: perl
46728            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
46729 ____________________________________________________________________________
46730 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
46731         Log: Bump up the VERSION of Cwd.xs.
46732      Branch: perl
46733            ! ext/Cwd/Makefile.PL
46734 ____________________________________________________________________________
46735 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
46736         Log: Retract #11220, the problem wasn't the missing leading zero.
46737              Here's the problem:
46738              $ ./perl -we 'chmod(oct("755"), ".")'
46739              Non-octal literal mode (493) specified at -e line 1.
46740              (Did you mean 0493 instead?)
46741      Branch: perl
46742            ! lib/ExtUtils/MM_Unix.pm
46743 ____________________________________________________________________________
46744 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
46745         Log: (Retracted by #11221)
46746              Change the PERM_RW and PERM_RWX to 0644 and 0755
46747              (add the leading zero).
46748      Branch: perl
46749            ! lib/ExtUtils/MM_Unix.pm
46750 ____________________________________________________________________________
46751 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
46752         Log: Integrate changes #11193, 11205, 11209 from macperl.
46753              
46754              Fix up AutoLoader to fudge for Mac paths in import().
46755              
46756              Allow symbols in try_symbol() to begin with "_".
46757              
46758              Small portability fix for Mac OS.
46759      Branch: perl
46760           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
46761 ____________________________________________________________________________
46762 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
46763         Log: Metaconfig unit change for #11217.
46764      Branch: metaconfig/U/perl
46765            ! Extensions.U
46766 ____________________________________________________________________________
46767 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
46768         Log: Detypo, problem noticed by Gerrit P. Haase.
46769      Branch: perl
46770            ! Configure config_h.SH
46771 ____________________________________________________________________________
46772 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
46773         Log: Cwd cleanups.
46774      Branch: perl
46775            ! ext/Cwd/Cwd.xs
46776 ____________________________________________________________________________
46777 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
46778         Log: Slight tweaks on #11213.
46779      Branch: perl
46780            ! toke.c
46781 ____________________________________________________________________________
46782 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
46783         Log: A missing dTHX noticed by Gerrit P. Haase.
46784      Branch: perl
46785            ! ext/POSIX/POSIX.xs
46786 ____________________________________________________________________________
46787 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
46788         Log: Subject: [PATCH toke.c] Simplify yytoke()
46789              From: Simon Cozens <simon@netthink.co.uk>
46790              Date: Sun, 8 Jul 2001 13:24:34 +0100
46791              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
46792              
46793              Split out pending_ident().
46794      Branch: perl
46795            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
46796 ____________________________________________________________________________
46797 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
46798         Log: (Retracted by #11223.)
46799              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
46800              Date: Wed, 05 Nov 1997 17:22:34 -0600
46801              From: Graham Barr <gbarr@ti.com>
46802              Message-Id: <3460FFBA.6DA51F46@ti.com>
46803      Branch: perl
46804            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
46805 ____________________________________________________________________________
46806 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
46807         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
46808      Branch: perl
46809            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
46810            ! pod/perllocale.pod
46811 ____________________________________________________________________________
46812 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
46813         Log: Really do the test under the C locale.
46814      Branch: perl
46815            ! ext/I18N/Langinfo/Langinfo.t
46816 ____________________________________________________________________________
46817 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
46818         Log: Small portability fix for Mac OS.
46819      Branch: maint-5.6/macperl
46820            ! lib/Cwd.pm
46821 ____________________________________________________________________________
46822 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
46823         Log: Metaconfig unit change for #11207.
46824      Branch: metaconfig/U/perl
46825            ! Extensions.U
46826 ____________________________________________________________________________
46827 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
46828         Log: Add I18N::Langinfo, which is basically a wrapper around
46829              nl_langinfo(), which is an additional way to query locale
46830              specific information.
46831      Branch: perl
46832            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
46833            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
46834            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
46835 ____________________________________________________________________________
46836 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
46837         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
46838              used in File::Find tests; replace with if.t.
46839      Branch: maint-5.6/macperl
46840            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
46841            ! t/pragma/warn/op
46842 ____________________________________________________________________________
46843 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
46844         Log: Allow symbols in try_symbol() to begin with "_".
46845      Branch: maint-5.6/macperl
46846            ! makedef.pl
46847 ____________________________________________________________________________
46848 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
46849         Log: Sync up the File::Find changes from the rewrite by
46850              Thomas Wegner, et al.
46851      Branch: maint-5.6/macperl
46852            + t/lib/filefind-taint.t
46853            ! lib/File/Find.pm t/lib/filefind.t
46854 ____________________________________________________________________________
46855 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
46856         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
46857              From: Thomas Wegner <wegner_thomas@yahoo.com>
46858              Date: Thu, 5 Jul 2001 20:31:25 +0200
46859              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
46860      Branch: maint-5.6/macperl
46861            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
46862 ____________________________________________________________________________
46863 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
46864         Log: Some more test portability fixes.
46865      Branch: maint-5.6/macperl
46866            ! t/lib/filecopy.t t/pragma/warn/pp_sys
46867 ____________________________________________________________________________
46868 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
46869         Log: The #11200 removed wrong (non-existent) target.  Duh.
46870      Branch: perl
46871            ! Makefile.SH
46872 ____________________________________________________________________________
46873 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
46874         Log: Zap the lib/re.pm before creating it.
46875      Branch: perl
46876            ! Makefile.SH
46877 ____________________________________________________________________________
46878 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
46879         Log: Another test.  Please ignore.
46880      Branch: maint-5.6/macperl
46881            ! README.macos
46882 ____________________________________________________________________________
46883 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
46884         Log: Portability fixes for a lot of tests, especially IO-related
46885              tests, and warnings, and the harness script.
46886      Branch: maint-5.6/macperl
46887            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
46888            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
46889            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
46890            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
46891            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
46892            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
46893            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
46894            ! t/pragma/warnings.t
46895 ____________________________________________________________________________
46896 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
46897         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
46898              From: Nicholas Clark <nick@ccl4.org>
46899              Date: Sat, 7 Jul 2001 21:00:17 +0100
46900              Message-ID: <20010707210017.H59620@plum.flirble.org>
46901      Branch: perl
46902            ! lib/h2xs.t
46903 ____________________________________________________________________________
46904 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
46905         Log: The UNICOS/mk SysV IPC problem has been fixed.
46906      Branch: perl
46907            ! pod/perl572delta.pod
46908 ____________________________________________________________________________
46909 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
46910         Log: Slight update tweaks on perlunicode.pod.
46911      Branch: perl
46912            ! pod/perlunicode.pod
46913 ____________________________________________________________________________
46914 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
46915         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
46916              From: Mark-Jason Dominus <mjd@plover.com>
46917              Date: Sat, 07 Jul 2001 13:04:04 -0400
46918              Message-ID: <20010707170404.32694.qmail@plover.com>
46919      Branch: perl
46920            ! ext/DB_File/DB_File.pm
46921 ____________________________________________________________________________
46922 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
46923         Log: Fix up AutoLoader to fudge for Mac paths in import().
46924      Branch: maint-5.6/macperl
46925            ! lib/AutoLoader.pm
46926 ____________________________________________________________________________
46927 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
46928         Log: Try to force the lib/re.pm to be there before entering
46929              the extensions builds, should help for parallel makes.
46930      Branch: perl
46931            ! Makefile.SH
46932 ____________________________________________________________________________
46933 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
46934         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
46935              From: Norton Allen <allen@huarp.harvard.edu>
46936              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
46937              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
46938      Branch: perl
46939            ! ext/POSIX/POSIX.xs
46940 ____________________________________________________________________________
46941 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
46942         Log: Subject: [PATCH] Re: op/arith.t
46943              From: Nicholas Clark <nick@ccl4.org>
46944              Date: Sat, 7 Jul 2001 13:04:54 +0100
46945              Message-ID: <20010707130454.D59620@plum.flirble.org>
46946      Branch: perl
46947            ! numeric.c toke.c
46948 ____________________________________________________________________________
46949 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
46950         Log: Subject: [PATCH] h2xs
46951              From: Nicholas Clark <nick@ccl4.org>
46952              Date: Fri, 6 Jul 2001 23:25:14 +0100
46953              Message-ID: <20010706232514.X59620@plum.flirble.org>
46954      Branch: perl
46955            ! utils/h2xs.PL
46956 ____________________________________________________________________________
46957 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
46958         Log: Subject: Re: bleedperl perl_alloc..free leakage
46959              From: Radu Greab <radu@netsoft.ro>
46960              Date: Fri, 6 Jul 2001 19:48:54 +0300
46961              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
46962              
46963              Leak-be-gone.
46964      Branch: perl
46965            ! op.c
46966 ____________________________________________________________________________
46967 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
46968         Log: Test again.  Please ignore.
46969      Branch: maint-5.6/macperl
46970            ! README.macos
46971 ____________________________________________________________________________
46972 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
46973         Log: Test.  Please ignore.
46974      Branch: maint-5.6/macperl
46975            ! README.macos
46976 ____________________________________________________________________________
46977 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
46978         Log: Include changes already sent in separately as patches,
46979              before branch was created.
46980      Branch: maint-5.6/macperl
46981            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
46982            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
46983            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
46984            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
46985            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
46986            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
46987            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
46988            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
46989            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
46990            ! t/pragma/strict.t
46991 ____________________________________________________________________________
46992 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
46993         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
46994              From: Norton Allen <allen@huarp.harvard.edu>
46995              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
46996              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
46997      Branch: perl
46998            ! utf8.h
46999 ____________________________________________________________________________
47000 [ 11183] By: nick                                  on 2001/07/06  16:27:40
47001         Log: Integrate mainline
47002      Branch: perlio
47003           +> (branch 42 files)
47004            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
47005            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
47006            - win32/bin/mdelete.bat
47007           !> (integrate 215 files)
47008 ____________________________________________________________________________
47009 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
47010         Log: The #11166 needed also these updated.
47011      Branch: perl
47012            ! lib/warnings.pm warnings.h
47013 ____________________________________________________________________________
47014 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
47015         Log: Update Changes.
47016      Branch: perl
47017            ! Changes patchlevel.h
47018 ____________________________________________________________________________
47019 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
47020         Log: Regen toc.
47021      Branch: perl
47022            ! pod/perltoc.pod
47023 ____________________________________________________________________________
47024 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
47025         Log: Nit from Abhijit.
47026      Branch: perl
47027            ! lib/CPAN.pm
47028 ____________________________________________________________________________
47029 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
47030         Log: Retract #11172.
47031      Branch: perl
47032            ! t/op/method.t
47033 ____________________________________________________________________________
47034 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
47035         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
47036              From: Norton Allen <allen@huarp.harvard.edu>
47037              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
47038              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
47039      Branch: perl
47040            ! lib/Cwd.pm
47041 ____________________________________________________________________________
47042 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
47043         Log: (Accidentally empty check-in.)
47044      Branch: perl
47045            ! utf8.h
47046 ____________________________________________________________________________
47047 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
47048         Log: Retract #11165 since Sarathy pointed out it'll not
47049              work properly under threads, the problem should be
47050              solved using "the savestack, either via SSNEW() or
47051              using a newSVpv()+SAVEFREESV() combo."
47052      Branch: perl
47053            ! ext/POSIX/POSIX.xs
47054 ____________________________________________________________________________
47055 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
47056         Log: Retract #11125 since NI-S pointed out it'll not work in
47057              cases where the extension has their own handcrafted INC
47058              et alia.
47059      Branch: perl
47060            ! lib/ExtUtils/MM_Unix.pm
47061 ____________________________________________________________________________
47062 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
47063         Log: Subject: RE: [PATCH] -I and MakeMaker again
47064              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47065              Date: Fri, 6 Jul 2001 09:18:29 +0200
47066              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
47067      Branch: perl
47068            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
47069            ! lib/ExtUtils/MM_Win32.pm
47070 ____________________________________________________________________________
47071 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
47072         Log: (Retracted by #11178)
47073              Subject: [PATCH t/op/method.t] SUPER:: strangeness
47074              From: Piers Cawley <pdcawley@iterative-software.com>
47075              Date: 06 Jul 2001 10:49:01 +0100
47076              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
47077      Branch: perl
47078            ! t/op/method.t
47079 ____________________________________________________________________________
47080 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
47081         Log: VOS README update from Paul Green.
47082      Branch: perl
47083            ! README.vos
47084 ____________________________________________________________________________
47085 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
47086         Log: Subject: [PATCH README.qnx hints/qnx.sh]
47087              From: Norton Allen <allen@huarp.harvard.edu>
47088              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
47089              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
47090      Branch: perl
47091            ! README.qnx hints/qnx.sh
47092 ____________________________________________________________________________
47093 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
47094         Log: Subject: [PATCH] Doc patch for Tie::Hash
47095              From: Artur Bergman <artur@contiller.se>
47096              Date: Thu, 05 Jul 2001 22:51:18 +0200
47097              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
47098      Branch: perl
47099            ! lib/Tie/Hash.pm
47100 ____________________________________________________________________________
47101 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
47102         Log: Subject: [PATCH] perlfaq4.pod
47103              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
47104              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
47105              Date: Thu, 5 Jul 2001 18:44:10 +0100 
47106      Branch: perl
47107            ! pod/perlfaq4.pod
47108 ____________________________________________________________________________
47109 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
47110         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
47111              From: Robin Houston <robin@kitsite.com>
47112              Date: Thu, 5 Jul 2001 18:33:21 +0100
47113              Message-ID: <20010705183321.A27345@robin.kitsite.com>
47114      Branch: perl
47115            ! ext/B/B/Deparse.pm
47116 ____________________________________________________________________________
47117 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
47118         Log: (Retracted by #11285.)
47119              
47120              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
47121              From: Abhijit Menon-Sen <ams@wiw.org>
47122              Date: Fri, 6 Jul 2001 01:26:32 +0530
47123              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
47124      Branch: perl
47125            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
47126            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
47127            ! warnings.pl
47128 ____________________________________________________________________________
47129 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
47130         Log: (Retracted by #11175)
47131              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
47132              From: Norton Allen <allen@huarp.harvard.edu>
47133              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
47134              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
47135      Branch: perl
47136            ! ext/POSIX/POSIX.xs
47137 ____________________________________________________________________________
47138 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
47139         Log: Unterminated C< (noticed by Richard Hatch), and few other
47140              small Unicode doc tweaks.
47141      Branch: perl
47142            ! pod/perlretut.pod
47143 ____________________________________________________________________________
47144 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
47145         Log: More flexible argument understanding; add charblocks() and
47146              charscripts(); make charblock() and charscript() two-way;
47147              add charinrange(); separate the $Unicode::UCD::VERSION and
47148              the version of the Unicode by adding UnicodeVersion().
47149      Branch: perl
47150            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
47151 ____________________________________________________________________________
47152 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
47153         Log: Update Unicode::UCD on \p{In...}.
47154      Branch: perl
47155            ! lib/Unicode/UCD.pm
47156 ____________________________________________________________________________
47157 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
47158         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
47159              From: Norton Allen <allen@huarp.harvard.edu>
47160              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
47161              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
47162      Branch: perl
47163            ! lib/ExtUtils/MM_Unix.pm
47164 ____________________________________________________________________________
47165 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
47166         Log: POSIX-BC tweaks from Thomas Dorner.
47167      Branch: perl
47168            ! hints/posix-bc.sh perlio.h
47169 ____________________________________________________________________________
47170 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
47171         Log: Module updates for the delta.
47172      Branch: perl
47173            ! pod/perl572delta.pod
47174 ____________________________________________________________________________
47175 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
47176         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
47177              From: Norton Allen <allen@huarp.harvard.edu>
47178              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
47179              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
47180      Branch: perl
47181            ! ext/IO/lib/IO/t/io_sock.t
47182 ____________________________________________________________________________
47183 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
47184         Log: Subject: [PATCH perldiag.pod] Quick fixes
47185              From: Simon Cozens <simon@netthink.co.uk>
47186              Date: Wed, 4 Jul 2001 20:22:12 +0100
47187              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
47188      Branch: perl
47189            ! pod/perldiag.pod
47190 ____________________________________________________________________________
47191 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
47192         Log: (retracted by #13533)
47193              
47194              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
47195              From: Radu Greab <radu@netsoft.ro>
47196              Date: Wed, 4 Jul 2001 22:13:31 +0300
47197              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
47198      Branch: perl
47199            ! op.c sv.c t/op/pos.t
47200 ____________________________________________________________________________
47201 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
47202         Log: Subject: [PATCH] -I and MakeMaker again
47203              From: Michael G Schwern <schwern@pobox.com>
47204              Date: Wed, 4 Jul 2001 15:03:07 -0400
47205              Message-ID: <20010704150307.I20340@blackrider>
47206              
47207              (and retract #11145)
47208      Branch: perl
47209            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
47210            ! lib/ExtUtils/MakeMaker.pm
47211 ____________________________________________________________________________
47212 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
47213         Log: Subject: Re: PERFORCE change 11142 for review
47214              From: "Philip Newton" <Philip.Newton@gmx.net>
47215              Date: Wed, 4 Jul 2001 20:46:26 +0200
47216              Message-Id: <200107041841.VAA25380@taas.iki.fi>
47217      Branch: perl
47218            ! lib/ExtUtils/MakeMaker.pm
47219 ____________________________________________________________________________
47220 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
47221         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
47222              From: Jonathan Stowe <gellyfish@gellyfish.com>
47223              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
47224              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
47225      Branch: perl
47226            ! utils/pl2pm.PL
47227 ____________________________________________________________________________
47228 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
47229         Log: fix the binary compatibility issue when building with/without
47230              usemymalloc by exporting Perl_malloc() et al as simple wrappers
47231              around the system functions (this allows most extensions built
47232              using one mode to coexist with perls built in the other mode)
47233              
47234              XXX the Perl_mfree() wrapper might need to do return(free()) on
47235              platforms where Free_t isn't "void"
47236      Branch: perl
47237            ! embed.h embed.pl makedef.pl proto.h util.c
47238 ____________________________________________________________________________
47239 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
47240         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
47241              since it doesn't ensure threads other than the one calling fork()
47242              aren't holding any locks; the fix is to use pthread_atfork() to
47243              hold global locks
47244              
47245              building perl with -Dusemymalloc exacerbates the problem since
47246              Perl_malloc() holds a mutex, and perl's exec() calls New()
47247              
47248              XXX the code in win32thread.h may be needed on platforms that have
47249              no pthread_atfork()
47250      Branch: perl
47251            ! perl.c thread.h win32/win32thread.h
47252 ____________________________________________________________________________
47253 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
47254         Log: Integrate #11009 from maintperl.
47255      Branch: maint-5.6/macperl
47256           !> lib/ExtUtils/Manifest.pm
47257 ____________________________________________________________________________
47258 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
47259         Log: Flexing my Perforce muscles.
47260      Branch: maint-5.6/macperl
47261            ! README.macos
47262 ____________________________________________________________________________
47263 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
47264         Log: Update Changes.
47265      Branch: perl
47266            ! Changes patchlevel.h
47267 ____________________________________________________________________________
47268 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
47269         Log: Metaconfig unit change for #11146.
47270      Branch: metaconfig/U/perl
47271            ! d_fcntl_can_lock.U
47272 ____________________________________________________________________________
47273 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
47274         Log: Somehow the #ifdefs of the added code (in #11093) made
47275              HP-UX to fail the fcntl locking test, without the ifdefs
47276              the test seems to be working again.  Reason unknown:
47277              HP-UX cc doesn't complain either way.
47278      Branch: perl
47279            ! Configure
47280 ____________________________________________________________________________
47281 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
47282         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
47283      Branch: perl
47284            ! lib/ExtUtils/MM_Unix.pm
47285 ____________________________________________________________________________
47286 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
47287         Log: gcc -Wall nit.
47288      Branch: perl
47289            ! pp_hot.c
47290 ____________________________________________________________________________
47291 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
47292         Log: When removing tests updating the test count is a good idea, too.
47293      Branch: perl
47294            ! lib/Net/t/require.t
47295 ____________________________________________________________________________
47296 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
47297         Log: Document #11134 and add the new symbols to the list of
47298              of MakeMaker known ones.
47299      Branch: perl
47300            ! lib/ExtUtils/MakeMaker.pm
47301 ____________________________________________________________________________
47302 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
47303         Log: Microperl update.
47304      Branch: perl
47305            ! uconfig.h
47306 ____________________________________________________________________________
47307 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
47308         Log: Update the libnet tests as per #11138.
47309      Branch: perl
47310            - lib/Net/t/ph.t
47311            ! MANIFEST lib/Net/t/require.t
47312 ____________________________________________________________________________
47313 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
47314         Log: Regen toc and modlib.
47315      Branch: perl
47316            ! pod/perlmodlib.pod pod/perltoc.pod
47317 ____________________________________________________________________________
47318 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
47319         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
47320              Graham's request.
47321      Branch: perl
47322            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
47323            ! MANIFEST
47324 ____________________________________________________________________________
47325 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
47326         Log: Add the OS/390 harness results to the delta.
47327      Branch: perl
47328            ! pod/perl572delta.pod
47329 ____________________________________________________________________________
47330 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
47331         Log: Avoid the two study tests in OS/390 until the bug has been solved.
47332      Branch: perl
47333            ! t/op/study.t
47334 ____________________________________________________________________________
47335 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
47336         Log: DOS/DJGPP tweaks from Laszlo Molnar.
47337      Branch: perl
47338            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
47339 ____________________________________________________________________________
47340 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
47341         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
47342              From: Michael G Schwern <schwern@pobox.com>
47343              Date: Wed, 4 Jul 2001 00:01:16 -0400
47344              Message-ID: <20010704000116.C591@blackrider>
47345      Branch: perl
47346            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
47347 ____________________________________________________________________________
47348 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
47349         Log: The #11132 missed singleton characters (not part
47350              of a unilo..unihi range) in Unicode scripts.
47351      Branch: perl
47352            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
47353            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
47354            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
47355            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
47356            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
47357            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
47358            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
47359            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
47360            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
47361            ! lib/unicode/mktables.PL t/op/pat.t
47362 ____________________________________________________________________________
47363 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
47364         Log: Support preferentially the Unicode 'scripts' definition
47365              in the \p{In...} notation since according to Unicode the
47366              scripts concept is more natural for matching than using
47367              the somewhat artificial block names.  The block names are
47368              still available, though, and if there's a name conflict,
47369              the scripts one wins and the blocks one has to do with
47370              'Block' appended to its name.  For more information see
47371              
47372              http://www.unicode.org/unicode/reports/tr24/
47373      Branch: perl
47374            + lib/unicode/In/100.pl lib/unicode/In/101.pl
47375            + lib/unicode/In/102.pl lib/unicode/In/103.pl
47376            + lib/unicode/In/104.pl lib/unicode/In/105.pl
47377            + lib/unicode/In/106.pl lib/unicode/In/107.pl
47378            + lib/unicode/In/108.pl lib/unicode/In/109.pl
47379            + lib/unicode/In/110.pl lib/unicode/In/111.pl
47380            + lib/unicode/In/112.pl lib/unicode/In/113.pl
47381            + lib/unicode/In/114.pl lib/unicode/In/115.pl
47382            + lib/unicode/In/116.pl lib/unicode/In/117.pl
47383            + lib/unicode/In/118.pl lib/unicode/In/119.pl
47384            + lib/unicode/In/120.pl lib/unicode/In/121.pl
47385            + lib/unicode/In/122.pl lib/unicode/In/123.pl
47386            + lib/unicode/In/124.pl lib/unicode/In/125.pl
47387            + lib/unicode/In/126.pl lib/unicode/In/127.pl
47388            + lib/unicode/In/128.pl lib/unicode/In/129.pl
47389            + lib/unicode/In/130.pl lib/unicode/In/131.pl
47390            + lib/unicode/In/132.pl lib/unicode/In/133.pl
47391            + lib/unicode/In/134.pl lib/unicode/In/135.pl
47392            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
47393            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
47394            ! (edit 106 files)
47395 ____________________________________________________________________________
47396 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
47397         Log: Better document the difference between a block and a script.
47398      Branch: perl
47399            ! lib/Unicode/UCD.pm
47400 ____________________________________________________________________________
47401 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
47402         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
47403              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47404              Date: Tue, 3 Jul 2001 15:04:23 -0500
47405              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
47406      Branch: perl
47407            ! lib/CPAN.pm
47408 ____________________________________________________________________________
47409 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
47410         Log: Add tests for charscript().
47411      Branch: perl
47412            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
47413 ____________________________________________________________________________
47414 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
47415         Log: Add charscript() to get the UTR#24 script names of characters.
47416      Branch: perl
47417            ! lib/Unicode/UCD.pm
47418 ____________________________________________________________________________
47419 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
47420         Log: Todo updates.
47421      Branch: perl
47422            ! pod/perltodo.pod
47423 ____________________________________________________________________________
47424 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
47425         Log: Unicode::UCD updates.
47426      Branch: perl
47427            ! lib/Unicode/UCD.pm
47428 ____________________________________________________________________________
47429 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
47430         Log: (Retracted by #11174)
47431              Subject: MakeMaker should pass through DEFINE and INC to subdirs
47432              From: Alan Burlison <Alan.Burlison@sun.com>
47433              Date: Tue, 03 Jul 2001 15:20:13 +0100
47434              Message-ID: <3B41D49D.A923D4F9@sun.com>
47435      Branch: perl
47436            ! lib/ExtUtils/MM_Unix.pm
47437 ____________________________________________________________________________
47438 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
47439         Log: Subject: Patch needed for UTS
47440              From: hom00@utsglobal.com (Hal Morris)
47441              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
47442              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
47443              
47444              Replace #11113 with a better version.
47445      Branch: perl
47446            ! perl.h
47447 ____________________________________________________________________________
47448 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
47449         Log: Subject: Re: POINTERRIGOR
47450              From: Andy Dougherty <doughera@lafayette.edu>
47451              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
47452              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
47453      Branch: perl
47454            ! util.c
47455 ____________________________________________________________________________
47456 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
47457         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
47458              From: "Philip Newton" <pnewton@gmx.de>
47459              Date: Tue, 3 Jul 2001 17:03:34 +0200
47460              Message-ID: <3B41FAE6.29564.660E117@localhost>
47461      Branch: perl
47462            ! pp_hot.c
47463 ____________________________________________________________________________
47464 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
47465         Log: Typos.
47466      Branch: perl
47467            ! INSTALL
47468 ____________________________________________________________________________
47469 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
47470         Log: Subject: [PATCH 5.6.1] debugger fixes
47471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47472              Date: Tue, 3 Jul 2001 03:38:18 -0400
47473              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
47474              
47475              The $^S is working again.
47476      Branch: perl
47477            ! lib/perl5db.pl
47478 ____________________________________________________________________________
47479 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
47480         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
47481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47482              Date: Tue, 3 Jul 2001 03:34:06 -0400
47483              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
47484      Branch: perl
47485            ! os2/OS2/Process/Process.pm
47486 ____________________________________________________________________________
47487 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
47488         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
47489              From: "Philip Newton" <Philip.Newton@gmx.net>
47490              Date: Tue, 3 Jul 2001 09:11:27 +0200
47491              Message-Id: <200107030706.KAA04596@taas.iki.fi>
47492      Branch: perl
47493            ! lib/FindBin.pm
47494 ____________________________________________________________________________
47495 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
47496         Log: Delta delta.
47497      Branch: perl
47498            ! pod/perl572delta.pod
47499 ____________________________________________________________________________
47500 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
47501         Log: Metaconfig unit change for 11115.
47502      Branch: metaconfig
47503            ! U/modified/libc.U
47504 ____________________________________________________________________________
47505 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
47506         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
47507              (from Richard Hatch) (this was the cause of pipes() and
47508              times() mysteriously not being found)
47509      Branch: perl
47510            ! Configure
47511 ____________________________________________________________________________
47512 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
47513         Log: Retract #10142, the real culprit found by Richard Hatch,
47514              coming soon to Configure near you.
47515      Branch: perl
47516            ! hints/aix.sh
47517 ____________________________________________________________________________
47518 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
47519         Log: (Replaced by #11124) UTS workaround from Hal Morris.
47520      Branch: perl
47521            ! perl.h
47522 ____________________________________________________________________________
47523 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
47524         Log: Subject: [PATCH] grok not grocking correctly
47525              From: Nicholas Clark <nick@ccl4.org>
47526              Date: Tue, 3 Jul 2001 00:19:08 +0100
47527              Message-ID: <20010703001908.H59620@plum.flirble.org>
47528      Branch: perl
47529            ! numeric.c
47530 ____________________________________________________________________________
47531 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
47532         Log: Subject: [PATCH Deparse.t] test just-posted patches
47533              From: Robin Houston <robin@kitsite.com>
47534              Date: Mon, 2 Jul 2001 23:46:15 +0100
47535              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
47536      Branch: perl
47537            ! ext/B/Deparse.t
47538 ____________________________________________________________________________
47539 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
47540         Log: Subject: [PATCH toke.c] autosplit into @F
47541              From: Robin Houston <robin@kitsite.com>
47542              Date: Mon, 2 Jul 2001 23:18:20 +0100
47543              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
47544      Branch: perl
47545            ! perl.c toke.c
47546 ____________________________________________________________________________
47547 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
47548         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
47549              From: Robin Houston <robin@kitsite.com>
47550              Date: Mon, 2 Jul 2001 23:00:48 +0100
47551              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
47552      Branch: perl
47553            ! ext/B/B/Deparse.pm
47554 ____________________________________________________________________________
47555 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
47556         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
47557              From: "Philip Newton" <Philip.Newton@gmx.net>
47558              Date: Mon, 2 Jul 2001 22:06:22 +0200
47559              (no Message-Id)
47560      Branch: perl
47561            ! ext/NDBM_File/hints/linux.pl
47562 ____________________________________________________________________________
47563 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
47564         Log: Subject: Re: Fixed pack problem - sort of
47565              From: Nicholas Clark <nick@ccl4.org>
47566              Date: Mon, 2 Jul 2001 20:59:20 +0100
47567              Message-ID: <20010702205919.F59620@plum.flirble.org>
47568      Branch: perl
47569            ! pp_pack.c t/op/pack.t
47570 ____________________________________________________________________________
47571 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
47572         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
47573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47574              Date: Mon, 2 Jul 2001 15:45:41 -0400
47575              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
47576      Branch: perl
47577            ! os2/os2.c
47578 ____________________________________________________________________________
47579 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
47580         Log: (Mistaken retraction)
47581      Branch: perl
47582            ! utils/pl2pm.PL
47583 ____________________________________________________________________________
47584 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
47585         Log: Detypo in #11103.
47586      Branch: perl
47587            ! utils/pl2pm.PL
47588 ____________________________________________________________________________
47589 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
47590         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
47591              From: Jonathan Stowe <gellyfish@gellyfish.com>
47592              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
47593              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
47594      Branch: perl
47595            ! utils/pl2pm.PL
47596 ____________________________________________________________________________
47597 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
47598         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
47599              From: "Craig A. Berry" <craigberry@mac.com>
47600              Date: Mon, 02 Jul 2001 14:11:23 -0500
47601              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
47602      Branch: perl
47603            ! lib/Unicode/UCD.pm
47604 ____________________________________________________________________________
47605 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
47606         Log: Subject: [PATCH] Re: op/numconvert.t failures
47607              From: Nicholas Clark <nick@ccl4.org>
47608              Date: Mon, 2 Jul 2001 20:10:48 +0100
47609              Message-ID: <20010702201048.E59620@plum.flirble.org>
47610      Branch: perl
47611            ! t/op/numconvert.t
47612 ____________________________________________________________________________
47613 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
47614         Log: Update Changes.
47615      Branch: perl
47616            ! Changes patchlevel.h
47617 ____________________________________________________________________________
47618 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
47619         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
47620              The real fix must be more involved.  The line of code all the leaky
47621              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
47622              line of Perl_newPMOP().
47623      Branch: perl
47624            ! op.h
47625 ____________________________________________________________________________
47626 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
47627         Log: Based on
47628              
47629              Subject: Re: sizeof(struct sembuf)
47630              From: Nicholas Clark <nick@ccl4.org>
47631              Date: Sun, 1 Jul 2001 22:26:48 +0100
47632              Message-ID: <20010701222648.W59620@plum.flirble.org>
47633              
47634              but do semop() always the slow way.
47635      Branch: perl
47636            ! doio.c
47637 ____________________________________________________________________________
47638 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
47639         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
47640              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47641              Date: Tue, 03 Jul 2001 00:56:30 +0900
47642              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
47643      Branch: perl
47644            ! ext/Encode/Encode/Tcl.t
47645 ____________________________________________________________________________
47646 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
47647         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
47648              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47649              Date: Tue, 03 Jul 2001 00:55:46 +0900
47650              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
47651      Branch: perl
47652            ! ext/Encode/Encode/Tcl.pm
47653 ____________________________________________________________________________
47654 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
47655         Log: Regen api and toc.
47656      Branch: perl
47657            ! pod/perlapi.pod pod/perltoc.pod
47658 ____________________________________________________________________________
47659 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
47660         Log: Metaconfig unit change for #11093.
47661      Branch: metaconfig/U/perl
47662            ! d_fcntl_can_lock.U
47663 ____________________________________________________________________________
47664 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
47665         Log: The fcntl locking test may hang if NFS locking messed up;
47666              break out with alarm(10).
47667      Branch: perl
47668            ! Configure
47669 ____________________________________________________________________________
47670 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
47671         Log: Move the mdelete.bat from win32/bin to win32.
47672      Branch: perl
47673            ! MANIFEST
47674 ____________________________________________________________________________
47675 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
47676         Log: Typo in #11083.
47677      Branch: perl
47678            ! ext/Time/Piece/Piece.t
47679 ____________________________________________________________________________
47680 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
47681         Log: Netware tweaks from Guruprasad.
47682      Branch: perl
47683            - NetWare/perlsdio.h
47684            ! MANIFEST NetWare/Makefile NetWare/interface.c
47685            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
47686            ! perlsdio.h
47687 ____________________________________________________________________________
47688 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
47689         Log: Subject: Re: [PATH] shared -> unique;
47690              From: Abhijit Menon-Sen <ams@wiw.org>
47691              Date: Wed, 27 Jun 2001 03:51:27 +0530
47692              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
47693      Branch: perl
47694            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
47695 ____________________________________________________________________________
47696 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
47697         Log: Subject: Re: AIX / gcc-3.0
47698              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47699              Date: Mon, 02 Jul 2001 15:20:21 +0200
47700              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
47701      Branch: perl
47702            ! hints/aix.sh
47703 ____________________________________________________________________________
47704 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
47705         Log: Subject: Re: Bug report: split splits on wrong pattern
47706              From: Abhijit Menon-Sen <ams@wiw.org>
47707              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
47708              Date: Mon, 2 Jul 2001 16:31:33 +0530
47709      Branch: perl
47710            ! pp_ctl.c
47711 ____________________________________________________________________________
47712 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
47713         Log: Subject: [PATCH 5.6.1] test harness
47714              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47715              Date: Mon, 2 Jul 2001 06:29:21 -0400
47716              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
47717      Branch: perl
47718            ! lib/Test/Harness.pm
47719 ____________________________________________________________________________
47720 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
47721         Log: Subject: [PATCH 5.6.1] debugger goof
47722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47723              Date: Mon, 2 Jul 2001 06:27:22 -0400
47724              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
47725      Branch: perl
47726            ! lib/perl5db.pl
47727 ____________________________________________________________________________
47728 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
47729         Log: Subject: [PATCH 5.6.1] OS/2 cwd
47730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47731              Date: Mon, 2 Jul 2001 06:21:17 -0400
47732              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
47733      Branch: perl
47734            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
47735 ____________________________________________________________________________
47736 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
47737         Log: Make #11082 more OS/2-specific.
47738      Branch: perl
47739            ! ext/Time/Piece/Piece.t
47740 ____________________________________________________________________________
47741 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
47742         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
47743              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47744              Date: Mon, 2 Jul 2001 06:06:34 -0400
47745              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
47746      Branch: perl
47747            ! ext/Time/Piece/Piece.t
47748 ____________________________________________________________________________
47749 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
47750         Log: Subject: [PATCH B::Deparse] version number & changes
47751              From: Robin Houston <robin@kitsite.com>  
47752              Date: Sun, 1 Jul 2001 17:17:29 +0100
47753              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
47754      Branch: perl
47755            ! ext/B/B/Deparse.pm
47756 ____________________________________________________________________________
47757 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
47758         Log: Subject: a small fix.
47759              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47760              Date: Mon, 2 Jul 2001 12:17:53 +0200
47761              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
47762      Branch: perl
47763            ! ext/Thread/Thread.xs
47764 ____________________________________________________________________________
47765 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
47766         Log: Subject: RE: perl@10907
47767              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47768              Date: Mon, 2 Jul 2001 12:06:16 +0200
47769              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
47770              
47771              Borland C vs PerlIO.
47772      Branch: perl
47773            ! win32/config.bc win32/config_H.bc
47774 ____________________________________________________________________________
47775 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
47776         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
47777              From: "H.M. Brand" <merijn@l1.procura.nl>
47778              Date: Mon, 02 Jul 2001 11:18:57 +0200
47779              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
47780      Branch: perl
47781            ! t/op/write.t
47782 ____________________________________________________________________________
47783 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
47784         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
47785              From: Michael G Schwern <schwern@pobox.com>
47786              Date: Mon, 2 Jul 2001 00:26:24 -0400
47787              Message-ID: <20010702002624.A18302@blackrider>
47788      Branch: perl
47789            - ext/util/mkbootstrap
47790 ____________________________________________________________________________
47791 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
47792         Log: Subject: [PATCH op.h] v minor comment tweak
47793              From: Robin Houston <robin@puffinry.freeserve.co.uk>
47794              Date: Mon, 2 Jul 2001 00:42:01 +0100
47795              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
47796      Branch: perl
47797            ! op.h
47798 ____________________________________________________________________________
47799 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
47800         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
47801      Branch: perl
47802            ! pod/perlfunc.pod
47803 ____________________________________________________________________________
47804 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
47805         Log: Subject: Re: sizeof(struct sembuf)
47806              From: Nicholas Clark <nick@ccl4.org>
47807              Date: Sun, 1 Jul 2001 19:23:16 +0100
47808              Message-ID: <20010701192316.V59620@plum.flirble.org>
47809              
47810              s/signaling/signalling/
47811      Branch: perl
47812            ! pod/perlfunc.pod
47813 ____________________________________________________________________________
47814 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
47815         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
47816              From: "Philip Newton" <Philip.Newton@gmx.net>
47817              Date: Sun, 1 Jul 2001 09:37:56 +0200
47818              Message-Id: <200107010733.KAA03920@taas.iki.fi>
47819      Branch: perl
47820            ! pod/perlvar.pod
47821 ____________________________________________________________________________
47822 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
47823         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
47824              From: "Philip Newton" <Philip.Newton@gmx.net>
47825              Date: Sun, 1 Jul 2001 09:37:56 +0200
47826              Message-Id: <200107010733.KAA03925@taas.iki.fi>
47827      Branch: perl
47828            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
47829 ____________________________________________________________________________
47830 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
47831         Log: Metaconfig unit change for #11070.
47832      Branch: metaconfig
47833            ! U/compline/randfunc.U
47834 ____________________________________________________________________________
47835 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
47836         Log: Subject: [PATCH perlsnap] its --> it's --> its
47837              From: "Philip Newton" <Philip.Newton@gmx.net>
47838              Date: Sun, 1 Jul 2001 09:37:56 +0200
47839              Message-Id: <200107010733.KAA03914@taas.iki.fi>
47840      Branch: perl
47841            ! Porting/config_H
47842 ____________________________________________________________________________
47843 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
47844         Log: Sync with Sarathy; integrate with perlio.
47845      Branch: perl
47846           !> gv.c
47847 ____________________________________________________________________________
47848 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
47849         Log: regenerate win32/config_H.?c files
47850      Branch: perl
47851            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47852 ____________________________________________________________________________
47853 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
47854         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
47855              naming discipline
47856              
47857              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
47858              because of this)
47859              
47860              fix a warning about "fd" being used without being set in Cwd.xs
47861      Branch: perl
47862            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
47863            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
47864            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
47865            ! win32/config.vc
47866 ____________________________________________________________________________
47867 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
47868         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
47869              within macro arguments") and warnings ("unary minus applied to
47870              unsigned type", among others)
47871      Branch: perl
47872            ! gv.c hv.c op.c pp.c sv.c toke.c
47873 ____________________________________________________________________________
47874 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
47875         Log: win32 fixes: more spurious CRs
47876      Branch: perl
47877            ! win32/mdelete.bat
47878 ____________________________________________________________________________
47879 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
47880         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
47881              from win32/bin (or it gets deleted by distclean); don't delete
47882              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
47883              NT (should be made Win9x specific, and added to makefile.mk)
47884      Branch: perl
47885           +> win32/mdelete.bat
47886            - win32/bin/mdelete.bat
47887            ! win32/Makefile win32/makefile.mk
47888 ____________________________________________________________________________
47889 [ 11063] By: nick                                  on 2001/07/01  18:54:09
47890         Log: Quick for for #ifdef mess
47891      Branch: perlio
47892            ! gv.c
47893 ____________________________________________________________________________
47894 [ 11062] By: nick                                  on 2001/07/01  18:47:42
47895         Log: Raw integrate - does not build #if mess in gv.c
47896      Branch: perlio
47897           !> (integrate 29 files)
47898 ____________________________________________________________________________
47899 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
47900         Log: Make 'compile' target a little less broken.
47901              Still very broken, though: -Wall warnings from
47902              the generated code, boot_Foo prototypes missing,
47903              can't autoload Fcntl::SEEK_CUR et alia, ...
47904      Branch: perl
47905            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
47906            ! utils/perlcc.PL x2p/Makefile.SH
47907 ____________________________________________________________________________
47908 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
47909         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
47910      Branch: perl
47911            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
47912            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
47913 ____________________________________________________________________________
47914 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
47915         Log: Update Changes.
47916      Branch: perl
47917            ! Changes patchlevel.h
47918 ____________________________________________________________________________
47919 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
47920         Log: Still one typo, regen toc.
47921      Branch: perl
47922            ! lib/Unicode/UCD.pm pod/perltoc.pod
47923 ____________________________________________________________________________
47924 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
47925         Log: Detypos and regen toc.
47926      Branch: perl
47927            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
47928 ____________________________________________________________________________
47929 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
47930         Log: VERSION tweak.
47931      Branch: perl
47932            ! ext/List/Util/lib/List/Util.pm
47933 ____________________________________________________________________________
47934 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
47935         Log: Attempt at plugging the leak under ithreads detected by Doug.
47936      Branch: perl
47937            ! op.h
47938 ____________________________________________________________________________
47939 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
47940         Log: gcc -Wall lint after #11051.
47941      Branch: perl
47942            ! pp_sys.c
47943 ____________________________________________________________________________
47944 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
47945         Log: Integrate perlio:
47946              
47947              [ 11050]
47948              Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
47949      Branch: perl
47950           !> lib/File/Find/taint.t
47951 ____________________________________________________________________________
47952 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
47953         Log: Don't use the v-strings for module VERSIONs.
47954      Branch: perl
47955            ! lib/Unicode/UCD.pm
47956 ____________________________________________________________________________
47957 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
47958         Log: Code cleanup based on turning off the -woffs in IRIX.
47959              Not all of the gripes cleaned up (hairy code in hv.c and
47960              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
47961              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
47962              to the IRIX hints)
47963      Branch: perl
47964            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
47965            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
47966            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
47967            ! regcomp.c sv.c
47968 ____________________________________________________________________________
47969 [ 11050] By: nick                                  on 2001/06/30  20:46:46
47970         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
47971      Branch: perlio
47972            ! lib/File/Find/taint.t
47973 ____________________________________________________________________________
47974 [ 11049] By: nick                                  on 2001/06/30  18:13:33
47975         Log: Integrate mainline
47976      Branch: perlio
47977           +> NetWare/nwstdio.h NetWare/perlsdio.h
47978           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
47979           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
47980           +> lib/Unicode/UCD.t t/run/exit.t
47981           !> (integrate 60 files)
47982 ____________________________________________________________________________
47983 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
47984         Log: Delta delta.
47985      Branch: perl
47986            ! pod/perl572delta.pod
47987 ____________________________________________________________________________
47988 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
47989         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
47990              by CPAN.pm, use rather _00.
47991      Branch: perl
47992            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
47993            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
47994            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
47995            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
47996            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
47997            ! lib/ExtUtils/Embed.pm lib/Test.pm
47998 ____________________________________________________________________________
47999 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
48000         Log: Add a simple Unicode character database interface, Unicode::UCD.
48001      Branch: perl
48002            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
48003            ! MANIFEST
48004 ____________________________________________________________________________
48005 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
48006         Log: Subject: [PATCH] op/numconver.t
48007              From: Nicholas Clark <nick@ccl4.org>
48008              Date: Sat, 30 Jun 2001 15:40:10 +0100
48009              Message-ID: <20010630154010.I59620@plum.flirble.org>
48010      Branch: perl
48011            ! t/op/numconvert.t
48012 ____________________________________________________________________________
48013 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
48014         Log: The $^N is now taken (by #11038).
48015      Branch: perl
48016            ! t/base/lex.t
48017 ____________________________________________________________________________
48018 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
48019         Log: The #11040 had slipped to a wrong function...
48020      Branch: perl
48021            ! sv.c
48022 ____________________________________________________________________________
48023 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
48024         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
48025              the Configure library symbol probe mysteriously finds all
48026              symbols but those of pipe() and times().
48027      Branch: perl
48028            ! hints/aix.sh
48029 ____________________________________________________________________________
48030 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
48031         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
48032              From: Nicholas Clark <nick@ccl4.org>
48033              Date: Fri, 29 Jun 2001 23:49:07 +0100
48034              Message-ID: <20010629234907.D59620@plum.flirble.org>
48035      Branch: perl
48036            ! lib/ExtUtils.t
48037 ____________________________________________________________________________
48038 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
48039         Log: Subject: [PATCH] weakref fix 2, not yet there
48040              From: Artur Bergman <artur@contiller.se>
48041              Date: Sat, 30 Jun 2001 01:18:16 +0200
48042              Message-ID: <B762D957.1CC9%artur@contiller.se>
48043      Branch: perl
48044            ! sv.c
48045 ____________________________________________________________________________
48046 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
48047         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
48048              From: Michael G Schwern <schwern@pobox.com>
48049              Date: Fri, 29 Jun 2001 19:39:11 -0400
48050              Message-ID: <20010629193910.D25304@blackrider>
48051      Branch: perl
48052            + t/run/exit.t
48053            ! MANIFEST
48054 ____________________________________________________________________________
48055 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
48056         Log: Add support for $^N, the most-recently closed group.
48057      Branch: perl
48058            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
48059            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
48060            ! thrdvar.h
48061 ____________________________________________________________________________
48062 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
48063         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
48064              From: lvirden@cas.org
48065              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
48066              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
48067              
48068              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
48069              From: lvirden@cas.org
48070              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
48071              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
48072      Branch: perl
48073            ! README.solaris
48074 ____________________________________________________________________________
48075 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
48076         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
48077              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48078              Date: Sat, 30 Jun 2001 07:33:37 +0900
48079              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
48080              
48081              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
48082              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48083              Date: Sat, 30 Jun 2001 21:38:14 +0900
48084              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
48085      Branch: perl
48086            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
48087            + ext/Encode/Encode/7bit-kr.enc
48088            ! MANIFEST ext/Encode/Encode/Tcl.pm
48089 ____________________________________________________________________________
48090 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
48091         Log: NetWare tweaks from Guruprasad.
48092      Branch: perl
48093            + NetWare/nwstdio.h NetWare/perlsdio.h
48094            ! MANIFEST NetWare/Makefile NetWare/config.wc
48095            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
48096            ! NetWare/t/Readme.txt
48097 ____________________________________________________________________________
48098 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
48099         Log: More module $VERSION bump-ups.
48100      Branch: perl
48101            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
48102            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
48103            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
48104 ____________________________________________________________________________
48105 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
48106         Log: Doc update due to #11032.
48107      Branch: perl
48108            ! pod/perl572delta.pod
48109 ____________________________________________________________________________
48110 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
48111         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
48112              From: Peter Prymmer <pvhp@forte.com>
48113              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
48114              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
48115      Branch: perl
48116            ! ext/Time/HiRes/HiRes.xs
48117 ____________________________________________________________________________
48118 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
48119         Log: -lpthreads missing in AIX.
48120      Branch: perl
48121            ! hints/aix.sh
48122 ____________________________________________________________________________
48123 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
48124         Log: Subject: [PATCH] CLONE && weakrefs
48125              From: Artur Bergman <artur@contiller.se>
48126              Date: Fri, 29 Jun 2001 17:02:00 +0200
48127              Message-ID: <B7626508.1CA0%artur@contiller.se>
48128      Branch: perl
48129            ! sv.c
48130 ____________________________________________________________________________
48131 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
48132         Log: Subject: Re: Bug report: split splits on wrong pattern
48133              From: Radu Greab <radu@netsoft.ro>
48134              Date: Wed, 27 Jun 2001 21:50:52 +0300
48135              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
48136      Branch: perl
48137            ! pp_ctl.c t/op/split.t
48138 ____________________________________________________________________________
48139 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
48140         Log: Metaconfig unit change for #11027.
48141      Branch: metaconfig/U/perl
48142            ! d_modfl.U
48143 ____________________________________________________________________________
48144 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
48145         Log: I thought this Configure glitch for AIX was just recently fixed?
48146      Branch: perl
48147            ! Configure
48148 ____________________________________________________________________________
48149 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
48150         Log: Update Changes.
48151      Branch: perl
48152            ! Changes patchlevel.h
48153 ____________________________________________________________________________
48154 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
48155         Log: Subject: Re: perl@10967, File::Find, and Cwd
48156              From: Mike Guy <mjtg@cam.ac.uk>
48157              Date: Fri, 29 Jun 2001 14:56:49 +0100
48158              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
48159      Branch: perl
48160            ! lib/File/Find/taint.t
48161 ____________________________________________________________________________
48162 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
48163         Log: Update the sv_pvprintify() spec.
48164      Branch: perl
48165            ! pod/perltodo.pod
48166 ____________________________________________________________________________
48167 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
48168         Log: Known test failures update.
48169      Branch: perl
48170            ! pod/perl572delta.pod
48171 ____________________________________________________________________________
48172 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
48173         Log: Based on
48174              
48175              Subject: [PATCH @11016] More );) fixes
48176              From: Richard Soderberg <rs@crystalflame.net>
48177              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
48178              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
48179      Branch: perl
48180            ! ext/Thread/Thread.xs ext/Thread/typemap
48181 ____________________________________________________________________________
48182 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
48183         Log: Subject: [PATCH @11016] Fixes compile errors in four files
48184              From: Richard Soderberg <rs@crystalflame.net>
48185              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
48186              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
48187      Branch: perl
48188            ! mg.c pp.c pp_hot.c util.c
48189 ____________________________________________________________________________
48190 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
48191         Log: AIX hints tweaking continues, from Merijn Brand.
48192      Branch: perl
48193            ! hints/aix.sh
48194 ____________________________________________________________________________
48195 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
48196         Log: HP-UX needs gccversion sooner, from Merijn Brand.
48197      Branch: perl
48198            ! hints/hpux.sh
48199 ____________________________________________________________________________
48200 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
48201         Log: Subject: [PATCH 5.6.1] OS/2 docs
48202              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48203              Date: Fri, 29 Jun 2001 02:34:12 -0400
48204              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
48205      Branch: perl
48206            ! README.os2 os2/Changes
48207 ____________________________________________________________________________
48208 [ 11017] By: nick                                  on 2001/06/29  10:20:30
48209         Log: Integrate mainline
48210      Branch: perlio
48211           +> (branch 37 files)
48212            - ext/ODBM_File/sdbm.t
48213           !> (integrate 211 files)
48214 ____________________________________________________________________________
48215 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
48216         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
48217              the modules found using a script written by Larry Schatzer Jr.
48218      Branch: perl
48219            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
48220            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
48221            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
48222            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
48223            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
48224            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
48225            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
48226            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
48227            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
48228            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
48229            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
48230            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
48231            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
48232            ! lib/constant.pm lib/fields.pm lib/strict.pm
48233 ____________________________________________________________________________
48234 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
48235         Log: The latest JPL from the anoncvs.
48236      Branch: perl
48237            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
48238 ____________________________________________________________________________
48239 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
48240         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
48241      Branch: perl
48242            ! t/op/pat.t
48243 ____________________________________________________________________________
48244 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
48245         Log: Worrying about insecure directories now is a bit too late.
48246      Branch: perl
48247            ! lib/File/Find/taint.t
48248 ____________________________________________________________________________
48249 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
48250         Log: Cannot DIE() in a void function,
48251              from Richard Hatch <rhatch@austin.ibm.com>.
48252      Branch: perl
48253            ! ext/IPC/SysV/SysV.xs
48254 ____________________________________________________________________________
48255 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
48256         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
48257              From: Peter Prymmer <pvhp@forte.com>
48258              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
48259              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
48260              
48261              (unfinished: time/hires tests 3, 5, 14 failing, but better
48262              than wholesale failure)
48263      Branch: perl
48264            ! ext/Time/HiRes/HiRes.xs
48265 ____________________________________________________________________________
48266 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
48267         Log: Subject: [PATCH 5.6.1] OS/2 improvements
48268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48269              Date: Thu, 28 Jun 2001 16:03:14 -0400
48270              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
48271      Branch: perl
48272            + os2/os2_base.t
48273            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
48274            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
48275            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
48276            ! os2/os2ish.h
48277 ____________________________________________________________________________
48278 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
48279         Log: Subject: Incrementing Extutils::Manifest's $VERSION
48280              From: Michael G Schwern <schwern@pobox.com>
48281              Date: Thu, 28 Jun 2001 13:13:49 -0400
48282              Message-ID: <20010628131349.A14738@blackrider>
48283      Branch: maint-5.6/perl
48284            ! lib/ExtUtils/Manifest.pm
48285 ____________________________________________________________________________
48286 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
48287         Log: AIX tweak from Merijn Brand.
48288      Branch: perl
48289            ! hints/aix.sh
48290 ____________________________________________________________________________
48291 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
48292         Log: Create the macperl branch.
48293      Branch: maint-5.6/macperl
48294           +> (branch 1728 files)
48295 ____________________________________________________________________________
48296 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
48297         Log: Update Changes.
48298      Branch: perl
48299            ! Changes patchlevel.h
48300 ____________________________________________________________________________
48301 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
48302         Log: More Perforce lore.
48303      Branch: perl
48304            ! Porting/repository.pod
48305 ____________________________________________________________________________
48306 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
48307         Log: Metaconfig unit changes for #11003.
48308      Branch: metaconfig/U/perl
48309            + d_nl_langinfo.U i_langinfo.U
48310 ____________________________________________________________________________
48311 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
48312         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
48313              Expected not to exist in non-UNIX excepting in VMS, where
48314              according to a quick web survey they just might.
48315      Branch: perl
48316            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
48317            ! Porting/config_H config_h.SH configure.com epoc/config.sh
48318            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
48319            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48320            ! win32/config.bc win32/config.gc win32/config.vc
48321 ____________________________________________________________________________
48322 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
48323         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
48324              in AIX is one is doing a 64-bit build.
48325      Branch: perl
48326            ! hints/aix.sh
48327 ____________________________________________________________________________
48328 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
48329         Log: Metaconfig unit changes for #11000.
48330      Branch: metaconfig/U/perl
48331            ! use64bits.U uselfs.U
48332 ____________________________________________________________________________
48333 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
48334         Log: Move use64bitint and use64bitall before uselargefiles.
48335      Branch: perl
48336            ! Configure
48337 ____________________________________________________________________________
48338 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
48339         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
48340              From: Robert Spier <rspier@pobox.com>
48341              Message-ID: <15162.41164.618712.841415@rls.cx>
48342              Date: Wed, 27 Jun 2001 23:13:16 -0400
48343      Branch: perl
48344            ! doio.c
48345 ____________________________________________________________________________
48346 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
48347         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
48348              From: Peter Prymmer <pvhp@forte.com>
48349              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
48350              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
48351      Branch: perl
48352            ! numeric.c
48353 ____________________________________________________________________________
48354 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
48355         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
48356              From: Peter Prymmer <pvhp@forte.com>
48357              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
48358              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
48359      Branch: perl
48360            ! configure.com ext/Digest/MD5/Makefile.PL
48361 ____________________________________________________________________________
48362 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
48363         Log: Update Changes.
48364      Branch: perl
48365            ! Changes patchlevel.h
48366 ____________________________________________________________________________
48367 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
48368         Log: Tiny EPOC updates.
48369      Branch: perl
48370            ! epoc/config.sh
48371 ____________________________________________________________________________
48372 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
48373         Log: The Test::More and Test::Simple tests required help
48374              thanks to our schizophrenic test scheme.
48375      Branch: perl
48376            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
48377            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
48378            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
48379            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
48380            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
48381 ____________________________________________________________________________
48382 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
48383         Log: Upgrade to Test::Simple 0.09.
48384      Branch: perl
48385            + lib/Test/Simple/Changes
48386            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
48387            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
48388            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
48389            ! lib/Test/Simple/t/plan_is_noplan.t
48390 ____________________________________________________________________________
48391 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
48392         Log: Upgrade to Test::More 0.07.
48393      Branch: perl
48394            + lib/Test/More/Changes
48395            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
48396            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
48397            ! lib/Test/More/t/skipall.t
48398 ____________________________________________________________________________
48399 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
48400         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
48401              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48402              Date: Wed, 27 Jun 2001 18:40:04 +0200
48403              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
48404      Branch: perl
48405            ! hints/hpux.sh
48406 ____________________________________________________________________________
48407 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
48408         Log: Subject: [PATCH README.qnx hints/qnx.sh]
48409              From: Norton Allen <allen@huarp.harvard.edu>
48410              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
48411              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
48412      Branch: perl
48413            ! README.qnx hints/qnx.sh
48414 ____________________________________________________________________________
48415 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
48416         Log: Subject: [PATCH] two little documentation nits
48417              From: Abhijit Menon-Sen <ams@wiw.org>
48418              Date: Wed, 27 Jun 2001 20:07:50 +0530
48419              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
48420      Branch: perl
48421            ! sv.c sv.h
48422 ____________________________________________________________________________
48423 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
48424         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
48425              From: Norton Allen <allen@huarp.harvard.edu>
48426              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
48427              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
48428      Branch: perl
48429            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
48430 ____________________________________________________________________________
48431 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
48432         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
48433              From: Michael G Schwern <schwern@pobox.com>
48434              Date: Wed, 27 Jun 2001 02:34:58 -0400
48435              Message-ID: <20010627023458.K23874@blackrider>
48436      Branch: perl
48437            ! vms/test.com
48438 ____________________________________________________________________________
48439 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
48440         Log: Add perl_clone_host() for Netware.
48441      Branch: perl
48442            ! NetWare/nw5.c
48443 ____________________________________________________________________________
48444 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
48445         Log: GCC 3.0 hints for HP-UX.
48446      Branch: perl
48447            ! hints/hpux.sh
48448 ____________________________________________________________________________
48449 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
48450         Log: In some Linux distributions the libndbm is broken
48451              (no null key support), therefore link with libgdbm
48452              (if available), since it has a working ndbm emulation,
48453              from Jonathan Stowe.
48454      Branch: perl
48455            + ext/NDBM_File/hints/linux.pl
48456            ! MANIFEST
48457 ____________________________________________________________________________
48458 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
48459         Log: Subject: [PATCH perl@10930] find.t hack for VMS
48460              From: "Craig A. Berry" <craigberry@mac.com>
48461              Date: Tue, 26 Jun 2001 23:40:25 -0500
48462              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
48463      Branch: perl
48464            ! lib/File/Find/find.t
48465 ____________________________________________________________________________
48466 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
48467         Log: AUTHORS updates.
48468      Branch: perl
48469            ! AUTHORS
48470 ____________________________________________________________________________
48471 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
48472         Log: Metaconfig unit change like #10980.
48473      Branch: metaconfig
48474            ! U/compline/d_stdstdio.U
48475 ____________________________________________________________________________
48476 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
48477         Log: "lose the it's", from Abhijit Menon-Sen.
48478              ("It's" not searched, pods not searched.)
48479      Branch: perl
48480            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
48481            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
48482            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
48483            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
48484            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
48485            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
48486 ____________________________________________________________________________
48487 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
48488         Log: "lose the looses", from Abhijit Menon-Sen.
48489      Branch: perl
48490            ! ext/B/B/Assembler.pm gv.c
48491 ____________________________________________________________________________
48492 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
48493         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
48494      Branch: perl
48495            ! hints/os390.sh
48496 ____________________________________________________________________________
48497 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
48498         Log: DEC C 5.3 on the VAX simply doesn't seem to like
48499              compiling the MD5 extension, disable it there for now,
48500              from Peter Prymmer.
48501      Branch: perl
48502            ! configure.com
48503 ____________________________________________________________________________
48504 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
48505         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
48506              From: Jonathan Stowe <gellyfish@gellyfish.com>
48507              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
48508              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
48509      Branch: perl
48510            ! pod/perlfaq3.pod
48511 ____________________________________________________________________________
48512 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
48513         Log: Subject: [PATCH 5.6.1] perlxs misprints
48514              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48515              Date: Tue, 26 Jun 2001 17:20:00 -0400
48516              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
48517      Branch: perl
48518            ! pod/perlxs.pod
48519 ____________________________________________________________________________
48520 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
48521         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
48522              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48523              Date: Tue, 26 Jun 2001 17:27:07 -0400
48524              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
48525      Branch: perl
48526            ! lib/ExtUtils/MM_Unix.pm
48527 ____________________________________________________________________________
48528 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
48529         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
48530              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48531              Date: Tue, 26 Jun 2001 17:23:24 -0400
48532              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
48533      Branch: perl
48534            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
48535 ____________________________________________________________________________
48536 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
48537         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
48538              by Olaf Flebbe.
48539      Branch: perl
48540            ! perl.h
48541 ____________________________________________________________________________
48542 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
48543         Log: Detypo.
48544      Branch: perl
48545            ! lib/Memoize/t/tie_sdbm.t
48546 ____________________________________________________________________________
48547 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
48548         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
48549      Branch: perl
48550            ! win32/perllib.c
48551 ____________________________________________________________________________
48552 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
48553         Log: Subject: [patch] perl_clone+CvFILE
48554              From: Doug MacEachern <dougm@covalent.net>
48555              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
48556              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
48557      Branch: perl
48558            ! sv.c
48559 ____________________________________________________________________________
48560 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
48561         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
48562              From: Mark-Jason Dominus <mjd@plover.com>
48563              Date: Tue, 26 Jun 2001 12:33:01 -0400
48564              Message-ID: <20010626163301.31298.qmail@plover.com>
48565      Branch: perl
48566            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
48567 ____________________________________________________________________________
48568 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
48569         Log: Update Changes.
48570      Branch: perl
48571            ! Changes patchlevel.h
48572 ____________________________________________________________________________
48573 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
48574         Log: Also catfile() needs now to explicitly exported.
48575      Branch: perl
48576            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
48577 ____________________________________________________________________________
48578 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
48579         Log: Regen toc.
48580      Branch: perl
48581            ! pod/perltoc.pod
48582 ____________________________________________________________________________
48583 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
48584         Log: Nonexistent pod command.
48585      Branch: perl
48586            ! pod/perl572delta.pod
48587 ____________________________________________________________________________
48588 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
48589         Log: Be more portable in the quest for tmpdir.
48590      Branch: perl
48591            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
48592 ____________________________________________________________________________
48593 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
48594         Log: Be more portable in finding out the home directory,
48595              and use File::Spec to do the concat.
48596              (Come to think of it, couldn't File::Spec provide
48597              for a ->homedir method?)
48598      Branch: perl
48599            ! lib/Net/Config.pm
48600 ____________________________________________________________________________
48601 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
48602         Log: Doc patch for #10959.
48603      Branch: perl
48604            ! pod/perlfunc.pod
48605 ____________________________________________________________________________
48606 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
48607         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
48608              From: "Philip Newton" <pnewton@gmx.de>
48609              Date: Tue, 26 Jun 2001 16:26:47 +0200
48610              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
48611      Branch: perl
48612            ! pod/perldata.pod
48613 ____________________________________________________________________________
48614 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
48615         Log: Subject: [PATH] shared -> unique;
48616              From: "Artur Bergman" <artur@contiller.se>
48617              Date: Tue, 26 Jun 2001 16:18:40 +0200
48618              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
48619              
48620              Because "shared" isn't: it's read-only.
48621      Branch: perl
48622            ! toke.c xsutils.c
48623 ____________________________________________________________________________
48624 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
48625         Log: Escape multiline croak messages.
48626      Branch: perl
48627            ! t/op/ver.t
48628 ____________________________________________________________________________
48629 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
48630         Log: No more pragma/*.t for minitest.
48631      Branch: perl
48632            ! Makefile.SH
48633 ____________________________________________________________________________
48634 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
48635         Log: AUTHORS updates.
48636      Branch: perl
48637            ! AUTHORS
48638 ____________________________________________________________________________
48639 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
48640         Log: delta updates.
48641      Branch: perl
48642            ! pod/perl572delta.pod
48643 ____________________________________________________________________________
48644 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
48645         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
48646              From: Artur Bergman <artur@contiller.se> 
48647              Date: Tue, 26 Jun 2001 15:32:53 +0200
48648              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
48649      Branch: perl
48650            ! makedef.pl sv.c sv.h win32/perllib.c
48651 ____________________________________________________________________________
48652 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
48653         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
48654              From: Jonathan Stowe <gellyfish@gellyfish.com>
48655              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
48656              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
48657              
48658              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
48659      Branch: perl
48660            + ext/Time/HiRes/hints/sco.pl
48661            ! MANIFEST
48662 ____________________________________________________________________________
48663 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
48664         Log: Subject: [PATCH 5.6.1] static build
48665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48666              Date: Tue, 26 Jun 2001 04:22:25 -0400
48667              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
48668      Branch: perl
48669            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
48670            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
48671 ____________________________________________________________________________
48672 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
48673         Log: DJGPP patches from Laszlo Molnar.
48674      Branch: perl
48675            ! djgpp/djgpp.c perl.c util.c
48676 ____________________________________________________________________________
48677 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
48678         Log: Netware patches from Ananth Kesari.
48679      Branch: perl
48680            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
48681            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
48682            ! NetWare/nwtinfo.h
48683 ____________________________________________________________________________
48684 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
48685         Log: Detypo.
48686      Branch: perl
48687            ! ext/Errno/Errno_pm.PL
48688 ____________________________________________________________________________
48689 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
48690         Log: There seems to be two ways of spelling the $^O in *STEP.
48691      Branch: perl
48692            ! ext/Errno/Errno_pm.PL
48693 ____________________________________________________________________________
48694 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
48695         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
48696              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
48697      Branch: perl
48698            ! ext/Errno/Errno_pm.PL
48699 ____________________________________________________________________________
48700 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
48701         Log: Known bugs update.
48702      Branch: perl
48703            ! pod/perl572delta.pod
48704 ____________________________________________________________________________
48705 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
48706         Log: The default installation of Cygwin has 500 as root's uid.
48707      Branch: perl
48708            ! lib/User/pwent.t
48709 ____________________________________________________________________________
48710 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
48711         Log: Be even more relaxed (re-allow having only one entry).
48712      Branch: perl
48713            ! t/op/grent.t t/op/pwent.t
48714 ____________________________________________________________________________
48715 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
48716         Log: Test failure updates.
48717      Branch: perl
48718            ! pod/perl572delta.pod
48719 ____________________________________________________________________________
48720 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
48721         Log: MPE/iX test tweaks from Mark Bixby.
48722      Branch: perl
48723            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
48724            ! t/io/fs.t t/op/stat.t
48725 ____________________________________________________________________________
48726 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
48727         Log: Microperl findings.
48728      Branch: perl
48729            ! perl.h pp_sys.c
48730 ____________________________________________________________________________
48731 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
48732         Log: Touch uconfig.h.
48733      Branch: perl
48734            ! uconfig.h
48735 ____________________________________________________________________________
48736 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
48737         Log: Subject: [PATCH] Proposed fix for Pod::Man
48738              From: Rob Napier <rnapier@employees.org>
48739              Date: Mon, 25 Jun 2001 15:49:24 -0400
48740              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
48741              
48742              Cater for Solaris nroff brokenness (shortchanges daisywheel
48743              printers, but hey, we also no more support PDPs.)
48744      Branch: perl
48745            ! lib/Pod/Man.pm
48746 ____________________________________________________________________________
48747 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
48748         Log: Typo in #10937.
48749      Branch: perl
48750            ! ext/POSIX/sigaction.t
48751 ____________________________________________________________________________
48752 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
48753         Log: SIGCONT not trappable in VMS.
48754      Branch: perl
48755            ! ext/POSIX/sigaction.t
48756 ____________________________________________________________________________
48757 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
48758         Log: Subject: [DRAFT] Encode-Tcl.t
48759              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48760              Date: Tue, 26 Jun 2001 03:38:08 +0900
48761              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
48762      Branch: perl
48763            + ext/Encode/Encode/Tcl.t
48764            ! MANIFEST ext/Encode/Encode/Tcl.pm
48765 ____________________________________________________________________________
48766 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
48767         Log: Because of #10932 retract also the perlfunc hunk of #10910.
48768      Branch: perl
48769            ! pod/perlfunc.pod
48770 ____________________________________________________________________________
48771 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
48772         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
48773              by Ilya Zakharevich in
48774              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
48775      Branch: perl
48776            ! XSUB.h
48777 ____________________________________________________________________________
48778 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
48779         Log: Typo in #10889.
48780      Branch: perl
48781            ! hints/uts.sh
48782 ____________________________________________________________________________
48783 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
48784         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
48785              From: Abhijit Menon-Sen <ams@wiw.org>
48786              Date: Mon, 25 Jun 2001 23:45:45 +0530
48787              Message-ID: <20010625234545.A5022@lustre.linux.in>
48788      Branch: perl
48789            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
48790 ____________________________________________________________________________
48791 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
48792         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
48793              From: Michael G Schwern <schwern@pobox.com>
48794              Date: Mon, 25 Jun 2001 14:35:51 -0400
48795              Message-ID: <20010625143551.H13819@blackrider>
48796      Branch: perl
48797            ! lib/Test.pm
48798 ____________________________________________________________________________
48799 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
48800         Log: Update Changes.
48801      Branch: perl
48802            ! Changes patchlevel.h
48803 ____________________________________________________________________________
48804 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
48805         Log: Regen toc and modlib.
48806      Branch: perl
48807            ! pod/perlmodlib.pod pod/perltoc.pod
48808 ____________________________________________________________________________
48809 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
48810         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
48811              for the benefit of C++ compilers, as suggested by Guruprasad.
48812      Branch: perl
48813            ! embed.pl proto.h
48814 ____________________________________________________________________________
48815 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
48816         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
48817              From: Jonathan Stowe <gellyfish@gellyfish.com>
48818              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
48819              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
48820      Branch: perl
48821            ! pod/perlfaq5.pod
48822 ____________________________________________________________________________
48823 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
48824         Log: Missed from #10925.
48825      Branch: perl
48826            ! gv.c
48827 ____________________________________________________________________________
48828 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
48829         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
48830              From: Robin Houston <robin@kitsite.com>
48831              Date: Sat, 19 May 2001 16:19:34 +0100
48832              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
48833      Branch: perl
48834            ! cv.h gv.h op.c
48835 ____________________________________________________________________________
48836 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
48837         Log: Netware README tweak.
48838      Branch: perl
48839            ! README.netware
48840 ____________________________________________________________________________
48841 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
48842         Log: Subject: [PATCH] Re: overload.t fails
48843              From: Abhijit Menon-Sen <ams@wiw.org>
48844              Date: Mon, 25 Jun 2001 14:52:20 +0530
48845              Message-ID: <20010625145220.A24114@lustre.linux.in>
48846      Branch: perl
48847            ! lib/overload.t
48848 ____________________________________________________________________________
48849 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
48850         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
48851              From: Mike Guy <mjtg@cam.ac.uk>
48852              Date: Mon, 25 Jun 2001 11:43:23 +0100
48853              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
48854      Branch: perl
48855            ! lib/Carp.pm
48856 ____________________________________________________________________________
48857 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
48858         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
48859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48860              Date: Sun, 24 Jun 2001 05:17:05 -0400
48861              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
48862      Branch: perl
48863            ! os2/os2ish.h
48864 ____________________________________________________________________________
48865 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
48866         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
48867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48868              Date: Mon, 25 Jun 2001 05:52:27 -0400
48869              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
48870      Branch: perl
48871            ! hints/os2.sh
48872 ____________________________________________________________________________
48873 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
48874         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
48875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48876              Date: Mon, 25 Jun 2001 05:23:35 -0400
48877              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
48878      Branch: perl
48879            ! os2/os2.c
48880 ____________________________________________________________________________
48881 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
48882         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
48883              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48884              Date: Mon, 25 Jun 2001 05:04:32 -0400
48885              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
48886      Branch: perl
48887            ! os2/OS2/REXX/DLL/DLL.pm
48888 ____________________________________________________________________________
48889 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
48890         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
48891              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48892              Date: Mon, 25 Jun 2001 05:02:36 -0400
48893              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
48894      Branch: perl
48895            ! mg.c os2/dl_os2.c os2/os2.c
48896 ____________________________________________________________________________
48897 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
48898         Log: Subject: Re: [PATCH 5.6.1] misprints
48899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48900              Date: Mon, 25 Jun 2001 04:50:50 -0400
48901              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
48902      Branch: perl
48903            ! os2/os2.c pp_sys.c
48904 ____________________________________________________________________________
48905 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
48906         Log: Add Test::More and Test::Simple to the delta.
48907      Branch: perl
48908            ! pod/perl572delta.pod
48909 ____________________________________________________________________________
48910 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
48911         Log: Add Test::More, from Michael G Schwern.
48912      Branch: perl
48913            + lib/Test/More.pm lib/Test/More/t/More.t
48914            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
48915            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
48916            + t/lib/Test/More/Catch.pm
48917            ! MANIFEST
48918 ____________________________________________________________________________
48919 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
48920         Log: Add Test::Simple from Michael G Schwern.
48921      Branch: perl
48922            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
48923            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
48924            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
48925            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
48926            + t/lib/Test/Simple/Catch.pm
48927            + t/lib/Test/Simple/sample_tests/death.plx
48928            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
48929            + t/lib/Test/Simple/sample_tests/extras.plx
48930            + t/lib/Test/Simple/sample_tests/five_fail.plx
48931            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
48932            + t/lib/Test/Simple/sample_tests/one_fail.plx
48933            + t/lib/Test/Simple/sample_tests/require.plx
48934            + t/lib/Test/Simple/sample_tests/success.plx
48935            + t/lib/Test/Simple/sample_tests/too_few.plx
48936            + t/lib/Test/Simple/sample_tests/two_fail.plx
48937            ! MANIFEST
48938 ____________________________________________________________________________
48939 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
48940         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
48941              From: "Craig A. Berry" <craigberry@mac.com>
48942              Date: Sun, 24 Jun 2001 23:41:36 -0500
48943              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
48944      Branch: perl
48945            ! pp_sys.c
48946 ____________________________________________________________________________
48947 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
48948         Log: Upgrade to Attribute::Handlers 0.70.
48949      Branch: perl
48950            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
48951            ! MANIFEST lib/Attribute/Handlers.pm
48952 ____________________________________________________________________________
48953 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
48954         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
48955              From: Abhijit Menon-Sen <ams@wiw.org>
48956              Date: Sat, 23 Jun 2001 05:17:44 +0530
48957              Message-ID: <20010623051744.A18583@lustre.linux.in>
48958              
48959              (Can't think of a good place to put tests.)
48960      Branch: perl
48961            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
48962 ____________________________________________________________________________
48963 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
48964         Log: Subject: [PATCH] t/op/pat.t typo fix
48965              From: Richard Soderberg <rs@crystalflame.net>
48966              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
48967              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
48968      Branch: perl
48969            ! t/op/pat.t
48970 ____________________________________________________________________________
48971 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
48972         Log: Move the pack warnings to their own file, as pointed
48973              out by Spider.
48974      Branch: perl
48975            + t/lib/warnings/pp_pack
48976            ! MANIFEST t/lib/warnings/pp
48977 ____________________________________________________________________________
48978 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
48979         Log: Update Changes.
48980      Branch: perl
48981            ! Changes patchlevel.h
48982 ____________________________________________________________________________
48983 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
48984         Log: Partially fix a problem noticed by IRIX compiler:
48985              the initialization of parse_start was bypassed by
48986              several gotos.  Now initialized to zero, which may
48987              not be the best choice.
48988      Branch: perl
48989            ! regcomp.c
48990 ____________________________________________________________________________
48991 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
48992         Log: Relax the group and password tests back to moaning only
48993              if no matches at all are found.  (Even with a small sample
48994              I could find many sites where there are, umm, anomalies in
48995              the said databases.)       
48996      Branch: perl
48997            ! t/op/grent.t t/op/pwent.t
48998 ____________________________________________________________________________
48999 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
49000         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
49001      Branch: perl
49002            ! pp_ctl.c
49003 ____________________________________________________________________________
49004 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
49005         Log: De-cut-and-pasto in #10902.
49006      Branch: perl
49007            ! pp_ctl.c
49008 ____________________________________________________________________________
49009 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
49010         Log: The #10771 didn't take?
49011      Branch: perl
49012            ! pp_ctl.c
49013 ____________________________________________________________________________
49014 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
49015         Log: Undo the filetests part of #10900, under multiplicity
49016              weird errors take place.
49017      Branch: perl
49018            ! pp_sys.c
49019 ____________________________________________________________________________
49020 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
49021         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
49022      Branch: perl
49023            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
49024 ____________________________________________________________________________
49025 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
49026         Log: (Replaced by #10922)
49027              
49028              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
49029              From: Tony Bowden <tony@kasei.com>
49030              Date: Sun, 24 Jun 2001 17:32:40 +0100
49031              Message-ID: <20010624173240.A16293@blackstar.co.uk>
49032              
49033              Document (well, mention) shortmess() and longmess()
49034              to rob people of their fun of reinventing the wheel.
49035      Branch: perl
49036            ! lib/Carp.pm
49037 ____________________________________________________________________________
49038 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
49039         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
49040              From: Brian Jepson <bjepson@oreilly.com>
49041              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
49042              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
49043      Branch: perl
49044            ! pp_sys.c
49045 ____________________________________________________________________________
49046 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
49047         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
49048              From: Robin Barker <rmb1@cise.npl.co.uk> 
49049              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
49050              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
49051      Branch: perl
49052            ! lib/CPAN.pm
49053 ____________________________________________________________________________
49054 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
49055         Log: Memoize patch from mjd.
49056      Branch: perl
49057            ! lib/Memoize/t/tie_storable.t
49058 ____________________________________________________________________________
49059 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
49060         Log: Spec the sv_pvprintify() a bit more.
49061      Branch: perl
49062            ! pod/perltodo.pod
49063 ____________________________________________________________________________
49064 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
49065         Log: Upgrade to Memoize 0.65.
49066      Branch: perl
49067            + lib/Memoize/t/array_confusion.t
49068            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
49069            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
49070            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
49071            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
49072            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
49073            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
49074            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
49075            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
49076            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
49077            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
49078            ! lib/Memoize/t/tie_storable.t
49079 ____________________________________________________________________________
49080 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
49081         Log: Metaconfig unit change for #10892.
49082      Branch: metaconfig
49083            ! U/modified/Options.U
49084 ____________________________________________________________________________
49085 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
49086         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
49087              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49088              Date: Sun, 24 Jun 2001 05:24:40 -0400
49089              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
49090      Branch: perl
49091            ! Configure hints/os2.sh
49092 ____________________________________________________________________________
49093 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
49094         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
49095              From: Mike Guy <mjtg@cam.ac.uk>
49096              Date: Sun, 24 Jun 2001 15:28:39 +0100
49097              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
49098              
49099              Fix an ancient (5.002) bug.
49100      Branch: perl
49101            ! lib/Carp/Heavy.pm
49102 ____________________________________________________________________________
49103 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
49104         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
49105              variables.
49106      Branch: perl
49107            ! pp_sys.c
49108 ____________________________________________________________________________
49109 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
49110         Log: Make UTS as per #10888.
49111      Branch: perl
49112            ! hints/uts.sh
49113 ____________________________________________________________________________
49114 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
49115         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
49116      Branch: perl
49117            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
49118            ! mpeix/mpeixish.h perl.h unixish.h
49119 ____________________________________________________________________________
49120 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
49121         Log: AUTHORS update.
49122      Branch: perl
49123            ! AUTHORS
49124 ____________________________________________________________________________
49125 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
49126         Log: Subject: Encode::Tcl for multibyte doesnot work
49127              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
49128              Date: Sun, 24 Jun 2001 22:48:21 +0900
49129              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
49130      Branch: perl
49131            ! ext/Encode/Encode/Tcl.pm
49132 ____________________________________________________________________________
49133 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
49134         Log: Subject: [PATCH] Remove tautology in error messages
49135              From: Mike Guy <mjtg@cam.ac.uk>
49136              Date: Sun, 24 Jun 2001 13:31:00 +0100
49137              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
49138      Branch: perl
49139            ! pp_sys.c
49140 ____________________________________________________________________________
49141 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
49142         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
49143      Branch: perl
49144            ! hints/darwin.sh
49145 ____________________________________________________________________________
49146 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
49147         Log: Subject: Re: [PATCH 5.6.1] test suite
49148              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49149              Date: Sun, 24 Jun 2001 05:47:05 -0400
49150              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
49151              
49152              Test suite fixes.
49153      Branch: perl
49154            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
49155 ____________________________________________________________________________
49156 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
49157         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
49158              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49159              Date: Sun, 24 Jun 2001 05:37:19 -0400
49160              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
49161      Branch: perl
49162            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
49163 ____________________________________________________________________________
49164 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
49165         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
49166              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49167              Date: Sun, 24 Jun 2001 05:34:50 -0400
49168              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
49169              
49170              Pacify compiler warnings.
49171      Branch: perl
49172            ! pp_sys.c
49173 ____________________________________________________________________________
49174 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
49175         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
49176              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49177              Date: Sun, 24 Jun 2001 05:21:18 -0400
49178              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
49179              
49180              Enable compression of executables during link time.
49181      Branch: perl
49182            ! hints/os2.sh
49183 ____________________________________________________________________________
49184 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
49185         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
49186              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49187              Date: Sun, 24 Jun 2001 05:15:11 -0400
49188              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
49189              
49190              Add ordinals to the export list for Perl DLL.
49191              (Breaks intra-version DLL compatibility.)
49192      Branch: perl
49193            ! makedef.pl
49194 ____________________________________________________________________________
49195 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
49196         Log: Allow (displaying and) re-editing the Subject in perlbug.
49197              Also abstract the Subject quality control into a function.
49198      Branch: perl
49199            ! utils/perlbug.PL
49200 ____________________________________________________________________________
49201 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
49202         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
49203      Branch: perl
49204            ! utils/perlbug.PL
49205 ____________________________________________________________________________
49206 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
49207         Log: Regen toc and modlib.
49208      Branch: perl
49209            ! pod/perlmodlib.pod pod/perltoc.pod
49210 ____________________________________________________________________________
49211 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
49212         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
49213              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
49214              attribute semantics as much as possible, or 'ntsec' which uses
49215              native NTFS semantics.)  (See also #10877.)
49216      Branch: perl
49217            ! perl.c
49218 ____________________________________________________________________________
49219 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
49220         Log: (Retracted by #11586)
49221              
49222              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
49223      Branch: perl
49224            ! lib/Test/Harness.pm
49225 ____________________________________________________________________________
49226 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
49227         Log: Just zap the -uPerlio.
49228      Branch: perl
49229            ! ext/B/Stash.t
49230 ____________________________________________________________________________
49231 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
49232         Log: Do not test PerlIO if PerlIO not used.
49233      Branch: perl
49234            ! ext/PerlIO/PerlIO.t
49235 ____________________________________________________________________________
49236 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
49237         Log: Regen perlapi.
49238      Branch: perl
49239            ! pod/perlapi.pod
49240 ____________________________________________________________________________
49241 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
49242         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
49243              From: Nicholas Clark <nick@ccl4.org>
49244              Date: Sat, 23 Jun 2001 22:55:47 +0100
49245              Message-ID: <20010623225547.Z98663@plum.flirble.org>
49246      Branch: perl
49247            ! numeric.c
49248 ____________________________________________________________________________
49249 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
49250         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
49251              From: Prymmer/Kahn <pvhp@best.com>
49252              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
49253              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
49254      Branch: perl
49255            ! lib/h2xs.t
49256 ____________________________________________________________________________
49257 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
49258         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
49259              cygwin does not taint cwd, just like win32.
49260      Branch: perl
49261            ! lib/File/Find/taint.t t/op/taint.t
49262 ____________________________________________________________________________
49263 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
49264         Log: Retract #10865, the patch should be unnecessary.
49265              (But seemingly helpful in Cygwin?  Strange.)
49266      Branch: perl
49267            ! lib/Memoize/t/tie_ndbm.t
49268 ____________________________________________________________________________
49269 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
49270         Log: Misplaced test file; plus Cygwin filesystem semantics.
49271      Branch: perl
49272            + ext/SDBM_File/sdbm.t
49273            - ext/ODBM_File/sdbm.t
49274            ! MANIFEST
49275 ____________________________________________________________________________
49276 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
49277         Log: (Retracted by #10867.)
49278      Branch: perl
49279            ! lib/Memoize/t/tie_ndbm.t
49280 ____________________________________________________________________________
49281 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
49282         Log: Metaconfig unit change for #10863.
49283      Branch: metaconfig/U/perl
49284            ! Extensions.U
49285 ____________________________________________________________________________
49286 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
49287         Log: In Cygwin do not build NDBM_File and ODBM_File unless
49288              -lndbm and -ldbm are available.
49289      Branch: perl
49290            ! Configure config_h.SH
49291 ____________________________________________________________________________
49292 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
49293         Log: More Cygwin filesystem semantics.
49294      Branch: perl
49295            ! t/io/fs.t t/op/stat.t
49296 ____________________________________________________________________________
49297 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
49298         Log: More DOSish permission semantics for Cygwin.
49299      Branch: perl
49300            ! lib/AnyDBM_File.t
49301 ____________________________________________________________________________
49302 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
49303         Log: Cygwin too has different permission semantics.
49304      Branch: perl
49305            ! ext/GDBM_File/gdbm.t
49306 ____________________________________________________________________________
49307 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
49308         Log: The group (and assumedly passwd) databases can have
49309              only one entry (this is the case in cygwin).
49310      Branch: perl
49311            ! t/op/grent.t t/op/pwent.t
49312 ____________________________________________________________________________
49313 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
49314         Log: Also in Cygwin use Socket to figure out domainname
49315              (if any) (avoids trying to call external 'domainname',
49316              which doesn't at the moment exist in Cygwin)
49317      Branch: perl
49318            ! lib/Net/Domain.pm
49319 ____________________________________________________________________________
49320 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
49321         Log: Remove also the lib$Foo.def, not just $Foo.def.
49322      Branch: perl
49323            ! lib/ExtUtils/MM_Unix.pm
49324 ____________________________________________________________________________
49325 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
49326         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
49327      Branch: perl
49328            ! unixish.h
49329 ____________________________________________________________________________
49330 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
49331         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
49332              to match the whole isprint(), only the space character.
49333      Branch: perl
49334            ! handy.h pod/perlre.pod t/op/pat.t
49335 ____________________________________________________________________________
49336 [ 10854] By: nick                                  on 2001/06/23  08:09:33
49337         Log: Integrate mainline
49338      Branch: perlio
49339           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
49340           !> lib/ExtUtils.t lib/File/Find/taint.t
49341           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
49342           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
49343           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
49344 ____________________________________________________________________________
49345 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
49346         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
49347              with its floats    in os390 and s390 (UTS).
49348      Branch: perl
49349            ! lib/Math/BigInt/t/bigintpm.t
49350 ____________________________________________________________________________
49351 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
49352         Log: Add also UTS (s390) to the non-IEEE float platforms.
49353      Branch: perl
49354            ! t/op/sprintf.t
49355 ____________________________________________________________________________
49356 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
49357         Log: Subject: RFC: what are applicable standards for exponent sizes?
49358              From: Peter Prymmer <pvhp@forte.com>
49359              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
49360              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
49361      Branch: perl
49362            ! t/op/sprintf.t
49363 ____________________________________________________________________________
49364 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
49365         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
49366              From: Peter Prymmer <pvhp@forte.com>
49367              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
49368              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
49369      Branch: perl
49370            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
49371 ____________________________________________________________________________
49372 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
49373         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
49374              From: Peter Prymmer <pvhp@forte.com>
49375              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
49376              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
49377      Branch: perl
49378            ! lib/ExtUtils.t
49379 ____________________________________________________________________________
49380 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
49381         Log: Retract #10845.
49382      Branch: perl
49383            ! lib/File/Find/taint.t
49384 ____________________________________________________________________________
49385 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
49386         Log: Yet another error message.
49387      Branch: perl
49388            ! t/op/mkdir.t
49389 ____________________________________________________________________________
49390 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
49391         Log: The croak message for nonexistent socket functions may vary.
49392      Branch: perl
49393            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
49394 ____________________________________________________________________________
49395 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
49396         Log: (Retracted by #10848.)
49397      Branch: perl
49398            ! lib/File/Find/taint.t
49399 ____________________________________________________________________________
49400 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
49401         Log: Integrate perlio:
49402              
49403              [ 10843]
49404              Back out debug in taint.t
49405              
49406              [ 10841]
49407              Skip cwd test on Win32 ???
49408              
49409              [ 10836]
49410              Skip |- based op/write.t on Win32 as well as VMS
49411      Branch: perl
49412           !> lib/File/Find/taint.t t/op/write.t
49413 ____________________________________________________________________________
49414 [ 10843] By: nick                                  on 2001/06/22  21:24:51
49415         Log: Back out debug in taint.t
49416      Branch: perlio
49417            ! lib/File/Find/taint.t
49418 ____________________________________________________________________________
49419 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
49420         Log: setitimer() does not exist in Unicos, despite of what
49421              Configure thinks, from Mark P. Lutz.
49422      Branch: perl
49423            ! hints/unicos.sh
49424 ____________________________________________________________________________
49425 [ 10841] By: nick                                  on 2001/06/22  21:19:36
49426         Log: Skip cwd test on Win32 ???
49427      Branch: perlio
49428            ! lib/File/Find/taint.t
49429 ____________________________________________________________________________
49430 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
49431         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
49432              and Tru64 gcc -Wall happy.
49433      Branch: perl
49434            ! mg.c
49435 ____________________________________________________________________________
49436 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
49437         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
49438      Branch: perl
49439            ! ext/IPC/SysV/Semaphore.pm
49440 ____________________________________________________________________________
49441 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
49442         Log: Metaconfig unit change for #10837.
49443      Branch: metaconfig/U/perl
49444            ! Cross.U
49445 ____________________________________________________________________________
49446 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
49447         Log: Cleanup of the cross-compilation unit.
49448      Branch: perl
49449            ! Configure
49450 ____________________________________________________________________________
49451 [ 10836] By: nick                                  on 2001/06/22  20:45:12
49452         Log: Skip |- based op/write.t on Win32 as well as VMS
49453      Branch: perlio
49454            ! t/op/write.t
49455 ____________________________________________________________________________
49456 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
49457         Log: Integrate perlio:
49458              
49459              [ 10833]
49460              Patcho fix.
49461      Branch: perl
49462           !> util.c
49463 ____________________________________________________________________________
49464 [ 10834] By: nick                                  on 2001/06/22  20:41:54
49465         Log: Integrate mainline
49466      Branch: perlio
49467           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49468           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
49469           !> vos/config.ga.h
49470 ____________________________________________________________________________
49471 [ 10833] By: nick                                  on 2001/06/22  20:22:58
49472         Log: Patcho fix.
49473      Branch: perlio
49474            ! util.c
49475 ____________________________________________________________________________
49476 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
49477         Log: Metaconfig unit changes for #10831.
49478      Branch: metaconfig
49479            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
49480 ____________________________________________________________________________
49481 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
49482         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
49483              From: Andy Dougherty <doughera@lafayette.edu>
49484              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
49485              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
49486      Branch: perl
49487            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49488            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
49489 ____________________________________________________________________________
49490 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
49491         Log: MPE/iX prototype nits from Mark Bixby.
49492      Branch: perl
49493            ! pp_sys.c
49494 ____________________________________________________________________________
49495 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
49496         Log: Detypo.
49497      Branch: perl
49498            ! util.c
49499 ____________________________________________________________________________
49500 [ 10828] By: nick                                  on 2001/06/22  15:33:37
49501         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
49502      Branch: perlio
49503           +> lib/h2xs.t
49504           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
49505           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
49506           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
49507           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
49508           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
49509           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
49510           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
49511           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
49512           !> vms/vmsish.h
49513 ____________________________________________________________________________
49514 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
49515         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
49516              Date: Fri, 22 Jun 2001 10:08:35 -0500
49517              From: "Craig A. Berry" <craigberry@mac.com>
49518              Message-Id: <a05101001b75908704194@[192.168.56.145]>
49519      Branch: perl
49520            ! vms/vms.c vms/vmsish.h
49521 ____________________________________________________________________________
49522 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
49523         Log: NetWare scripts tweak from Ananth Kesari.
49524      Branch: perl
49525            ! NetWare/t/NWScripts.pl
49526 ____________________________________________________________________________
49527 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
49528         Log: Update Changes.
49529      Branch: perl
49530            ! Changes patchlevel.h
49531 ____________________________________________________________________________
49532 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
49533         Log: Add .i and .s targets.
49534      Branch: perl
49535            ! Makefile.SH
49536 ____________________________________________________________________________
49537 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
49538         Log: Upgrade to Locale::Maketext 1.03.
49539      Branch: perl
49540            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
49541            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
49542 ____________________________________________________________________________
49543 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
49544         Log: Upgrade to I18N::LangTags 0.26.
49545      Branch: perl
49546            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
49547            ! lib/I18N/LangTags/test.pl
49548 ____________________________________________________________________________
49549 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
49550         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
49551              Philip Newton.
49552      Branch: perl
49553            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
49554            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
49555 ____________________________________________________________________________
49556 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
49557         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
49558              From: Prymmer/Kahn <pvhp@best.com>
49559              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
49560              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
49561      Branch: perl
49562            + lib/h2xs.t
49563            ! MANIFEST utils/h2xs.PL
49564 ____________________________________________________________________________
49565 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
49566         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
49567              From: Prymmer/Kahn <pvhp@best.com>
49568              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
49569              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
49570      Branch: perl
49571            ! lib/ExtUtils.t
49572 ____________________________________________________________________________
49573 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
49574         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
49575              From: Prymmer/Kahn <pvhp@best.com>
49576              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
49577              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
49578      Branch: perl
49579            ! t/pod/plainer.t
49580 ____________________________________________________________________________
49581 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
49582         Log: AUTHORS update.
49583      Branch: perl
49584            ! AUTHORS
49585 ____________________________________________________________________________
49586 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
49587         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
49588              From: "Craig A. Berry" <craigberry@mac.com>
49589              Date: Thu, 21 Jun 2001 18:20:38 -0500
49590              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
49591      Branch: perl
49592            ! ext/POSIX/POSIX.xs
49593 ____________________________________________________________________________
49594 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
49595         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
49596              From: "Craig A. Berry" <craigberry@mac.com>
49597              Date: Thu, 21 Jun 2001 09:58:52 -0500
49598              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
49599      Branch: perl
49600            ! ext/B/Deparse.t t/op/write.t
49601 ____________________________________________________________________________
49602 [ 10814] By: nick                                  on 2001/06/22  08:13:09
49603         Log: Integrate mainline.
49604      Branch: perlio
49605           !> (integrate 46 files)
49606 ____________________________________________________________________________
49607 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
49608         Log: Change the prefixes only if $prefix is unset,
49609              as originally patched by Marcel Grunauer.
49610      Branch: perl
49611            ! hints/darwin.sh hints/rhapsody.sh
49612 ____________________________________________________________________________
49613 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
49614         Log: Subject: Re: Patch for hints/darwin.sh
49615              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
49616              Date: Thu, 21 Jun 2001 11:23:46 -0700
49617              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
49618      Branch: perl
49619            ! hints/darwin.sh hints/rhapsody.sh
49620 ____________________________________________________________________________
49621 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
49622         Log: Add .PHONY targets for non-file targets,
49623              from Wilfredo Sánchez.  Should help saying
49624              "make install" on case-insensitive filesystems.
49625      Branch: perl
49626            ! Makefile.SH
49627 ____________________________________________________________________________
49628 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
49629         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
49630              From: Doug MacEachern <dougm@covalent.net>
49631              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
49632              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
49633              
49634              plus reword the getcwd() comment, plus use getcwd() buffer
49635              size minus one.
49636      Branch: perl
49637            ! util.c
49638 ____________________________________________________________________________
49639 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
49640         Log: More gprofing from Doug MacEachern.
49641      Branch: perl
49642            ! Makefile.SH
49643 ____________________________________________________________________________
49644 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
49645         Log: Metaconfig unit change for #10807.
49646      Branch: metaconfig/U/perl
49647            ! d_sfio.U
49648 ____________________________________________________________________________
49649 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
49650         Log: Tell that you are removing the unneeded -lsfio.
49651      Branch: perl
49652            ! Configure
49653 ____________________________________________________________________________
49654 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
49655         Log: More MPE/iX tweaks from Mark Bixby.
49656      Branch: perl
49657            ! perl.c t/op/magic.t
49658 ____________________________________________________________________________
49659 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
49660         Log: The fchdir() proto is supposed to live in <unistd.h>.
49661      Branch: perl
49662            ! ext/Cwd/Cwd.xs
49663 ____________________________________________________________________________
49664 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
49665         Log: This town is too small for the Cwd extension and me,
49666              it would seem...
49667      Branch: perl
49668            ! ext/Cwd/Cwd.xs
49669 ____________________________________________________________________________
49670 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
49671         Log: Metaconfig unit change for #10802.
49672      Branch: metaconfig/U/perl
49673            ! d_modfl.U
49674 ____________________________________________________________________________
49675 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
49676         Log: More d'ohs.
49677      Branch: perl
49678            ! Configure
49679 ____________________________________________________________________________
49680 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
49681         Log: Off-by-one.  I'm so classic.
49682      Branch: perl
49683            ! util.c
49684 ____________________________________________________________________________
49685 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
49686         Log: Update Changes.
49687      Branch: perl
49688            ! Changes patchlevel.h
49689 ____________________________________________________________________________
49690 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
49691         Log: Subject: Documentation patch for Net::FTP
49692              From: Marcel Grunauer <marcel@codewerk.com>
49693              Date: Wed, 20 Jun 2001 23:03:26 +0200
49694              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
49695      Branch: perl
49696            ! lib/Net/FTP.pm
49697 ____________________________________________________________________________
49698 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
49699         Log: Retract the #10417 mg.c and embed.pl parts because of
49700              strange SEGVs in 64bit x86 FreeBSD observed by
49701              Nicholas Clark.
49702      Branch: perl
49703            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
49704 ____________________________________________________________________________
49705 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
49706         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
49707      Branch: perl
49708            ! Configure NetWare/config.wc NetWare/config_H.wc
49709            ! Porting/Glossary Porting/config.sh Porting/config_H
49710            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
49711            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49712            ! vos/config.ga.h win32/config.bc win32/config.gc
49713            ! win32/config.vc win32/config_H.bc win32/config_H.gc
49714            ! win32/config_H.vc
49715 ____________________________________________________________________________
49716 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
49717         Log: Cwd tweak from Doug MacEachern.
49718      Branch: perl
49719            ! ext/Cwd/Cwd.xs
49720 ____________________________________________________________________________
49721 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
49722         Log: Protect the fchdir() and lstat() with ifdefs.
49723              fchdir() needs a Configure probe.
49724      Branch: perl
49725            ! ext/Cwd/Cwd.xs
49726 ____________________________________________________________________________
49727 [ 10794] By: nick                                  on 2001/06/21  17:11:35
49728         Log: Integrate mainline
49729      Branch: perlio
49730           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
49731           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
49732           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
49733           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
49734           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
49735           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
49736           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
49737           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
49738            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
49739            - lib/File/Glob/case.t lib/File/Glob/global.t
49740            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
49741            - lib/File/Temp/posix.t lib/File/Temp/security.t
49742            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
49743            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
49744            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
49745            - lib/Text/Wrap/wrap.t
49746           !> (integrate 41 files)
49747 ____________________________________________________________________________
49748 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
49749         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
49750              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
49751              Date: Thu, 21 Jun 2001 13:04:54 -0500
49752              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
49753      Branch: perl
49754            ! ext/Cwd/Cwd.xs
49755 ____________________________________________________________________________
49756 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
49757         Log: Subject: [PATCH pod] overlong =item
49758              From: Robin Barker <rmb1@cise.npl.co.uk>
49759              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
49760              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
49761      Branch: perl
49762            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
49763            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
49764 ____________________________________________________________________________
49765 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
49766         Log: Subject: [PATCH perlio.c] format 
49767              From: Robin Barker <rmb1@cise.npl.co.uk>
49768              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
49769              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
49770      Branch: perl
49771            ! perlio.c
49772 ____________________________________________________________________________
49773 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
49774         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
49775              From: Radu Greab <radu@netsoft.ro>
49776              Date: Thu, 21 Jun 2001 19:06:02 +0300
49777              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
49778      Branch: perl
49779            ! pod/perlapi.pod sv.c
49780 ____________________________________________________________________________
49781 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
49782         Log: The metaconfig unit changes for #10788.
49783      Branch: metaconfig/U/perl
49784            ! Cross.U fflushall.U
49785 ____________________________________________________________________________
49786 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
49787         Log: Cross-configuration changes: make $from to rm the files
49788              before copying them over (this means that he rm can be
49789              removed from the fflushall test), create $targetmkdir      
49790              (not documented in install since it is supposed to internal
49791              use only), make $run to copy over the executable only if
49792              a stamp file .xok doesn't already exist (to avoid unnecessary
49793              copying of the executable)
49794      Branch: perl
49795            ! Configure Makefile.SH
49796 ____________________________________________________________________________
49797 [ 10787] By: nick                                  on 2001/06/21  14:16:18
49798         Log: Integrate mainline
49799      Branch: perlio
49800           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
49801           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
49802           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
49803            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
49804           !> (integrate 34 files)
49805 ____________________________________________________________________________
49806 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
49807         Log: Re-add the files as text.
49808      Branch: perl
49809            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
49810 ____________________________________________________________________________
49811 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
49812         Log: Delete the binary files.
49813      Branch: perl
49814            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
49815 ____________________________________________________________________________
49816 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
49817         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
49818              From: Andy Dougherty <doughera@lafayette.edu>
49819              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
49820              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
49821      Branch: perl
49822            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
49823            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
49824            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
49825            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
49826 ____________________________________________________________________________
49827 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
49828         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
49829              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
49830              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
49831              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
49832              
49833              Setting umask to something friendlier.
49834      Branch: perl
49835            ! installman installperl
49836 ____________________________________________________________________________
49837 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
49838         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
49839              Resort MANIFEST with sort -f, looks much better.
49840      Branch: perl
49841            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
49842            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
49843            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
49844            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
49845            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
49846            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
49847            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
49848            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
49849            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
49850            - lib/File/Glob/case.t lib/File/Glob/global.t
49851            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
49852            - lib/File/Temp/posix.t lib/File/Temp/security.t
49853            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
49854            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
49855            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
49856            - lib/Text/Wrap/wrap.t
49857            ! MANIFEST
49858 ____________________________________________________________________________
49859 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
49860         Log: Upgrade to I18N::LangTags 0.25.
49861      Branch: perl
49862            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
49863            ! lib/I18N/LangTags/List.pm
49864 ____________________________________________________________________________
49865 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
49866         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
49867              From: Richard Soderberg <rs@crystalflame.net>
49868              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
49869              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
49870      Branch: perl
49871            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
49872            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
49873 ____________________________________________________________________________
49874 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
49875         Log: Test obsoleted by change #10777.
49876      Branch: perl
49877            ! t/op/sub_lval.t
49878 ____________________________________________________________________________
49879 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
49880         Log: Case of confused test numbering.
49881      Branch: perl
49882            ! t/op/pat.t
49883 ____________________________________________________________________________
49884 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
49885         Log: Subject: Re: Opinion on undef lvalue
49886              From: Abhijit Menon-Sen <ams@wiw.org>
49887              Date: Sun, 17 Jun 2001 13:04:46 +0530
49888              Message-ID: <20010617130446.B27925@lustre.linux.in>
49889              
49890              Allow lvalue subs to return undef in array context.
49891      Branch: perl
49892            ! pp_hot.c
49893 ____________________________________________________________________________
49894 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
49895         Log: Just a guess that using the same hack for cygwin as
49896              for win32 might help.
49897      Branch: perl
49898            ! lib/File/Find/find.t
49899 ____________________________________________________________________________
49900 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
49901         Log: NetWare tweaks from Guruprasad.
49902      Branch: perl
49903            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
49904            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
49905            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
49906            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
49907 ____________________________________________________________________________
49908 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
49909         Log: Subject: Re: perl@10722: Bogus warnings on REs 
49910              From: Hugo <hv@crypt.compulink.co.uk>
49911              Date: Thu, 21 Jun 2001 09:51:17 +0100
49912              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
49913              
49914              Unroll to avoid a UTS compiler bug.
49915      Branch: perl
49916            ! regcomp.c
49917 ____________________________________________________________________________
49918 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
49919         Log: Subject: Re: [PATCH] Make /o work under i?threads
49920              From: Artur Bergman <artur@contiller.se>
49921              Date: Thu, 21 Jun 2001 14:38:03 +0200
49922              Message-ID: <B757B74A.184D%artur@contiller.se>
49923      Branch: perl
49924            ! t/op/pat.t
49925 ____________________________________________________________________________
49926 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
49927         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
49928              From: Artur Bergman <artur@contiller.se> 
49929              Date: Thu, 21 Jun 2001 14:27:33 +0200
49930              Message-ID: <B757B4D4.1849%artur@contiller.se>
49931              
49932              Plus extra parentheses.
49933      Branch: perl
49934            ! op.h
49935 ____________________________________________________________________________
49936 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
49937         Log: Subject: [PATCH] Make /o work under i?threads
49938              From: Richard Soderberg <rs@crystalflame.net>
49939              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
49940              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
49941      Branch: perl
49942            ! pp_ctl.c
49943 ____________________________________________________________________________
49944 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
49945         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
49946              From: Artur Bergman <artur@contiller.se>
49947              Date: Thu, 21 Jun 2001 14:04:54 +0200
49948              Message-ID: <B757AF86.1842%artur@contiller.se>
49949      Branch: perl
49950            ! op.h
49951 ____________________________________________________________________________
49952 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
49953         Log: Subject: Re: perl@10765: sv.c not OK on win32
49954              From: Artur Bergman <artur@contiller.se>
49955              Date: Thu, 21 Jun 2001 10:31:06 +0200
49956              Message-ID: <B7577D69.182C%artur@contiller.se>
49957      Branch: perl
49958            ! sv.c
49959 ____________________________________________________________________________
49960 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
49961         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
49962              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49963              Date: Thu, 21 Jun 2001 06:23:56 -0400
49964              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
49965              
49966              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
49967              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49968              Date: Thu, 21 Jun 2001 06:32:21 -0400
49969              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
49970      Branch: perl
49971            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
49972 ____________________________________________________________________________
49973 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
49974         Log: Subject: [PATCH] make syslog test more verbose
49975              From: Robert Spier <rspier@pobox.com>
49976              Date: Thu, 21 Jun 2001 00:54:32 -0400
49977              Message-ID: <15153.32264.295807.333073@rls.cx>
49978      Branch: perl
49979            ! ext/Sys/Syslog/syslog.t
49980 ____________________________________________________________________________
49981 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
49982         Log: Subject: op/study.t refinements
49983              From: Hugo <hv@crypt.compulink.co.uk>
49984              Date: Thu, 21 Jun 2001 00:29:07 +0100
49985              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
49986      Branch: perl
49987            ! t/op/study.t
49988 ____________________________________________________________________________
49989 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
49990         Log: Update Changes.
49991      Branch: perl
49992            ! Changes patchlevel.h
49993 ____________________________________________________________________________
49994 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
49995         Log: Subject: Re: [PATCH] djgpp updates
49996              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
49997              Date: Wed, 20 Jun 2001 10:05:15 +0200
49998              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
49999      Branch: perl
50000            ! djgpp/config.over
50001 ____________________________________________________________________________
50002 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
50003         Log: Fix for ID 20010619.002 "When building hash, hash keys that
50004              are function calls are not being called", from Abhijit.
50005      Branch: perl
50006            ! t/base/lex.t toke.c
50007 ____________________________________________________________________________
50008 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
50009         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
50010      Branch: perl
50011            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
50012            + lib/Locale/Maketext/test.pl
50013            - lib/Locale/Maketext.t
50014            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
50015            ! lib/Locale/Maketext/TPJ13.pod
50016 ____________________________________________________________________________
50017 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
50018         Log: Metaconfig unit change for #10760.
50019      Branch: metaconfig
50020            ! U/modified/Cppsym.U
50021 ____________________________________________________________________________
50022 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
50023         Log: Do not remove the ccsym* Cppsym* files since
50024              they are useful for metaconfig units coming after us.
50025              (This is the Configure nit mentioned in #10752.)
50026      Branch: perl
50027            ! Configure
50028 ____________________________________________________________________________
50029 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
50030         Log: Update to I18N::LangTags 0.24, from Sean Burke.
50031      Branch: perl
50032            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
50033            + lib/I18N/LangTags/README
50034            - lib/I18N/LangTags/List.pod
50035            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
50036 ____________________________________________________________________________
50037 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
50038         Log: Regen headers.
50039      Branch: perl
50040            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
50041            ! pod/perlapi.pod proto.h
50042 ____________________________________________________________________________
50043 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
50044         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
50045              From: Artur Bergman <artur@contiller.se>
50046              Date: Wed, 20 Jun 2001 11:31:32 +0200
50047              Message-ID: <B7563A14.17D8%artur@contiller.se>
50048      Branch: perl
50049            ! embed.pl hv.c intrpvar.h sv.c sv.h
50050 ____________________________________________________________________________
50051 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
50052         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
50053              From: Tim Sweetman <tim@aldigital.co.uk> 
50054              Date: Wed, 13 Jun 2001 14:25:17 +0100 
50055              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
50056      Branch: perl
50057            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
50058 ____________________________________________________________________________
50059 [ 10755] By: nick                                  on 2001/06/20  16:12:37
50060         Log: Integrate mainline
50061      Branch: perlio
50062           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
50063           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
50064           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
50065           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
50066           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
50067           !> t/op/study.t util.c
50068 ____________________________________________________________________________
50069 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
50070         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
50071              but not Makefile)
50072      Branch: maint-5.6/perl
50073            ! win32/Makefile
50074 ____________________________________________________________________________
50075 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
50076         Log: Security tweak on readlink().
50077      Branch: perl
50078            ! pp_sys.c
50079 ____________________________________________________________________________
50080 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
50081         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
50082      Branch: perl
50083            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
50084            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
50085            ! mpeix/relink t/op/pwent.t
50086 ____________________________________________________________________________
50087 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
50088         Log: Reinstate #10725 (with probe for alarm()).
50089      Branch: perl
50090            ! t/op/study.t
50091 ____________________________________________________________________________
50092 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
50093         Log: Replace our implementation of realpath() with OpenBSD's
50094              (src/lib/libc/stdlib/realpath.c 1.4).
50095      Branch: perl
50096            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
50097            ! pod/perldiag.pod proto.h util.c
50098 ____________________________________________________________________________
50099 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
50100         Log: Integrate perlio:
50101              
50102              [ 10747]
50103              Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
50104      Branch: perl
50105           !> perlio.c
50106 ____________________________________________________________________________
50107 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
50108         Log: No point in going into memory-saving contortions
50109              with getcwd() since there's a danger of buffer overflow.
50110              Also make the POSIX extension to use sv_getcwd().
50111              Finally, a missed proto.h fragment.
50112      Branch: perl
50113            ! ext/POSIX/POSIX.xs proto.h util.c
50114 ____________________________________________________________________________
50115 [ 10747] By: nick                                  on 2001/06/20  12:38:26
50116         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
50117      Branch: perlio
50118            ! perlio.c
50119 ____________________________________________________________________________
50120 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
50121         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
50122              From: Graham Barr <gbarr@pobox.com>
50123              Date: Wed, 20 Jun 2001 11:05:49 +0100
50124              Message-ID: <20010620110549.I19188@pobox.com>
50125              
50126              reported in        
50127              
50128              Subject: Bug in IO::Socket::INET module (repeat)
50129              From: "Harmon S. Nine" <hnine@netarx.com>
50130              Date: Tue, 19 Jun 2001 09:41:35 -0400
50131              Message-ID: <3B2F568F.8080605@netarx.com>
50132              
50133              The bug was that the IO::Socket::INET constructor
50134              did not allow a 'LocalPort' of 0.
50135      Branch: perl
50136            ! ext/IO/lib/IO/Socket/INET.pm
50137 ____________________________________________________________________________
50138 [ 10745] By: nick                                  on 2001/06/20  08:56:39
50139         Log: Integrate mainline.
50140      Branch: perlio
50141           !> (integrate 37 files)
50142 ____________________________________________________________________________
50143 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
50144         Log: After some reading I don't think we can blindly
50145              use systems' realpath().  Too many security problems,
50146              too many buggy implementations.
50147              
50148              TODO: the realpath() emulation code in util.c doesn't
50149              seem fully operational?  (readlink(), for example?)
50150      Branch: perl
50151            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
50152            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
50153            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
50154            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
50155            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
50156            ! win32/config_H.gc win32/config_H.vc
50157 ____________________________________________________________________________
50158 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
50159         Log: Metaconfig unit change for #10738.
50160      Branch: metaconfig
50161            ! U/compline/d_gconvert.U
50162 ____________________________________________________________________________
50163 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
50164         Log: Integrate change #10739 from maintperl:
50165              
50166              C<eval "/x$\r\n/x"> fails to compile correctly 
50167      Branch: perl
50168           !> t/op/pat.t toke.c
50169 ____________________________________________________________________________
50170 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
50171         Log: Retract #10725 (Hugo asked NOT to apply the patch)
50172      Branch: perl
50173            ! t/op/study.t
50174 ____________________________________________________________________________
50175 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
50176         Log: The test.third results were funnily named because of the
50177              new test scheme.
50178      Branch: perl
50179            ! t/TEST
50180 ____________________________________________________________________________
50181 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
50182         Log: C<eval "/x$\r\n/x"> fails to compile correctly
50183      Branch: maint-5.6/perl
50184            ! t/op/pat.t toke.c
50185 ____________________________________________________________________________
50186 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
50187         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
50188              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50189              Date: Tue, 19 Jun 2001 19:15:40 -0400
50190              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
50191              
50192              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
50193              because "1e+129" being expected but "1.e+129" being returned.
50194              The culprit (at least in Tru64) is the use of gcvt().
50195      Branch: perl
50196            ! Configure
50197 ____________________________________________________________________________
50198 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
50199         Log: Subject: [PATCH perl@10722] test hunting on VMS
50200              From: "Craig A. Berry" <craigberry@mac.com>
50201              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
50202              Date: Tue, 19 Jun 2001 18:59:01 -0500
50203      Branch: perl
50204            ! vms/test.com
50205 ____________________________________________________________________________
50206 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
50207         Log: Subject: [PATCH] s/typos//
50208              From: Abhijit Menon-Sen <ams@wiw.org>
50209              Date: Wed, 20 Jun 2001 02:15:02 +0530
50210              Message-ID: <20010620021502.A14541@lustre.linux.in>
50211              
50212              Without the op.h s/bearword/bareword/ hunk, see
50213              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
50214      Branch: perl
50215            ! util.c
50216 ____________________________________________________________________________
50217 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
50218         Log: Metaconfig unit change for #10732 and #10733.
50219      Branch: metaconfig/U/perl
50220            ! fflushall.U
50221 ____________________________________________________________________________
50222 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
50223         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
50224              From: "Craig A. Berry" <craigberry@mac.com>
50225              Date: Tue, 19 Jun 2001 17:19:48 -0500
50226              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
50227      Branch: perl
50228            ! configure.com vms/descrip_mms.template
50229 ____________________________________________________________________________
50230 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
50231         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
50232              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50233              Date: Tue, 19 Jun 2001 16:48:07 -0400
50234              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
50235              
50236              Further fixes to fflush(NULL) detection.
50237      Branch: perl
50238            ! Configure
50239 ____________________________________________________________________________
50240 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
50241         Log: AIX test -s hangs with non-existent files?
50242              (A genuine logic bug in Configure, but AIX also broken?)
50243      Branch: perl
50244            ! Configure
50245 ____________________________________________________________________________
50246 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
50247         Log: AUTHORS updates.
50248      Branch: perl
50249            ! AUTHORS
50250 ____________________________________________________________________________
50251 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
50252         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
50253              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50254              Date: Tue, 19 Jun 2001 15:33:25 -0400
50255              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
50256      Branch: perl
50257            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
50258            ! t/lib/warnings/pp
50259 ____________________________________________________________________________
50260 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
50261         Log: Integrate perlio:
50262              
50263              [ 10728]
50264              Hack File/Find/find.t to use File::Spec::Unix on Win32.
50265      Branch: perl
50266           !> lib/File/Find/find.t win32/distclean.bat
50267 ____________________________________________________________________________
50268 [ 10728] By: nick                                  on 2001/06/19  18:24:53
50269         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
50270      Branch: perlio
50271            ! lib/File/Find/find.t win32/distclean.bat
50272 ____________________________________________________________________________
50273 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
50274         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
50275              also add information how to find out whether one has PerlIO.
50276      Branch: perl
50277            ! pod/perlfunc.pod
50278 ____________________________________________________________________________
50279 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
50280         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
50281              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50282              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
50283              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
50284      Branch: perl
50285            ! pod/perlfunc.pod
50286 ____________________________________________________________________________
50287 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
50288         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
50289              From: Hugo <hv@crypt.compulink.co.uk>
50290              Date: Tue, 19 Jun 2001 12:37:30 +0100
50291              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
50292      Branch: perl
50293            ! t/op/study.t
50294 ____________________________________________________________________________
50295 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
50296         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
50297              From: Hugo <hv@crypt.compulink.co.uk>
50298              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
50299              Date: Tue, 19 Jun 2001 13:15:17 +0100
50300      Branch: perl
50301            ! util.c
50302 ____________________________________________________________________________
50303 [ 10723] By: nick                                  on 2001/06/19  14:46:15
50304         Log: Integrate mainline
50305      Branch: perlio
50306           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
50307           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
50308           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
50309           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
50310           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
50311           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
50312            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50313            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50314            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50315            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50316            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50317            - ext/Thread/unsync4.t
50318           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
50319           !> djgpp/config.over djgpp/fixpmain
50320           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
50321           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
50322           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
50323 ____________________________________________________________________________
50324 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
50325         Log: Update Changes.
50326      Branch: perl
50327            ! Changes patchlevel.h
50328 ____________________________________________________________________________
50329 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
50330         Log: The existence shall be MANIFESted.
50331      Branch: perl
50332            ! MANIFEST
50333 ____________________________________________________________________________
50334 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
50335         Log: The old libnet.cfg is first searched from the current directory,
50336              only then from the module path.
50337      Branch: perl
50338            ! utils/libnetcfg.PL
50339 ____________________________________________________________________________
50340 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
50341         Log: NetWare tweaks from Guruprasad.
50342      Branch: perl
50343            ! NetWare/Makefile NetWare/config.wc
50344 ____________________________________________________________________________
50345 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
50346         Log: Subject: [PATCH] djgpp updates
50347              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
50348              Date: Tue, 19 Jun 2001 10:59:06 +0200
50349              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
50350      Branch: perl
50351            ! djgpp/config.over djgpp/fixpmain
50352 ____________________________________________________________________________
50353 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
50354         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
50355              From: Prymmer/Kahn <pvhp@best.com>
50356              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
50357              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
50358      Branch: perl
50359            ! win32/Makefile
50360 ____________________________________________________________________________
50361 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
50362         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
50363              to happen right after the inclusion of <inttypes.h>,
50364              from Edward Moy.
50365      Branch: perl
50366            ! handy.h perl.h
50367 ____________________________________________________________________________
50368 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
50369         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
50370              From: Doug MacEachern <dougm@covalent.net>
50371              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
50372              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
50373      Branch: perl
50374            ! ext/DynaLoader/DynaLoader_pm.PL
50375 ____________________________________________________________________________
50376 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
50377         Log: Revert #10656 for performance reasons but leave in the
50378              use of Hv*() macros -- in comments, so that grepping the
50379              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
50380              suggested by Sarathy, also by Abhijit.)
50381      Branch: perl
50382            ! hv.c
50383 ____________________________________________________________________________
50384 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
50385         Log: Subject: [patch] .s MakeMaker suffix
50386              From: Doug MacEachern <dougm@covalent.net>
50387              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
50388              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
50389      Branch: perl
50390            ! lib/ExtUtils/MM_Unix.pm
50391 ____________________________________________________________________________
50392 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
50393         Log: One test lost in the big shuffle restored.
50394      Branch: perl
50395            + ext/IPC/SysV/ipcsysv.t
50396            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
50397 ____________________________________________________________________________
50398 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
50399         Log: Rename the old non-standard threads tests so that
50400              they won't be invoked.
50401      Branch: perl
50402            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
50403            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
50404            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
50405            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
50406            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
50407            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
50408            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50409            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50410            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50411            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50412            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50413            - ext/Thread/unsync4.t
50414            ! MANIFEST
50415 ____________________________________________________________________________
50416 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
50417         Log: Integrate perlio:
50418              
50419              [ 10708]
50420              Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
50421              
50422              [ 10678]
50423              Integrate mainline (part2 - the deletes)
50424      Branch: perl
50425           !> win32/config_sh.PL
50426 ____________________________________________________________________________
50427 [ 10709] By: nick                                  on 2001/06/19  08:18:18
50428         Log: Integrate mainline
50429      Branch: perlio
50430           +> (branch 40 files)
50431            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
50432            - lib/strict/subs lib/strict/vars lib/warnings/1global
50433            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
50434            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
50435            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
50436            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
50437            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
50438            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
50439            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
50440            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
50441            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
50442            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
50443            - lib/warnings/utf8 lib/warnings/util
50444           !> (integrate 57 files)
50445 ____________________________________________________________________________
50446 [ 10708] By: nick                                  on 2001/06/19  07:57:10
50447         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
50448      Branch: perlio
50449            ! win32/config_sh.PL
50450 ____________________________________________________________________________
50451 [ 10707] By: nick                                  on 2001/06/19  07:05:07
50452         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
50453      Branch: perl
50454            ! perly.c perly.y perly_c.diff vms/perly_c.vms
50455 ____________________________________________________________________________
50456 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
50457         Log: More perl572delta tweaks.
50458      Branch: perl
50459            ! pod/perl572delta.pod
50460 ____________________________________________________________________________
50461 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
50462         Log: Update perl572delta.
50463      Branch: perl
50464            ! pod/perl572delta.pod
50465 ____________________________________________________________________________
50466 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
50467         Log: VOS updates from Paul Green.
50468      Branch: perl
50469            ! vos/Changes vos/build.cm vos/perl.bind
50470 ____________________________________________________________________________
50471 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
50472         Log: Update the vos/config.*.* files.
50473      Branch: perl
50474            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50475            ! vos/config.ga.h
50476 ____________________________________________________________________________
50477 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
50478         Log: Add a makefile for more painless adding of symbols to the
50479              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
50480              takes care of the adding)
50481      Branch: perl
50482            + vos/Makefile
50483 ____________________________________________________________________________
50484 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
50485         Log: Make libnetcfg by default display the libnet configuration,
50486              -c to change, add -i for old config, document all options,
50487              regen toc.
50488      Branch: perl
50489            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
50490 ____________________________________________________________________________
50491 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
50492         Log: gcc -Wall sweep.
50493      Branch: perl
50494            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
50495 ____________________________________________________________________________
50496 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
50497         Log: So there.
50498      Branch: perl
50499            ! universal.c
50500 ____________________________________________________________________________
50501 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
50502         Log: Document the need for sv_printify().
50503              
50504              Document that 'use utf8' has been considered.
50505              
50506              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
50507      Branch: perl
50508            ! pod/perltodo.pod universal.c
50509 ____________________________________________________________________________
50510 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
50511         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
50512              From: Nicholas Clark <nick@ccl4.org>
50513              Date: Mon, 18 Jun 2001 23:29:23 +0100
50514              Message-ID: <20010618232923.I98663@plum.flirble.org>
50515      Branch: perl
50516            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
50517            ! ext/Sys/Syslog/Makefile.PL
50518 ____________________________________________________________________________
50519 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
50520         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
50521              From: Scott.L.Miller@Compaq.com
50522              Date: Mon, 18 Jun 2001 10:12:27 -0500
50523              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
50524      Branch: perl
50525            ! lib/perl5db.pl pod/perldebug.pod
50526 ____________________________________________________________________________
50527 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
50528         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
50529              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
50530              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
50531              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
50532      Branch: perl
50533            ! lib/Carp/Heavy.pm
50534 ____________________________________________________________________________
50535 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
50536         Log: Subject: [PATCH] Documentation changes for CLONE
50537              From: Artur Bergman <artur@contiller.se>
50538              Date: Mon, 18 Jun 2001 22:06:37 +0200
50539              Message-ID: <B7542BEC.1719%artur@contiller.se>
50540      Branch: perl
50541            ! pod/perlmod.pod pod/perlsub.pod
50542 ____________________________________________________________________________
50543 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
50544         Log: Subject: Re: configure.com
50545              From: "Craig A. Berry" <craigberry@mac.com>
50546              Date: Mon, 18 Jun 2001 16:04:38 -0500
50547              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
50548      Branch: perl
50549            ! configure.com
50550 ____________________________________________________________________________
50551 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
50552         Log: Subject: PL_nullstash + perl_clone()
50553              From: Doug MacEachern <dougm@covalent.net>
50554              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
50555              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
50556      Branch: perl
50557            ! sv.c
50558 ____________________________________________________________________________
50559 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
50560         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
50561              From: davem@fdgroup.co.uk
50562              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
50563              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
50564      Branch: perl
50565            ! embed.pl pod/perlapi.pod
50566 ____________________________________________________________________________
50567 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
50568         Log: More cross-compilation defaults gleaned from -Dcc
50569              if it is CPU-OS-gcc.
50570      Branch: metaconfig
50571            ! U/modified/libc.U
50572      Branch: metaconfig/U/perl
50573            ! Cross.U
50574      Branch: perl
50575            ! Configure INSTALL
50576 ____________________________________________________________________________
50577 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
50578         Log: Update Changes.
50579      Branch: perl
50580            ! Changes patchlevel.h
50581 ____________________________________________________________________________
50582 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
50583         Log: Subject: [PATCH 5.7.1] sv.c documentation
50584              From: davem@fdgroup.co.uk
50585              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
50586              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
50587      Branch: perl
50588            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
50589            ! sv.c sv.h
50590 ____________________________________________________________________________
50591 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
50592         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
50593              From: "Jon Gunnip" <jongunnip@hotmail.com>
50594              Date: Sun, 17 Jun 2001 18:24:29 -0400
50595              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
50596      Branch: perl
50597            ! pod/perlvar.pod
50598 ____________________________________________________________________________
50599 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
50600         Log: Move the locale/strict/warnings helper files back
50601              under the t/lib; this way the amount of non-installabled
50602              stuff under lib/ stays smaller.
50603      Branch: perl
50604            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
50605            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
50606            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
50607            + t/lib/warnings/5nolint t/lib/warnings/6default
50608            + t/lib/warnings/7fatal t/lib/warnings/8signal
50609            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
50610            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
50611            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
50612            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
50613            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
50614            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
50615            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
50616            + t/lib/warnings/taint t/lib/warnings/toke
50617            + t/lib/warnings/universal t/lib/warnings/utf8
50618            + t/lib/warnings/util
50619            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
50620            - lib/strict/subs lib/strict/vars lib/warnings/1global
50621            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
50622            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
50623            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
50624            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
50625            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
50626            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
50627            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
50628            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
50629            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
50630            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
50631            - lib/warnings/utf8 lib/warnings/util
50632            ! MANIFEST installperl lib/locale.t lib/strict.t
50633 ____________________________________________________________________________
50634 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
50635         Log: Split off the pack/unpack code, from Nicholas Clark.
50636      Branch: perl
50637            + pp_pack.c
50638            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
50639            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
50640            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
50641 ____________________________________________________________________________
50642 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
50643         Log: Guard the SysV IPC tests against being invoked in
50644              SysV-IPC-less places.
50645      Branch: perl
50646            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
50647 ____________________________________________________________________________
50648 [ 10683] By: nick                                  on 2001/06/18  12:24:42
50649         Log: Integrate mainline (new test scheme now ok on Linux).
50650      Branch: perlio
50651           +> lib/warnings.t
50652           !> dump.c sv.c
50653 ____________________________________________________________________________
50654 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
50655         Log: Add the locale.c and numeric.c to the microperl sources.
50656      Branch: perl
50657            ! Makefile.micro win32/Makefile
50658 ____________________________________________________________________________
50659 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
50660         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
50661              From: Abhijit Menon-Sen <ams@wiw.org>
50662              Date: Mon, 18 Jun 2001 14:23:44 +0530
50663              Message-ID: <20010618142344.A13136@lustre.linux.in>
50664      Branch: perl
50665            ! dump.c
50666 ____________________________________________________________________________
50667 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
50668         Log: Subject: Re: [PATCH] more anonymous stash cleanups
50669              From: Abhijit Menon-Sen <ams@wiw.org>
50670              Date: Mon, 18 Jun 2001 15:50:32 +0530
50671              Message-ID: <20010618155032.A13223@lustre.linux.in>
50672              
50673              Plus the comment left in as suggested by NI-S.
50674      Branch: perl
50675            ! sv.c
50676 ____________________________________________________________________________
50677 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
50678         Log: One missed file.
50679      Branch: perl
50680            + lib/warnings.t
50681 ____________________________________________________________________________
50682 [ 10678] By: nick                                  on 2001/06/18  08:05:29
50683         Log: Integrate mainline (part2 - the deletes)
50684      Branch: perlio
50685            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
50686            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
50687            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
50688            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
50689            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
50690            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
50691            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
50692            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
50693            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
50694            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
50695            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
50696 ____________________________________________________________________________
50697 [ 10677] By: nick                                  on 2001/06/18  08:04:44
50698         Log: Integrate mainline (part1)
50699      Branch: perlio
50700           +> (branch 376 files)
50701            - (delete 219 files)
50702           !> (integrate 151 files)
50703 ____________________________________________________________________________
50704 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
50705         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
50706              No doubt I made some mistakes like missed some files or
50707              misnamed some files.  The naming rules were more or less:
50708              (1) if the module is from CPAN, follows its ways, be it
50709              t/*.t or test.pl.
50710              (2) otherwise if there are multiple tests for a module
50711              put them in a t/
50712              (3) otherwise if there's only one test put it in Module.t
50713              (4) helper files go to module/ (locale, strict, warnings)
50714              (5) use longer filenames now that we can (but e.g. the
50715              compat-0.6.t and the Text::Balanced test files still
50716              were renamed to be more civil against the 8.3 people)
50717              installperl was updated appropriately not to install the
50718              *.t files or the help files from under lib.
50719              
50720              TODO: some helper files still remain under t/ that could
50721              follow their 'masters'.  UPDATE: On second thoughts, why
50722              should they.  They can continue to live under t/lib, and
50723              in fact the locale/strict/warnings helpers that were moved
50724              could be moved back.  This way the amount of non-installable
50725              stuff under lib/ stays smaller.
50726      Branch: perl
50727            + (add 253 files)
50728            - (delete 254 files)
50729            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
50730 ____________________________________________________________________________
50731 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
50732         Log: The warning no more comes from util.c, it comes from numeric.c.
50733      Branch: perl
50734            ! README.tru64
50735 ____________________________________________________________________________
50736 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
50737         Log: Subject: Re: anyone good at casting spells?
50738              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50739              Date: Sun, 17 Jun 2001 21:21:04 -0400
50740              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
50741      Branch: perl
50742            ! ext/POSIX/POSIX.xs hv.h
50743 ____________________________________________________________________________
50744 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
50745         Log: Protect the (original) thread tests against testing if no 5.005
50746              threads have been configured.
50747      Branch: perl
50748            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50749            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50750            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50751            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50752            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50753            ! ext/Thread/unsync4.t
50754 ____________________________________________________________________________
50755 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
50756         Log: Try the new test scanning scheme on Text::Abbrev.
50757      Branch: perl
50758            + lib/Text/Abbrev.t
50759            - lib/Text/Abbrev/t/abbrev.t
50760            ! MANIFEST
50761 ____________________________________________________________________________
50762 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
50763         Log: Change the scan policy of the *.t and test.pl files,
50764              now the *.t do not need to live in a t/ directory.
50765      Branch: perl
50766            ! t/TEST t/harness
50767 ____________________________________________________________________________
50768 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
50769         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
50770              From: Ilmari Karonen <iltzu@sci.fi>
50771              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
50772              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
50773      Branch: perl
50774            ! pod/perlfaq7.pod
50775 ____________________________________________________________________________
50776 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
50777         Log: Quench the warnings from Tru64; the HP-UX is still
50778              broken because it really, REALLY, doesn't like the
50779              HvARRAY() being lvalue:
50780              
50781              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
50782              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
50783      Branch: perl
50784            ! hv.c
50785 ____________________________________________________________________________
50786 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
50787         Log: Integrate change #10667 from maintperl:
50788              
50789              change#10449 broke the special-case that makes lexicals inside the
50790              eval"" within DB::DB() visible
50791      Branch: perl
50792           !> op.c
50793 ____________________________________________________________________________
50794 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
50795         Log: change#10449 broke the special-case that makes lexicals inside the
50796              eval"" within DB::DB() visible
50797      Branch: maint-5.6/perl
50798            ! op.c
50799 ____________________________________________________________________________
50800 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
50801         Log: Still spurious output; indent the code a bit.
50802              
50803              TODO1: separate the utility functions like MkDir
50804              into a helper script?
50805              
50806              TODO2: I see a lot of repetition in the filepath()
50807              and dirpath() calls.
50808      Branch: perl
50809            ! t/lib/filefind.t t/lib/findtaint.t
50810 ____________________________________________________________________________
50811 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
50812         Log: Regen modlib, toc.
50813      Branch: perl
50814            ! pod/perlmodlib.pod pod/perltoc.pod
50815 ____________________________________________________________________________
50816 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
50817         Log: Add libnetcfg to perlutil.
50818      Branch: perl
50819            ! pod/perlutil.pod
50820 ____________________________________________________________________________
50821 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
50822         Log: Initial integration of libnet-1.0703.
50823              The Configure script renamed as libnetcfg, will be
50824              installed along other utilities.
50825      Branch: perl
50826            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
50827            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
50828            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
50829            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
50830            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
50831            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
50832            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
50833            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
50834            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
50835            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
50836            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
50837            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
50838            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
50839            + utils/libnetcfg.PL
50840            ! MANIFEST utils.lst utils/Makefile
50841 ____________________________________________________________________________
50842 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
50843         Log: Less potentially test-harness-confusing output.
50844      Branch: perl
50845            ! lib/Memoize/t/expire_module_t.t
50846 ____________________________________________________________________________
50847 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
50848         Log: The final print annoys make test.
50849      Branch: perl
50850            ! t/lib/filefind.t t/lib/findtaint.t
50851 ____________________________________________________________________________
50852 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
50853         Log: Add an option for handling dangling symbolic links.
50854      Branch: perl
50855            ! lib/File/Find.pm t/lib/filefind.t
50856 ____________________________________________________________________________
50857 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
50858         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
50859              From: Thomas Wegner <wegner_thomas@yahoo.com>
50860              Date: Sun, 17 Jun 2001 14:43:11 +0200
50861              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
50862      Branch: perl
50863            + t/lib/findtaint.t
50864            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
50865 ____________________________________________________________________________
50866 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
50867         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
50868              From: Jonathan Stowe <gellyfish@gellyfish.com>
50869              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
50870              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
50871      Branch: perl
50872            ! lib/ExtUtils/MM_Unix.pm
50873 ____________________________________________________________________________
50874 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
50875         Log: Subject: [PATCH] more anonymous stash cleanups
50876              From: Abhijit Menon-Sen <ams@wiw.org>
50877              Date: Sun, 17 Jun 2001 11:44:06 +0530
50878              Message-ID: <20010617114406.A25203@lustre.linux.in>
50879      Branch: perl
50880            ! op.c
50881 ____________________________________________________________________________
50882 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
50883         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
50884              From: Abhijit Menon-Sen <ams@wiw.org>
50885              Date: Sun, 17 Jun 2001 08:02:59 +0530
50886              Message-ID: <20010617080259.A28776@lustre.linux.in>
50887              
50888              Subject: [PATCH #2/7] xhv_eiter
50889              From: Abhijit Menon-Sen <ams@wiw.org>
50890              Date: Sun, 17 Jun 2001 08:13:18 +0530
50891              Message-ID: <20010617081318.B28776@lustre.linux.in>
50892              
50893              Subject: [PATCH #3/7] xhv_fill
50894              From: Abhijit Menon-Sen <ams@wiw.org>
50895              Date: Sun, 17 Jun 2001 08:25:16 +0530
50896              Message-ID: <20010617082516.C28776@lustre.linux.in>
50897              
50898              Subject: [PATCH #4/7] xhv_keys
50899              From: Abhijit Menon-Sen <ams@wiw.org>
50900              Date: Sun, 17 Jun 2001 08:36:17 +0530
50901              Message-ID: <20010617083617.D28776@lustre.linux.in>
50902              
50903              Subject: [PATCH #5/7] xhv_max
50904              From: Abhijit Menon-Sen <ams@wiw.org>
50905              Date: Sun, 17 Jun 2001 08:39:48 +0530
50906              Message-ID: <20010617083948.E28776@lustre.linux.in>
50907              
50908              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
50909              From: Abhijit Menon-Sen <ams@wiw.org>
50910              Date: Sun, 17 Jun 2001 08:51:11 +0530
50911              Message-ID: <20010617085111.F28776@lustre.linux.in>
50912      Branch: perl
50913            ! hv.c
50914 ____________________________________________________________________________
50915 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
50916         Log: Update Changes.
50917      Branch: perl
50918            ! Changes patchlevel.h
50919 ____________________________________________________________________________
50920 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
50921         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
50922              From: Abhijit Menon-Sen <ams@wiw.org>
50923              Date: Sat, 16 Jun 2001 07:41:19 +0530
50924              Message-ID: <20010616074119.A24720@lustre.linux.in>
50925      Branch: perl
50926            ! hv.c perl.c vms/vmsish.h win32/win32.h
50927 ____________________________________________________________________________
50928 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
50929         Log: Document tests failing when threaded, since we now have more.
50930      Branch: perl
50931            ! pod/perl572delta.pod
50932 ____________________________________________________________________________
50933 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
50934         Log: -Wall cleanup.
50935      Branch: perl
50936            ! ext/Thread/Thread.xs
50937 ____________________________________________________________________________
50938 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
50939         Log: pthread_attr_setstacksize() isn't absolutely necessary
50940              to call, only iff THREAD_CREATE_NEEDS_STACK.
50941      Branch: perl
50942            ! ext/Thread/Thread.xs
50943 ____________________________________________________________________________
50944 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
50945         Log: -Wall strays.
50946      Branch: perl
50947            ! perl.c util.c
50948 ____________________________________________________________________________
50949 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
50950         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
50951              (and INT64_MIN) brokenness.
50952      Branch: perl
50953            ! hints/darwin.sh perl.h
50954 ____________________________________________________________________________
50955 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
50956         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
50957              From: Nicholas Clark <nick@ccl4.org>
50958              Date: Sun, 17 Jun 2001 00:16:05 +0100
50959              Message-ID: <20010617001605.V98663@plum.flirble.org>
50960      Branch: perl
50961            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
50962            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
50963            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
50964 ____________________________________________________________________________
50965 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
50966         Log: Add perlnetware to docs; regen toc; supply skeleton
50967              docs for some Memoize submodules.
50968      Branch: perl
50969            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
50970            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
50971            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
50972            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
50973            ! win32/Makefile win32/makefile.mk
50974 ____________________________________________________________________________
50975 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
50976         Log: pod cleanup.
50977      Branch: perl
50978            ! README.netware
50979 ____________________________________________________________________________
50980 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
50981         Log: Integrate Memoize 0.64.  Few tweaks were required in
50982              the test scripts.  Note that the speed and expire*
50983              tests take several dozen seconds to run.
50984      Branch: perl
50985            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
50986            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
50987            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
50988            + lib/Memoize/README lib/Memoize/SDBM_File.pm
50989            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
50990            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
50991            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
50992            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
50993            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
50994            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
50995            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
50996            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
50997            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
50998            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
50999            ! MANIFEST t/lib/1_compile.t
51000 ____________________________________________________________________________
51001 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
51002         Log: Document the cross-compilation options.
51003      Branch: perl
51004            ! Cross/README INSTALL
51005 ____________________________________________________________________________
51006 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
51007         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
51008      Branch: perl
51009            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
51010            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
51011            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
51012            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
51013            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
51014            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
51015            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
51016            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
51017            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
51018            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
51019            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
51020            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
51021            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
51022            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
51023            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
51024            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
51025            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
51026            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
51027            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
51028            + lib/ExtUtils/MM_NW5.pm
51029            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
51030            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
51031            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
51032            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
51033            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
51034            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
51035            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
51036            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
51037            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
51038            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
51039            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
51040            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
51041            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
51042            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
51043            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
51044            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
51045            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
51046            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
51047            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
51048            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
51049            ! util.h x2p/a2py.c
51050 ____________________________________________________________________________
51051 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
51052         Log: Resort MANIFEST.
51053      Branch: perl
51054            ! MANIFEST
51055 ____________________________________________________________________________
51056 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
51057         Log: Integrate perlio:
51058              
51059              [ 10640]
51060              Disable :win32 layer as default till I get it working
51061              
51062              [ 10632]
51063              Work-in-progress win32 layer semi-functional, checking 
51064              for UNIX breakage.
51065              
51066              [ 10627]
51067              Work in progress UNIX-side edit of win32 PerLIO layer
51068      Branch: perl
51069           +> win32/win32io.c
51070           !> MANIFEST perlio.c perliol.h win32/makefile.mk
51071 ____________________________________________________________________________
51072 [ 10640] By: nick                                  on 2001/06/16  18:38:31
51073         Log: Disable :win32 layer as default till I get it working
51074      Branch: perlio
51075            ! MANIFEST perlio.c
51076 ____________________________________________________________________________
51077 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
51078         Log: Try the new scheme by moving the Text::Abbrev test
51079              to a new place under lib.
51080      Branch: perl
51081            + lib/Text/Abbrev/t/abbrev.t
51082            - t/lib/abbrev.t
51083            ! MANIFEST
51084 ____________________________________________________________________________
51085 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
51086         Log: Make the code even more dynamical so that testname
51087              suffix length can change.
51088      Branch: perl
51089            ! lib/Test/Harness.pm t/TEST
51090 ____________________________________________________________________________
51091 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
51092         Log: Allow for deeper t/ and also a single test.pl.
51093      Branch: perl
51094            ! t/TEST t/harness
51095 ____________________________________________________________________________
51096 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
51097         Log: #define fix from Nicholas Clark.
51098      Branch: perl
51099            ! ext/POSIX/POSIX.xs
51100 ____________________________________________________________________________
51101 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
51102         Log: Initialization is nice.
51103      Branch: perl
51104            ! lib/Test/Harness.pm
51105 ____________________________________________________________________________
51106 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
51107         Log: Make t/TEST and t/harness to test also the t/ tests
51108              under the main lib/ and ext/ directories.  Fix Test::Harness
51109              to dynamically change the width of its "foo/bar....ok" output.
51110      Branch: perl
51111            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
51112 ____________________________________________________________________________
51113 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
51114         Log: Subject: [PATCH] Re: perl@10611 
51115              From: Nicholas Clark <nick@ccl4.org>
51116              Date: Sat, 16 Jun 2001 16:52:47 +0100
51117              Message-ID: <20010616165247.O98663@plum.flirble.org>
51118              
51119              The .xs parts, too.
51120      Branch: perl
51121            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
51122            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
51123 ____________________________________________________________________________
51124 [ 10632] By: nick                                  on 2001/06/16  16:44:35
51125         Log: Work-in-progress win32 layer semi-functional, checking 
51126              for UNIX breakage.
51127      Branch: perlio
51128            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
51129 ____________________________________________________________________________
51130 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
51131         Log: Subject: [PATCH] Re: perl@10611 
51132              From: Nicholas Clark <nick@ccl4.org>
51133              Date: Sat, 16 Jun 2001 16:52:47 +0100
51134              Message-ID: <20010616165247.O98663@plum.flirble.org>
51135      Branch: perl
51136            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
51137            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
51138            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
51139            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
51140            ! lib/ExtUtils/Constant.pm
51141 ____________________________________________________________________________
51142 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
51143         Log: Metaconfig unit change for #10629.
51144      Branch: metaconfig
51145            ! U/modified/Finish.U
51146 ____________________________________________________________________________
51147 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
51148         Log: The extraction changed directories.
51149      Branch: perl
51150            ! Configure
51151 ____________________________________________________________________________
51152 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
51153         Log: Math::BigInt 1.35 from Tels.
51154      Branch: perl
51155            + t/lib/mbimbf.t
51156            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
51157            ! t/lib/bigfltpm.t t/lib/bigintpm.t
51158 ____________________________________________________________________________
51159 [ 10627] By: nick                                  on 2001/06/16  14:54:52
51160         Log: Work in progress UNIX-side edit of win32 PerLIO layer
51161      Branch: perlio
51162            + win32/win32io.c
51163            ! perlio.c win32/makefile.mk
51164 ____________________________________________________________________________
51165 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
51166         Log: Subject: [PATCH 5.6.1] os2/diff-configure
51167              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51168              Date: Fri, 15 Jun 2001 01:19:36 -0400
51169              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
51170              
51171              Empty all of it because I think #10624 made even the
51172              last patch hunk unnecessary.
51173      Branch: perl
51174            ! os2/diff.configure
51175 ____________________________________________________________________________
51176 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
51177         Log: Metaconfig unit change for 10624.
51178      Branch: metaconfig
51179            ! U/modified/libc.U
51180      Branch: perl
51181            ! config_h.SH
51182 ____________________________________________________________________________
51183 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
51184         Log: Move the initialization of libnames to the beginning so
51185              that can one 'seed' it (as OS/2 does.)
51186      Branch: perl
51187            ! Configure
51188 ____________________________________________________________________________
51189 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
51190         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
51191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51192              Date: Fri, 15 Jun 2001 19:10:57 -0400
51193              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
51194      Branch: perl
51195            ! os2/OS2/REXX/DLL/DLL.pm
51196 ____________________________________________________________________________
51197 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
51198         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
51199              From: "Craig A. Berry" <craigberry@mac.com>
51200              Date: Fri, 15 Jun 2001 17:00:03 -0500
51201              Message-Id: <a05101007b750342599be@[172.16.52.1]>
51202      Branch: perl
51203            ! vms/descrip_mms.template
51204 ____________________________________________________________________________
51205 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
51206         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
51207              From: "Craig A. Berry" <craigberry@mac.com>
51208              Date: Fri, 15 Jun 2001 18:39:42 -0500
51209              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
51210      Branch: perl
51211            ! lib/File/Spec/VMS.pm t/lib/extutils.t
51212 ____________________________________________________________________________
51213 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
51214         Log: Integrate perlio:
51215              
51216              [ 10619]
51217              Generated files
51218              
51219              [ 10618]
51220              Fix open.pm to work via XS-implemented method calls rather
51221              than *open::layers variables which caused all the HV/AV hassle.
51222      Branch: perl
51223           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
51224           !> t/io/utf8.t t/lib/io_scalar.t
51225 ____________________________________________________________________________
51226 [ 10619] By: nick                                  on 2001/06/15  21:05:19
51227         Log: Generated files
51228      Branch: perlio
51229            ! embed.h proto.h
51230 ____________________________________________________________________________
51231 [ 10618] By: nick                                  on 2001/06/15  20:27:42
51232         Log: Fix open.pm to work via XS-implemented method calls rather
51233              than *open::layers variables which caused all the HV/AV hassle.
51234      Branch: perlio
51235            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
51236            ! t/lib/io_scalar.t
51237 ____________________________________________________________________________
51238 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
51239         Log: Integrate perlio:
51240              
51241              [ 10616]
51242              pTHX_ / aTHX_ for ExtUtils/Constant.pm
51243      Branch: perl
51244           !> lib/ExtUtils/Constant.pm
51245 ____________________________________________________________________________
51246 [ 10616] By: nick                                  on 2001/06/15  18:46:47
51247         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
51248      Branch: perlio
51249            ! lib/ExtUtils/Constant.pm
51250 ____________________________________________________________________________
51251 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
51252         Log: Integrate perlio:
51253              
51254              [ 10614]
51255              MULTIPLICITY fix for Socket.xs
51256      Branch: perl
51257           !> ext/Socket/Socket.xs
51258 ____________________________________________________________________________
51259 [ 10614] By: nick                                  on 2001/06/15  18:33:37
51260         Log: MULTIPLICITY fix for Socket.xs
51261      Branch: perlio
51262            ! ext/Socket/Socket.xs
51263 ____________________________________________________________________________
51264 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
51265         Log: Subject: Re: perl@10611
51266              From: Doug MacEachern <dougm@covalent.net>
51267              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
51268              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
51269      Branch: perl
51270            ! ext/Socket/Socket.xs
51271 ____________________________________________________________________________
51272 [ 10612] By: nick                                  on 2001/06/15  16:14:38
51273         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
51274      Branch: perlio
51275           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
51276           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
51277           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
51278           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
51279           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
51280           !> utils/h2ph.PL
51281 ____________________________________________________________________________
51282 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
51283         Log: Update Changes.
51284      Branch: perl
51285            ! Changes patchlevel.h
51286 ____________________________________________________________________________
51287 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
51288         Log: Upping the test count.
51289      Branch: perl
51290            ! t/lib/filefind.t
51291 ____________________________________________________________________________
51292 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
51293         Log: Integrate perlio:
51294              
51295              [ 10606]
51296              regen_config_h for Win32.
51297      Branch: perl
51298           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51299 ____________________________________________________________________________
51300 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
51301         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
51302              From: andreas.koenig@anima.de (Andreas J. Koenig)
51303              Date: 15 Jun 2001 13:30:39 +0200
51304              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
51305              
51306              Record the grim history.
51307      Branch: perl
51308            ! lib/File/Find.pm
51309 ____________________________________________________________________________
51310 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
51311         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
51312              From: Brian McCauley <nobull@mail.com>
51313              Date: 15 Jun 2001 07:51:26 +0100
51314              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
51315      Branch: perl
51316            ! lib/File/Find.pm t/lib/filefind.t
51317 ____________________________________________________________________________
51318 [ 10606] By: nick                                  on 2001/06/15  14:00:08
51319         Log: regen_config_h for Win32.
51320      Branch: perlio
51321            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51322 ____________________________________________________________________________
51323 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
51324         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
51325              From: Peter Prymmer <pvhp@forte.com>
51326              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
51327              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
51328      Branch: perl
51329            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
51330 ____________________________________________________________________________
51331 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
51332         Log: Some filesystems require writability for rename/unlink.
51333      Branch: perl
51334            ! opcode.pl
51335 ____________________________________________________________________________
51336 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
51337         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
51338              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
51339              Date: Fri, 15 Jun 2001 12:08:53 +0200
51340              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
51341      Branch: perl
51342            ! perlio.c
51343 ____________________________________________________________________________
51344 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
51345         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
51346              From: Mike Guy <mjtg@cam.ac.uk>
51347              Date: Fri, 15 Jun 2001 14:11:49 +0100
51348              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
51349      Branch: perl
51350            ! opcode.pl
51351 ____________________________________________________________________________
51352 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
51353         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
51354              From: Nicholas Clark <nick@ccl4.org>
51355              Date: Thu, 14 Jun 2001 23:52:56 +0100
51356              Message-ID: <20010614235256.G98663@plum.flirble.org>
51357      Branch: perl
51358            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
51359            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51360 ____________________________________________________________________________
51361 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
51362         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
51363              From: Russ Allbery <rra@stanford.edu>
51364              Date: 14 Jun 2001 13:24:43 -0700
51365              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
51366      Branch: perl
51367            ! ext/GDBM_File/GDBM_File.pm
51368 ____________________________________________________________________________
51369 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
51370         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
51371              From: Nicholas Clark <nick@ccl4.org>
51372              Date: Thu, 14 Jun 2001 20:37:47 +0100
51373              Message-ID: <20010614203747.F98663@plum.flirble.org>
51374      Branch: perl
51375            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
51376            ! t/lib/gdbm.t
51377 ____________________________________________________________________________
51378 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
51379         Log: Integrate perlio:
51380              
51381              [ 10597]
51382              Check that HVs with HvNAME() != NULL are really stashes before
51383              treating them as such. Also be more defensive on the GvCV.
51384              Win32 fork and dprof now working again. 
51385              
51386              [ 10595]
51387              Skip Perl_my_bcopy in .def file as we do not provide it.
51388              - Win32 (VC++) now builds but fails:
51389              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
51390              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
51391              write.t    - open(...,"|-") not implemented on Win32 
51392      Branch: perl
51393           !> makedef.pl sv.c
51394 ____________________________________________________________________________
51395 [ 10597] By: nick                                  on 2001/06/15  11:08:13
51396         Log: Check that HVs with HvNAME() != NULL are really stashes before
51397              treating them as such. Also be more defensive on the GvCV.
51398              Win32 fork and dprof now working again. 
51399      Branch: perlio
51400            ! sv.c
51401 ____________________________________________________________________________
51402 [ 10596] By: nick                                  on 2001/06/15  10:11:20
51403         Log: Integrate mainline.
51404      Branch: perlio
51405           +> Cross/README
51406           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
51407           !> Porting/config_H config_h.SH configure.com epoc/config.sh
51408           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
51409           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51410           !> vos/config.ga.h win32/config.bc win32/config.gc
51411           !> win32/config.vc win32/config_H.bc win32/config_H.gc
51412           !> win32/config_H.vc
51413 ____________________________________________________________________________
51414 [ 10595] By: nick                                  on 2001/06/15  09:37:17
51415         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
51416              - Win32 (VC++) now builds but fails:
51417              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
51418              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
51419              write.t    - open(...,"|-") not implemented on Win32 
51420      Branch: perlio
51421            ! makedef.pl
51422 ____________________________________________________________________________
51423 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
51424         Log: Integrate perlio:
51425              
51426              [ 10591]
51427              Steps along the road toward Win32 building again.
51428      Branch: perl
51429           !> perlio.c win32/makefile.mk
51430 ____________________________________________________________________________
51431 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
51432         Log: Metaconfig unit changes for #10592.
51433      Branch: metaconfig
51434            + U/modified/i_varhdr.U U/modified/startsh.U
51435            - U/a_dvisory/crosscompile.U U/target/Target.U
51436            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
51437            ! U/compline/bitpbyte.U U/compline/byteorder.U
51438            ! U/compline/ccflags.U U/compline/charsize.U
51439            ! U/compline/d_casti32.U U/compline/d_castneg.U
51440            ! U/compline/d_closedir.U U/compline/d_fd_set.U
51441            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
51442            ! U/compline/d_keepsig.U U/compline/d_open3.U
51443            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
51444            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
51445            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
51446            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
51447            ! U/compline/doublesize.U U/compline/floatsize.U
51448            ! U/compline/nblock_io.U U/compline/orderlib.U
51449            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
51450            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
51451            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
51452            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
51453            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
51454            ! U/modified/spitshell.U U/threads/archname.U
51455            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
51456            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
51457            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
51458            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
51459            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
51460      Branch: metaconfig/U/perl
51461            + Cross.U
51462            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
51463            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
51464            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
51465            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
51466            ! stdio_streams.U uselfs.U
51467 ____________________________________________________________________________
51468 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
51469         Log: The first steps towards cross-compilation.
51470              
51471              Abstract execution of compiled test executables with $run,
51472              and abstract transfer of files with $to and $from.
51473              
51474              Under cross-compilation the $run, $to, and $from will point
51475              to appropriate wrapper scripts, by default ssh and scp,
51476              but also rsh, rcp, and cp are supported.  If not
51477              cross-compiling, they will be set to '', ':', and ':',
51478              respectively.
51479              
51480              With these patches I was able to get Configure for
51481              iPAQ ARM Linux on an Intel Linux about 95% right
51482              (only a few tests failed to execute or they produced
51483              incorrect results), and I was able to compile
51484              a functional miniperl.
51485              
51486              The symbol crosscompile renamed to be usecrosscompile,
51487              the corresponding C symbol from CROSSCOMPILE to
51488              USE_CROSS_COMPILE.
51489      Branch: perl
51490            ! Configure Cross/README Makefile.SH Porting/Glossary
51491            ! Porting/config.sh Porting/config_H config_h.SH configure.com
51492            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
51493            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
51494            ! vos/config.ga.def vos/config.ga.h win32/config.bc
51495            ! win32/config.gc win32/config.vc win32/config_H.bc
51496            ! win32/config_H.gc win32/config_H.vc
51497 ____________________________________________________________________________
51498 [ 10591] By: nick                                  on 2001/06/14  20:00:12
51499         Log: Steps along the road toward Win32 building again.
51500      Branch: perlio
51501            ! perlio.c win32/makefile.mk
51502 ____________________________________________________________________________
51503 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
51504         Log: Integrate perlio:
51505              
51506              [ 10589]
51507              Routine regen_config_h for Win32
51508      Branch: perl
51509           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51510 ____________________________________________________________________________
51511 [ 10589] By: nick                                  on 2001/06/14  13:54:07
51512         Log: Routine regen_config_h for Win32
51513      Branch: perlio
51514            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51515 ____________________________________________________________________________
51516 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
51517         Log: Integrate perlio:
51518              
51519              [ 10586]
51520              Add new step to run_byacc which:
51521              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
51522              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
51523              
51524              [ 10584]
51525              Hack to remove insecure directories from PATH so test will run.
51526      Branch: perl
51527           +> perlyline.pl
51528           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
51529 ____________________________________________________________________________
51530 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
51531         Log: A placeholder.
51532      Branch: perl
51533            + Cross/README
51534 ____________________________________________________________________________
51535 [ 10586] By: nick                                  on 2001/06/14  08:25:07
51536         Log: Add new step to run_byacc which:
51537              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
51538              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
51539      Branch: perlio
51540            + perlyline.pl
51541            ! MANIFEST Makefile.SH perly.c
51542 ____________________________________________________________________________
51543 [ 10585] By: nick                                  on 2001/06/14  08:22:29
51544         Log: Integrate mainline
51545      Branch: perlio
51546           +> locale.c numeric.c
51547           !> Changes cygwin/Makefile.SHs embed.h embed.pl
51548           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
51549           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
51550           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
51551           !> x2p/Makefile.SH
51552 ____________________________________________________________________________
51553 [ 10584] By: nick                                  on 2001/06/14  08:05:53
51554         Log: Hack to remove insecure directories from PATH so test will run.
51555      Branch: perlio
51556            ! t/lib/filefind.t
51557 ____________________________________________________________________________
51558 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
51559         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
51560      Branch: perl
51561            - t/lib/mbimbf.t
51562            ! MANIFEST
51563 ____________________________________________________________________________
51564 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
51565         Log: Detypo.
51566      Branch: perl
51567            ! x2p/Makefile.SH
51568 ____________________________________________________________________________
51569 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
51570         Log: de-$CONFIG continues.
51571      Branch: perl
51572            ! cygwin/Makefile.SHs x2p/Makefile.SH
51573 ____________________________________________________________________________
51574 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
51575         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
51576              From: Nicholas Clark <nick@ccl4.org>
51577              Date: Wed, 13 Jun 2001 21:20:13 +0100
51578              Message-ID: <20010613212013.D98663@plum.flirble.org>
51579      Branch: perl
51580            ! opcode.pl
51581 ____________________________________________________________________________
51582 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
51583         Log: Subject: splitting util.c
51584              From: Hugo <hv@crypt.compulink.co.uk>
51585              Date: Thu, 14 Jun 2001 00:41:08 +0100
51586              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
51587      Branch: perl
51588            + locale.c numeric.c
51589            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
51590            ! pod/perlapi.pod proto.h util.c
51591 ____________________________________________________________________________
51592 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
51593         Log: Upgrade to Math::BigInt 1.34 from Tels.
51594      Branch: perl
51595            + t/lib/mbimbf.t
51596            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
51597            ! t/lib/bigfltpm.t t/lib/bigintpm.t
51598 ____________________________________________________________________________
51599 [ 10577] By: nick                                  on 2001/06/13  19:02:48
51600         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
51601      Branch: perlio
51602           !> (integrate 125 files)
51603 ____________________________________________________________________________
51604 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
51605         Log: Update Changes.
51606      Branch: perl
51607            ! Changes patchlevel.h
51608 ____________________________________________________________________________
51609 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
51610         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
51611              From: "Craig A. Berry" <craigberry@mac.com>
51612              Date: Wed, 13 Jun 2001 13:24:28 -0500
51613              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
51614      Branch: perl
51615            ! ext/re/Makefile.PL
51616 ____________________________________________________________________________
51617 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
51618         Log: Mc.u.c. for #10573.
51619      Branch: metaconfig
51620            ! U/threads/usethreads.U
51621 ____________________________________________________________________________
51622 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
51623         Log: It would be also be good if I could type.
51624      Branch: perl
51625            ! Configure
51626 ____________________________________________________________________________
51627 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
51628         Log: Metaconfig unit change for #10571.
51629      Branch: metaconfig
51630            ! U/threads/usethreads.U
51631 ____________________________________________________________________________
51632 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
51633         Log: A non-empty default is a good thing.
51634      Branch: perl
51635            ! Configure
51636 ____________________________________________________________________________
51637 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
51638         Log: Metaconfig unit change for #10569.
51639      Branch: metaconfig
51640            ! U/threads/usethreads.U
51641 ____________________________________________________________________________
51642 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
51643         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
51644              extremely experimental, not even prompted for.
51645      Branch: perl
51646            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51647            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
51648            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
51649            ! win32/config.bc win32/config.gc win32/config.vc
51650 ____________________________________________________________________________
51651 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
51652         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
51653      Branch: perl
51654            ! pod/perlfaq6.pod
51655 ____________________________________________________________________________
51656 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
51657         Log: Integrate perlio:
51658              
51659              [ 10564]
51660              Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
51661              and using that instead (name lookups are sequential search for now).
51662      Branch: perl
51663           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
51664           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
51665 ____________________________________________________________________________
51666 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
51667         Log: Subject: Re: ext/ + -Wall
51668              From: Doug MacEachern <dougm@covalent.net>
51669              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
51670              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
51671      Branch: perl
51672            ! XSUB.h lib/ExtUtils/xsubpp perl.h
51673 ____________________________________________________________________________
51674 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
51675         Log: Similar logic as DB_File.xs, using the modern macros and
51676              defines them to older ones for older Perls where PERL_VERSION
51677              is not defined, from Doug MacEachern.
51678      Branch: perl
51679            ! ext/Storable/Storable.xs
51680 ____________________________________________________________________________
51681 [ 10564] By: nick                                  on 2001/06/13  15:22:01
51682         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
51683              and using that instead (name lookups are sequential search for now).
51684      Branch: perlio
51685            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
51686            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
51687 ____________________________________________________________________________
51688 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
51689         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
51690              From: "Richard Soderberg" <rs@crystalflame.net>
51691              Date: Sat, 26 May 2001 06:44:20 -0700
51692              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
51693      Branch: perl
51694            ! sv.c t/op/glob.t
51695 ____________________________________________________________________________
51696 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
51697         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
51698              From: "Craig A. Berry" <craigberry@mac.com>
51699              Date: Tue, 12 Jun 2001 23:55:26 -0500
51700              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
51701      Branch: perl
51702            ! ext/re/Makefile.PL ext/re/re.xs
51703 ____________________________________________________________________________
51704 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
51705         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
51706              suggested by NI-S.
51707      Branch: perl
51708            ! XSUB.h malloc.c perl.h
51709 ____________________________________________________________________________
51710 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
51711         Log: Regen toc.
51712      Branch: perl
51713            ! pod/perltoc.pod
51714 ____________________________________________________________________________
51715 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
51716         Log: Subject: [patch] perl.gprof control
51717              From: Doug MacEachern <dougm@covalent.net>
51718              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
51719              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
51720      Branch: perl
51721            ! miniperlmain.c perl.h
51722 ____________________________________________________________________________
51723 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
51724         Log: Subject: Re: ext/ + -Wall
51725              From: Doug MacEachern <dougm@covalent.net>
51726              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
51727              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
51728              
51729              Document ax and break up dXSARGS.
51730      Branch: perl
51731            ! XSUB.h pod/perlapi.pod
51732 ____________________________________________________________________________
51733 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
51734         Log: More AIX tweakage from Merijn.
51735      Branch: perl
51736            ! hints/aix.sh
51737 ____________________________________________________________________________
51738 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
51739         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
51740              From: "Craig A. Berry" <craigberry@mac.com>
51741              Date: Tue, 12 Jun 2001 22:57:45 -0500
51742              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
51743      Branch: perl
51744            ! vms/descrip_mms.template
51745 ____________________________________________________________________________
51746 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
51747         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
51748              From: "Craig A. Berry" <craigberry@mac.com>
51749              Date: Tue, 12 Jun 2001 22:21:39 -0500
51750              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
51751      Branch: perl
51752            ! configure.com util.c
51753 ____________________________________________________________________________
51754 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
51755         Log: New AIX dynaloading code from Jens-Uwe Mager.
51756              Does break binary compatibility.
51757      Branch: perl
51758            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
51759 ____________________________________________________________________________
51760 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
51761         Log: VMS DEC C compiler found nits by Peter Prymmer.
51762      Branch: perl
51763            ! util.c
51764 ____________________________________________________________________________
51765 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
51766         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
51767              From: Peter Prymmer <pvhp@forte.com>
51768              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
51769              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
51770      Branch: perl
51771            ! t/lib/filecomp.t
51772 ____________________________________________________________________________
51773 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
51774         Log: I wonder how many $CONFIGs still lurk in the shadows.
51775      Branch: perl
51776            ! pod/Makefile.SH x2p/cflags.SH
51777 ____________________________________________________________________________
51778 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
51779         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
51780      Branch: perl
51781            ! pod/checkpods.PL
51782 ____________________________________________________________________________
51783 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
51784         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
51785      Branch: perl
51786            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
51787 ____________________________________________________________________________
51788 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
51789         Log: Subject: [patch] rid local_patches warnings
51790              From: Doug MacEachern <dougm@covalent.net>
51791              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
51792              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
51793      Branch: perl
51794            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
51795 ____________________________________________________________________________
51796 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
51797         Log: Subject: Re: ext/ + -Wall
51798              From: Doug MacEachern <dougm@covalent.net>
51799              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
51800              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
51801      Branch: perl
51802            ! ext/attrs/attrs.xs
51803 ____________________________________________________________________________
51804 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
51805         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
51806              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
51807              Date: Tue, 12 Jun 2001 14:36:20 -0400
51808              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
51809      Branch: perl
51810            ! pod/perlretut.pod
51811 ____________________________________________________________________________
51812 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
51813         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
51814              From: Mike Guy <mjtg@cam.ac.uk>
51815              Date: Tue, 12 Jun 2001 19:10:31 +0100
51816              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
51817              
51818              Subject: Re: [ID 20010612.001] out of memory during regex compilation
51819              From: Mike Guy <mjtg@cam.ac.uk>
51820              Date: Tue, 12 Jun 2001 19:21:01 +0100
51821              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
51822      Branch: perl
51823            ! pod/perlop.pod
51824 ____________________________________________________________________________
51825 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
51826         Log: AIX tweaks from Merijn H. Brand.
51827      Branch: perl
51828            ! hints/aix.sh
51829 ____________________________________________________________________________
51830 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
51831         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
51832              From: "Brendan O'Dea" <bod@compusol.com.au>
51833              Date: Wed, 13 Jun 2001 05:16:47 +1000
51834              Message-ID: <20010613051647.A8945@compusol.com.au>
51835      Branch: maint-5.6/perl
51836            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
51837 ____________________________________________________________________________
51838 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
51839         Log: Subject: Small bcopy cleanup
51840              From: Andy Dougherty <doughera@lafayette.edu>
51841              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
51842              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
51843      Branch: perl
51844            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
51845 ____________________________________________________________________________
51846 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
51847         Log: Subject: [PATCH] Re: ext/ + -Wall
51848              From: Nicholas Clark <nick@ccl4.org>
51849              Date: Wed, 13 Jun 2001 00:04:30 +0100
51850              Message-ID: <20010613000430.M5901@plum.flirble.org>
51851      Branch: perl
51852            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
51853 ____________________________________________________________________________
51854 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
51855         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
51856              From: Nicholas Clark <nick@ccl4.org>
51857              Date: Tue, 12 Jun 2001 23:53:07 +0100
51858              Message-ID: <20010612235307.L5901@plum.flirble.org>
51859      Branch: perl
51860            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51861 ____________________________________________________________________________
51862 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
51863         Log: MPE/iX tweaks from Mark Bixby.
51864      Branch: perl
51865            ! hints/mpeix.sh mpeix/mpeixish.h util.c
51866 ____________________________________________________________________________
51867 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
51868         Log: Update Changes.
51869      Branch: perl
51870            ! Changes patchlevel.h
51871 ____________________________________________________________________________
51872 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
51873         Log: One less -Wall whine (found under DEBUGGING).
51874      Branch: perl
51875            ! x2p/Makefile.SH x2p/a2p.c
51876 ____________________________________________________________________________
51877 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
51878         Log: s/case-independent/case-insensitive/g
51879      Branch: perl
51880            ! pod/perldebug.pod
51881 ____________________________________________________________________________
51882 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
51883         Log: As suggested in    
51884              
51885              Subject: Re: ext/ + -Wall
51886              From: Gurusamy Sarathy <gsar@ActiveState.com>
51887              Date: Mon, 11 Jun 2001 23:34:31 -0700
51888              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
51889      Branch: perl
51890            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
51891            ! perl.h
51892 ____________________________________________________________________________
51893 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
51894         Log: Subject: ext/ + -Wall
51895              From: Doug MacEachern <dougm@covalent.net>
51896              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
51897              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
51898      Branch: perl
51899            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
51900            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
51901            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
51902            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
51903            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
51904            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
51905            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
51906            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
51907            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
51908            ! lib/ExtUtils/xsubpp
51909 ____________________________________________________________________________
51910 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
51911         Log: Subject: [PATCH] anonymous stashes
51912              From: Abhijit Menon-Sen <ams@wiw.org>
51913              Date: Tue, 12 Jun 2001 12:47:04 +0530
51914              Message-ID: <20010612124704.A29029@lustre.linux.in>
51915      Branch: perl
51916            ! dump.c gv.c sv.c xsutils.c
51917 ____________________________________________________________________________
51918 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
51919         Log: One more test for $^S.
51920      Branch: perl
51921            ! t/op/magic.t
51922 ____________________________________________________________________________
51923 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
51924         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
51925              From: Abhijit Menon-Sen <ams@wiw.org>
51926              Date: Tue, 12 Jun 2001 17:35:55 +0530
51927              Message-ID: <20010612173555.A32426@lustre.linux.in>
51928      Branch: perl
51929            ! mg.c t/op/magic.t
51930 ____________________________________________________________________________
51931 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
51932         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
51933              From: Mike Guy <mjtg@cam.ac.uk>
51934              Date: Tue, 12 Jun 2001 13:14:15 +0100
51935              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
51936      Branch: perl
51937            ! pod/perlop.pod
51938 ____________________________________________________________________________
51939 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
51940         Log: AUTHORS updates.
51941      Branch: perl
51942            ! AUTHORS
51943 ____________________________________________________________________________
51944 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
51945         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
51946              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
51947              Content-Transfer-Encoding: 7bit
51948              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
51949      Branch: perl
51950            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
51951 ____________________________________________________________________________
51952 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
51953         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
51954              From: "Philip Newton" <Philip.Newton@gmx.net>
51955              Date: Mon, 11 Jun 2001 07:08:03 +0200
51956              Message-Id: <200106120802.LAA08992@taas.iki.fi>
51957      Branch: perl
51958            ! t/base/term.t
51959 ____________________________________________________________________________
51960 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
51961         Log: Cleanup the a2p.c for -Wall.
51962      Branch: perl
51963            ! x2p/Makefile.SH x2p/a2p.c
51964 ____________________________________________________________________________
51965 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
51966         Log: File::Find update for MacOS from Chris Nandor.
51967      Branch: perl
51968            ! lib/File/Find.pm t/lib/filefind.t
51969 ____________________________________________________________________________
51970 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
51971         Log: gcc -Wall nits picked out by a non-UNIX system
51972              (courtesy of Mark Bixby)
51973      Branch: perl
51974            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
51975            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
51976            ! pp_sys.c util.c
51977 ____________________________________________________________________________
51978 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
51979         Log: Metaconfig unit change for #10522.  (The d_modfl changes
51980              placate metalint.)
51981      Branch: metaconfig/U/perl
51982            ! d_modfl.U d_u32align.U
51983 ____________________________________________________________________________
51984 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
51985         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
51986              be "./try 2>&1 >/dev/null".
51987      Branch: perl
51988            ! Configure
51989 ____________________________________________________________________________
51990 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
51991         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
51992              From: "Craig A. Berry" <craigberry@mac.com>
51993              Date: Mon, 11 Jun 2001 14:00:32 -0500
51994              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
51995      Branch: perl
51996            ! configure.com
51997 ____________________________________________________________________________
51998 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
51999         Log: Move the full \p\P lists to perlunicode.
52000      Branch: perl
52001            ! pod/perlretut.pod pod/perlunicode.pod
52002 ____________________________________________________________________________
52003 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
52004         Log: VOS build tweak for 5.6.1 from Paul Green.
52005      Branch: maint-5.6/perl
52006            ! vos/build.cm
52007 ____________________________________________________________________________
52008 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
52009         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
52010              From: "Craig A. Berry" <craigberry@mac.com>
52011              Date: Fri, 8 Jun 2001 18:08:18 -0500
52012              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
52013      Branch: perl
52014            ! vms/vms.c
52015 ____________________________________________________________________________
52016 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
52017         Log: Update Changes.
52018      Branch: perl
52019            ! Changes patchlevel.h
52020 ____________________________________________________________________________
52021 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
52022         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
52023      Branch: perl
52024            ! vos/config.alpha.h vos/config.ga.h
52025 ____________________________________________________________________________
52026 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
52027         Log: VOS updates from Paul Green for @10476.
52028      Branch: perl
52029            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
52030            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52031            ! vos/config.ga.h vos/configure_perl.cm
52032 ____________________________________________________________________________
52033 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
52034         Log: Subject: [PATCH] Not many people know this ...
52035              From: Mike Guy <mjtg@cam.ac.uk>
52036              Date: Mon, 11 Jun 2001 14:55:15 +0100
52037              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
52038      Branch: perl
52039            ! pod/perldebug.pod
52040 ____________________________________________________________________________
52041 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
52042         Log: Add final commas to lists as suggested by Philip Newton.
52043      Branch: perl
52044            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52045 ____________________________________________________________________________
52046 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
52047         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
52048              Date: Sun, 10 Jun 2001 23:35:38 -0400
52049              From: Chris Nandor <pudge@pobox.com>
52050              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
52051      Branch: perl
52052            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
52053            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
52054            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
52055            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
52056            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
52057            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
52058            ! t/op/write.t t/pragma/strict.t
52059 ____________________________________________________________________________
52060 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
52061         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
52062              From: Chris Nandor <pudge@pobox.com>
52063              Date: Mon, 11 Jun 2001 08:24:28 -0400
52064              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
52065      Branch: perl
52066            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
52067            ! t/lib/io_dir.t
52068 ____________________________________________________________________________
52069 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
52070         Log: One more run_byacc (a hand-tweaked version had slipped in).
52071      Branch: perl
52072            ! perly.c vms/perly_c.vms
52073 ____________________________________________________________________________
52074 [ 10509] By: nick                                  on 2001/06/11  07:49:15
52075         Log: Integrate mainline
52076      Branch: perlio
52077           !> Makefile.SH embed.h embed.pl global.sym
52078           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
52079           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
52080           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
52081           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
52082 ____________________________________________________________________________
52083 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
52084         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
52085              From: Mike Guy <mjtg@cam.ac.uk>
52086              Reply-To: mjtg@cam.ac.uk
52087              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
52088      Branch: perl
52089            ! lib/ExtUtils/Manifest.pm
52090 ____________________________________________________________________________
52091 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
52092         Log: Subject: [PATCH] ExtUtils::Constant
52093              From: Nicholas Clark <nick@ccl4.org>
52094              Date: Sun, 10 Jun 2001 23:25:41 +0100
52095              Message-ID: <20010610232540.C76396@plum.flirble.org>
52096      Branch: perl
52097            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52098 ____________________________________________________________________________
52099 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
52100         Log: Integrate perlio:
52101              
52102              [ 10504]
52103              Fix (valid) -Wall warnings in perlio.c
52104      Branch: perl
52105           !> iperlsys.h
52106 ____________________________________________________________________________
52107 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
52108         Log: Move the grok_number and its lieutenant grok_numeric_radix
52109              from sv.c statics to util.c and public.
52110      Branch: perl
52111            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
52112            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
52113 ____________________________________________________________________________
52114 [ 10504] By: nick                                  on 2001/06/10  17:47:06
52115         Log: Fix (valid) -Wall warnings in perlio.c
52116      Branch: perlio
52117            ! iperlsys.h
52118 ____________________________________________________________________________
52119 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
52120         Log: Update perly_c.diff, update perly.fixer to edit away
52121              some of the -Wall noise.
52122      Branch: perl
52123            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
52124 ____________________________________________________________________________
52125 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
52126         Log: Check the version of byacc.
52127      Branch: perl
52128            ! Makefile.SH
52129 ____________________________________________________________________________
52130 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
52131         Log: Subject: [PATCH] perly.y overhaul
52132              From: Simon Cozens <simon@netthink.co.uk>
52133              Date: Sun, 10 Jun 2001 16:56:54 +0100
52134              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
52135              
52136              Plus make run_byacc.
52137      Branch: perl
52138            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
52139 ____________________________________________________________________________
52140 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
52141         Log: Integrate perlio:
52142              
52143              [ 10497]
52144              Paper over a crack or two with USE_SFIO
52145      Branch: perl
52146           !> perlio.c perlsfio.h
52147 ____________________________________________________________________________
52148 [ 10499] By: nick                                  on 2001/06/10  15:01:08
52149         Log: Integrate mainline
52150      Branch: perlio
52151           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
52152           !> t/pragma/locale.t util.c
52153 ____________________________________________________________________________
52154 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
52155         Log: Put some meat on the perl572delta bones.  The list of
52156              selected bug fixes needs more work, as does still the
52157              whole document.
52158      Branch: perl
52159            ! pod/perl572delta.pod
52160 ____________________________________________________________________________
52161 [ 10497] By: nick                                  on 2001/06/10  12:27:51
52162         Log: Paper over a crack or two with USE_SFIO
52163      Branch: perlio
52164            ! perlio.c perlsfio.h
52165 ____________________________________________________________________________
52166 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
52167         Log: Update Changes.
52168      Branch: perl
52169            ! Changes patchlevel.h
52170 ____________________________________________________________________________
52171 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
52172         Log: Subject: Re: pragma/locale.t #107
52173              From: Hugo <hv@crypt.compulink.co.uk>
52174              Date: Sun, 10 Jun 2001 11:23:30 +0100
52175              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
52176              
52177              Encapsulate the scan of the decimal radix separator.
52178      Branch: perl
52179            ! embed.h embed.pl proto.h sv.c
52180 ____________________________________________________________________________
52181 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
52182         Log: Try to grok numbers both with the locale specific separator
52183              and with the usual "." (if different from the lss); add a test
52184              to locale.t to do also a little bit of math in addition to just
52185              equalness testing; remove extraneous logic as suggested in
52186              
52187              Subject: Re: pragma/locale.t #107
52188              From: Nicholas Clark <nick@ccl4.org>
52189              Date: Sat, 9 Jun 2001 22:37:36 +0100
52190              Message-ID: <20010609223735.Y76396@plum.flirble.org>
52191      Branch: perl
52192            ! sv.c t/pragma/locale.t
52193 ____________________________________________________________________________
52194 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
52195         Log: Metaconfig unit change for #10492.
52196      Branch: metaconfig/U/perl
52197            ! Extensions.U
52198 ____________________________________________________________________________
52199 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
52200         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
52201              From: Artur Bergman <artur@contiller.se> 
52202              Date: Sat, 09 Jun 2001 21:03:51 +0200
52203              Message-ID: <B7483FB6.1398%artur@contiller.se>
52204      Branch: perl
52205            ! Configure
52206 ____________________________________________________________________________
52207 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
52208         Log: Integrate perlio:
52209              
52210              [ 10489]
52211              Make XS/Typemap compile (but fail) with sfio
52212      Branch: perl
52213           !> perlsfio.h
52214 ____________________________________________________________________________
52215 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
52216         Log: Do locale specific separator if only in locale.
52217      Branch: perl
52218            ! util.c
52219 ____________________________________________________________________________
52220 [ 10489] By: nick                                  on 2001/06/09  19:13:25
52221         Log: Make XS/Typemap compile (but fail) with sfio
52222      Branch: perlio
52223            ! perlsfio.h
52224 ____________________________________________________________________________
52225 [ 10488] By: nick                                  on 2001/06/09  19:12:51
52226         Log: Re-integrate mainline
52227      Branch: perlio
52228           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
52229           !> proto.h sv.c util.c
52230 ____________________________________________________________________________
52231 [ 10487] By: nick                                  on 2001/06/09  16:26:29
52232         Log: Integrate mainline
52233      Branch: perlio
52234           !> (integrate 31 files)
52235 ____________________________________________________________________________
52236 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
52237         Log: Subject: [PATCH] New attempt to clone callack
52238              From: Artur Bergman <artur@contiller.se> 
52239              Date: Thu, 07 Jun 2001 11:52:16 +0200
52240              Message-ID: <B7451B6F.12B7%artur@contiller.se>
52241      Branch: perl
52242            ! embedvar.h intrpvar.h perlapi.h sv.c
52243 ____________________________________________________________________________
52244 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
52245         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
52246      Branch: perl
52247            ! embed.h embed.pl perl.h proto.h sv.c util.c
52248 ____________________________________________________________________________
52249 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
52250         Log: Subject: Re: pragma/locale.t #107
52251              From: Nicholas Clark <nick@ccl4.org>
52252              Date: Sat, 9 Jun 2001 16:26:10 +0100
52253              Message-ID: <20010609162609.V76396@plum.flirble.org>
52254              
52255              A missing NVification.
52256      Branch: perl
52257            ! sv.c
52258 ____________________________________________________________________________
52259 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
52260         Log: Redo the #10482, there already was a test script for formats.
52261      Branch: perl
52262            - t/io/format.t
52263            ! MANIFEST t/op/write.t
52264 ____________________________________________________________________________
52265 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
52266         Log: Twisted format testing, from Merijn.
52267      Branch: perl
52268            + t/io/format.t
52269            ! MANIFEST
52270 ____________________________________________________________________________
52271 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
52272         Log: More \p{In...} testing, combined with \N{...}.
52273      Branch: perl
52274            ! lib/utf8_heavy.pl t/op/pat.t
52275 ____________________________________________________________________________
52276 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
52277         Log: Metaconfig changes for #10479.
52278      Branch: metaconfig
52279            ! U/Glossary.patch
52280      Branch: metaconfig/U/perl
52281            ! d_modfl.U
52282 ____________________________________________________________________________
52283 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
52284         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
52285      Branch: perl
52286            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52287            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
52288            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
52289            ! win32/config.bc win32/config.gc win32/config.vc
52290 ____________________________________________________________________________
52291 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
52292         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
52293              From: "Craig A. Berry" <craigberry@mac.com>
52294              Date: Thu, 7 Jun 2001 14:27:20 -0500
52295              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
52296      Branch: perl
52297            ! vms/perlvms.pod
52298 ____________________________________________________________________________
52299 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
52300         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
52301              From: Gisle Aas <gisle@ActiveState.com>
52302              Date: 07 Jun 2001 17:04:29 -0700
52303              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
52304      Branch: perl
52305            ! ext/re/re.xs
52306 ____________________________________________________________________________
52307 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
52308         Log: Update Changes.
52309      Branch: perl
52310            ! Changes patchlevel.h
52311 ____________________________________________________________________________
52312 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
52313         Log: Regen Glossary et alia.
52314      Branch: perl
52315            ! Porting/Glossary Porting/config.sh Porting/config_H
52316 ____________________________________________________________________________
52317 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
52318         Log: Metaconfig unit changes for #10473.
52319      Branch: metaconfig/U/perl
52320            ! d_modfl.U
52321 ____________________________________________________________________________
52322 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
52323         Log: Harumph, also AIX will spill its guts (i.e. dump core)
52324              if an executable contains modfl() but it hasn't been
52325              compiled right (in the case of AIX, with cc -qlongdouble).
52326      Branch: perl
52327            ! Configure
52328 ____________________________________________________________________________
52329 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
52330         Log: integrate change#10471 from mainline
52331              
52332              in change#10451, check that CvOUTSIDE is a CV before looking in
52333              (it can apparently be SVt_NULL during global destruction)
52334      Branch: maint-5.6/perl
52335           !> op.c
52336 ____________________________________________________________________________
52337 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
52338         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
52339              (it can apparently be SVt_NULL during global destruction)
52340      Branch: perl
52341            ! op.c
52342 ____________________________________________________________________________
52343 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
52344         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
52345              From: Robin Barker <rmb1@cise.npl.co.uk>
52346              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
52347              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
52348      Branch: perl
52349            ! lib/diagnostics.pm pod/perldiag.pod
52350 ____________________________________________________________________________
52351 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
52352         Log: Subject: [PATCH perl@10439] long =item
52353              From: Robin Barker <rmb1@cise.npl.co.uk>
52354              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
52355              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
52356      Branch: perl
52357            ! README.amiga lib/Attribute/Handlers.pm
52358            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
52359 ____________________________________________________________________________
52360 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
52361         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
52362              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
52363              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
52364              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
52365      Branch: perl
52366            ! pod/perlguts.pod
52367 ____________________________________________________________________________
52368 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
52369         Log: Integrate perlio:
52370              
52371              [ 10466]
52372              MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
52373              whitespace tweaks.
52374              Still coredumps in pragma/overload.t - what a nice hard fail that is...
52375      Branch: perl
52376           !> sv.c
52377 ____________________________________________________________________________
52378 [ 10466] By: nick                                  on 2001/06/07  10:25:40
52379         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
52380              whitespace tweaks.
52381              Still coredumps in pragma/overload.t - what a nice hard fail that is...
52382      Branch: perlio
52383            ! sv.c
52384 ____________________________________________________________________________
52385 [ 10465] By: nick                                  on 2001/06/07  08:41:58
52386         Log: Raw integrate of mainline for S_grok_number debug
52387              (sv.c has MULTIPLICITY issues as well as whatever else ...)
52388      Branch: perlio
52389            - plan9/perlplan9.doc plan9/perlplan9.pod
52390           !> (integrate 46 files)
52391 ____________________________________________________________________________
52392 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
52393         Log: The proper prototyping for #10463.
52394      Branch: perl
52395            ! embed.h embed.pl proto.h sv.c
52396 ____________________________________________________________________________
52397 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
52398         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
52399              From: Nicholas Clark <nick@ccl4.org>
52400              Date: Thu, 7 Jun 2001 00:29:59 +0100
52401              Message-ID: <20010607002959.Z76396@plum.flirble.org>
52402      Branch: perl
52403            ! sv.c
52404 ____________________________________________________________________________
52405 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
52406         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
52407              From: "Craig A. Berry" <craigberry@mac.com>
52408              Date: Wed, 06 Jun 2001 17:54:30 -0500
52409              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
52410      Branch: perl
52411            ! vms/perlvms.pod
52412 ____________________________________________________________________________
52413 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
52414         Log: Podify the remaining README.platform files;
52415              merge README.plan9 and plan9/perlplan9.pod;
52416              delete plan9/perlplan9.* (the perlplan.doc needs to
52417              be regenerated in Plan 9); make the =head1 and =head2
52418              in the README.platform to be a little more verbose
52419              (skipped README.os2 not to anger Ilya) so that they
52420              look better in the toc; regen toc.
52421      Branch: perl
52422            - plan9/perlplan9.doc plan9/perlplan9.pod
52423            ! MANIFEST README.aix README.amiga README.apollo README.beos
52424            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
52425            ! README.hpux README.hurd README.machten README.macos
52426            ! README.micro README.mint README.mpeix README.os390
52427            ! README.plan9 README.qnx README.solaris README.threads
52428            ! README.tru64 README.vmesa README.vms README.vos README.win32
52429            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
52430            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
52431 ____________________________________________________________________________
52432 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
52433         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
52434              From: Mike Guy <mjtg@cam.ac.uk>
52435              Reply-To: mjtg@cam.ac.uk
52436              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
52437      Branch: perl
52438            ! pod/perlguts.pod
52439 ____________________________________________________________________________
52440 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
52441         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
52442              From: Mike Guy <mjtg@cam.ac.uk>
52443              Reply-To: mjtg@cam.ac.uk
52444              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
52445      Branch: perl
52446            ! pod/perlsec.pod
52447 ____________________________________________________________________________
52448 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
52449         Log: Disable long doubles from pre-5.0 Tru64s.
52450      Branch: perl
52451            ! README.tru64 hints/dec_osf.sh
52452 ____________________________________________________________________________
52453 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
52454         Log: The #10455 exposed that modfl() is fundamentally busted
52455              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
52456              testing it.
52457      Branch: perl
52458            ! hints/dec_osf.sh
52459 ____________________________________________________________________________
52460 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
52461         Log: Metaconfig unit change for #10455.
52462      Branch: metaconfig/U/perl
52463            ! d_modfl.U
52464 ____________________________________________________________________________
52465 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
52466         Log: Configure check for geborken modfl(), inspired by
52467              
52468              Subject: Re: [20010118.017] op/int.t failure 
52469              From: Hugo <hv@crypt.compulink.co.uk>
52470              Date: Tue, 05 Jun 2001 13:43:27 +0100
52471              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
52472      Branch: perl
52473            ! Configure
52474 ____________________________________________________________________________
52475 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
52476         Log: Integrate changes #10450 and #10451 from maintperl:
52477              
52478              optimize change#10448 slightly (don't repeat search in eval""s lexical
52479              scope, since that has already been searched)
52480              
52481              change#9108 needs subtler treatment for case of closures created
52482              within eval""
52483      Branch: perl
52484           !> op.c t/op/misc.t
52485 ____________________________________________________________________________
52486 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
52487         Log: MakeMaker magic to compile (when no dynamic loading)
52488              List/Util.xsc as (ListUtil.c and) ListUtil.o since
52489              POSIX-BC (BS2000) linker has an evil limitation of
52490              being unable to include in the same executable several
52491              object files with the same name - case-insensitively -
52492              because otherwise we conflict with util.c.
52493              Strictly speaking currently required only in POSIX-BC
52494              but probably will do no harm elsewhere where static
52495              linking is required.
52496      Branch: perl
52497            ! ext/List/Util/Makefile.PL
52498 ____________________________________________________________________________
52499 [ 10452] By: nick                                  on 2001/06/06  08:59:51
52500         Log: Integrate mainline.
52501      Branch: perlio
52502           +> lib/Attribute/Handlers/demo/Demo.pm
52503           +> lib/Attribute/Handlers/demo/Descriptions.pm
52504           +> lib/Attribute/Handlers/demo/MyClass.pm
52505           +> lib/Attribute/Handlers/demo/demo.pl
52506           +> lib/Attribute/Handlers/demo/demo2.pl
52507           +> lib/Attribute/Handlers/demo/demo3.pl
52508           +> lib/Attribute/Handlers/demo/demo4.pl
52509           +> lib/Attribute/Handlers/demo/demo_call.pl
52510           +> lib/Attribute/Handlers/demo/demo_chain.pl
52511           +> lib/Attribute/Handlers/demo/demo_cycle.pl
52512           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
52513           +> lib/Attribute/Handlers/demo/demo_phases.pl
52514           +> lib/Attribute/Handlers/demo/demo_range.pl
52515           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
52516           +> uts/strtol_wrap.c
52517           !> (integrate 91 files)
52518 ____________________________________________________________________________
52519 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
52520         Log: change#9108 needs subtler treatment for case of closures created
52521              within eval""
52522      Branch: maint-5.6/perl
52523            ! op.c t/op/misc.t
52524 ____________________________________________________________________________
52525 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
52526         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
52527              scope, since that has already been searched)
52528      Branch: maint-5.6/perl
52529            ! op.c
52530 ____________________________________________________________________________
52531 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
52532         Log: Integrate change #10448 from maintperl; lexicals
52533              outside an eval"" weren't resolved correctly inside a subroutine
52534              definition inside the eval"" if they were not already referenced
52535              in the toplevel of the eval""-ed code
52536      Branch: perl
52537           !> cop.h op.c pp_ctl.c t/op/misc.t
52538 ____________________________________________________________________________
52539 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
52540         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
52541              outside an eval"" weren't resolved correctly inside a subroutine
52542              definition inside the eval"" if they were not already referenced
52543              in the toplevel of the eval""-ed code
52544      Branch: maint-5.6/perl
52545            ! cop.h op.c pp_ctl.c t/op/misc.t
52546 ____________________________________________________________________________
52547 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
52548         Log: Subject: [PATCH] perl570delta.pod
52549              From: Peter Scott <Peter@PSDT.com> 
52550              Date: Tue, 05 Jun 2001 18:51:02 -0700
52551              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
52552      Branch: perl
52553            ! pod/perl570delta.pod
52554 ____________________________________________________________________________
52555 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
52556         Log: The fudge factor is no more needed.  I hope.
52557      Branch: perl
52558            ! t/lib/posix.t
52559 ____________________________________________________________________________
52560 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
52561         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
52562              From: Hugo <hv@crypt.compulink.co.uk>
52563              Date: Tue, 05 Jun 2001 12:58:19 +0100
52564              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
52565      Branch: perl
52566            ! util.c
52567 ____________________________________________________________________________
52568 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
52569         Log: Make up prototypes only for those who have the functions
52570              but not the prototypes.
52571      Branch: perl
52572            ! perl.h
52573 ____________________________________________________________________________
52574 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
52575         Log: Subject: Re: Not OK: perl@10439 on win32 
52576              From: Prymmer/Kahn <pvhp@best.com> 
52577              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
52578              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
52579      Branch: perl
52580            ! perl.h util.c
52581 ____________________________________________________________________________
52582 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
52583         Log: The metaconfig units changes for #10441.
52584      Branch: metaconfig
52585            ! U/modified/Extract.U U/modified/Extractall.U
52586            ! U/modified/Finish.U
52587 ____________________________________________________________________________
52588 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
52589         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
52590      Branch: perl
52591            ! Configure
52592 ____________________________________________________________________________
52593 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
52594         Log: Unnecessary fuzziness undone, noted by Mike Guy.
52595      Branch: perl
52596            ! t/op/tr.t
52597 ____________________________________________________________________________
52598 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
52599         Log: Update Changes.
52600      Branch: perl
52601            ! Changes patchlevel.h
52602 ____________________________________________________________________________
52603 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
52604         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
52605              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
52606              leakage patch.
52607      Branch: perl
52608            ! t/op/misc.t
52609 ____________________________________________________________________________
52610 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
52611         Log: Test case for #10433/#10424.
52612      Branch: perl
52613            ! t/op/misc.t
52614 ____________________________________________________________________________
52615 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
52616         Log: Subject: One fix for strtoul not setting errno
52617              From: hom00@utsglobal.com (Hal Morris)
52618              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
52619              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
52620      Branch: perl
52621            + uts/strtol_wrap.c
52622            ! MANIFEST hints/uts.sh
52623 ____________________________________________________________________________
52624 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
52625         Log: Metaconfig units changes for #10434.
52626      Branch: metaconfig
52627            ! U/modified/Cppsym.U
52628      Branch: metaconfig/U/perl
52629            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
52630            + d_syscallproto.U d_usleepproto.U
52631            ! longdblfio.U quadfio.U
52632 ____________________________________________________________________________
52633 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
52634         Log: Configure tweaks; add prototype probes, make the cpp symbols
52635              probe to cast, not whine; test for %Ld and %Lf before %lld and
52636              %llf because the L is the ANSI way.
52637      Branch: perl
52638            ! Configure config_h.SH configure.com epoc/config.sh
52639            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
52640            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
52641            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
52642 ____________________________________________________________________________
52643 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
52644         Log: Sigh.  This is what #10424 was supposed to check in.
52645      Branch: perl
52646            ! op.c sv.c sv.h
52647 ____________________________________________________________________________
52648 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
52649         Log: More verbose failure.
52650      Branch: perl
52651            ! t/op/ver.t
52652 ____________________________________________________________________________
52653 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
52654         Log: The .pm changes to go with #10428.
52655      Branch: perl
52656            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
52657            ! ext/Sys/Syslog/Syslog.pm
52658 ____________________________________________________________________________
52659 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
52660         Log: On second thoughts show to utf8 skippage message only
52661              on failures, it's too confusing otherwise,
52662      Branch: perl
52663            ! t/pragma/locale.t
52664 ____________________________________________________________________________
52665 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
52666         Log: Do not import anything from Encode.
52667      Branch: perl
52668            ! ext/MIME/Base64/QuotedPrint.pm
52669 ____________________________________________________________________________
52670 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
52671         Log: The #10402 didn't take.  Weird.
52672      Branch: perl
52673            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
52674            ! ext/Sys/Syslog/Syslog.xs
52675 ____________________________________________________________________________
52676 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
52677         Log: Eradicate traces of 'asciirange' re subpragma.
52678      Branch: perl
52679            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
52680            ! pod/perldiag.pod
52681 ____________________________________________________________________________
52682 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
52683         Log: use is a compile-time thing.
52684      Branch: perl
52685            ! ext/MIME/Base64/QuotedPrint.pm
52686 ____________________________________________________________________________
52687 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
52688         Log: Subject: [PATCH perl@10419] -Wall casting patch
52689              From: Robin Barker <rmb1@cise.npl.co.uk>
52690              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
52691              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
52692      Branch: perl
52693            ! ext/Devel/DProf/DProf.xs mg.c
52694 ____________________________________________________________________________
52695 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
52696         Log: Subject: [PATCH #2] introducing SVpad_TYPED
52697              From: Abhijit Menon-Sen <ams@wiw.org>
52698              Date: Mon, 4 Jun 2001 12:26:02 +0530
52699              Message-ID: <20010604122602.A5775@lustre.linux.in>
52700      Branch: perl
52701            ! op.c sv.c sv.h
52702 ____________________________________________________________________________
52703 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
52704         Log: testsuite for change#10192 (from Gisle Aas)
52705      Branch: perl
52706            + t/op/override.t
52707            ! MANIFEST
52708 ____________________________________________________________________________
52709 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
52710         Log: integrate changes#10414-10416 from mainline
52711              
52712              Potential buffer overrun if the radix separator is more than
52713              one byte.  Also, under locales, prefer the locale-specific
52714              separator over the old boring ".".
52715              
52716              "10.", that is, decimal numbers can have no decimal part at all.
52717              
52718              The non-locale places need love, too.
52719      Branch: maint-5.6/perl
52720           !> perl.h sv.c
52721 ____________________________________________________________________________
52722 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
52723         Log: Missed from #10420.
52724      Branch: perl
52725            ! epoc/config.sh
52726 ____________________________________________________________________________
52727 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
52728         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
52729              often this prototype goes with HAS_SETRESUID_PROTO.
52730      Branch: perl
52731            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52732            ! config_h.SH configure.com perl.h uconfig.h
52733 ____________________________________________________________________________
52734 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
52735         Log: Update Changes.
52736      Branch: perl
52737            ! Changes patchlevel.h
52738 ____________________________________________________________________________
52739 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
52740         Log: -Wall "subscript has type `char'" cleanup.
52741      Branch: perl
52742            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
52743 ____________________________________________________________________________
52744 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
52745         Log: Various "cast to pointer from integer of different size"
52746              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
52747              wide but I32 (int) only 32 bits wide).
52748              
52749              WARNING: the classnum and tagnum changes in Storable.xs
52750              may not be wise, they may be breaking binary compatibility
52751              (in 64-bit platforms), asked Raphael Manfredi about the changes.
52752      Branch: perl
52753            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
52754            ! mg.c proto.h
52755 ____________________________________________________________________________
52756 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
52757         Log: The non-locale places need love, too.
52758      Branch: perl
52759            ! perl.h
52760 ____________________________________________________________________________
52761 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
52762         Log: "10.", that is, decimal numbers can have no decimal part at all.
52763      Branch: perl
52764            ! perl.h
52765 ____________________________________________________________________________
52766 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
52767         Log: Potential buffer overrun if the radix separator is more than
52768              one byte.  Also, under locales, prefer the locale-specific
52769              separator over the old boring ".".
52770      Branch: perl
52771            ! perl.h sv.c
52772 ____________________________________________________________________________
52773 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
52774         Log: Integrate change #10412 from maintperl; locale is now
52775              per-cop, not per-op; plus retweak the locale.t to always
52776              list the skipped utf8 locales.
52777      Branch: perl
52778            ! t/pragma/locale.t
52779           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
52780           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
52781 ____________________________________________________________________________
52782 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
52783         Log: rationalize locale handling to fix the bugs uncovered by change#10394
52784              
52785              the major issue was that the runtime was looking at PL_hints rather
52786              than op_private to notice whether locale was enabled
52787              
52788              the secondary issue was that many locale-sensitive numeric ops didn't
52789              have HINT_LOCALE propagated into their op_private
52790              
52791              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
52792              instead of per-op, just like HINT_BYTE and the hints for lexical
52793              warnings (this makes the hint available to every op via PL_curcop)
52794              
52795              pragma/locale.t may need to be reworked with these fixes in mind
52796              (it currently passes its tests)
52797      Branch: maint-5.6/perl
52798            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
52799            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
52800 ____________________________________________________________________________
52801 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
52802         Log: More verbose debugging.
52803      Branch: perl
52804            ! t/pragma/locale.t
52805 ____________________________________________________________________________
52806 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
52807         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
52808              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
52809              Date: Sat, 2 Jun 2001 22:53:33 +0100
52810              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
52811      Branch: perl
52812            ! regcomp.c t/pragma/warn/regcomp
52813 ____________________________________________________________________________
52814 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
52815         Log: Mention that lexicalizing $a or $b is a bad idea if one
52816              wants to use sort().
52817      Branch: perl
52818            ! pod/perlvar.pod
52819 ____________________________________________________________________________
52820 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
52821         Log: Tweak the test to be happy if the accuracy is 'good enough'.
52822      Branch: perl
52823            ! t/lib/posix.t
52824 ____________________________________________________________________________
52825 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
52826         Log: Upgrade to Attribute::Handlers 0.70.
52827              
52828              NOTE: this unearthed the "too late for CHECK block" bug,
52829              that's why the 1_compile.t change.
52830      Branch: perl
52831            + lib/Attribute/Handlers/demo/Demo.pm
52832            + lib/Attribute/Handlers/demo/Descriptions.pm
52833            + lib/Attribute/Handlers/demo/MyClass.pm
52834            + lib/Attribute/Handlers/demo/demo.pl
52835            + lib/Attribute/Handlers/demo/demo2.pl
52836            + lib/Attribute/Handlers/demo/demo3.pl
52837            + lib/Attribute/Handlers/demo/demo4.pl
52838            + lib/Attribute/Handlers/demo/demo_call.pl
52839            + lib/Attribute/Handlers/demo/demo_chain.pl
52840            + lib/Attribute/Handlers/demo/demo_cycle.pl
52841            + lib/Attribute/Handlers/demo/demo_hashdir.pl
52842            + lib/Attribute/Handlers/demo/demo_phases.pl
52843            + lib/Attribute/Handlers/demo/demo_range.pl
52844            + lib/Attribute/Handlers/demo/demo_rawdata.pl
52845            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
52846            ! t/lib/attrhand.t
52847 ____________________________________________________________________________
52848 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
52849         Log: One less -Wall whine.
52850      Branch: perl
52851            ! regcomp.c
52852 ____________________________________________________________________________
52853 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
52854         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
52855      Branch: perl
52856           !> t/op/eval.t
52857 ____________________________________________________________________________
52858 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
52859         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
52860              aren't "normally" visible inside eval""s contained in subs unless
52861              a cloned reference to them already exists)
52862              
52863              strangely enough, t/harness didn't show this up as a failure
52864              (harness needs fixing?)
52865      Branch: maint-5.6/perl
52866            ! t/op/eval.t
52867 ____________________________________________________________________________
52868 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
52869         Log: Update to Text::Balanced 1.85.
52870      Branch: perl
52871            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
52872 ____________________________________________________________________________
52873 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
52874         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
52875              From: Nicholas Clark <nick@ccl4.org>
52876              Date: Sun, 3 Jun 2001 17:54:36 +0100
52877              Message-ID: <20010603175436.E76396@plum.flirble.org> 
52878      Branch: perl
52879            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
52880            ! ext/Sys/Syslog/Syslog.xs
52881 ____________________________________________________________________________
52882 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
52883         Log: Unused variables.
52884      Branch: perl
52885            ! util.c
52886 ____________________________________________________________________________
52887 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
52888         Log: Subject: [PATCH] APIfy op_clear 
52889              From: Simon Cozens <simon@netthink.co.uk>
52890              Date: Sun, 3 Jun 2001 13:51:46 +0100
52891              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
52892              
52893              (despite the subject line, op_null is APIfied by the patch)
52894      Branch: perl
52895            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
52896 ____________________________________________________________________________
52897 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
52898         Log: Subject: [PATCH] t/lib/extutils.t
52899              From: Nicholas Clark <nick@ccl4.org>
52900              Date: Sat, 2 Jun 2001 23:57:05 +0100
52901              Message-ID: <20010602235705.Q12698@plum.flirble.org>
52902      Branch: perl
52903            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52904 ____________________________________________________________________________
52905 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
52906         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
52907              From: Prymmer/Kahn <pvhp@best.com>
52908              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
52909              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
52910      Branch: perl
52911            ! win32/Makefile win32/makefile.mk
52912 ____________________________________________________________________________
52913 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
52914         Log: Subject: Re: 'decimal digits' macro? 
52915              From: Hugo <hv@crypt.compulink.co.uk>
52916              Date: Sun, 03 Jun 2001 04:26:36 +0100
52917              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
52918      Branch: perl
52919            ! handy.h t/lib/posix.t t/op/tr.t
52920 ____________________________________________________________________________
52921 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
52922         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
52923              From: Hugo <hv@crypt.compulink.co.uk>
52924              Date: Sun, 03 Jun 2001 14:56:30 +0100
52925              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
52926      Branch: perl
52927            ! util.c
52928 ____________________________________________________________________________
52929 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
52930         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
52931      Branch: perl
52932           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
52933           !> vms/perly_c.vms
52934 ____________________________________________________________________________
52935 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
52936         Log: fix leakage of lexicals at file scope into subroutines that were
52937              declared before them; this appears to be a longstanding bug that
52938              meant that lexicals at file scope were never "deintroduced", meaning
52939              their scope range was never properly closed, and their visibility
52940              extended to all subsequent eval""s or requires
52941              
52942              added a test case
52943              
52944              seems to also fix a case of bogus duplicate warnings
52945      Branch: maint-5.6/perl
52946            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
52947            ! vms/perly_c.vms
52948 ____________________________________________________________________________
52949 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
52950         Log: More VMS tweaks from Craig A. Berry.
52951      Branch: perl
52952            ! configure.com t/lib/extutils.t
52953 ____________________________________________________________________________
52954 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
52955         Log: -Wall cleanup continues.
52956      Branch: perl
52957            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
52958            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
52959            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
52960            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
52961            ! run.c toke.c util.c
52962 ____________________________________________________________________________
52963 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
52964         Log: The metaconfig unit change for #10390.
52965      Branch: metaconfig/U/perl
52966            ! gccvers.U
52967 ____________________________________________________________________________
52968 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
52969         Log: Drop the -ansi from the default gcc flags.
52970              
52971              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
52972              that struct cannot be compared with a flat integer, such as STRLEN.
52973              The -ansi will also cause a lot of noise in Solaris because of:
52974              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
52975      Branch: perl
52976            ! Configure
52977 ____________________________________________________________________________
52978 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
52979         Log: Integrate perlio:
52980              
52981              [ 10387]
52982              Tweak util.c's atof2 for MULTIPLICITY
52983      Branch: perl
52984           !> pod/perlapi.pod util.c
52985 ____________________________________________________________________________
52986 [ 10388] By: nick                                  on 2001/06/02  08:01:12
52987         Log: Integrate mainline
52988      Branch: perlio
52989           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
52990           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
52991           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
52992           !> t/lib/1_compile.t t/lib/mimeqp.t
52993 ____________________________________________________________________________
52994 [ 10387] By: nick                                  on 2001/06/02  07:39:17
52995         Log: Tweak util.c's atof2 for MULTIPLICITY
52996      Branch: perlio
52997            ! util.c
52998 ____________________________________________________________________________
52999 [ 10386] By: nick                                  on 2001/06/02  07:38:33
53000         Log: Integrate mainline
53001      Branch: perlio
53002           !> (integrate 41 files)
53003 ____________________________________________________________________________
53004 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
53005         Log: Add Attribute::Handlers 0.61 from Damian Conway.
53006      Branch: perl
53007            + lib/Attribute/Handlers.pm t/lib/attrhand.t
53008            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
53009 ____________________________________________________________________________
53010 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
53011         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
53012              From: Peter Prymmer <pvhp@forte.com>
53013              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
53014              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
53015      Branch: perl
53016            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
53017 ____________________________________________________________________________
53018 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
53019         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
53020              From: Jeff Pinyan <jeffp@crusoe.net>
53021              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
53022              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
53023      Branch: perl
53024            ! lib/File/Find.pm
53025 ____________________________________________________________________________
53026 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
53027         Log: Subject: [PATCH perl@10381] configure.com tweaks
53028              From: "Craig A. Berry" <craigberry@mac.com>
53029              Date: Fri, 1 Jun 2001 13:55:43 -0500
53030              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
53031      Branch: perl
53032            ! configure.com
53033 ____________________________________________________________________________
53034 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
53035         Log: Update Changes.
53036      Branch: perl
53037            ! Changes patchlevel.h
53038 ____________________________________________________________________________
53039 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
53040         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
53041              From: Mike Guy <mjtg@cam.ac.uk>
53042              Date: Fri, 01 Jun 2001 18:17:02 +0100
53043              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
53044      Branch: perl
53045            ! lib/perl5db.pl
53046 ____________________________________________________________________________
53047 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
53048         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
53049              From: Hugo <hv@crypt.compulink.co.uk>
53050              Date: Thu, 31 May 2001 20:49:48 +0100
53051              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
53052      Branch: perl
53053            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
53054            ! util.c
53055 ____________________________________________________________________________
53056 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
53057         Log: Zero() is not available in x2p (or, rather, some of its
53058              implementations like memzero() might not be available.)
53059      Branch: perl
53060            ! x2p/hash.c
53061 ____________________________________________________________________________
53062 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
53063         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
53064              From: Michael G Schwern <schwern@pobox.com>
53065              Date: Fri, 1 Jun 2001 12:00:29 +0100
53066              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
53067              
53068              (But use Zero() instead of memset.)
53069      Branch: perl
53070            ! x2p/hash.c
53071 ____________________________________________________________________________
53072 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
53073         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
53074              From: Jeff Pinyan <jeffp@crusoe.net>
53075              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
53076              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
53077      Branch: perl
53078            ! pod/perldiag.pod regcomp.c t/op/pat.t
53079 ____________________________________________________________________________
53080 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
53081         Log: Retract #10324 and #10333; not needed.
53082      Branch: perl
53083            ! hints/irix_6.sh hints/linux.sh
53084 ____________________________________________________________________________
53085 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
53086         Log: The #10370 wasn't quite right.
53087      Branch: perl
53088            ! ext/XS/Typemap/Typemap.xs
53089 ____________________________________________________________________________
53090 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
53091         Log: The metaconfig units changes for #10372.
53092      Branch: metaconfig/U/perl
53093            + d_realpath.U d_sresgproto.U d_sresuproto.U
53094            ! gccvers.U i_db.U
53095 ____________________________________________________________________________
53096 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
53097         Log: Configure tweaks; record the Berkeley DB version,
53098              probe for realpath(), for setresuid() and setresgid()
53099              prototypes; use realpath() (try to be paranoid enough),
53100              use the setres[ug]id prototypes because glibc has the functions
53101              but not their prototypes; add -Wall -ansi to gcc ccflags;
53102              regen toc.
53103      Branch: perl
53104            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53105            ! config_h.SH configure.com epoc/config.sh
53106            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
53107            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
53108            ! vos/config.ga.def win32/config.bc win32/config.gc
53109            ! win32/config.vc
53110 ____________________________________________________________________________
53111 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
53112         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
53113              From: Michael G Schwern <schwern@pobox.com>
53114              Date: Fri, 1 Jun 2001 11:28:14 +0100
53115              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
53116      Branch: perl
53117            ! lib/attributes.pm xsutils.c
53118 ____________________________________________________________________________
53119 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
53120         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
53121              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53122              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
53123              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
53124      Branch: perl
53125            ! ext/XS/Typemap/Typemap.xs
53126 ____________________________________________________________________________
53127 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
53128         Log: Subject: [patch] Cwd.xs optimizations/abstraction
53129              From: Doug MacEachern <dougm@covalent.net>
53130              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
53131              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
53132      Branch: perl
53133            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
53134            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
53135 ____________________________________________________________________________
53136 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
53137         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!])
53138              From: Nicholas Clark <nick@ccl4.org>
53139              Date: Thu, 31 May 2001 23:56:40 +0100
53140              Message-ID: <20010531235640.F12698@plum.flirble.org>
53141              
53142              Make the test work also under only static extensions
53143              (sh Configure -Uusedl fakes this nicely)
53144      Branch: perl
53145            ! t/lib/extutils.t
53146 ____________________________________________________________________________
53147 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
53148         Log: Subject: [PATCH hv.c] Eliminating trigraph
53149              From: Michael G Schwern <schwern@pobox.com>
53150              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
53151              Date: Fri, 1 Jun 2001 11:49:56 +0100
53152      Branch: perl
53153            ! hv.c
53154 ____________________________________________________________________________
53155 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
53156         Log: Subject: Re: [PATCH] Tests for File::Compare 
53157              From: "Philip Newton" <Philip.Newton@gmx.net>
53158              Date: Thu, 31 May 2001 19:44:05 +0200
53159              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
53160              
53161              Unnecessary "quotation marks".
53162      Branch: perl
53163            ! t/lib/filecomp.t
53164 ____________________________________________________________________________
53165 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
53166         Log: Integrate perlio:
53167              
53168              [ 10364]
53169              Cleanup dll.base and dll.exp created by GCC builds.
53170              
53171              [ 10363]
53172              Make filecomp test work on CRLF platforms by adding binmode.
53173      Branch: perl
53174           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
53175 ____________________________________________________________________________
53176 [ 10364] By: nick                                  on 2001/06/01  10:13:31
53177         Log: Cleanup dll.base and dll.exp created by GCC builds.
53178      Branch: perlio
53179            ! lib/ExtUtils/MM_Win32.pm
53180 ____________________________________________________________________________
53181 [ 10363] By: nick                                  on 2001/06/01  10:02:17
53182         Log: Make filecomp test work on CRLF platforms by adding binmode.
53183      Branch: perlio
53184            ! t/lib/filecomp.t
53185 ____________________________________________________________________________
53186 [ 10362] By: nick                                  on 2001/06/01  08:37:17
53187         Log: Integrate mainline
53188      Branch: perlio
53189           !> Changes Configure patchlevel.h perlio.c
53190 ____________________________________________________________________________
53191 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
53192         Log: panic:claustrophobia.
53193      Branch: perl
53194            ! perlio.c
53195 ____________________________________________________________________________
53196 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
53197         Log: Update Changes.
53198      Branch: perl
53199            ! Changes patchlevel.h
53200 ____________________________________________________________________________
53201 [ 10359] By: nick                                  on 2001/05/31  12:35:50
53202         Log: Integrate mainline.
53203      Branch: perlio
53204           +> t/lib/filecomp.t
53205           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
53206           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
53207 ____________________________________________________________________________
53208 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
53209         Log: Integrate perlio:
53210              
53211              [ 10350]
53212              win32 - dmake regen_config_h
53213              
53214              [ 10348]
53215              Tolerate Win32 numerics
53216      Branch: perl
53217           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
53218           !> win32/config_H.vc
53219 ____________________________________________________________________________
53220 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
53221         Log: Metaconfig unit change for #10356.
53222      Branch: metaconfig
53223            ! U/installdirs/inc_version_list.U
53224 ____________________________________________________________________________
53225 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
53226         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
53227              (idea from Sarathy; implementation from Andy)
53228      Branch: perl
53229            ! Configure
53230 ____________________________________________________________________________
53231 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
53232         Log: More AUTHORS.
53233      Branch: perl
53234            ! AUTHORS
53235 ____________________________________________________________________________
53236 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
53237         Log: Subject: Re: [PATCH] Tests for File::Compare
53238              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
53239              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
53240              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
53241      Branch: perl
53242            + t/lib/filecomp.t
53243            ! MANIFEST t/lib/1_compile.t
53244 ____________________________________________________________________________
53245 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
53246         Log: Subject: [PATCH] DEBUG_* macro cleanups
53247              From: Abhijit Menon-Sen <ams@wiw.org>
53248              Date: Thu, 31 May 2001 12:16:22 +0530
53249              Message-ID: <20010531121622.B4829@lustre.linux.in>
53250              
53251              Subject: Re: [PATCH] DEBUG_* macro cleanups
53252              From: Abhijit Menon-Sen <ams@wiw.org>
53253              Date: Thu, 31 May 2001 13:57:01 +0530
53254              Message-ID: <20010531135701.A21775@lustre.linux.in>
53255              
53256              (The DEBUG_ definitions in perl.h changed to use the
53257              STMT_START and STMT_END.)
53258      Branch: perl
53259            ! perl.h pp_ctl.c sv.c toke.c
53260 ____________________________________________________________________________
53261 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
53262         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
53263              From: Abhijit Menon-Sen <ams@wiw.org>
53264              Date: Thu, 31 May 2001 08:27:55 +0530
53265              Message-ID: <20010531082755.A10018@lustre.linux.in>
53266      Branch: perl
53267            ! ext/Storable/Storable.xs gv.c perl.c
53268 ____________________________________________________________________________
53269 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
53270         Log: Subject: [PATCH] AUTHORS
53271              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53272              Date: Thu, 31 May 2001 01:27:59 -0500
53273              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
53274              
53275              Subject: Re: [PATCH] AUTHORS
53276              From: "Philip Newton" <Philip.Newton@gmx.net>
53277              Date: Thu, 31 May 2001 10:08:06 +0200
53278              (Message-Id missing?)
53279      Branch: perl
53280            ! AUTHORS
53281 ____________________________________________________________________________
53282 [ 10350] By: nick                                  on 2001/05/31  11:40:43
53283         Log: win32 - dmake regen_config_h
53284      Branch: perlio
53285            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53286 ____________________________________________________________________________
53287 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
53288         Log: Subject: Re: [PATCH util.c] More warning cleanups.
53289              From: "Philip Newton" <Philip.Newton@gmx.net>
53290              Date: Thu, 31 May 2001 07:41:36 +0200
53291              Message-Id: <200105310538.IAA25458@taku.hut.fi>
53292              
53293              Undo C++-ism that snekt in.
53294      Branch: perl
53295            ! util.c
53296 ____________________________________________________________________________
53297 [ 10348] By: nick                                  on 2001/05/31  11:36:46
53298         Log: Tolerate Win32 numerics
53299      Branch: perlio
53300            ! t/pragma/warn/toke
53301 ____________________________________________________________________________
53302 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
53303         Log: Integrate perlio:
53304              
53305              [ 10346]
53306              Hack to restore Win32 pseudo fork broken by Multiple Interpreter
53307              perlio.c change 10255.
53308              
53309              [ 10345]
53310              Conditionally put back some "unused" dTHX which are used
53311              with PERL_IMPLICIT_SYS
53312              
53313              [ 10344]
53314              Fix Win32 for new spelling IN_BYTES 
53315              
53316              [ 10343]
53317              perlio.c -Wall cleaner under MULTIPLICITY
53318              - still minor noise with linux stdio
53319      Branch: perl
53320           !> perlio.c win32/win32.h
53321 ____________________________________________________________________________
53322 [ 10346] By: nick                                  on 2001/05/31  10:54:55
53323         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
53324              perlio.c change 10255.
53325      Branch: perlio
53326            ! perlio.c
53327 ____________________________________________________________________________
53328 [ 10345] By: nick                                  on 2001/05/31  10:01:57
53329         Log: Conditionally put back some "unused" dTHX which are used
53330              with PERL_IMPLICIT_SYS
53331      Branch: perlio
53332            ! perlio.c
53333 ____________________________________________________________________________
53334 [ 10344] By: nick                                  on 2001/05/31  10:00:59
53335         Log: Fix Win32 for new spelling IN_BYTES 
53336      Branch: perlio
53337            ! win32/win32.h
53338 ____________________________________________________________________________
53339 [ 10343] By: nick                                  on 2001/05/31  08:01:32
53340         Log: perlio.c -Wall cleaner under MULTIPLICITY
53341              - still minor noise with linux stdio
53342      Branch: perlio
53343            ! perlio.c
53344 ____________________________________________________________________________
53345 [ 10342] By: nick                                  on 2001/05/31  07:52:23
53346         Log: Integrate mainline.
53347      Branch: perlio
53348           !> (integrate 42 files)
53349 ____________________________________________________________________________
53350 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
53351         Log: AUTHORS updates.
53352      Branch: perl
53353            ! AUTHORS
53354 ____________________________________________________________________________
53355 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
53356         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
53357              From: Peter Prymmer <pvhp@forte.com>
53358              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
53359              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
53360      Branch: perl
53361            ! t/lib/md5-file.t
53362 ____________________________________________________________________________
53363 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
53364         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
53365              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
53366              to match the pragma name; various robustness cleanups.
53367      Branch: perl
53368            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
53369            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
53370 ____________________________________________________________________________
53371 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
53372         Log: More -Wall sweeping.
53373      Branch: perl
53374            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
53375            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
53376            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
53377            ! regcomp.c sv.c toke.c utf8.c
53378 ____________________________________________________________________________
53379 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
53380         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
53381              From: Nicholas Clark <nick@ccl4.org>
53382              Date: Wed, 30 May 2001 22:34:41 +0100
53383              Message-ID: <20010530223441.Y86445@plum.flirble.org>
53384      Branch: perl
53385            ! t/op/cmp.t
53386 ____________________________________________________________________________
53387 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
53388         Log: It's is not, it isn't ain't, and it's it's, not its,
53389              if you mean it is. If you don't, it's its. Then too,
53390              it's hers. It isn't her's. It isn't our's either.
53391              It's ours, and likewise yours and theirs.
53392              -- Oxford University Press, Edpress News
53393      Branch: perl
53394            ! lib/autouse.pm
53395 ____________________________________________________________________________
53396 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
53397         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
53398      Branch: perl
53399            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
53400            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
53401            ! x2p/str.c x2p/walk.c xsutils.c
53402 ____________________________________________________________________________
53403 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
53404         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
53405              From: Michael G Schwern <schwern@pobox.com>
53406              Date: Wed, 30 May 2001 17:10:38 +0100
53407              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
53408              
53409              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
53410              From: Abhijit Menon-Sen <ams@wiw.org>
53411              Date: Wed, 30 May 2001 23:16:13 +0530
53412              Message-ID: <20010530231613.A31933@lustre.linux.in>
53413      Branch: perl
53414            ! perl.c t/run/runenv.t
53415 ____________________________________________________________________________
53416 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
53417         Log: (Retracted by #10375.)
53418              
53419              IRIX hints patch from Merijn Broeren.
53420              
53421              TODO: (this and the earlier Linux hints patch) should be solved
53422              at Configure level.  Merijn: -ldb should not be used on any platform
53423              for perl, just when linking DBFile itself. Trying to be helpful here
53424              is counterproductive.
53425      Branch: perl
53426            ! hints/irix_6.sh
53427 ____________________________________________________________________________
53428 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
53429         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
53430              From: Nicholas Clark <nick@ccl4.org>
53431              Date: Wed, 30 May 2001 23:20:58 +0100
53432              Message-ID: <20010530232058.B86445@plum.flirble.org>
53433      Branch: perl
53434            ! doop.c
53435 ____________________________________________________________________________
53436 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
53437         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
53438              From: Michael G Schwern <schwern@pobox.com> 
53439              Date: Wed, 30 May 2001 15:24:20 +0100
53440              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
53441      Branch: perl
53442            ! t/pragma/autouse.t
53443 ____________________________________________________________________________
53444 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
53445         Log: The regex trick wasn't a good idea.
53446      Branch: perl
53447            ! pod/perlfaq4.pod
53448 ____________________________________________________________________________
53449 [ 10329] By: nick                                  on 2001/05/30  18:34:35
53450         Log: Integrate mainline
53451      Branch: perlio
53452           !> (integrate 40 files)
53453 ____________________________________________________________________________
53454 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
53455         Log: Update Changes.
53456      Branch: perl
53457            ! Changes patchlevel.h
53458 ____________________________________________________________________________
53459 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
53460         Log: The metaconfig unit change for #10325.
53461      Branch: metaconfig
53462            + U/modified/afs.U
53463 ____________________________________________________________________________
53464 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
53465         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
53466              is now wrong.
53467      Branch: perl
53468            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
53469 ____________________________________________________________________________
53470 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
53471         Log: Introduce $Config{afsroot}.
53472      Branch: perl
53473            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53474            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
53475            ! win32/config.gc win32/config.vc
53476 ____________________________________________________________________________
53477 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
53478         Log: (Retracted by #10375.)
53479              
53480              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
53481      Branch: perl
53482            ! hints/linux.sh
53483 ____________________________________________________________________________
53484 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
53485         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
53486              (Also Configure tweaks needed; coming up soon.)
53487      Branch: perl
53488            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
53489 ____________________________________________________________________________
53490 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
53491         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
53492              From: Michael G Schwern <schwern@pobox.com>
53493              Date: Sun, 27 May 2001 10:29:43 +0100
53494              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
53495      Branch: perl
53496            ! lib/perl5db.pl
53497 ____________________________________________________________________________
53498 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
53499         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
53500              and Abhijit Menon-Sen.
53501      Branch: perl
53502            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
53503            ! perl.c pp_sys.c regcomp.c
53504 ____________________________________________________________________________
53505 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
53506         Log: Fix the BOOT section to call myU2time properly.
53507      Branch: perl
53508            ! ext/Time/HiRes/HiRes.xs
53509 ____________________________________________________________________________
53510 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
53511         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
53512              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
53513              Date: Wed, 30 May 2001 09:44:29 -0400
53514              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
53515              
53516              Detypo; plus add one more trick.
53517      Branch: perl
53518            ! pod/perlfaq4.pod
53519 ____________________________________________________________________________
53520 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
53521         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)
53522              From: Michael G Schwern <schwern@pobox.com>
53523              Date: Wed, 30 May 2001 14:39:06 +0100
53524              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
53525      Branch: perl
53526            ! lib/autouse.pm t/pragma/autouse.t
53527 ____________________________________________________________________________
53528 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
53529         Log: Subject: Re: AIX and gcc (moving targets)
53530              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53531              Date: Wed, 30 May 2001 15:25:08 +0200
53532              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
53533      Branch: perl
53534            ! ext/Time/HiRes/HiRes.xs
53535 ____________________________________________________________________________
53536 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
53537         Log: Subject: [PATCH t/TEST] sorting tests
53538              From: Michael G Schwern <schwern@pobox.com>
53539              Date: Wed, 30 May 2001 10:24:02 +0100
53540              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
53541      Branch: perl
53542            ! t/TEST
53543 ____________________________________________________________________________
53544 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
53545         Log: Subject: [ID 20010529.002] typos in man page perlre
53546              From: bart@cg681574-a.adubn1.nj.home.com 
53547              Date: Tue, 29 May 2001 13:58:59 -0500
53548              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
53549      Branch: perl
53550            ! pod/perlre.pod
53551 ____________________________________________________________________________
53552 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
53553         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
53554              From: "Craig A. Berry" <craigberry@mac.com>
53555              Date: Tue, 29 May 2001 23:23:45 -0500
53556              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
53557      Branch: perl
53558            ! t/lib/extutils.t t/pragma/autouse.t
53559 ____________________________________________________________________________
53560 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
53561         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)
53562              From: David Dyck <dcd@tc.fluke.com>
53563              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
53564              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
53565      Branch: perl
53566            ! t/lib/filefind.t
53567 ____________________________________________________________________________
53568 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
53569         Log: AIX hints update for gcc from Merijn H. Brand.
53570      Branch: perl
53571            ! hints/aix.sh
53572 ____________________________________________________________________________
53573 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
53574         Log: Retract #10295 and #10296: a more generic solution
53575              is needed (there's something funny with gcc on AIX).
53576      Branch: perl
53577            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
53578 ____________________________________________________________________________
53579 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
53580         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
53581              From: Hugo <hv@crypt.compulink.co.uk>
53582              Date: Wed, 30 May 2001 11:59:19 +0100
53583              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
53584              
53585              localizing $@ has unfortunate semantics - if you die past
53586              a local $@, the die message is lost.
53587      Branch: perl
53588            ! lib/utf8_heavy.pl
53589 ____________________________________________________________________________
53590 [ 10309] By: nick                                  on 2001/05/30  08:23:02
53591         Log: Integrate mainline (autouse works again.)
53592      Branch: perlio
53593           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
53594           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
53595           !> pod/perlvar.pod t/op/cmp.t
53596 ____________________________________________________________________________
53597 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
53598         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
53599              From: David Dyck <dcd@tc.fluke.com>
53600              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
53601              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
53602      Branch: perl
53603            ! lib/File/Find.pm
53604 ____________________________________________________________________________
53605 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
53606         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
53607              From: Nicholas Clark <nick@ccl4.org>
53608              Date: Tue, 29 May 2001 23:16:09 +0100
53609              Message-ID: <20010529231609.U86445@plum.flirble.org>
53610              
53611              Make the test output slightly clearer by distinguishing
53612              between '' and undef.
53613      Branch: perl
53614            ! t/op/cmp.t
53615 ____________________________________________________________________________
53616 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
53617         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
53618              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53619              Date: Tue, 29 May 2001 19:15:19 -0400
53620              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
53621      Branch: perl
53622            ! hints/os2.sh
53623 ____________________________________________________________________________
53624 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
53625         Log: Subject: perlvar.pod addition
53626              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
53627              Date: Fri, 25 May 2001 20:23:12 +0200
53628              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
53629              
53630              Subject: Re: perlvar.pod addition
53631              From: "Abigail" <abigail@foad.org> 
53632              Date: Fri, 25 May 2001 22:00:39 +0200
53633              Message-ID: <20010525200039.28029.qmail@foad.org>
53634              
53635              Mention $a and $b in perlvar.
53636      Branch: perl
53637            ! pod/perlvar.pod
53638 ____________________________________________________________________________
53639 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
53640         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
53641              From: Jeff Pinyan <jeffp@crusoe.net>
53642              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
53643              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
53644      Branch: perl
53645            ! pod/perlvar.pod
53646 ____________________________________________________________________________
53647 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
53648         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
53649              From: Jeff Pinyan <jeffp@crusoe.net>
53650              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
53651              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
53652      Branch: perl
53653            ! pod/perlfaq6.pod
53654 ____________________________________________________________________________
53655 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
53656         Log: Mention Time::localtime and Time::gmtime.
53657      Branch: perl
53658            ! ext/Time/Piece/Piece.pm
53659 ____________________________________________________________________________
53660 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
53661         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
53662              From: Michael G Schwern <schwern@pobox.com>
53663              Date: Tue, 29 May 2001 18:51:32 +0100
53664              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
53665      Branch: perl
53666            ! pod/perlfaq4.pod
53667 ____________________________________________________________________________
53668 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
53669         Log: Retract #10243.
53670      Branch: perl
53671            ! lib/autouse.pm
53672 ____________________________________________________________________________
53673 [ 10299] By: nick                                  on 2001/05/29  18:41:19
53674         Log: Post weekend integrate mainline (fails one test pragma/autouse).
53675      Branch: perlio
53676           +> (branch 29 files)
53677           !> (integrate 91 files)
53678 ____________________________________________________________________________
53679 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
53680         Log: Update Changes.
53681      Branch: perl
53682            ! Changes patchlevel.h
53683 ____________________________________________________________________________
53684 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
53685         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
53686              before Perl_load_module/Perl_call_method and restore the value
53687              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
53688      Branch: perl
53689            ! utf8.c
53690 ____________________________________________________________________________
53691 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
53692         Log: Subject: Re: AIX and gcc (moving targets)
53693              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53694              Date: Tue, 29 May 2001 17:59:40 +0200
53695              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
53696      Branch: perl
53697            ! ext/Storable/Makefile.PL
53698 ____________________________________________________________________________
53699 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
53700         Log: Subject: Re: AIX and gcc (moving targets)
53701              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53702              Date: Tue, 29 May 2001 12:32:57 +0200
53703              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
53704      Branch: perl
53705            ! ext/POSIX/Makefile.PL
53706 ____________________________________________________________________________
53707 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
53708         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
53709              From: Michael G Schwern <schwern@pobox.com>
53710              Date: Tue, 29 May 2001 09:53:29 +0100
53711              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
53712              
53713              (#10280 retracted)
53714      Branch: perl
53715            ! lib/Test/Harness.pm t/lib/test-harness.t
53716 ____________________________________________________________________________
53717 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
53718         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
53719              From: Michael G Schwern <schwern@pobox.com>
53720              Date: Tue, 29 May 2001 09:19:52 +0100
53721              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
53722      Branch: perl
53723            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
53724            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
53725            + t/lib/Test/todo.t
53726            ! MANIFEST lib/Test.pm t/TEST
53727 ____________________________________________________________________________
53728 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
53729         Log: From: Michael G Schwern <schwern@pobox.com>
53730              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
53731              Date: Tue, 29 May 2001 08:26:09 +0100
53732              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
53733      Branch: perl
53734            ! t/TEST
53735 ____________________________________________________________________________
53736 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
53737         Log: Add tests for Time::gmtime and Time::localtime.
53738      Branch: perl
53739            + t/lib/time-gmtime.t t/lib/time-localtime.t
53740            ! MANIFEST t/lib/1_compile.t
53741 ____________________________________________________________________________
53742 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
53743         Log: Add test for File::stat.
53744      Branch: perl
53745            + t/lib/filestat.t
53746            ! MANIFEST t/lib/1_compile.t
53747 ____________________________________________________________________________
53748 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
53749         Log: Add test for Net::servent.
53750      Branch: perl
53751            + t/lib/net-sent.t
53752            ! MANIFEST t/lib/1_compile.t
53753 ____________________________________________________________________________
53754 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
53755         Log: Add test for Net::protoent.
53756      Branch: perl
53757            + t/lib/net-pent.t
53758            ! MANIFEST t/lib/1_compile.t
53759 ____________________________________________________________________________
53760 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
53761         Log: Add test for Net::netent.
53762      Branch: perl
53763            + t/lib/net-nent.t
53764            ! MANIFEST t/lib/1_compile.t
53765 ____________________________________________________________________________
53766 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
53767         Log: Add test for User::grent.  Portability doubtful.
53768      Branch: perl
53769            + t/lib/user-grent.t
53770            ! MANIFEST t/lib/1_compile.t
53771 ____________________________________________________________________________
53772 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
53773         Log: Add test for User::pwent.
53774              Probably will fall down somewhere for portability reasons.
53775      Branch: perl
53776            + t/lib/user-pwent.t
53777            ! MANIFEST t/lib/1_compile.t
53778 ____________________________________________________________________________
53779 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
53780         Log: Metaconfig units changes for #10283.
53781      Branch: metaconfig
53782            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
53783            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
53784            ! U/installdirs/sitescript.U U/modified/Signal.U
53785 ____________________________________________________________________________
53786 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
53787         Log: Subject: [PATCH 5.6.1] signal names in Configure
53788              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53789              Date: Tue, 29 May 2001 03:52:25 -0400
53790              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
53791              
53792              Subject: [PATCH 5.6.1] older perl in Configure
53793              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53794              Date: Tue, 29 May 2001 03:55:40 -0400
53795              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
53796              
53797              Subject: [PATCH 5.6.1] goofs in Configure
53798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53799              Date: Tue, 29 May 2001 04:13:07 -0400
53800              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
53801              
53802              Configure portability tweaks.
53803      Branch: perl
53804            ! Configure
53805 ____________________________________________________________________________
53806 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
53807         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
53808              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53809              Date: Tue, 29 May 2001 04:07:06 -0400
53810              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
53811      Branch: perl
53812            ! os2/os2.c
53813 ____________________________________________________________________________
53814 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
53815         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
53816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53817              Date: Tue, 29 May 2001 04:01:38 -0400
53818              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
53819      Branch: perl
53820            ! hints/os2.sh os2/Makefile.SHs
53821 ____________________________________________________________________________
53822 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
53823         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
53824              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53825              Date: Tue, 29 May 2001 03:50:18 -0400
53826              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
53827      Branch: perl
53828            ! lib/Test/Harness.pm
53829 ____________________________________________________________________________
53830 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
53831         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
53832      Branch: perl
53833            ! lib/utf8_heavy.pl
53834 ____________________________________________________________________________
53835 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
53836         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
53837              From: Hugo <hv@crypt.compulink.co.uk>
53838              Date: Tue, 29 May 2001 03:03:45 +0100
53839              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
53840              
53841              Explanation why the $@ always gets the UTF8 flag when under use utf8--
53842              because we told it to have the flag when under use utf8.
53843      Branch: perl
53844            ! pp_ctl.c
53845 ____________________________________________________________________________
53846 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
53847         Log: At least a partial fix for 20010528.004.
53848      Branch: perl
53849            ! lib/utf8_heavy.pl
53850 ____________________________________________________________________________
53851 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
53852         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
53853              From: Nicholas Clark <nick@ccl4.org> 
53854              Date: Mon, 28 May 2001 23:39:38 +0100
53855              Message-ID: <20010528233938.M86445@plum.flirble.org>
53856              
53857              More portable non-zero UV.
53858      Branch: perl
53859            ! t/lib/extutils.t
53860 ____________________________________________________________________________
53861 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
53862         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
53863              From: Nicholas Clark <nick@ccl4.org>
53864              Date: Mon, 28 May 2001 22:46:09 +0100
53865              Message-ID: <20010528224608.L86445@plum.flirble.org>
53866              
53867              Test also "make clean".
53868      Branch: perl
53869            ! t/lib/extutils.t
53870 ____________________________________________________________________________
53871 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
53872         Log: Subject: Re: Would -Wno-unused -Wall be better?
53873              From: Michael G Schwern <schwern@pobox.com>
53874              Date: Tue, 29 May 2001 00:55:54 +0100
53875              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
53876      Branch: perl
53877            ! pp.h
53878 ____________________________________________________________________________
53879 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
53880         Log: Add a test for 20010528.007, fixed in #10272.
53881      Branch: perl
53882            ! t/op/misc.t toke.c
53883 ____________________________________________________________________________
53884 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
53885         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
53886              From: Hugo <hv@crypt.compulink.co.uk>
53887              Date: Tue, 29 May 2001 00:23:23 +0100
53888              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
53889      Branch: perl
53890            ! toke.c
53891 ____________________________________________________________________________
53892 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
53893         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
53894              From: Michael G Schwern <schwern@pobox.com>
53895              Date: Tue, 29 May 2001 00:42:59 +0100
53896              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
53897      Branch: perl
53898            ! t/pragma/autouse.t
53899 ____________________________________________________________________________
53900 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
53901         Log: Some shells seemingly arrange the signal handlers differently
53902              (bug id 20010521.004).
53903      Branch: perl
53904            ! t/lib/sigaction.t
53905 ____________________________________________________________________________
53906 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
53907         Log: Regen perlmodlib.
53908      Branch: perl
53909            ! pod/perlmodlib.pod
53910 ____________________________________________________________________________
53911 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
53912         Log: Update Changes.
53913      Branch: perl
53914            ! Changes patchlevel.h
53915 ____________________________________________________________________________
53916 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
53917         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
53918              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
53919              Date: Mon, 28 May 2001 14:56:35 -0500
53920              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
53921      Branch: perl
53922            ! pod/perlnewmod.pod
53923 ____________________________________________________________________________
53924 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
53925         Log: Regen toc.
53926      Branch: perl
53927            ! pod/perltoc.pod
53928 ____________________________________________________________________________
53929 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
53930         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
53931              From: "Richard Soderberg" <rs@crystalflame.net>
53932              Date: Mon, 28 May 2001 12:31:23 -0700
53933              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
53934      Branch: perl
53935            ! t/op/splice.t
53936 ____________________________________________________________________________
53937 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
53938         Log: The #10260 was too bold: locales and utf8 still do not mix.
53939      Branch: perl
53940            ! t/pragma/locale.t
53941 ____________________________________________________________________________
53942 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
53943         Log: Subject: [PATCH] Pod nitpicks
53944              From: "Richard Soderberg" <rs@crystalflame.net>
53945              Date: Mon, 28 May 2001 10:08:58 -0700
53946              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
53947      Branch: perl
53948            ! pod/perl571delta.pod pod/perlapi.pod sv.h
53949 ____________________________________________________________________________
53950 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
53951         Log: Upgrade to I18N::LangTags 0.22.
53952      Branch: perl
53953            + lib/I18N/LangTags/List.pod
53954            ! MANIFEST lib/I18N/LangTags.pm
53955 ____________________________________________________________________________
53956 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
53957         Log: A slightly more serious bug found by -Mutf8; op/misc and
53958              lib/complex dumped core.
53959      Branch: perl
53960            ! regexec.c
53961 ____________________________________________________________________________
53962 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
53963         Log: Various buglets shaken out by -Mutf8.
53964      Branch: perl
53965            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
53966            ! t/pragma/locale.t
53967 ____________________________________________________________________________
53968 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
53969         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
53970      Branch: perl
53971            ! t/lib/carp.t
53972 ____________________________________________________________________________
53973 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
53974         Log: Subject: [PATCH] todo patch
53975              From: Artur Bergman <artur@contiller.se> 
53976              Date: Mon, 28 May 2001 17:03:51 +0200
53977              Message-ID: <B7383577.F34%artur@contiller.se>
53978      Branch: perl
53979            ! pod/perltodo.pod
53980 ____________________________________________________________________________
53981 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
53982         Log: Subject: typo in perlguts.pod
53983              From: "John P. Linderman" <jpl@research.att.com>
53984              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
53985              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
53986      Branch: perl
53987            ! pod/perlguts.pod
53988 ____________________________________________________________________________
53989 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
53990         Log: Subject: AIX and gcc (moving targets)
53991              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53992              Date: Mon, 28 May 2001 12:54:04 +0200
53993              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
53994      Branch: perl
53995            ! hints/aix.sh
53996 ____________________________________________________________________________
53997 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
53998         Log: Subject: Re: perlio + multiple perl_alloc..destruct
53999              From: Doug MacEachern <dougm@covalent.net>
54000              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
54001              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
54002      Branch: perl
54003            ! perlio.c
54004 ____________________________________________________________________________
54005 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
54006         Log: The #10251 wasn't quite up-to-the-code.
54007      Branch: perl
54008            ! t/op/misc.t
54009 ____________________________________________________________________________
54010 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
54011         Log: Test case for bug 20010526.004, fixed in #10252.
54012      Branch: perl
54013            ! t/op/taint.t
54014 ____________________________________________________________________________
54015 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
54016         Log: Subject: Re: [ID 20010526.004] Taint looses value
54017              From: Hugo <hv@crypt.compulink.co.uk>
54018              Date: Sun, 27 May 2001 20:39:32 +0100
54019              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
54020      Branch: perl
54021            ! sv.c
54022 ____________________________________________________________________________
54023 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
54024         Log: Test case for 20010422.005, fixed by #10250.
54025      Branch: perl
54026            ! t/op/misc.t
54027 ____________________________________________________________________________
54028 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
54029         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
54030              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54031              Date: Mon, 28 May 2001 06:39:12 -0400
54032              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
54033      Branch: perl
54034            ! toke.c
54035 ____________________________________________________________________________
54036 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
54037         Log: Linerewrapping.
54038      Branch: perl
54039            ! lib/open.pm
54040 ____________________________________________________________________________
54041 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
54042         Log: Updates on the modules list.
54043      Branch: perl
54044            ! t/lib/1_compile.t
54045 ____________________________________________________________________________
54046 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
54047         Log: Add a test for PerlIO.
54048              
54049              (I probably got the crlf/raw thing wrong for clrfy platforms...)
54050      Branch: perl
54051            + t/lib/perlio.t
54052            ! MANIFEST lib/PerlIO.pm
54053 ____________________________________________________________________________
54054 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
54055         Log: Add a test for carp et alia.
54056      Branch: perl
54057            + t/lib/carp.t
54058            ! MANIFEST
54059 ____________________________________________________________________________
54060 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
54061         Log: Adding the new test would be swell.
54062      Branch: perl
54063            + t/pragma/autouse.t
54064 ____________________________________________________________________________
54065 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
54066         Log: Add a test for the autouse pragma.
54067      Branch: perl
54068            ! MANIFEST
54069 ____________________________________________________________________________
54070 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
54071         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
54072              From: dLux <dlux@spam.sch.bme.hu>
54073              Date: Sun, 27 May 2001 16:14:26 +0200
54074              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
54075      Branch: perl
54076            ! lib/autouse.pm
54077 ____________________________________________________________________________
54078 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
54079         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
54080              From: "Richard Soderberg" <rs@crystalflame.net>
54081              Date: Mon, 28 May 2001 03:56:36 -0700
54082              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
54083      Branch: perl
54084            ! utils/dprofpp.PL
54085 ____________________________________________________________________________
54086 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
54087         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
54088              From: "Stephen P. Potter" <spp@spotter.yi.org>
54089              Date: Tue, 22 May 2001 11:40:25 -0400
54090              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
54091              
54092              Subject: Re: [ID 20010522.003] Time::Local module bug
54093              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
54094              Date: Tue, 22 May 2001 11:50:19 -0400
54095              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
54096      Branch: perl
54097            ! lib/Time/Local.pm
54098 ____________________________________________________________________________
54099 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
54100         Log: The PERL_DL_NONLAZY can have whitespace in front.
54101      Branch: perl
54102            ! t/lib/extutils.t
54103 ____________________________________________________________________________
54104 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
54105         Log: Document strftime() and strptime().
54106      Branch: perl
54107            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
54108 ____________________________________________________________________________
54109 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
54110         Log: Make Time::Piece::strptime() to be a function, not a method.
54111      Branch: perl
54112            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
54113 ____________________________________________________________________________
54114 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
54115         Log: Tweak the test to be more portable.
54116      Branch: perl
54117            ! t/lib/extutils.t
54118 ____________________________________________________________________________
54119 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
54120         Log: Subject: PATCH: Re: Re: Attributes that tie
54121              From: Leon Brocard <acme@astray.com>
54122              Date: Sun, 27 May 2001 12:37:29 +0100
54123              Message-ID: <20010527123729.A22663@ns0.astray.com>
54124              
54125              Document that variable attributes are not currently usable
54126              for tieing.  (An ugly limitation that should be fixed.)
54127      Branch: perl
54128            ! lib/attributes.pm
54129 ____________________________________________________________________________
54130 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
54131         Log: Microperl tweaks.
54132      Branch: perl
54133            ! Makefile.micro uconfig.h uconfig.sh
54134 ____________________________________________________________________________
54135 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
54136         Log: Add make target for microperl (kind of silly, but convenient).
54137      Branch: perl
54138            ! Makefile.SH
54139 ____________________________________________________________________________
54140 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
54141         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
54142              for microperl.)
54143      Branch: perl
54144            ! doio.c
54145 ____________________________________________________________________________
54146 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
54147         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
54148              From: rspier@pobox.com (Robert Spier)
54149              Date: Sat, 26 May 2001 20:05:23 -0400
54150              Message-ID: <15120.17603.148648.12430@rls.cx>
54151              
54152              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
54153              From: rspier@pobox.com (Robert Spier)
54154              Date: Sun, 27 May 2001 00:23:12 -0400
54155              Message-ID: <15120.33072.511966.767230@rls.cx>
54156      Branch: perl
54157            ! doio.c pod/perlfunc.pod
54158 ____________________________________________________________________________
54159 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
54160         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
54161      Branch: perl
54162            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54163 ____________________________________________________________________________
54164 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
54165         Log: Add README.tru64.
54166      Branch: perl
54167            + README.tru64
54168 ____________________________________________________________________________
54169 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
54170         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
54171      Branch: perl
54172            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
54173            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
54174            ! MANIFEST
54175 ____________________________________________________________________________
54176 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
54177         Log: Integrate I18N::LangTags from Sean Burke.
54178              
54179              TODO: the language list from RFC 3066 needs to be integrated
54180              and made available somehow.  The list is included in the
54181              I18N-LangTags 0.21 distribution, but it is undocumented
54182              and unconnected to the module.
54183      Branch: perl
54184            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
54185            ! MANIFEST
54186 ____________________________________________________________________________
54187 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
54188         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
54189              envisioned by Sarathy.
54190      Branch: perl
54191            ! t/op/ver.t toke.c
54192 ____________________________________________________________________________
54193 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
54194         Log: Subject: [ID 20010525.001] Pod typo nits fixed
54195              From: lvirden@cas.org
54196              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
54197              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
54198              
54199              minus the perlsolaris decimation plus the
54200              
54201              Subject: Re: [ID 20010525.001] Pod typo nits fixed
54202              From: "Philip Newton" <Philip.Newton@gmx.net>
54203              Date: Fri, 25 May 2001 18:05:55 +0200
54204              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
54205      Branch: perl
54206            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
54207            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
54208            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
54209            ! pod/perlutil.pod pod/perlxstut.pod
54210 ____________________________________________________________________________
54211 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
54212         Log: return clauses are nice.
54213      Branch: perl
54214            ! sv.c
54215 ____________________________________________________________________________
54216 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
54217         Log: Subject: change 10199 backwards?
54218              From: Doug MacEachern <dougm@covalent.net>
54219              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
54220              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
54221      Branch: perl
54222            ! sv.c
54223 ____________________________________________________________________________
54224 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
54225         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
54226              From: Hugo <hv@crypt.compulink.co.uk>
54227              Date: Sat, 26 May 2001 17:05:12 +0100
54228              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
54229      Branch: perl
54230            + t/op/gmagic.t
54231            ! MANIFEST doop.c embed.h embed.pl global.sym
54232            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
54233            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
54234 ____________________________________________________________________________
54235 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
54236         Log: Regen headers for #10221.
54237      Branch: perl
54238            ! global.sym objXSUB.h perlapi.c
54239 ____________________________________________________________________________
54240 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
54241         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
54242              From: Juha Laiho <juha.laiho@Elma.Net>
54243              Date: Thu, 3 May 2001 09:51:30 +0300
54244              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
54245      Branch: perl
54246            ! embed.pl
54247 ____________________________________________________________________________
54248 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
54249         Log: Subject: Re: [PATCH] Re: stability of sort()?
54250              From: "John P. Linderman" <jpl@research.att.com>
54251              Date: Sat, 26 May 2001 13:27:19 -0400
54252              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
54253      Branch: perl
54254            ! pod/perlfunc.pod
54255 ____________________________________________________________________________
54256 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
54257         Log: Integrate perlio:
54258              
54259              [ 10212]
54260              Change perlguts docs to not suggest PUSHi etc. for multiple results,
54261              add a few more notes there on use of mortals on the stack.
54262      Branch: perl
54263           !> pod/perlguts.pod
54264 ____________________________________________________________________________
54265 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
54266         Log: Subject: [PATCH perl@10210] PerlIO for VMS
54267              From: "Craig A. Berry" <craigberry@mac.com>
54268              Date: Sat, 26 May 2001 09:34:11 -0500
54269              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
54270      Branch: perl
54271            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
54272            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
54273            ! vms/vmsish.h
54274 ____________________________________________________________________________
54275 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
54276         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
54277              From: David Dyck <dcd@tc.fluke.com>
54278              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
54279              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
54280      Branch: perl
54281            ! lib/perl5db.pl
54282 ____________________________________________________________________________
54283 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
54284         Log: Subject: utf8 regexp tests
54285              From: Hugo <hv@crypt.compulink.co.uk>
54286              Date: Fri, 25 May 2001 22:35:01 +0100
54287              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
54288      Branch: perl
54289            ! t/op/regexp.t
54290 ____________________________________________________________________________
54291 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
54292         Log: Subject: [PATCH] Re: stability of sort()?
54293              From: Nicholas Clark <nick@ccl4.org>
54294              Date: Fri, 25 May 2001 22:40:19 +0100
54295              Message-ID: <20010525224019.B86445@plum.flirble.org>
54296      Branch: perl
54297            ! pod/perlfunc.pod
54298 ____________________________________________________________________________
54299 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
54300         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
54301              From: John Peacock <jpeacock@rowman.com>
54302              Date: Thu, 24 May 2001 22:14:01 -0400
54303              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
54304      Branch: perl
54305            ! mg.c scope.c sv.c
54306 ____________________________________________________________________________
54307 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
54308         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
54309              From: Nicholas Clark <nick@ccl4.org>
54310              Date: Sun, 20 May 2001 19:24:13 +0100
54311              Message-ID: <20010520192413.G83222@plum.flirble.org>
54312      Branch: perl
54313            + lib/ExtUtils/Constant.pm t/lib/extutils.t
54314            ! MANIFEST utils/h2xs.PL
54315 ____________________________________________________________________________
54316 [ 10212] By: nick                                  on 2001/05/26  09:49:28
54317         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
54318              add a few more notes there on use of mortals on the stack.
54319      Branch: perlio
54320            ! pod/perlguts.pod
54321 ____________________________________________________________________________
54322 [ 10211] By: nick                                  on 2001/05/26  09:05:36
54323         Log: Integrate mainline
54324      Branch: perlio
54325           +> t/lib/fcntl.t t/pragma/vars.t
54326           !> (integrate 49 files)
54327 ____________________________________________________________________________
54328 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
54329         Log: Update Changes.
54330      Branch: perl
54331            ! Changes patchlevel.h
54332 ____________________________________________________________________________
54333 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
54334         Log: Based on
54335              
54336              Subject: [PATCH pp.c] Wrapping pack("C",256)
54337              From: Simon Cozens <simon@netthink.co.uk>
54338              Date: Sat, 12 May 2001 17:58:41 +0100
54339              Message-ID: <20010512175841.A6132@netthink.co.uk>
54340      Branch: perl
54341            ! pod/perldiag.pod pp.c t/pragma/warn/pp
54342 ____________________________________________________________________________
54343 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
54344         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
54345              From: "Brendan O'Dea" <bod@compusol.com.au>
54346              Date: Fri, 25 May 2001 11:18:29 +1000
54347              Message-ID: <20010525111829.A28411@compusol.com.au>
54348              
54349              (Slightly modified.)
54350      Branch: perl
54351            ! lib/Term/Cap.pm
54352 ____________________________________________________________________________
54353 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
54354         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
54355              From: Hugo <hv@crypt.compulink.co.uk>
54356              Date: Fri, 25 May 2001 02:13:25 +0100
54357              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
54358      Branch: perl
54359            ! t/op/misc.t
54360 ____________________________________________________________________________
54361 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
54362         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
54363              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
54364              Date: Fri, 25 May 2001 10:25:36 +0900
54365              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
54366      Branch: perl
54367            ! regcomp.c regexec.c
54368 ____________________________________________________________________________
54369 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
54370         Log: Subject: [PATCH #2] stash autovivification and method call error messages
54371              From: Ilmari Karonen <iltzu@sci.fi>
54372              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
54373              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
54374      Branch: perl
54375            ! gv.c pp_hot.c t/op/method.t
54376 ____________________________________________________________________________
54377 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
54378         Log: Add make target and documentation for gprof profiling.
54379      Branch: perl
54380            ! Makefile.SH pod/perlhack.pod
54381 ____________________________________________________________________________
54382 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
54383         Log: Subject: Don't think about UTF8 
54384              From: Mike Guy <mjtg@cam.ac.uk> 
54385              Date: Tue, 22 May 2001 14:35:39 +0100
54386              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
54387      Branch: perl
54388            ! sv.h
54389 ____________________________________________________________________________
54390 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
54391         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
54392              From: Geraint A Edwards <gedge@serf.org> 
54393              Date: Thu, 24 May 2001 22:51:24 +0100
54394              Message-Id: <20010524225124.A34981@cymru.serf.org>
54395      Branch: perl
54396            ! x2p/find2perl.PL
54397 ____________________________________________________________________________
54398 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
54399         Log: DB_File has its own attribute story.
54400      Branch: perl
54401            ! ext/DB_File/DB_File.xs
54402 ____________________________________________________________________________
54403 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
54404         Log: Subject: Re: Making perl with -Wall
54405              From: Andy Dougherty <doughera@lafayette.edu>
54406              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
54407              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
54408      Branch: perl
54409            ! perl.h
54410 ____________________________________________________________________________
54411 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
54412         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
54413              From: "Richard Soderberg" <rs@crystalflame.net>
54414              Date: Thu, 24 May 2001 08:58:16 -0700
54415              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
54416      Branch: perl
54417            ! sv.c
54418 ____________________________________________________________________________
54419 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
54420         Log: IV/UV casting fixes from Nicholas Clark.
54421      Branch: perl
54422            ! perl.h pp_sys.c util.c
54423 ____________________________________________________________________________
54424 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
54425         Log: Subject: Re: Making perl with -Wall
54426              From: Michael G Schwern <schwern@pobox.com>
54427              Date: Thu, 24 May 2001 15:40:28 +0100
54428              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
54429      Branch: perl
54430            ! malloc.c perl.h
54431 ____________________________________________________________________________
54432 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
54433         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
54434              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54435              Date: Tue, 22 May 2001 11:49:37 +0200
54436              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
54437      Branch: metaconfig
54438            ! U/modified/Oldsym.U
54439      Branch: metaconfig/U/perl
54440            ! patchlevel.U
54441      Branch: perl
54442            ! Configure config_h.SH myconfig.SH
54443 ____________________________________________________________________________
54444 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
54445         Log: Under versiononly install also the scripts with the version suffix.
54446              (e.g. .../bin/h2xs5.7.1)
54447      Branch: perl
54448            ! installperl
54449 ____________________________________________________________________________
54450 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
54451         Log: Subject: [PATCH] Stop segfault in mg.c:636
54452              From: "Richard Soderberg" <rs@crystalflame.net>
54453              Date: Thu, 24 May 2001 05:51:52 -0700
54454              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
54455      Branch: perl
54456            ! mg.c
54457 ____________________________________________________________________________
54458 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
54459         Log: Iteration continues; hopefully convergently.
54460      Branch: perl
54461            ! t/lib/b-stash.t
54462 ____________________________________________________________________________
54463 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
54464         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
54465              From: Gisle Aas <gisle@ActiveState.com>
54466              Date: 23 May 2001 16:13:10 -0700
54467              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
54468      Branch: perl
54469            ! op.c toke.c
54470 ____________________________________________________________________________
54471 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
54472         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
54473              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54474              Date: Thu, 24 May 2001 05:05:22 -0500
54475              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
54476      Branch: perl
54477            ! lib/dumpvar.pl lib/perl5db.pl
54478 ____________________________________________________________________________
54479 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
54480         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
54481              From: David Dyck <dcd@tc.fluke.com>
54482              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
54483              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
54484      Branch: perl
54485            ! lib/perl5db.pl
54486 ____________________________________________________________________________
54487 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
54488         Log: Tiny pod nits on READMEs, mostly whitespace issues.
54489      Branch: perl
54490            ! README.amiga README.dos README.macos README.mpeix README.vmesa
54491            ! README.win32
54492 ____________________________________________________________________________
54493 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
54494         Log: The DG/UX part of the 20010521.005.
54495      Branch: perl
54496            ! README.dgux
54497 ____________________________________________________________________________
54498 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
54499         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
54500              From: Hugo <hv@crypt.compulink.co.uk>
54501              Date: Mon, 21 May 2001 16:32:02 +0100
54502              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
54503      Branch: perl
54504            ! regcomp.c t/op/misc.t
54505 ____________________________________________________________________________
54506 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
54507         Log: Subject: [PATCH] Extra UNIVERSAL tests
54508              From: Mike Guy <mjtg@cam.ac.uk>
54509              Date: Wed, 23 May 2001 12:29:20 +0100
54510              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
54511      Branch: perl
54512            ! t/op/universal.t
54513 ____________________________________________________________________________
54514 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
54515         Log: Subject: [PATCH] Remove EQ keyword
54516              From: Mike Guy <mjtg@cam.ac.uk>
54517              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
54518              Date: Wed, 23 May 2001 11:17:29 +0100
54519      Branch: perl
54520            ! keywords.h keywords.pl
54521 ____________________________________________________________________________
54522 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
54523         Log: Subject: [PATCH] lib/perl5db.pl
54524              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54525              Date: Wed, 23 May 2001 02:18:03 -0500
54526              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
54527      Branch: perl
54528            ! lib/perl5db.pl
54529 ____________________________________________________________________________
54530 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
54531         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
54532              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54533              Date: Tue, 22 May 2001 23:34:41 -0500
54534              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
54535      Branch: perl
54536            ! lib/Term/Cap.pm
54537 ____________________________________________________________________________
54538 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
54539         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
54540              From: davem@fdgroup.co.uk
54541              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
54542              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
54543      Branch: perl
54544            ! emacs/e2ctags.pl
54545 ____________________________________________________________________________
54546 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
54547         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
54548              From: Michael G Schwern <schwern@pobox.com>
54549              Date: Tue, 22 May 2001 14:15:09 +0100
54550              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
54551      Branch: perl
54552            ! lib/vars.pm
54553 ____________________________________________________________________________
54554 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
54555         Log: Subject: [PATCH lib/vars.pm] Odd code nit
54556              From: Michael G Schwern <schwern@pobox.com>
54557              Date: Tue, 22 May 2001 14:14:28 +0100
54558              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
54559      Branch: perl
54560            ! lib/vars.pm
54561 ____________________________________________________________________________
54562 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
54563         Log: Use the new use vars feature.
54564      Branch: perl
54565            ! t/lib/b-stash.t
54566 ____________________________________________________________________________
54567 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
54568         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
54569              From: Mike Guy <mjtg@cam.ac.uk>
54570              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54571              Date: Tue, 22 May 2001 13:11:39 +0100
54572      Branch: perl
54573            + t/pragma/vars.t
54574            ! MANIFEST lib/vars.pm t/lib/1_compile.t
54575 ____________________________________________________________________________
54576 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
54577         Log: -qlongdouble considered harmful by Merijn.
54578      Branch: perl
54579            ! hints/aix.sh
54580 ____________________________________________________________________________
54581 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
54582         Log: Update Changes.
54583      Branch: perl
54584            ! Changes patchlevel.h
54585 ____________________________________________________________________________
54586 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
54587         Log: Add a test of its very own for Fcntl.  Hopefully portable.
54588      Branch: perl
54589            + t/lib/fcntl.t
54590            ! MANIFEST
54591 ____________________________________________________________________________
54592 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
54593         Log: Must be trickier for 'minitest' not to die.
54594      Branch: perl
54595            ! t/op/taint.t
54596 ____________________________________________________________________________
54597 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
54598         Log: Can't declare other people's variables.
54599      Branch: perl
54600            ! t/lib/b-stash.t
54601 ____________________________________________________________________________
54602 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
54603         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
54604      Branch: perl
54605            ! doio.c t/op/taint.t
54606 ____________________________________________________________________________
54607 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
54608         Log: The OS/2 variable needs to be declared.
54609      Branch: perl
54610            ! t/lib/b-stash.t
54611 ____________________________________________________________________________
54612 [ 10170] By: nick                                  on 2001/05/20  16:48:29
54613         Log: Integrate mainline
54614      Branch: perlio
54615           !> (integrate 41 files)
54616 ____________________________________________________________________________
54617 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
54618         Log: Small perlsec updates: clarify the taintedness of filename
54619              globbing; suggest using Scalar::Util::tainted().
54620      Branch: perl
54621            ! pod/perlsec.pod
54622 ____________________________________________________________________________
54623 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
54624         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
54625              From: Dave Mitchell <davem@fdgroup.co.uk>
54626              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
54627              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
54628      Branch: perl
54629            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
54630            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
54631            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
54632            ! xsutils.c
54633 ____________________________________________________________________________
54634 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
54635         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
54636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54637              Date: Sat, 19 May 2001 04:08:46 -0400
54638              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
54639      Branch: perl
54640            ! lib/ExtUtils/Mksymlists.pm makedef.pl
54641 ____________________________________________________________________________
54642 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
54643         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
54644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54645              Date: Sat, 19 May 2001 04:30:45 -0400
54646              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
54647      Branch: perl
54648            ! os2/os2.c
54649 ____________________________________________________________________________
54650 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
54651         Log: Subject: [PATCH 5.6.1] build bugs OS/2
54652              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54653              Date: Sat, 19 May 2001 04:35:28 -0400
54654              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
54655      Branch: perl
54656            ! os2/Makefile.SHs os2/os2.c
54657 ____________________________________________________________________________
54658 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
54659         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
54660              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54661              Date: Sat, 19 May 2001 04:04:23 -0400
54662              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
54663              
54664              (In bleadperl patched b-stash.t instead of b.t)
54665      Branch: perl
54666            ! t/lib/b-stash.t t/lib/bigfltpm.t
54667 ____________________________________________________________________________
54668 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
54669         Log: Subject: [PATCH 5.6.1] perl5db
54670              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54671              Date: Sat, 19 May 2001 03:49:09 -0400
54672              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
54673      Branch: perl
54674            ! lib/perl5db.pl
54675 ____________________________________________________________________________
54676 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
54677         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
54678              From: Gisle Aas <gisle@ActiveState.com>
54679              Date: 18 May 2001 14:24:51 -0700
54680              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
54681      Branch: perl
54682            ! pp_ctl.c
54683 ____________________________________________________________________________
54684 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
54685         Log: Subject: [PATCH] Chomp should not always stringify
54686              From: Gisle Aas <gisle@ActiveState.com>
54687              Date: 18 May 2001 07:55:25 -0700
54688              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
54689      Branch: perl
54690            ! doop.c t/op/chop.t
54691 ____________________________________________________________________________
54692 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
54693         Log: Integrate perlio:
54694              
54695              [ 10159]
54696              Document some more of open's features.
54697      Branch: perl
54698           !> pod/perlfunc.pod
54699 ____________________________________________________________________________
54700 [ 10159] By: nick                                  on 2001/05/20  09:39:46
54701         Log: Document some more of open's features.
54702      Branch: perlio
54703            ! pod/perlfunc.pod
54704 ____________________________________________________________________________
54705 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
54706         Log: back out change#10153 (it has compatibility issues such as the
54707              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
54708              benefit for 5.6.x doesn't seem worth the risk)
54709      Branch: maint-5.6/perl
54710            ! toke.c
54711 ____________________________________________________________________________
54712 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
54713         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
54714      Branch: perl
54715            ! x2p/s2p.PL
54716 ____________________________________________________________________________
54717 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
54718         Log: Update Changes.
54719      Branch: perl
54720            ! Changes patchlevel.h
54721 ____________________________________________________________________________
54722 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
54723         Log: Integrate change #10144 from maintperl.
54724              
54725              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
54726      Branch: perl
54727           !> win32/config.bc win32/config.gc win32/config.vc
54728           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54729 ____________________________________________________________________________
54730 [ 10154] By: nick                                  on 2001/05/18  07:23:03
54731         Log: Integrate mainline.
54732      Branch: perlio
54733           +> README.dgux t/lib/i18n-collate.t utils.lst
54734           !> (integrate 49 files)
54735 ____________________________________________________________________________
54736 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
54737         Log: Integrate change #7224 from mainline into maintperl.
54738              
54739              Allow @+ and @- to be doublequoted, from Simon Cozens. 
54740              (Approved by Larry, see Tom's comment in 20000830.005.)
54741      Branch: maint-5.6/perl
54742           !> toke.c
54743 ____________________________________________________________________________
54744 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
54745         Log: Subject: [PATCH bleadperl] small lookbehind fix
54746              From: Hugo <hv@crypt.compulink.co.uk>
54747              Date: Fri, 18 May 2001 00:07:19 +0100
54748              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
54749      Branch: perl
54750            ! regexec.c
54751 ____________________________________________________________________________
54752 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
54753         Log: Detypos.
54754      Branch: perl
54755            ! installman utils.lst
54756 ____________________________________________________________________________
54757 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
54758         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
54759              in 20001222.001.
54760      Branch: perl
54761            ! t/lib/glob-basic.t
54762 ____________________________________________________________________________
54763 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
54764         Log: Subject: [PATCH] Test for bug 20010515.004
54765              From: Benjamin Sugars <bsugars@canoe.ca>
54766              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
54767              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
54768      Branch: perl
54769            ! t/op/misc.t
54770 ____________________________________________________________________________
54771 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
54772         Log: Integrate #10145 from maintperl.
54773              
54774              fix for ID 20010515.004 (needs test)
54775      Branch: perl
54776           !> pp_hot.c
54777 ____________________________________________________________________________
54778 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
54779         Log: Thinko noticed by Doug MacEachern.
54780      Branch: perl
54781            ! thread.h
54782 ____________________________________________________________________________
54783 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
54784         Log: Subject: Re: [PATCH] HERE mark in regex
54785              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54786              Date: Thu, 17 May 2001 12:20:33 -0400
54787              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
54788      Branch: perl
54789            ! t/op/re_tests
54790 ____________________________________________________________________________
54791 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
54792         Log: fix for ID 20010515.004 (needs test)
54793      Branch: maint-5.6/perl
54794            ! pp_hot.c
54795 ____________________________________________________________________________
54796 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
54797         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
54798      Branch: maint-5.6/perl
54799            ! win32/config.bc win32/config.gc win32/config.vc
54800            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54801 ____________________________________________________________________________
54802 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
54803         Log: Macrofy the getspecific (and use it also in util.c)
54804      Branch: perl
54805            ! thread.h util.c
54806 ____________________________________________________________________________
54807 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
54808         Log: Use the unchecked thread-specific key fetch also in Tru64.
54809      Branch: perl
54810            ! thread.h
54811 ____________________________________________________________________________
54812 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
54813         Log: Subject: [PATCH 5.6.1]Quick thread speedup
54814              From: Dan Sugalski <dan@sidhe.org> 
54815              Date: Wed, 16 May 2001 18:05:19 -0400
54816              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
54817      Branch: perl
54818            ! thread.h util.c
54819 ____________________________________________________________________________
54820 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
54821         Log: I think this is quite enough testing for a deprecated feature.
54822      Branch: perl
54823            + t/lib/i18n-collate.t
54824            ! MANIFEST t/lib/1_compile.t
54825 ____________________________________________________________________________
54826 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
54827         Log: More HP-UX lore from Jeff Okamoto.
54828      Branch: perl
54829            ! README.hpux
54830 ____________________________________________________________________________
54831 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
54832         Log: Sort utils.lst for easier maintenance.
54833      Branch: perl
54834            ! utils.lst
54835 ____________________________________________________________________________
54836 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
54837         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
54838              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54839              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
54840              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
54841              
54842              Add pod2latex to utils.lst.
54843      Branch: perl
54844            ! MANIFEST utils.lst
54845 ____________________________________________________________________________
54846 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
54847         Log: Subject: Re: [PATCH] HERE mark in regex
54848              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54849              Date: Wed, 16 May 2001 13:04:43 -0400
54850              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
54851      Branch: perl
54852            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
54853            ! t/op/regmesg.t t/pragma/warn/regcomp
54854 ____________________________________________________________________________
54855 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
54856         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
54857              From: Simon Cozens <simon@netthink.co.uk>
54858              Date: Wed, 16 May 2001 18:02:08 +0100
54859              Message-ID: <20010516180208.A6458@netthink.co.uk>
54860      Branch: perl
54861            ! installman utils.lst
54862 ____________________________________________________________________________
54863 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
54864         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
54865              From: "Philip Newton" <pnewton@gmx.de>
54866              Date: Tue, 15 May 2001 15:09:30 +0200
54867              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
54868              
54869              Test case for #10128.
54870      Branch: perl
54871            ! t/pragma/warn/pp_hot
54872 ____________________________________________________________________________
54873 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
54874         Log: Update Changes.
54875      Branch: perl
54876            ! Changes patchlevel.h
54877 ____________________________________________________________________________
54878 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
54879         Log: Deprecate pseudo-hashes.
54880      Branch: perl
54881            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
54882 ____________________________________________________________________________
54883 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
54884         Log: HP-UX hints update from Merijn.
54885      Branch: perl
54886            ! hints/hpux.sh
54887 ____________________________________________________________________________
54888 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
54889         Log: README.hpux update from Merijn.
54890      Branch: perl
54891            ! README.hpux
54892 ____________________________________________________________________________
54893 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
54894         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
54895              From: Simon Cozens <simon@netthink.co.uk>
54896              Date: Wed, 16 May 2001 15:57:55 +0100
54897              Message-ID: <20010516155755.A4728@netthink.co.uk>
54898      Branch: perl
54899            + utils.lst
54900            ! MANIFEST installman installperl
54901 ____________________________________________________________________________
54902 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
54903         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
54904              From: "Philip Newton" <pnewton@gmx.de>
54905              Date: Tue, 15 May 2001 16:31:05 +0200
54906              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
54907              
54908              Fix PERL_Y2KWARN test to check before rather than after appending.
54909      Branch: perl
54910            ! pp_hot.c
54911 ____________________________________________________________________________
54912 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
54913         Log: Regen Porting stuff.
54914      Branch: perl
54915            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54916            ! config_h.SH
54917 ____________________________________________________________________________
54918 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
54919         Log: Metaconfig unit change for #10125.
54920      Branch: metaconfig
54921            ! U/modified/Oldconfig.U
54922 ____________________________________________________________________________
54923 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
54924         Log: Use OSVERS.
54925      Branch: perl
54926            ! Configure config_h.SH perl.c
54927 ____________________________________________________________________________
54928 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
54929         Log: Regen toc.
54930      Branch: perl
54931            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54932 ____________________________________________________________________________
54933 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
54934         Log: Adding the README.dgux to the MANIFEST would be a good idea.
54935      Branch: perl
54936            ! MANIFEST
54937 ____________________________________________________________________________
54938 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
54939         Log: Move the stack desire definition to thread.h.
54940      Branch: perl
54941            ! ext/Thread/Thread.xs thread.h
54942 ____________________________________________________________________________
54943 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
54944         Log: DG-UX threading patches, including a README.dgux,
54945              from Takis Psarogiannakopoulos.
54946      Branch: perl
54947            + README.dgux
54948            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
54949 ____________________________________________________________________________
54950 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
54951         Log: Subject: [PATCH B::Deparse] More on /x regexes
54952              From: Robin Houston <robin@kitsite.com>
54953              Date: Tue, 15 May 2001 19:09:35 +0100
54954              Message-ID: <20010515190935.A27268@penderel>
54955      Branch: perl
54956            ! ext/B/B/Deparse.pm
54957 ____________________________________________________________________________
54958 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
54959         Log: Document that the core time() may be rounding rather
54960              than truncating, would have saved at least my confusion.
54961      Branch: perl
54962            ! ext/Time/HiRes/HiRes.pm
54963 ____________________________________________________________________________
54964 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
54965         Log: Subject: perl-current/t/time-hires.t
54966              From: John Peacock <jpeacock@rowman.com>
54967              Date: Fri, 11 May 2001 14:09:41 -0400
54968              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
54969      Branch: perl
54970            ! t/lib/time-hires.t
54971 ____________________________________________________________________________
54972 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
54973         Log: Subject: [PATCH dump.c] Op private flags
54974              From: Simon Cozens <simon@netthink.co.uk>
54975              Date: Sun, 13 May 2001 20:20:36 +0100
54976              Message-ID: <20010513202036.A21896@netthink.co.uk>
54977      Branch: perl
54978            ! dump.c
54979 ____________________________________________________________________________
54980 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
54981         Log: Upgrade to Switch 2.03.
54982      Branch: perl
54983            ! lib/Switch.pm
54984 ____________________________________________________________________________
54985 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
54986         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
54987              to PERL_CONFIG_SH and use it consistently.
54988      Branch: maint-5.6/perl
54989           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
54990           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
54991           !> myconfig.SH writemain.SH
54992 ____________________________________________________________________________
54993 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
54994         Log: Metaconfig units changes for #10113.
54995      Branch: metaconfig
54996            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
54997 ____________________________________________________________________________
54998 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
54999         Log: The problem described in 20010514.031 still wasn't
55000              fully cured, there were remnants of $CONFIG when
55001              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
55002              to avoid future conflicts.
55003      Branch: perl
55004            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
55005            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
55006            ! myconfig.SH writemain.SH
55007 ____________________________________________________________________________
55008 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
55009         Log: Half of #10107 got lost.
55010      Branch: perl
55011            ! ext/B/B/Deparse.pm
55012 ____________________________________________________________________________
55013 [ 10111] By: nick                                  on 2001/05/15  08:39:14
55014         Log: Integrate mainline.
55015      Branch: perlio
55016           +> ext/POSIX/hints/uts.pl
55017            - Todo Todo-5.6 t/camel-III/vstring.t
55018           !> (integrate 48 files)
55019 ____________________________________________________________________________
55020 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
55021         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
55022              From: Robin Houston <robin@kitsite.com>
55023              Date: Mon, 14 May 2001 22:27:08 +0100
55024              Message-ID: <20010514222708.A22963@penderel>
55025      Branch: perl
55026            ! t/TestInit.pm
55027 ____________________________________________________________________________
55028 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
55029         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
55030              From: Robin Houston <robin@kitsite.com>
55031              Date: Mon, 14 May 2001 22:16:43 +0100
55032              Message-ID: <20010514221643.A22437@penderel>
55033      Branch: perl
55034            ! ext/B/B/Deparse.pm
55035 ____________________________________________________________________________
55036 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
55037         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
55038              From: Robin Houston <robin@kitsite.com>
55039              Date: Mon, 14 May 2001 22:03:44 +0100
55040              Message-ID: <20010514220344.A20643@penderel>
55041      Branch: perl
55042            ! ext/B/B/Deparse.pm
55043 ____________________________________________________________________________
55044 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
55045         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
55046              From: Robin Houston <robin@kitsite.com>
55047              Date: Mon, 14 May 2001 22:10:07 +0100
55048              Message-ID: <20010514221007.A21118@penderel>
55049      Branch: perl
55050            ! ext/B/B/Deparse.pm
55051 ____________________________________________________________________________
55052 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
55053         Log: Fix for 20010514.037; substr() didn't invalidate the locale
55054              collation magic.
55055      Branch: perl
55056            ! pp.c
55057 ____________________________________________________________________________
55058 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
55059         Log: Update Changes.
55060      Branch: perl
55061            ! Changes patchlevel.h
55062 ____________________________________________________________________________
55063 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
55064         Log: Retract #10094.
55065      Branch: perl
55066            ! lib/Pod/Text.pm
55067 ____________________________________________________________________________
55068 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
55069         Log: Integrate change #10100 from maintperl.
55070              
55071              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
55072              bug ID 20010514.027)
55073      Branch: perl
55074           !> mg.c pp_ctl.c
55075 ____________________________________________________________________________
55076 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
55077         Log: Document the deprecatedness of suidperl.
55078      Branch: perl
55079            ! INSTALL pod/perlfaq1.pod
55080 ____________________________________________________________________________
55081 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
55082         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
55083              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55084              Date: Mon, 14 May 2001 09:38:59 -0400
55085              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
55086      Branch: perl
55087            ! lib/ExtUtils/MM_Unix.pm
55088 ____________________________________________________________________________
55089 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
55090         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
55091              bug ID 20010514.027)
55092              
55093              TODO: this needs a testsuite addition
55094      Branch: maint-5.6/perl
55095            ! mg.c pp_ctl.c
55096 ____________________________________________________________________________
55097 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
55098         Log: More DWIMminess for Class::Struct: calling the array or hash
55099              accessors only with one argument, an array or a hash reference,
55100              sets the underlying array or hash.  This mirrors nicely also
55101              the usage in the constructor.
55102              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
55103      Branch: perl
55104            ! lib/Class/Struct.pm t/lib/class-struct.t
55105 ____________________________________________________________________________
55106 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
55107         Log: Reference cmp'ing should go through the whole stringification
55108              process shebang, as pointed out by Sarathy in #10091.
55109      Branch: perl
55110            ! pp.c
55111 ____________________________________________________________________________
55112 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
55113         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
55114              From: Simon Cozens <simon@netthink.co.uk>
55115              Date: Sat, 12 May 2001 16:36:27 +0100
55116              Message-ID: <20010512163627.A5522@netthink.co.uk>
55117              
55118              with some additions salvaged from Todo and Todo-5.6 before
55119              retiring them.
55120      Branch: perl
55121            - Todo Todo-5.6
55122            ! MANIFEST pod/perltodo.pod
55123 ____________________________________________________________________________
55124 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
55125         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
55126              From: "Golubev I. N." <gin@mo.msk.ru>
55127              Date: Mon, 07 May 2001 14:33:34 (GMT)
55128              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
55129      Branch: perl
55130            ! perl.h
55131 ____________________________________________________________________________
55132 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
55133         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
55134              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
55135              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
55136              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
55137      Branch: perl
55138            ! lib/ExtUtils/MM_Unix.pm
55139 ____________________________________________________________________________
55140 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
55141         Log: (Retracted by #10104.)
55142              
55143              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
55144              From: barries <barries@slaysys.com>
55145              Date: Sat, 12 May 2001 01:28:10 -0400
55146              Message-ID: <20010512012810.B26358@jester.slaysys.com>
55147      Branch: perl
55148            ! lib/Pod/Text.pm
55149 ____________________________________________________________________________
55150 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
55151         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
55152              From: Mike Guy <mjtg@cam.ac.uk>
55153              Date: Sat, 12 May 2001 19:24:33 +0100
55154              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
55155      Branch: perl
55156            ! lib/AutoSplit.pm
55157 ____________________________________________________________________________
55158 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
55159         Log: Yet another HP-UX hints tweak from Merijn.
55160      Branch: perl
55161            ! hints/hpux.sh
55162 ____________________________________________________________________________
55163 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
55164         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
55165              isn't defined (changes#9366,9368,9370 from mainline without the
55166              pp_scmp() change)
55167      Branch: maint-5.6/perl
55168            ! pp.c pp.h pp_hot.c
55169 ____________________________________________________________________________
55170 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
55171         Log: The sorting seems to happen now automatically.
55172      Branch: perl
55173            ! t/lib/glob-basic.t
55174 ____________________________________________________________________________
55175 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
55176         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
55177              From: Benjamin Sugars <bsugars@canoe.ca>
55178              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
55179              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
55180      Branch: perl
55181            ! pod/perlfunc.pod
55182 ____________________________________________________________________________
55183 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
55184         Log: Subject: Re: undef(&foo) does not work for XS functions
55185              From: Doug MacEachern <dougm@covalent.net>
55186              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
55187              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
55188      Branch: perl
55189            ! op.c
55190 ____________________________________________________________________________
55191 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
55192         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
55193              From: Peter Prymmer <pvhp@forte.com>
55194              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
55195              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
55196      Branch: perl
55197            ! t/op/append.t
55198 ____________________________________________________________________________
55199 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
55200         Log: Update Changes.
55201      Branch: perl
55202            ! Changes patchlevel.h
55203 ____________________________________________________________________________
55204 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
55205         Log: Remove the 'asciir' re subpragma.  Should instead implement
55206              the 'physical vs logical' range scheme:
55207              
55208              \xAA-\xCC is a native physical range, you want that range of
55209              codepoints in your native encoding.  In EBCDIC the codepoints
55210              in the gaps (between i-j and r-s) should be included.
55211              
55212              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
55213              codepoints in Unicode.
55214              
55215              a-z is a logical range, you want that range of 'logical' codepoints
55216              in your native encoding.  In EBCDIC the codepoints in the gaps
55217              (between i-j and r-s) should not be included.
55218              
55219              Mixed cases (a-\xAA, etc) should either be errors, or maybe
55220              the 'logical' endpoints should be converted to native/Unicode
55221              codepoints, and the range handled as a physical range.
55222              
55223              'Logical endpoints' are to be recognized only in the A-Z, a-z,
55224              and 0-9 ranges.  Probably a warning should be given for mixed
55225              cases like A-z or a-9 (since such expressions are encoding
55226              dependent), with a recommendation to use physical ranges.
55227      Branch: perl
55228            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
55229            ! t/op/regexp.t
55230 ____________________________________________________________________________
55231 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
55232         Log: Make the test to cleanup the test directory tree
55233              both before and after the testing so that we always
55234              have a clean slate to work with.
55235      Branch: perl
55236            ! t/lib/filefind.t
55237 ____________________________________________________________________________
55238 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
55239         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
55240              From: Jon Eveland <jweveland@yahoo.com>
55241              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
55242              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
55243      Branch: perl
55244            ! pod/perlfunc.pod
55245 ____________________________________________________________________________
55246 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
55247         Log: Merge the camel-III/vstring.t with op/ver.t.
55248      Branch: perl
55249            - t/camel-III/vstring.t
55250            ! MANIFEST t/TEST t/harness t/op/ver.t
55251 ____________________________________________________________________________
55252 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
55253         Log: Add test.deparse make target.
55254      Branch: perl
55255            ! Makefile.SH
55256 ____________________________________________________________________________
55257 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
55258         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
55259              From: Robin Houston <robin@kitsite.com>
55260              Date: Fri, 11 May 2001 12:02:22 +0100
55261              Message-ID: <20010511120222.A11529@penderel>
55262      Branch: perl
55263            ! ext/B/B/Deparse.pm t/op/method.t
55264 ____________________________________________________________________________
55265 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
55266         Log: A nicely working combination for UTS from Hal Morris.
55267      Branch: perl
55268            + ext/POSIX/hints/uts.pl
55269            ! MANIFEST hints/uts.sh
55270 ____________________________________________________________________________
55271 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
55272         Log: i_ieeefp=undef for UTS.
55273      Branch: perl
55274            ! hints/uts.sh
55275 ____________________________________________________________________________
55276 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
55277         Log: Subject: RE: rand(0) is rand(1)
55278              From: Larry Shatzer <lshatzer@islanddata.com>
55279              Date: Thu, 10 May 2001 11:09:27 -0700
55280              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
55281      Branch: perl
55282            ! pod/perlfunc.pod
55283 ____________________________________________________________________________
55284 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
55285         Log: Subject: [patch] make op_{clear,null} public
55286              From: Doug MacEachern <dougm@covalent.net>
55287              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
55288              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
55289      Branch: perl
55290            ! embed.h embed.pl op.c proto.h
55291 ____________________________________________________________________________
55292 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
55293         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
55294              From: Robin Houston <robin@kitsite.com>
55295              Date: Thu, 10 May 2001 18:54:59 +0100
55296              Message-ID: <20010510185459.A5995@penderel>
55297      Branch: perl
55298            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
55299 ____________________________________________________________________________
55300 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
55301         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
55302              From: Robin Houston <robin@kitsite.com>
55303              Date: Thu, 10 May 2001 12:56:39 +0100
55304              Message-ID: <20010510125639.A2119@penderel>
55305      Branch: perl
55306            ! ext/B/B/Deparse.pm
55307 ____________________________________________________________________________
55308 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
55309         Log: Retract #10070, not ready yet.
55310      Branch: perl
55311            ! ext/B/B/Deparse.pm
55312 ____________________________________________________________________________
55313 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
55314         Log: The metaconfig unit change for #10071.
55315      Branch: metaconfig
55316            ! U/modified/mallocsrc.U
55317 ____________________________________________________________________________
55318 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
55319         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
55320      Branch: perl
55321            ! Configure
55322 ____________________________________________________________________________
55323 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
55324         Log: (Retracted by #10073)
55325              
55326              Subject: Re: [PATCH t/TEST] B::Deparse tester 
55327              From: Hugo <hv@crypt.compulink.co.uk>
55328              Date: Thu, 10 May 2001 05:48:09 +0100
55329              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
55330      Branch: perl
55331            ! ext/B/B/Deparse.pm
55332 ____________________________________________________________________________
55333 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
55334         Log: Add a for(func()) test.
55335      Branch: perl
55336            ! t/cmd/for.t
55337 ____________________________________________________________________________
55338 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
55339         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
55340              From: Robin Houston <robin@kitsite.com>
55341              Date: Thu, 10 May 2001 13:50:08 +0100
55342              Message-ID: <20010510135008.A2454@penderel>
55343      Branch: perl
55344            ! ext/B/B/Deparse.pm
55345 ____________________________________________________________________________
55346 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
55347         Log: A thinko in #10065.
55348      Branch: perl
55349            ! hv.c
55350 ____________________________________________________________________________
55351 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
55352         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
55353              From: Robin Houston <robin@kitsite.com>
55354              Date: Thu, 10 May 2001 02:10:34 +0100
55355              Message-ID: <20010510021034.A19421@penderel>
55356      Branch: perl
55357            ! ext/B/B.xs ext/B/B/Deparse.pm
55358 ____________________________________________________________________________
55359 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
55360         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
55361              From: Doug MacEachern <dougm@covalent.net>
55362              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
55363              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
55364      Branch: perl
55365            ! hv.c
55366 ____________________________________________________________________________
55367 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
55368         Log: One more workaround for the UTS compiler from Hal Morris.
55369      Branch: perl
55370            ! perl.h
55371 ____________________________________________________________________________
55372 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
55373         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
55374              From: Robin Houston <robin@kitsite.com>
55375              Date: Thu, 10 May 2001 01:02:08 +0100
55376              Message-ID: <20010510010208.A18200@penderel>
55377      Branch: perl
55378            ! ext/B/B/Debug.pm
55379 ____________________________________________________________________________
55380 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
55381         Log: Subject: [PATCH] Simplify deb_curcv() a bit
55382              From: Benjamin Sugars <bsugars@canoe.ca>
55383              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
55384              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
55385      Branch: perl
55386            ! run.c
55387 ____________________________________________________________________________
55388 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
55389         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
55390              From: Benjamin Sugars <bsugars@canoe.ca>
55391              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
55392              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
55393      Branch: perl
55394            ! t/lib/io_scalar.t
55395 ____________________________________________________________________________
55396 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
55397         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
55398              From: Peter Prymmer <pvhp@forte.com>
55399              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
55400              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
55401      Branch: perl
55402            ! t/lib/md5-file.t
55403 ____________________________________________________________________________
55404 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
55405         Log: Subject: [PATCH t/TEST] B::Deparse tester
55406              From: Robin Houston <robin@kitsite.com>
55407              Date: Wed, 9 May 2001 19:17:50 +0100
55408              Message-ID: <20010509191750.A16940@penderel>
55409      Branch: perl
55410            ! ext/B/O.pm t/TEST
55411 ____________________________________________________________________________
55412 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
55413         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
55414              From: Jeff Pinyan <jeffp@crusoe.net>
55415              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
55416              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
55417      Branch: perl
55418            ! lib/Pod/Html.pm
55419 ____________________________________________________________________________
55420 [ 10057] By: nick                                  on 2001/05/09  18:37:56
55421         Log: Integrate mainline.
55422      Branch: perlio
55423           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
55424           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
55425 ____________________________________________________________________________
55426 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
55427         Log: Update Changes.
55428      Branch: perl
55429            ! Changes patchlevel.h
55430 ____________________________________________________________________________
55431 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
55432         Log: Integrate perlio:
55433              
55434              [ 10050]
55435              win32, regen_config_h
55436      Branch: perl
55437           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
55438 ____________________________________________________________________________
55439 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
55440         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
55441              From: Benjamin Sugars <bsugars@canoe.ca>
55442              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
55443              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
55444      Branch: perl
55445            ! perlio.c
55446 ____________________________________________________________________________
55447 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
55448         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
55449              From: Benjamin Sugars <bsugars@canoe.ca>
55450              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
55451              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
55452      Branch: perl
55453            ! ext/PerlIO/Scalar/Scalar.xs
55454 ____________________________________________________________________________
55455 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
55456         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
55457              From: Jeff Pinyan <jeffp@crusoe.net>
55458              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
55459              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
55460      Branch: perl
55461            ! lib/Pod/Html.pm
55462 ____________________________________________________________________________
55463 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
55464         Log: EPOC tweak from Olaf Flebbe.
55465      Branch: perl
55466            ! epoc/epocish.h
55467 ____________________________________________________________________________
55468 [ 10050] By: nick                                  on 2001/05/09  14:37:57
55469         Log: win32, regen_config_h
55470      Branch: perlio
55471            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55472 ____________________________________________________________________________
55473 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
55474         Log: Integrate perlio:
55475              
55476              [ 10048]
55477              If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
55478              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
55479      Branch: perl
55480           !> pp_sys.c
55481 ____________________________________________________________________________
55482 [ 10048] By: nick                                  on 2001/05/09  11:59:50
55483         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
55484              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
55485      Branch: perlio
55486            ! pp_sys.c
55487 ____________________________________________________________________________
55488 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
55489         Log: Integrate perlio:
55490              
55491              [ 10045]
55492              MULTIPLICITY/DEBUGGING build fix.
55493      Branch: perl
55494           !> run.c
55495 ____________________________________________________________________________
55496 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
55497         Log: Subject: Re: Less warnings during configure
55498              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55499              Date: Wed, 09 May 2001 13:12:49 +0200
55500              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
55501      Branch: perl
55502            ! hints/hpux.sh
55503 ____________________________________________________________________________
55504 [ 10045] By: nick                                  on 2001/05/09  09:56:59
55505         Log: MULTIPLICITY/DEBUGGING build fix.
55506      Branch: perlio
55507            ! run.c
55508 ____________________________________________________________________________
55509 [ 10044] By: nick                                  on 2001/05/09  09:46:37
55510         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
55511      Branch: perlio
55512           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
55513            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
55514           !> (integrate 65 files)
55515 ____________________________________________________________________________
55516 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
55517         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
55518              From: Robin Houston <robin@kitsite.com>
55519              Date: Tue, 8 May 2001 19:38:00 +0100
55520              Message-ID: <20010508193800.A4389@penderel>
55521              
55522              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
55523              From: Robin Houston <robin@kitsite.com>
55524              Date: Tue, 8 May 2001 20:03:57 +0100
55525              Message-ID: <20010508200357.A4614@penderel>
55526              
55527              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
55528              From: Robin Houston <robin@kitsite.com>
55529              Date: Wed, 9 May 2001 00:12:05 +0100
55530              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
55531      Branch: perl
55532            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
55533 ____________________________________________________________________________
55534 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
55535         Log: Retract #10031.
55536      Branch: perl
55537            ! pod/perlfunc.pod
55538 ____________________________________________________________________________
55539 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
55540         Log: The metaconfig unit changes for #10040.
55541      Branch: metaconfig/U/perl
55542            ! Checkcc.U d_dlsymun.U dlsrc.U
55543 ____________________________________________________________________________
55544 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
55545         Log: The Configure half of
55546              
55547              Subject: Less warnings during configure
55548              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55549              Date: Tue, 08 May 2001 08:44:02 +0200
55550              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
55551      Branch: perl
55552            ! Configure
55553 ____________________________________________________________________________
55554 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
55555         Log: Subject: Less warnings during configure
55556              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55557              Date: Tue, 08 May 2001 08:44:02 +0200
55558              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
55559      Branch: perl
55560            ! hints/hpux.sh
55561 ____________________________________________________________________________
55562 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
55563         Log: Don't forget to whine about \d__\d.
55564      Branch: perl
55565            ! t/pragma/warn/toke toke.c
55566 ____________________________________________________________________________
55567 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
55568         Log: Allow underscores also in the exponent part.
55569      Branch: perl
55570            ! t/pragma/warn/toke toke.c
55571 ____________________________________________________________________________
55572 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
55573         Log: CodeMagicCD doesn't look like an *I*DE.
55574      Branch: perl
55575            ! pod/perlfaq3.pod
55576 ____________________________________________________________________________
55577 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
55578         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
55579              to be consistently down).
55580      Branch: perl
55581            ! pod/perlfaq3.pod
55582 ____________________________________________________________________________
55583 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
55584         Log: Upgrade to Text::Balanced 1.84.
55585      Branch: perl
55586            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
55587 ____________________________________________________________________________
55588 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
55589         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
55590              From: Benjamin Sugars <bsugars@canoe.ca>
55591              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
55592              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
55593      Branch: perl
55594            ! run.c
55595 ____________________________________________________________________________
55596 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
55597         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
55598              From: Peter Prymmer <pvhp@forte.com>
55599              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
55600              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
55601      Branch: perl
55602            ! t/pod/plainer.t
55603 ____________________________________________________________________________
55604 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
55605         Log: (Retracted by #10042)
55606              
55607              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
55608              From: "Philip Newton" <pnewton@gmx.de>
55609              Date: Tue, 8 May 2001 09:18:10 +0200
55610              Message-ID: <3AF7B9D2.28861.603732@localhost>
55611      Branch: perl
55612            ! pod/perlfunc.pod
55613 ____________________________________________________________________________
55614 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
55615         Log: Subject: [PATCH B::Deparse] Document known bugs
55616              From: Robin Houston <robin@kitsite.com>
55617              Date: Tue, 8 May 2001 01:53:34 +0100
55618              Message-ID: <20010508015334.A32394@penderel>
55619      Branch: perl
55620            ! ext/B/B/Deparse.pm
55621 ____________________________________________________________________________
55622 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
55623         Log: Subject: Re: Perl book, magazine and website updates.
55624              From: "Philip Newton" <pnewton@gmx.de>
55625              Date: Mon, 7 May 2001 17:03:58 +0200
55626              Message-ID: <3AF6D57E.5387.1E29930@localhost>
55627      Branch: perl
55628            ! pod/perlfaq2.pod
55629 ____________________________________________________________________________
55630 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
55631         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
55632              From: Peter Prymmer <pvhp@forte.com>
55633              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
55634              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
55635      Branch: perl
55636            ! t/io/fflush.t
55637 ____________________________________________________________________________
55638 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
55639         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
55640              From: Robin Houston <robin@kitsite.com>
55641              Date: Tue, 8 May 2001 01:14:55 +0100
55642              Message-ID: <20010508011455.A32162@penderel>
55643      Branch: perl
55644            ! ext/B/B/Deparse.pm
55645 ____________________________________________________________________________
55646 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
55647         Log: Typo in #10025.
55648      Branch: perl
55649            ! hints/uts.sh
55650 ____________________________________________________________________________
55651 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
55652         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
55653      Branch: perl
55654            ! hints/uts.sh
55655 ____________________________________________________________________________
55656 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
55657         Log: Subject: Re: [ID 20010506.045] question about hash syntax
55658              From: Peter Scott <Peter@PSDT.com>
55659              Date: Sun, 06 May 2001 13:10:40 -0700
55660              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
55661      Branch: perl
55662            ! pod/perl56delta.pod
55663 ____________________________________________________________________________
55664 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
55665         Log: Configure should figure out the list of dynamic extensions
55666              just fine in UTS-- and in fact it does, as reported by Hal Morris.
55667      Branch: perl
55668            ! hints/uts.sh
55669 ____________________________________________________________________________
55670 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
55671         Log: Update Changes.
55672      Branch: perl
55673            ! Changes patchlevel.h
55674 ____________________________________________________________________________
55675 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
55676         Log: Subject: [PATCH regcomp.c] Insecure regexes
55677              From: Robin Houston <robin@kitsite.com>
55678              Date: Mon, 7 May 2001 21:56:12 +0100
55679              Message-ID: <20010507215612.A31114@penderel>
55680      Branch: perl
55681            ! regcomp.c
55682 ____________________________________________________________________________
55683 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
55684         Log: Drop the foobar.perl.com references for now until Simon
55685              gets them sorted out.
55686      Branch: perl
55687            ! pod/perlfaq2.pod
55688 ____________________________________________________________________________
55689 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
55690         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
55691              From: Prymmer/Kahn <pvhp@best.com>
55692              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
55693              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
55694      Branch: perl
55695            ! lib/Devel/SelfStubber.pm
55696 ____________________________________________________________________________
55697 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
55698         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
55699              From: Prymmer/Kahn <pvhp@best.com>
55700              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
55701              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
55702      Branch: perl
55703            ! win32/Makefile
55704 ____________________________________________________________________________
55705 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
55706         Log: s/WebTechnique's/WebTechniques/
55707      Branch: perl
55708            ! pod/perlfaq2.pod
55709 ____________________________________________________________________________
55710 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
55711         Log: Llama 3 updates from Randal.
55712      Branch: perl
55713            ! pod/perlfaq2.pod
55714 ____________________________________________________________________________
55715 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
55716         Log: Subject: [PATCH] Help -Dt show correct pad variables
55717              From: Benjamin Sugars <ben.sugars@home.com>
55718              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
55719              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
55720      Branch: perl
55721            ! embed.h embed.pl proto.h run.c
55722 ____________________________________________________________________________
55723 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
55724         Log: Subject: [PATCH] Document C<our $foo : shared>
55725              From: Benjamin Sugars <ben.sugars@home.com>
55726              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
55727              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
55728      Branch: perl
55729            ! pod/perlfunc.pod
55730 ____________________________________________________________________________
55731 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
55732         Log: Subject: [PATCH B::Deparse] undefined folded constants
55733              From: Robin Houston <robin@kitsite.com>
55734              Date: Sun, 6 May 2001 17:19:09 +0100
55735              Message-ID: <20010506171909.A7046@penderel>
55736      Branch: perl
55737            ! ext/B/B/Deparse.pm
55738 ____________________________________________________________________________
55739 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
55740         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
55741              From: Robin Houston <robin@kitsite.com>
55742              Message-ID: <20010506164654.A6848@penderel>
55743              Date: Sun, 6 May 2001 16:46:54 +0100
55744      Branch: perl
55745            ! ext/B/B/Deparse.pm
55746 ____________________________________________________________________________
55747 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
55748         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
55749              From: Robin Houston <robin@kitsite.com>
55750              Date: Sun, 6 May 2001 14:47:02 +0100
55751              Message-ID: <20010506144702.A6308@penderel>
55752      Branch: perl
55753            ! t/op/my_stash.t
55754 ____________________________________________________________________________
55755 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
55756         Log: Subject: Perl book, magazine and website updates.
55757              From: Simon Cozens <simon@netthink.co.uk>
55758              Date: Sun, 6 May 2001 16:55:36 +0100
55759              Message-ID: <20010506165536.A1795@netthink.co.uk>
55760      Branch: perl
55761            ! pod/perlbook.pod pod/perlfaq2.pod
55762 ____________________________________________________________________________
55763 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
55764         Log: Tweaks on the Tru64 prof options.
55765      Branch: perl
55766            ! pod/perlhack.pod
55767 ____________________________________________________________________________
55768 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
55769         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
55770              From: Robin Houston <robin@kitsite.com>
55771              Date: Sun, 6 May 2001 14:40:51 +0100
55772              Message-ID: <20010506144051.A6279@penderel>
55773      Branch: perl
55774            ! t/pod/testp2pt.pl
55775 ____________________________________________________________________________
55776 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
55777         Log: Subject: [PATCH B::Deparse] scoping
55778              From: Robin Houston <robin@kitsite.com>
55779              Date: Sun, 6 May 2001 14:36:56 +0100
55780              Message-ID: <20010506143656.A4006@penderel>
55781      Branch: perl
55782            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
55783 ____________________________________________________________________________
55784 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
55785         Log: Document the undefinedness of bitshifting out of range.
55786      Branch: perl
55787            ! pod/perlop.pod
55788 ____________________________________________________________________________
55789 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
55790         Log: Retract #10003 and update the IDE descriptions a bit.
55791      Branch: perl
55792            ! pod/perlfaq3.pod
55793 ____________________________________________________________________________
55794 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
55795         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
55796              From: Prymmer/Kahn <pvhp@best.com>
55797              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
55798              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
55799      Branch: perl
55800            ! win32/Makefile win32/buildext.pl win32/config.bc
55801            ! win32/config.gc win32/config.vc
55802 ____________________________________________________________________________
55803 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
55804         Log: (Retracted by #10005.)
55805      Branch: perl
55806            ! pod/perlfaq3.pod
55807 ____________________________________________________________________________
55808 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
55809         Log: It's "psed", not "sed".
55810      Branch: perl
55811            ! x2p/s2p.PL
55812 ____________________________________________________________________________
55813 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
55814         Log: Update Changes.
55815      Branch: perl
55816            ! Changes patchlevel.h
55817 ____________________________________________________________________________
55818 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
55819         Log: Subject: Re: bleadperl make install fails due to "psed"
55820              From: andreas.koenig@anima.de (Andreas J. Koenig)
55821              Date: 05 May 2001 18:23:28 +0200
55822              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
55823      Branch: perl
55824            ! x2p/Makefile.SH x2p/s2p.PL
55825 ____________________________________________________________________________
55826 [  9999] By: jhi                                   on 2001/05/05  18:28:09
55827         Log: AUTHORS updates.
55828      Branch: perl
55829            ! AUTHORS
55830 ____________________________________________________________________________
55831 [  9998] By: jhi                                   on 2001/05/05  18:16:00
55832         Log: Updates on the pods related to the modules included since 5.6.
55833              
55834              TODO: perltodo really could use major updating.
55835      Branch: perl
55836            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
55837            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
55838            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
55839            ! pod/perlsyn.pod pod/perltodo.pod
55840 ____________________________________________________________________________
55841 [  9997] By: jhi                                   on 2001/05/05  17:35:17
55842         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
55843              from Kurt Skauen.
55844      Branch: perl
55845            + hints/atheos.sh
55846            ! MANIFEST
55847 ____________________________________________________________________________
55848 [  9996] By: jhi                                   on 2001/05/05  17:25:00
55849         Log: Add preemptive #undefs for some of the shorter and more prone
55850              to collision regcomp.h #defines.  (Background: the MASK collided
55851              with a system header #define in Rhapsody.)
55852      Branch: perl
55853            ! regcomp.h
55854 ____________________________________________________________________________
55855 [  9995] By: jhi                                   on 2001/05/05  13:24:21
55856         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
55857              From: Nicholas Clark <nick@ccl4.org>
55858              Date: Sat, 5 May 2001 14:46:39 +0100
55859              Message-ID: <20010505144639.O53513@plum.flirble.org>
55860              
55861              Add a test for the constants (if any) being processed correctly.
55862      Branch: perl
55863            ! utils/h2xs.PL
55864 ____________________________________________________________________________
55865 [  9994] By: jhi                                   on 2001/05/05  02:11:03
55866         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
55867              From: Peter Prymmer <pvhp@forte.com>
55868              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
55869              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
55870      Branch: perl
55871            ! t/lib/b-stash.t
55872 ____________________________________________________________________________
55873 [  9993] By: jhi                                   on 2001/05/05  02:03:49
55874         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
55875              From: Peter Prymmer <pvhp@forte.com>
55876              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
55877              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
55878      Branch: perl
55879            ! perlio.c vms/vmsish.h
55880 ____________________________________________________________________________
55881 [  9992] By: jhi                                   on 2001/05/04  17:21:12
55882         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
55883              From: Robin Barker <rmb1@cise.npl.co.uk>
55884              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
55885              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
55886      Branch: perl
55887            + t/pod/plainer.t
55888            ! MANIFEST
55889 ____________________________________________________________________________
55890 [  9991] By: jhi                                   on 2001/05/04  16:47:45
55891         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
55892              From: Robin Barker <rmb1@cise.npl.co.uk>
55893              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
55894              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
55895      Branch: perl
55896            ! regcomp.c
55897 ____________________________________________________________________________
55898 [  9990] By: jhi                                   on 2001/05/04  14:37:20
55899         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
55900              From: Prymmer/Kahn <pvhp@best.com>
55901              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
55902              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
55903      Branch: perl
55904            ! t/lib/b-stash.t
55905 ____________________________________________________________________________
55906 [  9989] By: jhi                                   on 2001/05/04  14:03:58
55907         Log: Introduce perl572delta, update Todo, add the missing
55908              mention about signal safety since 5.7.1 (though this
55909              requires verification and more details.)
55910      Branch: perl
55911            + pod/perl572delta.pod
55912            ! MANIFEST Todo pod/perl571delta.pod
55913 ____________________________________________________________________________
55914 [  9988] By: jhi                                   on 2001/05/04  12:41:51
55915         Log: Subject: [PATCH perl@9944] long =item
55916              From: Robin Barker <rmb1@cise.npl.co.uk>
55917              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
55918              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
55919      Branch: perl
55920            ! ext/Time/HiRes/HiRes.pm
55921 ____________________________________________________________________________
55922 [  9987] By: jhi                                   on 2001/05/04  12:39:19
55923         Log: The #9901 had removed one line essential for EBCDIC.
55924      Branch: perl
55925            ! regcomp.c
55926 ____________________________________________________________________________
55927 [  9986] By: jhi                                   on 2001/05/04  12:30:23
55928         Log: Subject: cygwin/Makefile.SHs INSTALL patch
55929              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
55930              Date: Mon, 08 Jan 2001 04:59:21 +0200
55931              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
55932      Branch: perl
55933            ! cygwin/Makefile.SHs
55934 ____________________________________________________________________________
55935 [  9985] By: jhi                                   on 2001/05/04  03:51:39
55936         Log: Encode/IO doc tweaks.
55937      Branch: perl
55938            ! ext/Encode/Encode.pm
55939 ____________________________________________________________________________
55940 [  9984] By: jhi                                   on 2001/05/04  03:29:34
55941         Log: Remove GDBM_File from the dynamic extensions for UTS,
55942              GDBM is not a standard feature.
55943      Branch: perl
55944            ! hints/uts.sh
55945 ____________________________________________________________________________
55946 [  9983] By: jhi                                   on 2001/05/04  03:22:59
55947         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
55948      Branch: perl
55949            ! pod/perlretut.pod
55950 ____________________________________________________________________________
55951 [  9982] By: jhi                                   on 2001/05/03  23:21:03
55952         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
55953              From: Benjamin Sugars <bsugars@canoe.ca>
55954              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
55955              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
55956      Branch: perl
55957            ! dump.c
55958 ____________________________________________________________________________
55959 [  9981] By: jhi                                   on 2001/05/03  23:20:05
55960         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
55961              From: Benjamin Sugars <bsugars@canoe.ca>
55962              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
55963              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
55964      Branch: perl
55965            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
55966 ____________________________________________________________________________
55967 [  9980] By: jhi                                   on 2001/05/03  23:15:29
55968         Log: Integrate perlio:
55969              
55970              [  9976]
55971              Allow $answer = encode($object,$text); like it says in docs.
55972              
55973              [  9975]
55974              Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
55975              to be in scope (fair enough), and also a package variable (our) for eval to see it.
55976      Branch: perl
55977           !> ext/Encode/Encode.pm
55978 ____________________________________________________________________________
55979 [  9979] By: jhi                                   on 2001/05/03  16:54:59
55980         Log: Install psed man page.
55981      Branch: perl
55982            ! installman
55983 ____________________________________________________________________________
55984 [  9978] By: jhi                                   on 2001/05/03  16:45:58
55985         Log: Remove unused files; noted by Sarathy.
55986      Branch: perl
55987            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
55988            ! MANIFEST
55989 ____________________________________________________________________________
55990 [  9977] By: jhi                                   on 2001/05/03  16:42:30
55991         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
55992              From: Andy Dougherty <doughera@lafayette.edu>
55993              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
55994              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
55995      Branch: perl
55996            ! INSTALL
55997 ____________________________________________________________________________
55998 [  9976] By: nick                                  on 2001/05/03  16:40:42
55999         Log: Allow $answer = encode($object,$text); like it says in docs.
56000      Branch: perlio
56001            ! ext/Encode/Encode.pm
56002 ____________________________________________________________________________
56003 [  9975] By: nick                                  on 2001/05/03  16:22:30
56004         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
56005              to be in scope (fair enough), and also a package variable (our) for eval to see it.
56006      Branch: perlio
56007            ! ext/Encode/Encode.pm
56008 ____________________________________________________________________________
56009 [  9974] By: nick                                  on 2001/05/03  15:48:17
56010         Log: Integrate mainline.
56011      Branch: perlio
56012           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
56013           +> t/lib/filter-simple.t t/lib/next.t
56014           !> (integrate 70 files)
56015 ____________________________________________________________________________
56016 [  9973] By: jhi                                   on 2001/05/03  13:09:09
56017         Log: Update Changes.
56018      Branch: perl
56019            ! Changes patchlevel.h
56020 ____________________________________________________________________________
56021 [  9972] By: jhi                                   on 2001/05/03  12:58:33
56022         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
56023              From: Prymmer/Kahn <pvhp@best.com>
56024              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
56025              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
56026      Branch: perl
56027            ! t/io/fflush.t
56028 ____________________________________________________________________________
56029 [  9971] By: jhi                                   on 2001/05/03  12:57:26
56030         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
56031              From: Prymmer/Kahn <pvhp@best.com>
56032              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
56033              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
56034      Branch: perl
56035            ! win32/FindExt.pm
56036 ____________________________________________________________________________
56037 [  9970] By: jhi                                   on 2001/05/03  02:42:46
56038         Log: Can't croak sans thread context, from Doug MacEachern.
56039      Branch: perl
56040            ! toke.c
56041 ____________________________________________________________________________
56042 [  9969] By: jhi                                   on 2001/05/03  01:23:48
56043         Log: Subject: Random input test and Perl
56044              From: Ilya Zakharevich <ilya@math.berkeley.edu>
56045              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
56046              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
56047      Branch: perl
56048            ! toke.c
56049 ____________________________________________________________________________
56050 [  9968] By: jhi                                   on 2001/05/02  22:17:21
56051         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
56052              From: Peter Prymmer <pvhp@forte.com>
56053              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
56054              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
56055      Branch: perl
56056            ! pod/perlfunc.pod pod/perlport.pod
56057 ____________________________________________________________________________
56058 [  9967] By: jhi                                   on 2001/05/02  20:12:45
56059         Log: Workaround for UTS compiler casting bug from Hal Morris.
56060      Branch: perl
56061            ! perl.h
56062 ____________________________________________________________________________
56063 [  9966] By: jhi                                   on 2001/05/02  18:31:37
56064         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
56065              From: Dan Sugalski <dan@sidhe.org>
56066              Date: Wed, 02 May 2001 15:23:22 -0400
56067              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
56068      Branch: perl
56069            ! perl.c vms/vms.c
56070 ____________________________________________________________________________
56071 [  9965] By: jhi                                   on 2001/05/02  18:21:29
56072         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
56073      Branch: perl
56074            ! pod/perlfunc.pod
56075 ____________________________________________________________________________
56076 [  9964] By: jhi                                   on 2001/05/02  18:15:01
56077         Log: Document large files in INSTALL, document also the %x
56078              limitation if not use64bitint, closes bug 20010326.007.
56079      Branch: perl
56080            ! INSTALL
56081 ____________________________________________________________________________
56082 [  9963] By: jhi                                   on 2001/05/02  17:24:47
56083         Log: perlmodlib tweaks; regen pods.
56084      Branch: perl
56085            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
56086            ! pod/perltoc.pod
56087 ____________________________________________________________________________
56088 [  9962] By: jhi                                   on 2001/05/02  17:14:00
56089         Log: Fix for a segfault, from Marc Lehmann.
56090      Branch: perl
56091            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
56092 ____________________________________________________________________________
56093 [  9961] By: jhi                                   on 2001/05/02  15:55:53
56094         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
56095              From: "Philip Newton" <pnewton@gmx.de>
56096              Date: Wed, 2 May 2001 18:39:03 +0200
56097              Message-ID: <3AF05447.15525.173B588@localhost>
56098      Branch: perl
56099            ! pod/perlop.pod
56100 ____________________________________________________________________________
56101 [  9960] By: jhi                                   on 2001/05/02  15:35:37
56102         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
56103              From: Dan Sugalski <dan@sidhe.org>
56104              Date: Wed, 02 May 2001 11:37:27 -0400
56105              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
56106      Branch: perl
56107            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
56108            ! thread.h vms/vms.c vms/vmsish.h
56109 ____________________________________________________________________________
56110 [  9959] By: jhi                                   on 2001/05/02  15:21:08
56111         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
56112              From: Benjamin Sugars <bsugars@canoe.ca>
56113              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
56114              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
56115      Branch: perl
56116            ! ext/PerlIO/Scalar/Scalar.xs
56117 ____________________________________________________________________________
56118 [  9958] By: jhi                                   on 2001/05/02  15:15:53
56119         Log: Bug in #9915, spotted by Mike Guy.
56120      Branch: perl
56121            ! installperl
56122 ____________________________________________________________________________
56123 [  9957] By: jhi                                   on 2001/05/02  13:26:01
56124         Log: Add a test for not griping about references as array
56125              indices if the reference has magic in it (overloaded
56126              methods).
56127      Branch: perl
56128            ! pod/perldiag.pod t/pragma/warn/pp_hot
56129 ____________________________________________________________________________
56130 [  9956] By: jhi                                   on 2001/05/02  13:07:01
56131         Log: Retracted a bit too much in #9952.
56132      Branch: perl
56133            ! t/pragma/sub_lval.t
56134 ____________________________________________________________________________
56135 [  9955] By: jhi                                   on 2001/05/02  13:05:38
56136         Log: Test for #9952.
56137      Branch: perl
56138            ! t/op/tie.t
56139 ____________________________________________________________________________
56140 [  9954] By: jhi                                   on 2001/05/02  11:48:18
56141         Log: Additional note on the encoding example: one cannot
56142              convert string constants in-place.
56143      Branch: perl
56144            ! ext/Encode/Encode.pm
56145 ____________________________________________________________________________
56146 [  9953] By: jhi                                   on 2001/05/02  11:43:51
56147         Log: Note that if you have recent enough Perl you already
56148              have Filter::Util::Call.
56149      Branch: perl
56150            ! lib/Filter/Simple.pm
56151 ____________________________________________________________________________
56152 [  9952] By: jhi                                   on 2001/05/02  11:31:53
56153         Log: Retract changes #8254 and #8255, causes coredump in
56154              'tie FH, "main"', reported by Abigail, culprit found by
56155              Benjamin Sugars.  Mirrors maintperl change #9950.
56156      Branch: perl
56157            ! op.c t/pragma/sub_lval.t
56158 ____________________________________________________________________________
56159 [  9951] By: jhi                                   on 2001/05/02  11:14:29
56160         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
56161      Branch: perl
56162            + t/lib/MyFilter.pm
56163 ____________________________________________________________________________
56164 [  9950] By: gsar                                  on 2001/05/02  03:17:11
56165         Log: revert integration of changes#8254,8255 in change#8620 (causes
56166              a coredump in C<tie FH, 'foo'>; the idea itself may need better
56167              rationalization)
56168      Branch: maint-5.6/perl
56169            ! op.c t/pragma/sub_lval.t
56170 ____________________________________________________________________________
56171 [  9949] By: gsar                                  on 2001/05/02  02:56:32
56172         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
56173              
56174              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56175              
56176              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56177      Branch: maint-5.6/perl
56178           !> hints/svr5.sh
56179 ____________________________________________________________________________
56180 [  9948] By: gsar                                  on 2001/05/02  02:49:15
56181         Log: pod/find.t breaks on VMS (from Craig Berry)
56182      Branch: maint-5.6/perl
56183            ! t/pod/find.t
56184 ____________________________________________________________________________
56185 [  9947] By: jhi                                   on 2001/05/02  02:43:09
56186         Log: Add an encoding conversion example.
56187      Branch: perl
56188            ! ext/Encode/Encode.pm
56189 ____________________________________________________________________________
56190 [  9946] By: jhi                                   on 2001/05/02  01:34:22
56191         Log: Another coat of paint but still nowhere finished.
56192              Need to decide on the semantics of strptime(): should
56193              strptime() be a function instead of a method?  To do
56194              the week/monthname-strptiming the i18n/l10n bullet needs
56195              to be bitten with gusto.
56196      Branch: perl
56197            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
56198 ____________________________________________________________________________
56199 [  9945] By: jhi                                   on 2001/05/01  23:40:52
56200         Log: Update Changes.
56201      Branch: perl
56202            ! Changes patchlevel.h
56203 ____________________________________________________________________________
56204 [  9944] By: jhi                                   on 2001/05/01  23:33:37
56205         Log: Add known-to-be-tested modules to the list-to-be-skipped.
56206      Branch: perl
56207            ! t/lib/1_compile.t
56208 ____________________________________________________________________________
56209 [  9943] By: jhi                                   on 2001/05/01  23:24:40
56210         Log: Subject: BorlandC++ fix
56211              From: "Vadim Konovalov" <watman@inbox.ru>
56212              Date: Mon, 30 Apr 2001 20:12:26 -0700
56213              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
56214      Branch: perl
56215            ! win32/makefile.mk
56216 ____________________________________________________________________________
56217 [  9942] By: jhi                                   on 2001/05/01  23:18:02
56218         Log: Update to Filter::Simple 0.60, create a test for it.
56219      Branch: perl
56220            + t/lib/filter-simple.t
56221            ! MANIFEST lib/Filter/Simple.pm
56222 ____________________________________________________________________________
56223 [  9941] By: jhi                                   on 2001/05/01  19:47:24
56224         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
56225              From: Hugo <hv@crypt.compulink.co.uk>
56226              Date: Tue, 01 May 2001 20:12:20 +0100
56227              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
56228      Branch: perl
56229            ! pp_hot.c t/op/re_tests
56230 ____________________________________________________________________________
56231 [  9940] By: jhi                                   on 2001/05/01  19:42:16
56232         Log: Integrate perlio:
56233              
56234              [  9936]
56235              Fix for base.pm clobbering $VERSION
56236              
56237              [  9935]
56238              Test for base.pm clobbering $VERSION.
56239      Branch: perl
56240           !> lib/base.pm t/lib/fields.t
56241 ____________________________________________________________________________
56242 [  9939] By: jhi                                   on 2001/05/01  19:39:51
56243         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
56244              From: Benjamin Sugars <bsugars@canoe.ca>
56245              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
56246              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
56247      Branch: perl
56248            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56249 ____________________________________________________________________________
56250 [  9938] By: jhi                                   on 2001/05/01  19:34:09
56251         Log: Add NEXT, a pseudo-class for method redispatching.
56252              <Damian>NEXT.pm probably offers more bang-for-buck
56253              than anything else I've ever written.</Damian>
56254      Branch: perl
56255            + lib/NEXT.pm t/lib/next.t
56256            ! MANIFEST
56257 ____________________________________________________________________________
56258 [  9937] By: jhi                                   on 2001/05/01  19:21:41
56259         Log: Update to Switch 2.02.
56260      Branch: perl
56261            ! lib/Switch.pm t/lib/switch.t
56262 ____________________________________________________________________________
56263 [  9936] By: nick                                  on 2001/05/01  19:09:21
56264         Log: Fix for base.pm clobbering $VERSION
56265      Branch: perlio
56266            ! lib/base.pm
56267 ____________________________________________________________________________
56268 [  9935] By: nick                                  on 2001/05/01  18:54:38
56269         Log: Test for base.pm clobbering $VERSION.
56270      Branch: perlio
56271            ! t/lib/fields.t
56272 ____________________________________________________________________________
56273 [  9934] By: jhi                                   on 2001/05/01  18:39:10
56274         Log: Add information about Scalar::Util::blessed.
56275      Branch: perl
56276            ! pod/perlobj.pod
56277 ____________________________________________________________________________
56278 [  9933] By: jhi                                   on 2001/05/01  18:33:51
56279         Log: Subject: Extra UNIVERSAL documentation
56280              From: Mike Guy <mjtg@cam.ac.uk>
56281              Date: Tue, 01 May 2001 20:12:11 +0100
56282              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
56283      Branch: perl
56284            ! pod/perlobj.pod
56285 ____________________________________________________________________________
56286 [  9932] By: jhi                                   on 2001/05/01  18:26:54
56287         Log: Subject: Autoflush in tests as appropriate
56288              From: Mike Guy <mjtg@cam.ac.uk>
56289              Date: Tue, 01 May 2001 20:05:31 +0100
56290              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
56291      Branch: perl
56292            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
56293            ! t/op/taint.t
56294 ____________________________________________________________________________
56295 [  9931] By: jhi                                   on 2001/05/01  18:02:29
56296         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
56297              From: Benjamin Sugars <bsugars@canoe.ca>
56298              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
56299              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
56300      Branch: perl
56301            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56302 ____________________________________________________________________________
56303 [  9930] By: jhi                                   on 2001/05/01  15:12:26
56304         Log: Subject: Re: Finally got a round tuit
56305              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56306              Date: Tue, 01 May 2001 14:14:10 +0200
56307              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
56308              
56309              The -DP part, slightly modified.
56310      Branch: perl
56311            ! perl.c
56312 ____________________________________________________________________________
56313 [  9929] By: jhi                                   on 2001/05/01  14:17:15
56314         Log: Subject: Re: Finally got a round tuit
56315              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56316              Date: Tue, 01 May 2001 16:34:06 +0200
56317              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
56318              
56319              cpp and optimization tweaks for HP-UX.
56320      Branch: perl
56321            ! hints/hpux.sh
56322 ____________________________________________________________________________
56323 [  9928] By: jhi                                   on 2001/05/01  13:24:20
56324         Log: Tune the scan_num() comments to reality.
56325      Branch: perl
56326            ! toke.c
56327 ____________________________________________________________________________
56328 [  9927] By: jhi                                   on 2001/05/01  13:14:01
56329         Log: Subject: [PATCH B::Deparse] optimised sort
56330              From: Robin Houston <robin@kitsite.com>
56331              Date: Tue, 1 May 2001 14:07:12 +0100
56332              Message-ID: <20010501140712.A4266@penderel>
56333      Branch: perl
56334            ! ext/B/B/Deparse.pm
56335 ____________________________________________________________________________
56336 [  9926] By: jhi                                   on 2001/05/01  13:10:53
56337         Log: Subject: [PATCH t/lib/b-deparse.t] 
56338              From: Robin Houston <robin@kitsite.com>
56339              Date: Tue, 1 May 2001 13:37:42 +0100
56340              Message-ID: <20010501133742.A4082@penderel>
56341      Branch: perl
56342            ! t/lib/b-deparse.t
56343 ____________________________________________________________________________
56344 [  9925] By: jhi                                   on 2001/05/01  13:10:13
56345         Log: Subject: [PATCH B::Deparse] for(;;), sort
56346              From: Robin Houston <robin@kitsite.com>
56347              Date: Tue, 1 May 2001 13:35:00 +0100
56348              Message-ID: <20010501133500.A4061@penderel>
56349      Branch: perl
56350            ! ext/B/B/Deparse.pm
56351 ____________________________________________________________________________
56352 [  9924] By: jhi                                   on 2001/05/01  13:09:22
56353         Log: Subject: [PATCH B::Deparse] do, warn, use
56354              From: Robin Houston <robin@kitsite.com>
56355              Date: Tue, 1 May 2001 13:31:03 +0100
56356              Message-ID: <20010501133103.A4041@penderel>
56357      Branch: perl
56358            ! ext/B/B/Deparse.pm
56359 ____________________________________________________________________________
56360 [  9923] By: jhi                                   on 2001/05/01  11:45:36
56361         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
56362              From: Benjamin Sugars <ben.sugars@home.com>
56363              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
56364              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
56365      Branch: perl
56366            + t/io/fflush.t
56367            ! MANIFEST
56368 ____________________________________________________________________________
56369 [  9922] By: jhi                                   on 2001/05/01  11:35:42
56370         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
56371              From: Peter Prymmer <pvhp@forte.com>
56372              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
56373              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
56374      Branch: perl
56375            ! t/lib/selfstubber.t
56376 ____________________________________________________________________________
56377 [  9921] By: jhi                                   on 2001/04/30  16:34:33
56378         Log: Subject: [PATCH B::Concise] suppress warning
56379              From: Robin Houston <robin@kitsite.com>
56380              Date: Mon, 30 Apr 2001 16:09:49 +0100
56381              Message-ID: <20010430160949.A25086@penderel>
56382      Branch: perl
56383            ! ext/B/B/Concise.pm
56384 ____________________________________________________________________________
56385 [  9920] By: jhi                                   on 2001/04/30  13:56:04
56386         Log: Strip the *markers* from #9919.
56387      Branch: perl
56388            ! pod/perlfaq.pod pod/perlfaq5.pod
56389 ____________________________________________________________________________
56390 [  9919] By: jhi                                   on 2001/04/30  13:54:04
56391         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
56392              From: Gwyn Judd <b.judd@xtra.co.nz>
56393              Date: Sun, 29 Apr 2001 01:47:49 +1200
56394              Message-ID: <20010429014749.A4418@thislove>
56395      Branch: perl
56396            ! pod/perlfaq.pod pod/perlfaq5.pod
56397 ____________________________________________________________________________
56398 [  9918] By: jhi                                   on 2001/04/30  13:13:54
56399         Log: More_tweakage.
56400      Branch: perl
56401            ! pod/perldata.pod pod/perldiag.pod
56402 ____________________________________________________________________________
56403 [  9917] By: jhi                                   on 2001/04/30  13:01:27
56404         Log: Update Changes.
56405      Branch: perl
56406            ! Changes patchlevel.h
56407 ____________________________________________________________________________
56408 [  9916] By: jhi                                   on 2001/04/30  12:57:03
56409         Log: T_w_e_a_k_a_g_e.
56410      Branch: perl
56411            ! pod/perldata.pod pod/perldiag.pod
56412 ____________________________________________________________________________
56413 [  9915] By: jhi                                   on 2001/04/30  12:39:29
56414         Log: Install s2p also as psed.
56415              
56416              TODO: psed documentation?
56417      Branch: perl
56418            ! installperl
56419 ____________________________________________________________________________
56420 [  9914] By: jhi                                   on 2001/04/30  12:29:21
56421         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
56422              From: Jens Hamisch <jens@Strawberry.COM>
56423              Date: Fri, 27 Apr 2001 17:00:36 +0200
56424              Message-ID: <20010427170036.K1372@Strawberry.COM>
56425              
56426              SOCKS5_VERSION_NAME is the right symbol to detect
56427              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
56428              function called socks5_init() is available, and even that is
56429              not universal, most SOCKS5 installations use SOCKSinit()).
56430      Branch: perl
56431            ! perlio.c
56432 ____________________________________________________________________________
56433 [  9913] By: jhi                                   on 2001/04/30  12:22:15
56434         Log: Allow a zero timeout on IO::Socket accept and connect--
56435              though one really shouldn't do that.  Based on
56436              
56437              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
56438              From: "John Holdsworth" <coldwave@bigfoot.com>
56439              Date: Sun, 4 Feb 2001 12:48:18 +0100
56440              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
56441      Branch: perl
56442            ! ext/IO/lib/IO/Socket.pm
56443 ____________________________________________________________________________
56444 [  9912] By: jhi                                   on 2001/04/30  11:27:27
56445         Log: Save the spot of regprev (see #9911) for binary compatibility;
56446              regen API.
56447      Branch: perl
56448            ! embedvar.h perlapi.h thrdvar.h
56449 ____________________________________________________________________________
56450 [  9911] By: jhi                                   on 2001/04/30  11:22:03
56451         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
56452              From: Hugo <hv@crypt.compulink.co.uk>
56453              Date: Sun, 29 Apr 2001 17:09:30 +0100
56454              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
56455      Branch: perl
56456            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
56457 ____________________________________________________________________________
56458 [  9910] By: jhi                                   on 2001/04/30  11:15:12
56459         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
56460              a dummy for PL_numeric_radix); no pressing reason to break
56461              binary compatibility; regen API.
56462      Branch: perl
56463            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
56464            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
56465 ____________________________________________________________________________
56466 [  9909] By: jhi                                   on 2001/04/30  10:56:08
56467         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
56468              From: Walt Mankowski <waltman@netaxs.com>
56469              Date: Sun, 29 Apr 2001 21:53:48 -0400
56470              Message-ID: <20010429215348.A3971@netaxs.com>
56471      Branch: perl
56472            ! pod/perlfunc.pod
56473 ____________________________________________________________________________
56474 [  9908] By: jhi                                   on 2001/04/30  10:49:40
56475         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
56476      Branch: perl
56477            ! t/lib/selfstubber.t
56478 ____________________________________________________________________________
56479 [  9907] By: nick                                  on 2001/04/30  09:26:50
56480         Log: Integrate mainline.
56481      Branch: perlio
56482           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
56483 ____________________________________________________________________________
56484 [  9906] By: jhi                                   on 2001/04/29  23:24:20
56485         Log: Abigail spotted a thinko in #9905.
56486      Branch: perl
56487            ! pod/perldiag.pod
56488 ____________________________________________________________________________
56489 [  9905] By: jhi                                   on 2001/04/29  15:55:39
56490         Log: Changed the underscore/undebar syntax in numeric constants;
56491              now any grouping will do, as long as the underscores are not
56492              consecutive (so "zero-grouping" is out), and they do not begin
56493              or end the integer or fractional parts.
56494      Branch: perl
56495            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
56496 ____________________________________________________________________________
56497 [  9904] By: nick                                  on 2001/04/29  15:43:22
56498         Log: Integrate mainline.
56499      Branch: perlio
56500           +> (branch 98 files)
56501            - lib/unicode/Block.pl
56502            - lib/unicode/In/AlphabeticPresentationForms.pl
56503            - lib/unicode/In/Arabic.pl
56504            - lib/unicode/In/ArabicPresentationForms-A.pl
56505            - lib/unicode/In/ArabicPresentationForms-B.pl
56506            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
56507            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
56508            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
56509            - lib/unicode/In/BopomofoExtended.pl
56510            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
56511            - lib/unicode/In/CJKCompatibility.pl
56512            - lib/unicode/In/CJKCompatibilityForms.pl
56513            - lib/unicode/In/CJKCompatibilityIdeographs.pl
56514            - lib/unicode/In/CJKRadicalsSupplement.pl
56515            - lib/unicode/In/CJKSymbolsandPunctuation.pl
56516            - lib/unicode/In/CJKUnifiedIdeographs.pl
56517            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
56518            - lib/unicode/In/Cherokee.pl
56519            - lib/unicode/In/CombiningDiacriticalMarks.pl
56520            - lib/unicode/In/CombiningHalfMarks.pl
56521            - lib/unicode/In/CombiningMarksforSymbols.pl
56522            - lib/unicode/In/ControlPictures.pl
56523            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
56524            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
56525            - lib/unicode/In/EnclosedAlphanumerics.pl
56526            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
56527            - lib/unicode/In/Ethiopic.pl
56528            - lib/unicode/In/GeneralPunctuation.pl
56529            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
56530            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
56531            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
56532            - lib/unicode/In/HalfwidthandFullwidthForms.pl
56533            - lib/unicode/In/HangulCompatibilityJamo.pl
56534            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
56535            - lib/unicode/In/Hebrew.pl
56536            - lib/unicode/In/HighPrivateUseSurrogates.pl
56537            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
56538            - lib/unicode/In/IPAExtensions.pl
56539            - lib/unicode/In/IdeographicDescriptionCharacters.pl
56540            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
56541            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
56542            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
56543            - lib/unicode/In/Latin-1Supplement.pl
56544            - lib/unicode/In/LatinExtended-A.pl
56545            - lib/unicode/In/LatinExtended-B.pl
56546            - lib/unicode/In/LatinExtendedAdditional.pl
56547            - lib/unicode/In/LetterlikeSymbols.pl
56548            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
56549            - lib/unicode/In/MathematicalOperators.pl
56550            - lib/unicode/In/MiscellaneousSymbols.pl
56551            - lib/unicode/In/MiscellaneousTechnical.pl
56552            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
56553            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
56554            - lib/unicode/In/OpticalCharacterRecognition.pl
56555            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
56556            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
56557            - lib/unicode/In/SmallFormVariants.pl
56558            - lib/unicode/In/SpacingModifierLetters.pl
56559            - lib/unicode/In/Specials.pl
56560            - lib/unicode/In/SuperscriptsandSubscripts.pl
56561            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
56562            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
56563            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
56564            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
56565            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
56566           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
56567           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
56568           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
56569           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
56570           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
56571           !> utf8.c win32/Makefile
56572 ____________________________________________________________________________
56573 [  9903] By: jhi                                   on 2001/04/29  14:30:53
56574         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
56575              From: Prymmer/Kahn <pvhp@best.com>
56576              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
56577              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
56578      Branch: perl
56579            ! win32/Makefile
56580 ____________________________________________________________________________
56581 [  9902] By: jhi                                   on 2001/04/29  02:52:44
56582         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
56583              From: "Abigail" <abigail@foad.org>
56584              Date: Sun, 29 Apr 2001 03:14:25 +0200
56585              Message-ID: <20010429011425.24503.qmail@foad.org>
56586      Branch: perl
56587            ! ext/IO/lib/IO/Seekable.pm
56588 ____________________________________________________________________________
56589 [  9901] By: jhi                                   on 2001/04/29  02:04:46
56590         Log: In character classes one couldn't have 0x80..0xff characters
56591              at the left hand side if there were 0x100.. characters in the
56592              character class.
56593      Branch: perl
56594            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
56595            ! t/op/pat.t utf8.c
56596 ____________________________________________________________________________
56597 [  9900] By: jhi                                   on 2001/04/28  22:55:04
56598         Log: Forgot the latest mktables.PL from #9899.
56599      Branch: perl
56600            ! lib/unicode/mktables.PL
56601 ____________________________________________________________________________
56602 [  9899] By: jhi                                   on 2001/04/28  22:53:28
56603         Log: Explain the \p{} and \P{} error message better and
56604              have prettier prettyprint in In.pl.
56605      Branch: perl
56606            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
56607            ! pod/perldiag.pod
56608 ____________________________________________________________________________
56609 [  9898] By: jhi                                   on 2001/04/28  21:03:34
56610         Log: Add one possible explanation for the "Invalid [] range" error.
56611      Branch: perl
56612            ! pod/perldiag.pod
56613 ____________________________________________________________________________
56614 [  9897] By: jhi                                   on 2001/04/28  17:18:26
56615         Log: Add a level of indirection to the implementation of \p{InFoo}
56616              so that we don't have to have long filenames.  (Nothing changes
56617              in the user interface.)   The indirection is defined in
56618              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
56619              Also rename some the character classes by removing '-' from
56620              the classnames, and finally renamed Block.pl as Blocks.pl.
56621      Branch: perl
56622            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
56623            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
56624            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
56625            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
56626            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
56627            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
56628            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
56629            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
56630            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
56631            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
56632            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
56633            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
56634            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
56635            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
56636            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
56637            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
56638            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
56639            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
56640            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
56641            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
56642            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
56643            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
56644            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
56645            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
56646            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
56647            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
56648            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
56649            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
56650            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
56651            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
56652            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
56653            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
56654            + lib/unicode/In/94.pl lib/unicode/In/95.pl
56655            - lib/unicode/Block.pl
56656            - lib/unicode/In/AlphabeticPresentationForms.pl
56657            - lib/unicode/In/Arabic.pl
56658            - lib/unicode/In/ArabicPresentationForms-A.pl
56659            - lib/unicode/In/ArabicPresentationForms-B.pl
56660            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
56661            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
56662            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
56663            - lib/unicode/In/BopomofoExtended.pl
56664            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
56665            - lib/unicode/In/CJKCompatibility.pl
56666            - lib/unicode/In/CJKCompatibilityForms.pl
56667            - lib/unicode/In/CJKCompatibilityIdeographs.pl
56668            - lib/unicode/In/CJKRadicalsSupplement.pl
56669            - lib/unicode/In/CJKSymbolsandPunctuation.pl
56670            - lib/unicode/In/CJKUnifiedIdeographs.pl
56671            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
56672            - lib/unicode/In/Cherokee.pl
56673            - lib/unicode/In/CombiningDiacriticalMarks.pl
56674            - lib/unicode/In/CombiningHalfMarks.pl
56675            - lib/unicode/In/CombiningMarksforSymbols.pl
56676            - lib/unicode/In/ControlPictures.pl
56677            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
56678            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
56679            - lib/unicode/In/EnclosedAlphanumerics.pl
56680            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
56681            - lib/unicode/In/Ethiopic.pl
56682            - lib/unicode/In/GeneralPunctuation.pl
56683            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
56684            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
56685            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
56686            - lib/unicode/In/HalfwidthandFullwidthForms.pl
56687            - lib/unicode/In/HangulCompatibilityJamo.pl
56688            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
56689            - lib/unicode/In/Hebrew.pl
56690            - lib/unicode/In/HighPrivateUseSurrogates.pl
56691            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
56692            - lib/unicode/In/IPAExtensions.pl
56693            - lib/unicode/In/IdeographicDescriptionCharacters.pl
56694            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
56695            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
56696            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
56697            - lib/unicode/In/Latin-1Supplement.pl
56698            - lib/unicode/In/LatinExtended-A.pl
56699            - lib/unicode/In/LatinExtended-B.pl
56700            - lib/unicode/In/LatinExtendedAdditional.pl
56701            - lib/unicode/In/LetterlikeSymbols.pl
56702            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
56703            - lib/unicode/In/MathematicalOperators.pl
56704            - lib/unicode/In/MiscellaneousSymbols.pl
56705            - lib/unicode/In/MiscellaneousTechnical.pl
56706            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
56707            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
56708            - lib/unicode/In/OpticalCharacterRecognition.pl
56709            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
56710            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
56711            - lib/unicode/In/SmallFormVariants.pl
56712            - lib/unicode/In/SpacingModifierLetters.pl
56713            - lib/unicode/In/Specials.pl
56714            - lib/unicode/In/SuperscriptsandSubscripts.pl
56715            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
56716            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
56717            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
56718            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
56719            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
56720            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
56721            ! pod/perlunicode.pod
56722 ____________________________________________________________________________
56723 [  9896] By: jhi                                   on 2001/04/28  14:33:17
56724         Log: Update the information on shared library path on HP-UX.
56725      Branch: perl
56726            ! INSTALL
56727 ____________________________________________________________________________
56728 [  9895] By: jhi                                   on 2001/04/28  14:32:30
56729         Log: Because #9894 seems to do the trick, this workaround can be removed.
56730      Branch: perl
56731            ! t/lib/selfstubber.t
56732 ____________________________________________________________________________
56733 [  9894] By: jhi                                   on 2001/04/28  14:26:13
56734         Log: For PerlIO flush the children's file handles (on fork/exec/system).
56735      Branch: perl
56736            ! perl.h
56737 ____________________________________________________________________________
56738 [  9893] By: jhi                                   on 2001/04/28  14:23:15
56739         Log: Test tweak for #9891.
56740      Branch: perl
56741            ! t/lib/b-deparse.t
56742 ____________________________________________________________________________
56743 [  9892] By: jhi                                   on 2001/04/28  14:10:13
56744         Log: New HP-UX hints from Merijn.
56745      Branch: perl
56746            ! hints/hpux.sh
56747 ____________________________________________________________________________
56748 [  9891] By: jhi                                   on 2001/04/28  14:07:27
56749         Log: Subject: [PATCH B::Deparse] non-block scopes
56750              From: Robin Houston <robin@kitsite.com>
56751              Date: Fri, 27 Apr 2001 19:15:14 +0100
56752              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
56753      Branch: perl
56754            ! ext/B/B/Deparse.pm
56755 ____________________________________________________________________________
56756 [  9890] By: nick                                  on 2001/04/27  19:41:25
56757         Log: Integrate mainline
56758      Branch: perlio
56759           +> t/lib/selfstubber.t
56760           !> (integrate 50 files)
56761 ____________________________________________________________________________
56762 [  9889] By: jhi                                   on 2001/04/27  18:23:46
56763         Log: Subject: Re: selfstubber test fail on bleadperl
56764              From: Mike Guy <mjtg@cam.ac.uk>
56765              Date: Fri, 27 Apr 2001 19:31:18 +0100
56766              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
56767      Branch: perl
56768            ! t/lib/selfstubber.t
56769 ____________________________________________________________________________
56770 [  9888] By: jhi                                   on 2001/04/27  16:20:54
56771         Log: Test tweak for #9886.
56772      Branch: perl
56773            ! t/lib/b-deparse.t
56774 ____________________________________________________________________________
56775 [  9887] By: jhi                                   on 2001/04/27  16:16:33
56776         Log: Buffering issue at least in Solaris (even with perlio).
56777      Branch: perl
56778            ! t/lib/selfstubber.t
56779 ____________________________________________________________________________
56780 [  9886] By: jhi                                   on 2001/04/27  14:59:23
56781         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
56782              From: Robin Houston <robin@kitsite.com>
56783              Date: Fri, 27 Apr 2001 16:53:20 +0100
56784              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
56785      Branch: perl
56786            ! ext/B/B/Deparse.pm
56787 ____________________________________________________________________________
56788 [  9885] By: jhi                                   on 2001/04/27  14:23:51
56789         Log: Update Changes.
56790      Branch: perl
56791            ! Changes patchlevel.h
56792 ____________________________________________________________________________
56793 [  9884] By: jhi                                   on 2001/04/27  14:14:12
56794         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
56795              From: "Philip Newton" <pnewton@gmx.de>
56796              Date: Fri, 27 Apr 2001 16:40:13 +0200
56797              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
56798      Branch: perl
56799            ! pod/perldata.pod
56800 ____________________________________________________________________________
56801 [  9883] By: jhi                                   on 2001/04/27  13:28:19
56802         Log: Add LOG_PERROR; prettify the "removed".
56803      Branch: perl
56804            ! ext/Sys/Syslog/Syslog.xs
56805 ____________________________________________________________________________
56806 [  9882] By: jhi                                   on 2001/04/27  13:13:18
56807         Log: h2xs tweaks: use NV instead of double, "quote" the removed
56808              prefixes for clarity (especially when nothing is removed),
56809              slight pod reformats.
56810      Branch: perl
56811            ! utils/h2xs.PL
56812 ____________________________________________________________________________
56813 [  9881] By: jhi                                   on 2001/04/27  12:58:48
56814         Log: Don't bother creating existing directories.
56815      Branch: perl
56816            ! utils/h2xs.PL
56817 ____________________________________________________________________________
56818 [  9880] By: jhi                                   on 2001/04/27  12:45:39
56819         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
56820              From: Mike Schilli <m@perlmeister.com>
56821              Date: Wed, 25 Apr 2001 01:29:21 -0700
56822              Message-id: <3AE68AE1.6A981723@perlmeister.com>
56823      Branch: perl
56824            ! utils/h2xs.PL
56825 ____________________________________________________________________________
56826 [  9879] By: jhi                                   on 2001/04/27  12:40:55
56827         Log: break is not yet Perl.  Added the template license also to README.
56828      Branch: perl
56829            ! utils/h2xs.PL
56830 ____________________________________________________________________________
56831 [  9878] By: jhi                                   on 2001/04/27  03:08:20
56832         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
56833              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56834              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
56835              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
56836      Branch: perl
56837            ! t/lib/xs-typemap.t
56838 ____________________________________________________________________________
56839 [  9877] By: jhi                                   on 2001/04/26  23:54:40
56840         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
56841              From: "Abigail" <abigail@foad.org>
56842              Date: Fri, 27 Apr 2001 01:44:28 +0200
56843              Message-ID: <20010426234428.19786.qmail@foad.org>
56844      Branch: perl
56845            ! utils/h2xs.PL
56846 ____________________________________________________________________________
56847 [  9876] By: jhi                                   on 2001/04/26  23:52:06
56848         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
56849              From: Peter Prymmer <pvhp@forte.com>
56850              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
56851              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
56852      Branch: perl
56853            ! t/lib/selfstubber.t
56854 ____________________________________________________________________________
56855 [  9875] By: jhi                                   on 2001/04/26  23:48:10
56856         Log: Deparse nits.
56857      Branch: perl
56858            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
56859 ____________________________________________________________________________
56860 [  9874] By: jhi                                   on 2001/04/26  22:46:05
56861         Log: Document ANYOF_CLASS.
56862      Branch: perl
56863            ! regcomp.h
56864 ____________________________________________________________________________
56865 [  9873] By: jhi                                   on 2001/04/26  22:35:03
56866         Log: Subject: Re: [PATCH @9846] dumping ANYOF
56867              From: Hugo <hv@crypt.compulink.co.uk>
56868              Date: Thu, 26 Apr 2001 23:33:38 +0100
56869              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
56870      Branch: perl
56871            ! regcomp.c regcomp.h
56872 ____________________________________________________________________________
56873 [  9872] By: jhi                                   on 2001/04/26  22:34:31
56874         Log: Subject: [PATCH] more for Devel::SelfStubber
56875              From: Nicholas Clark <nick@ccl4.org>
56876              Date: Fri, 27 Apr 2001 00:13:52 +0100
56877              Message-ID: <20010427001351.K88186@plum.flirble.org>
56878      Branch: perl
56879            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
56880 ____________________________________________________________________________
56881 [  9871] By: jhi                                   on 2001/04/26  21:59:17
56882         Log: Subject: [PATCH B::Deparse] formats must be flush left
56883              From: Robin Houston <robin@kitsite.com>
56884              Date: Thu, 26 Apr 2001 23:54:29 +0100
56885              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
56886      Branch: perl
56887            ! ext/B/B/Deparse.pm
56888 ____________________________________________________________________________
56889 [  9870] By: jhi                                   on 2001/04/26  21:57:37
56890         Log: If some of the constants are prefixes of others,
56891              the prefixes may never get recognized.  (See 20010426.006.)
56892      Branch: perl
56893            ! utils/h2xs.PL
56894 ____________________________________________________________________________
56895 [  9869] By: jhi                                   on 2001/04/26  21:50:42
56896         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
56897              From: Chris Bongaarts <cab@tc.umn.edu>
56898              Date: Thu, 26 Apr 2001 17:10:31 -0500
56899              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
56900      Branch: perl
56901            ! ext/Sys/Syslog/Syslog.xs
56902 ____________________________________________________________________________
56903 [  9868] By: jhi                                   on 2001/04/26  21:35:12
56904         Log: Further cuts and more docs from Graham Barr.
56905      Branch: perl
56906            ! ext/List/Util/lib/List/Util.pm
56907            ! ext/List/Util/lib/Scalar/Util.pm
56908 ____________________________________________________________________________
56909 [  9867] By: jhi                                   on 2001/04/26  21:18:57
56910         Log: Subject: [PATCH 5.7.1] DB_File-1.77
56911              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
56912              Date: Thu, 26 Apr 2001 22:37:53 +0100
56913              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
56914      Branch: perl
56915            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
56916            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
56917 ____________________________________________________________________________
56918 [  9866] By: jhi                                   on 2001/04/26  21:12:31
56919         Log: Subject: [PATCH B::Deparse] fix easy bugs
56920              From: Robin Houston <robin@kitsite.com>
56921              Date: Thu, 26 Apr 2001 23:03:33 +0100
56922              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
56923      Branch: perl
56924            ! ext/B/B/Deparse.pm
56925 ____________________________________________________________________________
56926 [  9865] By: jhi                                   on 2001/04/26  20:26:13
56927         Log: Update Changes.
56928      Branch: perl
56929            ! Changes patchlevel.h
56930 ____________________________________________________________________________
56931 [  9864] By: jhi                                   on 2001/04/26  19:27:48
56932         Log: Dethinko from Robin Houston.
56933      Branch: perl
56934            ! ext/B/B/Deparse.pm
56935 ____________________________________________________________________________
56936 [  9863] By: jhi                                   on 2001/04/26  19:10:35
56937         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
56938              From: Robin Houston <robin@kitsite.com>
56939              Date: Thu, 26 Apr 2001 21:08:32 +0100
56940              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
56941      Branch: perl
56942            ! ext/B/B/Deparse.pm
56943 ____________________________________________________________________________
56944 [  9862] By: jhi                                   on 2001/04/26  19:04:23
56945         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
56946              From: Robin Houston <robin@kitsite.com>
56947              Date: Thu, 26 Apr 2001 20:52:50 +0100
56948              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
56949      Branch: perl
56950            ! ext/B/B/Deparse.pm
56951 ____________________________________________________________________________
56952 [  9861] By: jhi                                   on 2001/04/26  18:56:14
56953         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
56954              From: Mike Guy <mjtg@cam.ac.uk>
56955              Date: Thu, 26 Apr 2001 14:22:40 +0100
56956              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
56957      Branch: perl
56958            ! pod/perlobj.pod
56959 ____________________________________________________________________________
56960 [  9860] By: jhi                                   on 2001/04/26  18:46:42
56961         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
56962              From: Robin Houston <robin@kitsite.com>
56963              Date: Thu, 26 Apr 2001 20:34:29 +0100
56964              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
56965              
56966              Hashes do not interpolate.
56967      Branch: perl
56968            ! ext/B/B/Deparse.pm
56969 ____________________________________________________________________________
56970 [  9859] By: jhi                                   on 2001/04/26  18:43:51
56971         Log: Subject: The Time::Piece conspiracy unmasked!!!
56972              From: Mike Guy <mjtg@cam.ac.uk>
56973              Date: Thu, 26 Apr 2001 19:02:50 +0100
56974              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
56975              
56976              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
56977              From: Mike Guy <mjtg@cam.ac.uk>
56978              Date: Thu, 26 Apr 2001 19:08:21 +0100
56979              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
56980              
56981              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
56982              From: Graham Barr <gbarr@pobox.com>
56983              Date: Thu, 26 Apr 2001 19:12:03 +0100
56984              Message-ID: <20010426191203.A70835@pobox.com>
56985              
56986              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
56987      Branch: perl
56988            ! ext/List/Util/lib/List/Util.pm
56989            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
56990 ____________________________________________________________________________
56991 [  9858] By: jhi                                   on 2001/04/26  18:17:42
56992         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
56993              From: Robin Houston <robin@kitsite.com>
56994              Date: Thu, 26 Apr 2001 16:09:35 +0100
56995              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
56996      Branch: perl
56997            ! t/comp/proto.t
56998 ____________________________________________________________________________
56999 [  9857] By: jhi                                   on 2001/04/26  18:04:59
57000         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
57001              From: barries <barries@slaysys.com>
57002              Date: Thu, 26 Apr 2001 12:01:10 -0400
57003              Message-ID: <20010426120110.E29698@jester.slaysys.com>
57004      Branch: perl
57005            ! pod/perldiag.pod
57006 ____________________________________________________________________________
57007 [  9856] By: jhi                                   on 2001/04/26  18:03:33
57008         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
57009              Date: Thu, 26 Apr 2001 17:13:41 +0100
57010              From: Robin Houston <robin@kitsite.com>
57011              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
57012              
57013              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57014              From: Robin Houston <robin@kitsite.com>
57015              Date: Thu, 26 Apr 2001 18:44:29 +0100
57016              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
57017      Branch: perl
57018            ! ext/B/B/Deparse.pm
57019 ____________________________________________________________________________
57020 [  9855] By: jhi                                   on 2001/04/26  17:56:04
57021         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
57022              From: Robin Houston <robin@kitsite.com>
57023              Date: Thu, 26 Apr 2001 17:04:08 +0100
57024              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
57025      Branch: perl
57026            ! ext/B/B/Deparse.pm
57027 ____________________________________________________________________________
57028 [  9854] By: jhi                                   on 2001/04/26  17:47:26
57029         Log: Subject: Re: Short test case for undef %stash:: crash
57030              From: Benjamin Sugars <bsugars@canoe.ca> 
57031              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
57032              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
57033              Changed and moved the perldiag entry.
57034      Branch: perl
57035            ! gv.c pod/perldiag.pod
57036 ____________________________________________________________________________
57037 [  9853] By: jhi                                   on 2001/04/26  14:35:16
57038         Log: Beginnings of strptime().  Do not touch the wet paint.
57039      Branch: perl
57040            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
57041 ____________________________________________________________________________
57042 [  9852] By: jhi                                   on 2001/04/26  13:17:21
57043         Log: Retract #9851, core dumps from pod2man.
57044      Branch: perl
57045            ! regcomp.c
57046 ____________________________________________________________________________
57047 [  9851] By: jhi                                   on 2001/04/26  11:54:41
57048         Log: (Retracted by #9852.)
57049              
57050              Subject: [PATCH @9846] dumping ANYOF
57051              From: Hugo <hv@crypt.compulink.co.uk>
57052              Date: Thu, 26 Apr 2001 05:32:38 +0100
57053              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
57054      Branch: perl
57055            ! regcomp.c
57056 ____________________________________________________________________________
57057 [  9850] By: jhi                                   on 2001/04/26  02:34:44
57058         Log: If ccflags was empty the _previous_ $* containing all the
57059              environment variables and Configure variables was used,
57060              which lead, among other bad things, into $ccflags being your
57061              uname -a output, which lead into test compile with cc failing,
57062              which lead into gcc being selected, which didn't work that well
57063              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
57064              with large files, et cetera.
57065      Branch: perl
57066            ! hints/hpux.sh
57067 ____________________________________________________________________________
57068 [  9849] By: jhi                                   on 2001/04/26  01:44:57
57069         Log: Make selfstubber test more portable.
57070      Branch: perl
57071            ! t/lib/selfstubber.t
57072 ____________________________________________________________________________
57073 [  9848] By: jhi                                   on 2001/04/26  00:50:26
57074         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
57075              From: Benjamin Sugars <ben.sugars@home.com>
57076              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
57077              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
57078      Branch: perl
57079            ! ext/Cwd/Cwd.xs
57080 ____________________________________________________________________________
57081 [  9847] By: jhi                                   on 2001/04/26  00:46:58
57082         Log: Subject: [PATCH: perl@9841] VMS updates
57083              From: Peter Prymmer <pvhp@forte.com>
57084              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
57085              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
57086      Branch: perl
57087            ! README.vms configure.com vms/descrip_mms.template
57088            ! vms/ext/filespec.t
57089 ____________________________________________________________________________
57090 [  9846] By: jhi                                   on 2001/04/26  00:11:56
57091         Log: re 'debug' was broken by #9084.
57092      Branch: perl
57093            ! ext/re/re.xs
57094 ____________________________________________________________________________
57095 [  9845] By: jhi                                   on 2001/04/25  22:33:17
57096         Log: Subject: [PATCH] test for Devel::SelfStubber
57097              From: Nicholas Clark <nick@ccl4.org>
57098              Date: Thu, 26 Apr 2001 00:00:54 +0100
57099              Message-ID: <20010426000054.D89026@plum.flirble.org>
57100      Branch: perl
57101            + t/lib/selfstubber.t
57102            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
57103 ____________________________________________________________________________
57104 [  9844] By: jhi                                   on 2001/04/25  22:29:32
57105         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
57106              From: Paul Johnson <paul@pjcj.net>
57107              Date: Thu, 26 Apr 2001 00:46:08 +0200
57108              Message-ID: <20010426004608.H2338@pjcj.net>
57109      Branch: perl
57110            ! ext/B/B/Concise.pm
57111 ____________________________________________________________________________
57112 [  9843] By: jhi                                   on 2001/04/25  22:28:28
57113         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
57114              From: Peter Prymmer <pvhp@forte.com>
57115              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
57116              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
57117      Branch: perl
57118            ! ext/Cwd/Cwd.xs
57119 ____________________________________________________________________________
57120 [  9842] By: jhi                                   on 2001/04/25  20:58:12
57121         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
57122              From: John Peacock <jpeacock@rowman.com>
57123              Date: Wed, 25 Apr 2001 17:30:26 -0400
57124              Message-ID: <3AE741F2.B3217464@rowman.com>
57125      Branch: perl
57126            ! lib/Math/BigInt.pm t/lib/bigintpm.t
57127 ____________________________________________________________________________
57128 [  9841] By: jhi                                   on 2001/04/25  20:07:05
57129         Log: Update Changes.
57130      Branch: perl
57131            ! Changes patchlevel.h
57132 ____________________________________________________________________________
57133 [  9840] By: jhi                                   on 2001/04/25  19:56:51
57134         Log: Yet another HP-UX hints version from Merijn.
57135      Branch: perl
57136            ! hints/hpux.sh
57137 ____________________________________________________________________________
57138 [  9839] By: jhi                                   on 2001/04/25  19:53:04
57139         Log: abs_path() didn't terminate the filename correctly,
57140              in DIRNAMLENless systems like HP-UX this would fail.
57141      Branch: perl
57142            ! ext/Cwd/Cwd.xs
57143 ____________________________________________________________________________
57144 [  9838] By: jhi                                   on 2001/04/25  16:37:26
57145         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
57146              From: Mike Guy <mjtg@cam.ac.uk>
57147              Date: Wed, 25 Apr 2001 18:31:47 +0100
57148              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
57149      Branch: perl
57150            ! op.c
57151 ____________________________________________________________________________
57152 [  9837] By: jhi                                   on 2001/04/25  16:21:53
57153         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
57154              From: Jon Eveland <jweveland@yahoo.com>
57155              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
57156              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
57157      Branch: perl
57158            ! lib/perl5db.pl
57159 ____________________________________________________________________________
57160 [  9836] By: jhi                                   on 2001/04/25  14:17:50
57161         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
57162              From: "Philip Newton" <pnewton@gmx.de>
57163              Date: Wed, 25 Apr 2001 17:05:58 +0200
57164              Message-ID: <3AE703F6.3234.1833C45@localhost>
57165      Branch: perl
57166            ! Porting/patching.pod
57167 ____________________________________________________________________________
57168 [  9835] By: jhi                                   on 2001/04/25  13:58:07
57169         Log: It would seem that both ar and full_ar need to be overridden
57170              for HP-UX to avoid the GNU ar.
57171      Branch: perl
57172            ! hints/hpux.sh
57173 ____________________________________________________________________________
57174 [  9834] By: jhi                                   on 2001/04/25  13:50:40
57175         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
57176              From: "Philip Newton" <pnewton@gmx.de>
57177              Date: Wed, 25 Apr 2001 16:09:23 +0200
57178              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
57179              
57180              Detypo.
57181      Branch: perl
57182            ! t/op/misc.t
57183 ____________________________________________________________________________
57184 [  9833] By: jhi                                   on 2001/04/25  12:36:11
57185         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
57186      Branch: perl
57187            ! hints/hpux.sh
57188 ____________________________________________________________________________
57189 [  9832] By: jhi                                   on 2001/04/25  12:33:36
57190         Log: New version of HP-UX hints from Merijn.
57191      Branch: perl
57192            ! hints/hpux.sh
57193 ____________________________________________________________________________
57194 [  9831] By: jhi                                   on 2001/04/25  03:39:45
57195         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
57196      Branch: perl
57197            ! hints/hpux.sh
57198 ____________________________________________________________________________
57199 [  9830] By: jhi                                   on 2001/04/25  02:53:25
57200         Log: The tzname[] bit is not needed by util.c -- and causes
57201              heartburn in VMS (and it missing was probably the cause of
57202              the Mac OS X trouble).  Ouch.
57203      Branch: perl
57204            ! ext/POSIX/POSIX.xs util.c
57205 ____________________________________________________________________________
57206 [  9829] By: jhi                                   on 2001/04/25  00:10:06
57207         Log: Metaconfig unit change for #9828.
57208      Branch: metaconfig
57209            ! U/compline/ccflags.U
57210 ____________________________________________________________________________
57211 [  9828] By: jhi                                   on 2001/04/25  00:04:18
57212         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
57213              (which is actually the reason for the change, we need to pass
57214              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
57215              EP/IX, OS/2, and TitanOS, based on the hints files.
57216      Branch: perl
57217            ! Configure config_h.SH
57218 ____________________________________________________________________________
57219 [  9827] By: jhi                                   on 2001/04/24  23:49:20
57220         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
57221              the $cat must have an absolute path.
57222      Branch: perl
57223            ! makedepend.SH
57224 ____________________________________________________________________________
57225 [  9826] By: jhi                                   on 2001/04/24  23:40:53
57226         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
57227      Branch: perl
57228            ! README.amiga
57229 ____________________________________________________________________________
57230 [  9825] By: jhi                                   on 2001/04/24  23:35:35
57231         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
57232              From: "Philip Newton" <pnewton@gmx.de>
57233              Date: Tue, 24 Apr 2001 18:52:49 +0200
57234              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
57235      Branch: perl
57236            ! x2p/find2perl.PL
57237 ____________________________________________________________________________
57238 [  9824] By: jhi                                   on 2001/04/24  23:33:07
57239         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
57240              Some gcc specifics dropped out due to extensive rewriting;
57241              will be put back later as needed.
57242      Branch: perl
57243            ! hints/hpux.sh
57244 ____________________________________________________________________________
57245 [  9823] By: jhi                                   on 2001/04/24  23:27:57
57246         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
57247      Branch: perl
57248            ! ext/POSIX/POSIX.xs
57249 ____________________________________________________________________________
57250 [  9822] By: jhi                                   on 2001/04/24  23:25:21
57251         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
57252              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57253              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
57254              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
57255      Branch: perl
57256            ! ext/XS/Typemap/Typemap.xs
57257 ____________________________________________________________________________
57258 [  9821] By: jhi                                   on 2001/04/24  23:24:10
57259         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
57260              From: "Abigail" <abigail@foad.org>
57261              Date: Tue, 24 Apr 2001 23:12:03 +0200
57262              Message-ID: <20010424211203.7901.qmail@foad.org>
57263      Branch: perl
57264            ! pod/perlport.pod
57265 ____________________________________________________________________________
57266 [  9820] By: jhi                                   on 2001/04/24  23:23:15
57267         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
57268              From: Matt Sergeant <matt@sergeant.org>
57269              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
57270              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
57271      Branch: perl
57272            ! pod/perlfaq4.pod
57273 ____________________________________________________________________________
57274 [  9819] By: nick                                  on 2001/04/24  18:49:43
57275         Log: Integrate mainline.
57276      Branch: perlio
57277           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
57278           !> (integrate 37 files)
57279 ____________________________________________________________________________
57280 [  9818] By: jhi                                   on 2001/04/24  14:35:23
57281         Log: Update Changes.
57282      Branch: perl
57283            ! Changes patchlevel.h
57284 ____________________________________________________________________________
57285 [  9817] By: jhi                                   on 2001/04/24  14:09:17
57286         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
57287              From: "Philip Newton" <pnewton@gmx.de>
57288              Date: Tue, 24 Apr 2001 12:58:12 +0200
57289              Message-ID: <3AE57864.8304.B77A0A@localhost> 
57290              
57291              plus add CPAN to the list of modules that have their own tests.
57292      Branch: perl
57293            ! t/lib/1_compile.t
57294 ____________________________________________________________________________
57295 [  9816] By: jhi                                   on 2001/04/24  14:07:03
57296         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
57297              From: Michael G Schwern <schwern@pobox.com>
57298              Date: Sat, 21 Apr 2001 22:35:00 +0100
57299              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
57300      Branch: perl
57301            ! t/lib/1_compile.t
57302 ____________________________________________________________________________
57303 [  9815] By: jhi                                   on 2001/04/24  13:54:32
57304         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
57305              From: Robin Houston <robin@kitsite.com>
57306              Date: Tue, 24 Apr 2001 15:51:18 +0100
57307              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
57308      Branch: perl
57309            ! ext/B/B/Deparse.pm
57310 ____________________________________________________________________________
57311 [  9814] By: jhi                                   on 2001/04/24  13:17:34
57312         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
57313              From: Bill Glicker <billg@burrelles.com>
57314              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
57315              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
57316      Branch: perl
57317            ! hints/svr5.sh
57318 ____________________________________________________________________________
57319 [  9813] By: jhi                                   on 2001/04/24  12:54:23
57320         Log: Prevent path disclosure (probing for existence of filenames)
57321              using suidperl; bug id 20010322.218.
57322      Branch: perl
57323            ! perl.c pod/perldiag.pod
57324 ____________________________________________________________________________
57325 [  9812] By: jhi                                   on 2001/04/24  12:08:36
57326         Log: Retract #9811.
57327      Branch: perl
57328            ! ext/POSIX/POSIX.xs
57329 ____________________________________________________________________________
57330 [  9811] By: jhi                                   on 2001/04/24  11:57:35
57331         Log: (Retracted by #9812.)
57332      Branch: perl
57333            ! ext/POSIX/POSIX.xs
57334 ____________________________________________________________________________
57335 [  9810] By: jhi                                   on 2001/04/24  03:32:35
57336         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
57337      Branch: perl
57338            ! util.c
57339 ____________________________________________________________________________
57340 [  9809] By: jhi                                   on 2001/04/24  03:16:13
57341         Log: The Math::BigFloat::import() was broken.
57342              (Fixes bug id 20010422.002.)
57343      Branch: perl
57344            ! lib/Math/BigFloat.pm
57345 ____________________________________________________________________________
57346 [  9808] By: jhi                                   on 2001/04/24  01:11:40
57347         Log: Additional dependencies; should help for parallel makes
57348              not to fail on missing lib/lib.pm or lib/re.pm.
57349      Branch: perl
57350            ! Makefile.SH
57351 ____________________________________________________________________________
57352 [  9807] By: jhi                                   on 2001/04/24  00:57:01
57353         Log: Update the test failure disclaimer.
57354      Branch: perl
57355            ! t/pragma/warn/pp_hot
57356 ____________________________________________________________________________
57357 [  9806] By: jhi                                   on 2001/04/24  00:54:04
57358         Log: Add make target "install-all" which is alias for "install"
57359              to cater for case-preserving filesystems like HFS+.
57360      Branch: perl
57361            ! INSTALL Makefile.SH
57362 ____________________________________________________________________________
57363 [  9805] By: jhi                                   on 2001/04/24  00:47:28
57364         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
57365              From: Peter Prymmer <pvhp@forte.com>
57366              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
57367              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
57368              
57369              (Ken William's message forwarded from macosx@perl.org)
57370      Branch: perl
57371            ! hints/darwin.sh
57372 ____________________________________________________________________________
57373 [  9804] By: jhi                                   on 2001/04/23  23:57:35
57374         Log: Cut-and-pasto.
57375      Branch: perl
57376            ! perlio.c
57377 ____________________________________________________________________________
57378 [  9803] By: jhi                                   on 2001/04/23  23:52:25
57379         Log: More PerlIO robustness.
57380      Branch: perl
57381            ! perlio.c
57382 ____________________________________________________________________________
57383 [  9802] By: jhi                                   on 2001/04/23  23:43:35
57384         Log: Make the "STD* opened only for ..." errors more consistent.
57385      Branch: perl
57386            ! doio.c
57387 ____________________________________________________________________________
57388 [  9801] By: jhi                                   on 2001/04/23  23:34:26
57389         Log: Test case for #9800.
57390      Branch: perl
57391            ! t/op/misc.t
57392 ____________________________________________________________________________
57393 [  9800] By: jhi                                   on 2001/04/23  23:14:43
57394         Log: Avoid coredump on 'close STDERR; die' by making
57395              the PerlIO calls more robust.  Also use SETERRNO()
57396              instead of errno = to be more VMS-ready.
57397      Branch: perl
57398            ! perlio.c
57399 ____________________________________________________________________________
57400 [  9799] By: jhi                                   on 2001/04/23  21:41:10
57401         Log: Subject: test for ID 20010423.002
57402              From: Robin Houston <robin@kitsite.com>
57403              Date: Mon, 23 Apr 2001 16:52:21 +0100
57404              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
57405      Branch: perl
57406            ! t/op/avhv.t
57407 ____________________________________________________________________________
57408 [  9798] By: jhi                                   on 2001/04/23  21:40:07
57409         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
57410              From: David Dyck <dcd@tc.fluke.com>
57411              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
57412              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
57413      Branch: perl
57414            ! installperl
57415 ____________________________________________________________________________
57416 [  9797] By: jhi                                   on 2001/04/23  21:37:56
57417         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
57418              From: Benjamin Sugars <bsugars@canoe.ca>
57419              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
57420              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
57421      Branch: perl
57422            ! ext/Cwd/Cwd.xs lib/Cwd.pm
57423 ____________________________________________________________________________
57424 [  9796] By: jhi                                   on 2001/04/23  21:29:24
57425         Log: Synchronize h2xs and pod2man some more on the documentation
57426              templates they propose.
57427      Branch: perl
57428            ! pod/pod2man.PL utils/h2xs.PL
57429 ____________________________________________________________________________
57430 [  9795] By: jhi                                   on 2001/04/23  17:30:40
57431         Log: Add one more naughty test for base64; make encoding logic cleaner.
57432      Branch: perl
57433            ! t/lib/mimeb64.t
57434 ____________________________________________________________________________
57435 [  9794] By: jhi                                   on 2001/04/23  13:51:32
57436         Log: Update Changes.
57437      Branch: perl
57438            ! Changes patchlevel.h
57439 ____________________________________________________________________________
57440 [  9793] By: jhi                                   on 2001/04/23  13:44:18
57441         Log: Duplicate lines.
57442      Branch: perl
57443            ! MANIFEST
57444 ____________________________________________________________________________
57445 [  9792] By: jhi                                   on 2001/04/23  13:39:13
57446         Log: Subject: Re: PATCH 5.7.1
57447              From: Mark-Jason Dominus <mjd@plover.com>
57448              Date: Mon, 23 Apr 2001 10:30:21 -0400
57449              Message-ID: <20010423143021.17335.qmail@plover.com>
57450      Branch: perl
57451            ! perl.h sv.c
57452 ____________________________________________________________________________
57453 [  9791] By: jhi                                   on 2001/04/23  13:32:40
57454         Log: Add the CPAN.pm 1.59_54 tests.
57455      Branch: perl
57456            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
57457            ! MANIFEST
57458 ____________________________________________________________________________
57459 [  9790] By: jhi                                   on 2001/04/23  13:21:55
57460         Log: Subject: Deparse nit
57461              From: Robin Houston <robin@kitsite.com>
57462              Date: Mon, 23 Apr 2001 12:38:20 +0100
57463              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
57464      Branch: perl
57465            ! ext/B/B/Deparse.pm
57466 ____________________________________________________________________________
57467 [  9789] By: jhi                                   on 2001/04/23  13:19:07
57468         Log: Subject: [PATCH] bug 20010423.002
57469              From: Robin Houston <robin@kitsite.com>
57470              Date: Mon, 23 Apr 2001 13:12:30 +0100
57471              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
57472      Branch: perl
57473            ! pp.c
57474 ____________________________________________________________________________
57475 [  9788] By: jhi                                   on 2001/04/23  13:02:49
57476         Log: Subject: PATCH [5.7.1] hv.c unused #define
57477              From: Mark-Jason Dominus <mjd@plover.com>
57478              Date: Sun, 22 Apr 2001 14:17:49 -0400
57479              Message-ID: <20010422181749.26976.qmail@plover.com>
57480      Branch: perl
57481            ! hv.c
57482 ____________________________________________________________________________
57483 [  9787] By: jhi                                   on 2001/04/23  13:02:02
57484         Log: Subject: PATCH 5.7.1
57485              From: Mark-Jason Dominus <mjd@plover.com>
57486              Date: Sun, 22 Apr 2001 15:12:57 -0400
57487              Message-ID: <20010422191258.6539.qmail@plover.com>
57488              
57489              plus Sarathy's STMT_START + STMT_END suggestion.
57490      Branch: perl
57491            ! perl.h
57492 ____________________________________________________________________________
57493 [  9786] By: jhi                                   on 2001/04/23  12:53:25
57494         Log: Fix for
57495              
57496              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
57497              From: dLux <dlux@spam.sch.bme.hu>
57498              Date: Mon, 23 Apr 2001 01:25:26 +0200
57499              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
57500              
57501              (SvGROW really does return a char *.)
57502      Branch: perl
57503            ! pod/perlapi.pod sv.h
57504 ____________________________________________________________________________
57505 [  9785] By: jhi                                   on 2001/04/23  04:34:04
57506         Log: Time::Piece work continues.  $t->day removed since
57507              I think it's too confusing.  Now has normal and
57508              abbreviated length weekday names and month names,
57509              the names change with _names(), not _list().
57510              Now has strftime() in Perl, _strftime() is
57511              the libc version (to which strftime() falls back
57512              if it doesn't know the format.  To do: the reverse
57513              of strftime, strptime(), and the localisation of both.
57514      Branch: perl
57515            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
57516            ! t/lib/time-piece.t
57517 ____________________________________________________________________________
57518 [  9784] By: jhi                                   on 2001/04/23  02:41:46
57519         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
57520              From: andreas.koenig@anima.de (Andreas J. Koenig)
57521              Date: 23 Apr 2001 05:20:55 +0200
57522              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
57523      Branch: perl
57524            ! t/pragma/overload.t
57525 ____________________________________________________________________________
57526 [  9783] By: jhi                                   on 2001/04/22  23:32:42
57527         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
57528              From: Robin Houston <robin@kitsite.com>
57529              Date: Mon, 23 Apr 2001 00:38:18 +0100
57530              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
57531      Branch: perl
57532            ! ext/B/B/Deparse.pm
57533 ____________________________________________________________________________
57534 [  9782] By: jhi                                   on 2001/04/22  20:55:43
57535         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
57536              From: Simon Cozens <simon@netthink.co.uk>
57537              Date: Sun, 22 Apr 2001 18:47:25 +0100
57538              Message-ID: <20010422184725.A14411@netthink.co.uk>
57539      Branch: perl
57540            ! sv.c t/pragma/overload.t
57541 ____________________________________________________________________________
57542 [  9781] By: jhi                                   on 2001/04/22  20:52:13
57543         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
57544              From: Robin Houston <robin@kitsite.com>
57545              Date: Sun, 22 Apr 2001 22:14:50 +0100
57546              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
57547      Branch: perl
57548            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
57549 ____________________________________________________________________________
57550 [  9780] By: nick                                  on 2001/04/22  20:40:31
57551         Log: Integrate mainline.
57552      Branch: perlio
57553           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
57554           +> t/lib/b-stash.t
57555           !> (integrate 38 files)
57556 ____________________________________________________________________________
57557 [  9779] By: jhi                                   on 2001/04/22  15:16:03
57558         Log: Subject: IO::Socket::INET patch
57559              From: andrew deryabin <djsf@technarchy.ru>
57560              Date: Sat, 21 Apr 2001 17:46:52 +0400
57561              Message-ID: <20010421174652.B1426@technarchy>
57562      Branch: perl
57563            ! ext/IO/lib/IO/Socket/INET.pm
57564 ____________________________________________________________________________
57565 [  9778] By: jhi                                   on 2001/04/22  15:14:33
57566         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
57567              From: Mark-Jason Dominus <mjd@plover.com>
57568              Date: Sat, 21 Apr 2001 21:27:49 -0400
57569              Message-ID: <20010422012749.27024.qmail@plover.com>
57570      Branch: perl
57571            ! regcomp.c
57572 ____________________________________________________________________________
57573 [  9777] By: jhi                                   on 2001/04/22  15:10:51
57574         Log: Subject: Re: Regex debugger patch 
57575              From: Mark-Jason Dominus <mjd@plover.com>
57576              Date: Sat, 21 Apr 2001 21:48:51 -0400
57577              Message-ID: <20010422014851.27165.qmail@plover.com>
57578      Branch: perl
57579            ! pod/perldebguts.pod
57580 ____________________________________________________________________________
57581 [  9776] By: jhi                                   on 2001/04/22  15:09:48
57582         Log: Subject: Re: Regex debugger patch
57583              From: Mark-Jason Dominus <mjd@plover.com>
57584              Date: Sat, 21 Apr 2001 14:24:39 -0400
57585              Message-ID: <20010421182439.16508.qmail@plover.com>
57586              
57587              Regex debugger backend.
57588      Branch: perl
57589            ! regcomp.c regexp.h
57590 ____________________________________________________________________________
57591 [  9775] By: jhi                                   on 2001/04/21  16:45:40
57592         Log: Subject: [PATCH] Typo in utf8.h
57593              From: Jesús Quiroga <jquiroga@pobox.com>
57594              Date: Sat, 21 Apr 2001 19:25:33 +0200
57595              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
57596      Branch: perl
57597            ! utf8.h
57598 ____________________________________________________________________________
57599 [  9774] By: jhi                                   on 2001/04/21  16:43:52
57600         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
57601              From: Joe Orton <jorton@redhat.com>
57602              Date: Tue, 17 Apr 2001 15:50:43 +0100
57603              Message-Id: <20010417155043.D19132@eu.c2.net>
57604      Branch: perl
57605            ! hints/svr5.sh
57606 ____________________________________________________________________________
57607 [  9773] By: jhi                                   on 2001/04/21  15:30:15
57608         Log: Subject: Patch utils/h2xs.PL
57609              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57610              Date: Sat, 21 Apr 2001 10:32:16 -0500
57611              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
57612              
57613              Add MAILING list and LICENSE templates.
57614      Branch: perl
57615            ! utils/h2xs.PL
57616 ____________________________________________________________________________
57617 [  9772] By: jhi                                   on 2001/04/21  15:28:36
57618         Log: Subject: perlfaq2.patch for 5.7.1
57619              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57620              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
57621              Date: Fri, 20 Apr 2001 16:42:19 -0500
57622              
57623              rm an extra tab, a blurb about the xx.cpan to clarify
57624              which countries actually have that and dejanews is history
57625              as well as most of that nonsensical entry.
57626      Branch: perl
57627            ! pod/perlfaq2.pod
57628 ____________________________________________________________________________
57629 [  9771] By: jhi                                   on 2001/04/21  15:27:17
57630         Log: Subject: perlfaq1.patch for 5.7.1
57631              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57632              Date: Fri, 20 Apr 2001 16:57:36 -0500
57633              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
57634              
57635              Evil URLs must die. Especially when they are broken.
57636      Branch: perl
57637            ! pod/perlfaq1.pod
57638 ____________________________________________________________________________
57639 [  9770] By: jhi                                   on 2001/04/21  15:23:38
57640         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
57641              From: Michael G Schwern <schwern@pobox.com>
57642              Date: Sat, 21 Apr 2001 16:11:12 +0100
57643              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
57644      Branch: perl
57645            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
57646            + t/lib/b-stash.t
57647            ! MANIFEST ext/B/B.pm t/lib/b.t
57648 ____________________________________________________________________________
57649 [  9769] By: jhi                                   on 2001/04/21  15:03:32
57650         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
57651              From: Michael G Schwern <schwern@pobox.com>
57652              Date: Sat, 21 Apr 2001 09:48:00 +0100
57653              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
57654      Branch: perl
57655            ! utils/h2ph.PL
57656 ____________________________________________________________________________
57657 [  9768] By: jhi                                   on 2001/04/21  14:33:49
57658         Log: PerlIO and Encode doc cleanup and tweaks.
57659      Branch: perl
57660            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
57661            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
57662 ____________________________________________________________________________
57663 [  9767] By: jhi                                   on 2001/04/21  12:40:16
57664         Log: Integrate perlio:
57665              
57666              [  9766]
57667              Avoid core dump on
57668              open(STDOUT,">",\$foo);
57669      Branch: perl
57670           !> doio.c
57671 ____________________________________________________________________________
57672 [  9766] By: nick                                  on 2001/04/20  18:28:35
57673         Log: Avoid core dump on
57674              open(STDOUT,">",\$foo);
57675      Branch: perlio
57676            ! doio.c
57677 ____________________________________________________________________________
57678 [  9765] By: jhi                                   on 2001/04/20  13:23:43
57679         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
57680              From: Robin Houston <robin@kitsite.com>
57681              Date: Fri, 20 Apr 2001 14:29:22 +0100
57682              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
57683      Branch: perl
57684            ! ext/B/B.pm ext/B/B/Deparse.pm
57685 ____________________________________________________________________________
57686 [  9764] By: jhi                                   on 2001/04/20  13:19:33
57687         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
57688              From: Peter Prymmer <pvhp@forte.com>
57689              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
57690              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
57691      Branch: perl
57692            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
57693            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
57694            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
57695            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
57696 ____________________________________________________________________________
57697 [  9763] By: jhi                                   on 2001/04/20  12:36:39
57698         Log: Subject: Re: A new PerlIO coredump
57699              From: Nick Ing-Simmons <nik@tiuk.ti.com>
57700              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
57701              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
57702      Branch: perl
57703            ! doio.c
57704 ____________________________________________________________________________
57705 [  9762] By: jhi                                   on 2001/04/19  23:02:30
57706         Log: Update Changes.
57707      Branch: perl
57708            ! Changes patchlevel.h
57709 ____________________________________________________________________________
57710 [  9761] By: jhi                                   on 2001/04/19  22:59:19
57711         Log: More cleanup cleanup.
57712      Branch: perl
57713            ! Makefile.SH win32/Makefile win32/makefile.mk
57714 ____________________________________________________________________________
57715 [  9760] By: jhi                                   on 2001/04/19  22:50:31
57716         Log: lib/Time is non-empty, let's not rmdir it.
57717      Branch: perl
57718            ! Makefile.SH
57719 ____________________________________________________________________________
57720 [  9759] By: jhi                                   on 2001/04/19  22:36:51
57721         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
57722              From: Robin Houston <robin@kitsite.com>
57723              Date: Fri, 20 Apr 2001 00:18:53 +0100
57724              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
57725      Branch: perl
57726            ! ext/B/B/Deparse.pm
57727 ____________________________________________________________________________
57728 [  9758] By: jhi                                   on 2001/04/19  22:36:00
57729         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
57730              From: Peter Prymmer <pvhp@forte.com>
57731              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
57732              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
57733      Branch: perl
57734            ! ext/Cwd/Cwd.xs
57735 ____________________________________________________________________________
57736 [  9757] By: nick                                  on 2001/04/19  18:53:54
57737         Log: Blind (untested) integrate of mainline.
57738      Branch: perlio
57739           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
57740           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
57741           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
57742           !> (integrate 53 files)
57743 ____________________________________________________________________________
57744 [  9756] By: jhi                                   on 2001/04/19  16:59:23
57745         Log: Document and test Time::Piece.
57746      Branch: perl
57747            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
57748            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
57749 ____________________________________________________________________________
57750 [  9755] By: jhi                                   on 2001/04/19  12:13:29
57751         Log: A better fix for the \x{12345678} trouble from NI-S.
57752      Branch: perl
57753            ! utf8.c
57754 ____________________________________________________________________________
57755 [  9754] By: jhi                                   on 2001/04/19  11:56:07
57756         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
57757              From: Robin Houston <robin@kitsite.com>
57758              Date: Wed, 18 Apr 2001 17:58:33 +0100
57759              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
57760      Branch: perl
57761            ! ext/B/B/Deparse.pm op.c
57762 ____________________________________________________________________________
57763 [  9753] By: jhi                                   on 2001/04/19  04:21:52
57764         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
57765              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
57766              Date: Thu, 19 Apr 2001 01:11:41 -0400
57767              Message-ID: <20010419011141.A5798@cpan.org>
57768      Branch: perl
57769            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
57770 ____________________________________________________________________________
57771 [  9752] By: jhi                                   on 2001/04/19  02:41:10
57772         Log: The new time utils need to be thread-aware, too.
57773      Branch: perl
57774            ! util.c
57775 ____________________________________________________________________________
57776 [  9751] By: jhi                                   on 2001/04/19  02:26:47
57777         Log: Compilation nit noticed by AIX compiler.
57778      Branch: perl
57779            ! perlio.c
57780 ____________________________________________________________________________
57781 [  9750] By: jhi                                   on 2001/04/19  02:20:06
57782         Log: The new time utils need to be public.
57783      Branch: perl
57784            ! embed.pl
57785 ____________________________________________________________________________
57786 [  9749] By: jhi                                   on 2001/04/19  01:42:39
57787         Log: Regen toc.
57788      Branch: perl
57789            ! pod/perltoc.pod
57790 ____________________________________________________________________________
57791 [  9748] By: jhi                                   on 2001/04/19  01:41:10
57792         Log: Add Time::Piece, a slight rewrite of Time::Object,
57793              from Matt Sergeant.
57794      Branch: perl
57795            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
57796            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
57797            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
57798            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
57799            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
57800            ! win32/makefile.mk
57801 ____________________________________________________________________________
57802 [  9747] By: jhi                                   on 2001/04/19  00:55:35
57803         Log: The new metaconfig unit from strftime.
57804      Branch: metaconfig/U/perl
57805            + d_strftime.U
57806 ____________________________________________________________________________
57807 [  9746] By: jhi                                   on 2001/04/19  00:54:54
57808         Log: Move the strftime() wrapper from POSIX.xs to util.c
57809              as my_strftime(), requires HAS_STRFTIME.
57810      Branch: perl
57811            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57812            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
57813            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
57814            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57815            ! vos/config.ga.h win32/config.bc win32/config.gc
57816            ! win32/config.vc
57817 ____________________________________________________________________________
57818 [  9745] By: jhi                                   on 2001/04/18  23:11:03
57819         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
57820              in preparation of Time::Piece.
57821      Branch: perl
57822            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
57823 ____________________________________________________________________________
57824 [  9744] By: jhi                                   on 2001/04/18  22:33:12
57825         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
57826              From: Peter Prymmer <pvhp@forte.com>
57827              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
57828              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
57829      Branch: perl
57830            ! t/lib/exporter.t
57831 ____________________________________________________________________________
57832 [  9743] By: jhi                                   on 2001/04/18  22:32:23
57833         Log: Subject: Fwd: pod2html leaves cache files lying around?
57834              From: Rajesh Vaidheeswarran <rv@gnu.org>
57835              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
57836              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
57837      Branch: perl
57838            ! lib/Pod/Html.pm
57839 ____________________________________________________________________________
57840 [  9742] By: jhi                                   on 2001/04/18  20:31:49
57841         Log: Update Changes.
57842      Branch: perl
57843            ! Changes patchlevel.h
57844 ____________________________________________________________________________
57845 [  9741] By: jhi                                   on 2001/04/18  20:23:02
57846         Log: Declare hints only if needed.
57847      Branch: perl
57848            ! ext/B/B/Deparse.pm
57849 ____________________________________________________________________________
57850 [  9740] By: jhi                                   on 2001/04/18  19:06:05
57851         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
57852              bug noticed by Robin Houston; basically the code of detecting
57853              value wraparound was acting differently under different compilers
57854              and platforms.  The workaround is to remove the overflow check
57855              for now, a real fix would be to do the overflow (portably) right.
57856      Branch: perl
57857            ! t/op/pat.t utf8.c
57858 ____________________________________________________________________________
57859 [  9739] By: jhi                                   on 2001/04/18  19:01:23
57860         Log: Subject: [PATCH B::Deparse] some pragma support
57861              From: Robin Houston <robin@kitsite.com>
57862              Date: Wed, 18 Apr 2001 19:32:12 +0100
57863              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
57864      Branch: perl
57865            ! ext/B/B/Deparse.pm
57866 ____________________________________________________________________________
57867 [  9738] By: jhi                                   on 2001/04/18  15:16:37
57868         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
57869              From: Benjamin Sugars <bsugars@canoe.ca>
57870              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
57871              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
57872      Branch: perl
57873            ! t/op/glob.t
57874 ____________________________________________________________________________
57875 [  9737] By: jhi                                   on 2001/04/18  13:24:50
57876         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
57877              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57878              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
57879              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
57880      Branch: perl
57881            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
57882            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
57883 ____________________________________________________________________________
57884 [  9736] By: jhi                                   on 2001/04/18  04:15:14
57885         Log: The #9735 also changes the subtest 12.
57886      Branch: perl
57887            ! t/lib/b.t
57888 ____________________________________________________________________________
57889 [  9735] By: jhi                                   on 2001/04/18  03:55:17
57890         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
57891              From: David Dyck <dcd@tc.fluke.com>
57892              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
57893              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
57894      Branch: perl
57895            ! ext/B/B/Deparse.pm
57896 ____________________________________________________________________________
57897 [  9734] By: jhi                                   on 2001/04/18  03:54:11
57898         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
57899              From: Gisle Aas <gisle@ActiveState.com>
57900              Date: 17 Apr 2001 19:06:45 -0700
57901              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
57902      Branch: perl
57903            ! pp_hot.c t/op/misc.t
57904 ____________________________________________________________________________
57905 [  9733] By: jhi                                   on 2001/04/17  22:25:22
57906         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
57907              From: "Abigail" <abigail@foad.org>
57908              Date: Wed, 18 Apr 2001 01:17:46 +0200
57909              Message-ID: <20010417231746.21657.qmail@foad.org>
57910      Branch: perl
57911            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
57912 ____________________________________________________________________________
57913 [  9732] By: jhi                                   on 2001/04/17  20:47:56
57914         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
57915              From: Robin Houston <robin@kitsite.com>
57916              Date: Tue, 17 Apr 2001 22:37:42 +0100
57917              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
57918      Branch: perl
57919            ! ext/B/B/Deparse.pm
57920 ____________________________________________________________________________
57921 [  9731] By: nick                                  on 2001/04/17  20:46:35
57922         Log: Re-sync for t/lib/b.t fix
57923      Branch: perlio
57924           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
57925 ____________________________________________________________________________
57926 [  9730] By: jhi                                   on 2001/04/17  20:45:29
57927         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
57928              From: Robin Houston <robin@kitsite.com>
57929              Date: Tue, 17 Apr 2001 22:29:36 +0100
57930              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
57931      Branch: perl
57932            ! ext/B/B.xs ext/B/B/Deparse.pm
57933 ____________________________________________________________________________
57934 [  9729] By: jhi                                   on 2001/04/17  20:43:11
57935         Log: Subject: Deparse - parenthesise args to undeclared subs
57936              From: Robin Houston <robin@kitsite.com>
57937              Date: Tue, 17 Apr 2001 21:31:05 +0100
57938              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
57939      Branch: perl
57940            ! ext/B/B/Deparse.pm
57941 ____________________________________________________________________________
57942 [  9728] By: jhi                                   on 2001/04/17  18:57:30
57943         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
57944              From: Benjamin Sugars <ben.sugars@home.com>
57945              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
57946              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
57947      Branch: perl
57948            ! t/lib/cwd.t
57949 ____________________________________________________________________________
57950 [  9727] By: jhi                                   on 2001/04/17  18:20:20
57951         Log: Subject: [PATCH B::Deparse] ambient pragmas
57952              From: Robin Houston <robin@kitsite.com>
57953              Date: Tue, 17 Apr 2001 20:01:59 +0100
57954              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
57955      Branch: perl
57956            ! ext/B/B/Deparse.pm t/lib/b.t
57957 ____________________________________________________________________________
57958 [  9726] By: nick                                  on 2001/04/17  16:33:51
57959         Log: Integrate mainline (t/lib/b.t fails test 2...)
57960      Branch: perlio
57961           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
57962           +> ext/List/Util/README ext/List/Util/Util.xs
57963           +> ext/List/Util/lib/List/Util.pm
57964           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
57965           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
57966           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
57967           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
57968           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
57969           !> (integrate 31 files)
57970 ____________________________________________________________________________
57971 [  9725] By: jhi                                   on 2001/04/17  12:14:24
57972         Log: Subject: multiple B::* changes
57973              From: Robin Houston <robin@kitsite.com>
57974              Date: Thu, 12 Apr 2001 20:12:27 +0100
57975              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
57976      Branch: perl
57977            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
57978 ____________________________________________________________________________
57979 [  9724] By: jhi                                   on 2001/04/17  11:59:05
57980         Log: Thread-awareness from Doug MacEachern.
57981      Branch: perl
57982            ! ext/List/Util/Util.xs
57983 ____________________________________________________________________________
57984 [  9723] By: jhi                                   on 2001/04/17  11:57:41
57985         Log: Make the test more portable.
57986      Branch: perl
57987            ! t/lib/cwd.t
57988 ____________________________________________________________________________
57989 [  9722] By: jhi                                   on 2001/04/17  11:53:50
57990         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
57991              From: Benjamin Sugars <ben.sugars@home.com>
57992              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
57993              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
57994      Branch: perl
57995            ! t/lib/cwd.t
57996 ____________________________________________________________________________
57997 [  9721] By: jhi                                   on 2001/04/17  11:52:17
57998         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
57999              From: Benjamin Sugars <bsugars@canoe.ca>
58000              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
58001              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
58002      Branch: perl
58003            ! op.c
58004 ____________________________________________________________________________
58005 [  9720] By: jhi                                   on 2001/04/17  11:35:42
58006         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
58007              From: Chris Nandor <pudge@pobox.com>
58008              Date: Tue, 17 Apr 2001 00:30:49 -0400
58009              Message-Id: <p05100207b701768712de@[10.0.1.177]>
58010      Branch: perl
58011            ! ext/File/Glob/bsd_glob.c gv.c
58012 ____________________________________________________________________________
58013 [  9719] By: jhi                                   on 2001/04/17  11:32:13
58014         Log: Subject: [PATCH] Tweten->West
58015              From: Casey West <casey@geeknest.com>
58016              Date: Mon, 16 Apr 2001 12:11:22 -0400
58017              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
58018      Branch: perl
58019            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
58020            ! pod/perltie.pod
58021 ____________________________________________________________________________
58022 [  9718] By: jhi                                   on 2001/04/16  03:22:52
58023         Log: Update Changes.
58024      Branch: perl
58025            ! Changes patchlevel.h
58026 ____________________________________________________________________________
58027 [  9717] By: jhi                                   on 2001/04/16  03:06:28
58028         Log: Regen toc.
58029      Branch: perl
58030            ! pod/perltoc.pod
58031 ____________________________________________________________________________
58032 [  9716] By: jhi                                   on 2001/04/16  02:58:42
58033         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
58034              From: Prymmer/Kahn <pvhp@best.com>
58035              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
58036              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
58037      Branch: perl
58038            ! utf8.c
58039 ____________________________________________________________________________
58040 [  9715] By: jhi                                   on 2001/04/15  23:40:35
58041         Log: Subject: Re: Net::Ping patch, adds stream protocol
58042              From: bronson@rinspin.com (Scott Bronson)
58043              Date: Tue, 10 Apr 2001 23:58:33 -0700
58044              Message-ID: <20010410235833.N29719@rinspin.com>
58045      Branch: perl
58046            ! lib/Net/Ping.pm
58047 ____________________________________________________________________________
58048 [  9714] By: jhi                                   on 2001/04/15  23:31:46
58049         Log: Printing out the ok messages helps successful testing.
58050      Branch: perl
58051            ! t/lib/time-hires.t
58052 ____________________________________________________________________________
58053 [  9713] By: jhi                                   on 2001/04/15  21:43:24
58054         Log: Update Douglas Wegscheid's email.
58055      Branch: perl
58056            ! AUTHORS
58057 ____________________________________________________________________________
58058 [  9712] By: jhi                                   on 2001/04/15  21:40:41
58059         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
58060              From: Michael G Schwern <schwern@pobox.com>
58061              Date: Sat, 14 Apr 2001 22:40:50 +0100
58062              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
58063      Branch: perl
58064            + t/lib/exporter.t
58065            ! MANIFEST lib/Exporter/Heavy.pm
58066 ____________________________________________________________________________
58067 [  9711] By: jhi                                   on 2001/04/15  21:39:21
58068         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
58069              From: Michael G Schwern <schwern@pobox.com>
58070              Date: Sat, 14 Apr 2001 22:13:59 +0100
58071              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
58072      Branch: perl
58073            ! t/op/loopctl.t
58074 ____________________________________________________________________________
58075 [  9710] By: jhi                                   on 2001/04/15  21:30:19
58076         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
58077              From: Michael G Schwern <schwern@pobox.com>
58078              Date: Sat, 14 Apr 2001 22:05:32 +0100
58079              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
58080      Branch: perl
58081            ! t/pragma/warnings.t
58082 ____________________________________________________________________________
58083 [  9709] By: jhi                                   on 2001/04/15  19:34:09
58084         Log: Integrate changes #9706,9707 from maintperl into mainline.
58085              
58086              change#7210 broke .packlist generation
58087              
58088              ExtUtils::Installed doesn't quote regex metacharacters in paths
58089              before using them in match; also make it work for dosish platforms
58090      Branch: perl
58091           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
58092 ____________________________________________________________________________
58093 [  9708] By: jhi                                   on 2001/04/15  19:31:01
58094         Log: Test also the scalar aspect of getitimer().
58095      Branch: perl
58096            ! t/lib/time-hires.t
58097 ____________________________________________________________________________
58098 [  9707] By: gsar                                  on 2001/04/15  17:24:20
58099         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
58100              before using them in match; also make it work for dosish platforms
58101      Branch: maint-5.6/perl
58102            ! lib/ExtUtils/Installed.pm
58103 ____________________________________________________________________________
58104 [  9706] By: gsar                                  on 2001/04/15  17:21:59
58105         Log: change#7210 broke .packlist generation (listed only filename
58106              rather than fully qualified path name)
58107      Branch: maint-5.6/perl
58108            ! lib/ExtUtils/Install.pm
58109 ____________________________________________________________________________
58110 [  9705] By: jhi                                   on 2001/04/15  12:36:33
58111         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
58112      Branch: perl
58113            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
58114            ! t/lib/time-hires.t
58115 ____________________________________________________________________________
58116 [  9704] By: jhi                                   on 2001/04/15  10:49:08
58117         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
58118              From: Prymmer/Kahn <pvhp@best.com>
58119              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
58120              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
58121      Branch: perl
58122            ! lib/utf8.pm pod/perlebcdic.pod
58123 ____________________________________________________________________________
58124 [  9703] By: jhi                                   on 2001/04/15  02:26:26
58125         Log: I keep forgetting to sort MANIFEST.
58126      Branch: perl
58127            ! MANIFEST
58128 ____________________________________________________________________________
58129 [  9702] By: jhi                                   on 2001/04/15  02:07:47
58130         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
58131              Now we have blessed, reftype, tainted, first, reduce, ...
58132      Branch: perl
58133            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
58134            + ext/List/Util/README ext/List/Util/Util.xs
58135            + ext/List/Util/lib/List/Util.pm
58136            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
58137            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
58138            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
58139            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
58140            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
58141            ! MANIFEST
58142 ____________________________________________________________________________
58143 [  9701] By: jhi                                   on 2001/04/14  15:05:25
58144         Log: Subject: RE: dprofpp.pl updates 
58145              From: Carl Eklof <CEklof@endeca.com>
58146              Date: Thu, 12 Apr 2001 18:45:46 -0400
58147              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
58148      Branch: perl
58149            ! utils/dprofpp.PL
58150 ____________________________________________________________________________
58151 [  9700] By: jhi                                   on 2001/04/14  14:44:55
58152         Log: Do not just blindly add CR.
58153      Branch: perl
58154            ! Porting/makerel
58155 ____________________________________________________________________________
58156 [  9699] By: jhi                                   on 2001/04/13  13:17:01
58157         Log: Update Changes.
58158      Branch: perl
58159            ! Changes patchlevel.h
58160 ____________________________________________________________________________
58161 [  9698] By: jhi                                   on 2001/04/13  12:44:48
58162         Log: Integrate perlio:
58163              
58164              [  9696]
58165              Fix core dump on binmode($fh,'Scalar')
58166      Branch: perl
58167           !> ext/PerlIO/Scalar/Scalar.xs
58168 ____________________________________________________________________________
58169 [  9697] By: jhi                                   on 2001/04/13  12:29:15
58170         Log: Add more debug output to the test.
58171      Branch: perl
58172            ! t/lib/cwd.t
58173 ____________________________________________________________________________
58174 [  9696] By: nick                                  on 2001/04/13  10:14:29
58175         Log: Fix core dump on binmode($fh,'Scalar')
58176      Branch: perlio
58177            ! ext/PerlIO/Scalar/Scalar.xs
58178 ____________________________________________________________________________
58179 [  9695] By: nick                                  on 2001/04/13  09:05:42
58180         Log: Integrate mainline
58181      Branch: perlio
58182           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58183           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
58184           +> t/lib/time-hires.t
58185           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
58186           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
58187           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
58188           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
58189           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
58190           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
58191           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
58192 ____________________________________________________________________________
58193 [  9694] By: jhi                                   on 2001/04/12  22:23:35
58194         Log: Integrate change #9693 from maintperl into mainline.
58195              
58196              $VERSION and Version() on the same line provokes a warning from
58197              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
58198      Branch: perl
58199           !> lib/Devel/SelfStubber.pm
58200 ____________________________________________________________________________
58201 [  9693] By: gsar                                  on 2001/04/12  21:55:56
58202         Log: $VERSION and Version() on the same line provokes a warning from
58203              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
58204      Branch: maint-5.6/perl
58205            ! lib/Devel/SelfStubber.pm
58206 ____________________________________________________________________________
58207 [  9692] By: jhi                                   on 2001/04/12  13:54:00
58208         Log: This is at least 5.005.
58209      Branch: perl
58210            ! ext/Time/HiRes/HiRes.xs
58211 ____________________________________________________________________________
58212 [  9691] By: jhi                                   on 2001/04/12  13:37:20
58213         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
58214      Branch: perl
58215            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
58216            ! win32/Makefile win32/makefile.mk
58217 ____________________________________________________________________________
58218 [  9690] By: jhi                                   on 2001/04/12  01:34:46
58219         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
58220      Branch: perl
58221            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58222            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
58223            + t/lib/time-hires.t
58224            ! MANIFEST
58225 ____________________________________________________________________________
58226 [  9689] By: jhi                                   on 2001/04/12  00:28:39
58227         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
58228              From: Gisle Aas <gisle@ActiveState.com>
58229              Date: 11 Apr 2001 16:36:11 -0700
58230              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
58231      Branch: perl
58232            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
58233 ____________________________________________________________________________
58234 [  9688] By: jhi                                   on 2001/04/12  00:27:39
58235         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
58236              From: Gisle Aas <gisle@ActiveState.com>
58237              Date: 11 Apr 2001 11:13:24 -0700
58238              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
58239      Branch: perl
58240            ! ext/MIME/Base64/Base64.xs
58241 ____________________________________________________________________________
58242 [  9687] By: jhi                                   on 2001/04/11  19:51:47
58243         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
58244      Branch: perl
58245            ! Todo-5.6
58246 ____________________________________________________________________________
58247 [  9686] By: jhi                                   on 2001/04/11  16:54:25
58248         Log: Subject: [PATCH opcode.pl] Documentation of table format
58249              From: Simon Cozens <simon@netthink.co.uk>
58250              Date: Wed, 11 Apr 2001 12:59:31 +0100
58251              Message-ID: <20010411125931.A25681@netthink.co.uk>
58252      Branch: perl
58253            ! opcode.pl
58254 ____________________________________________________________________________
58255 [  9685] By: jhi                                   on 2001/04/11  16:53:15
58256         Log: Subject: [PATCH] prototype("CORE::recv")
58257              From: Simon Cozens <simon@netthink.co.uk>
58258              Date: Wed, 11 Apr 2001 13:24:35 +0100
58259              Message-ID: <20010411132435.A26169@netthink.co.uk>
58260      Branch: perl
58261            ! pp.c t/comp/proto.t
58262 ____________________________________________________________________________
58263 [  9684] By: jhi                                   on 2001/04/11  16:47:13
58264         Log: FAQ (and AUTHORS) update from Dan Carson: the information
58265              was several years obsolete, Term::Readkey has been updated
58266              to have the functionality.
58267      Branch: perl
58268            ! AUTHORS pod/perlfaq5.pod
58269 ____________________________________________________________________________
58270 [  9683] By: jhi                                   on 2001/04/11  12:15:46
58271         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
58272              From: Calle Dybedahl <calle@lysator.liu.se>
58273              Date: 10 Apr 2001 16:44:16 +0200
58274              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
58275      Branch: perl
58276            ! ext/MIME/Base64/Base64.xs
58277 ____________________________________________________________________________
58278 [  9682] By: jhi                                   on 2001/04/11  12:12:26
58279         Log: A more minimal fix for 20010410.006 from Hugo.
58280      Branch: perl
58281            ! regexec.c
58282 ____________________________________________________________________________
58283 [  9681] By: jhi                                   on 2001/04/11  11:34:23
58284         Log: Integrate changes #9678,9679 from maintline into mainperl.
58285              
58286              addendum to change#9676
58287              
58288              up $File::Glob::VERSION; add a note pointing out the version of
58289              the OpenBSD glob bsd_glob.c resembles
58290      Branch: perl
58291           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58292           !> ext/File/Glob/bsd_glob.h
58293 ____________________________________________________________________________
58294 [  9680] By: jhi                                   on 2001/04/11  11:30:38
58295         Log: Bad test numbering in integrate in #9677.
58296              Fixes ID 20010411.001.
58297      Branch: perl
58298            ! t/op/pat.t
58299 ____________________________________________________________________________
58300 [  9679] By: gsar                                  on 2001/04/11  03:38:40
58301         Log: up $File::Glob::VERSION; add a note pointing out the version of
58302              the OpenBSD glob bsd_glob.c resembles
58303      Branch: maint-5.6/perl
58304            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58305            ! ext/File/Glob/bsd_glob.h
58306 ____________________________________________________________________________
58307 [  9678] By: gsar                                  on 2001/04/11  03:09:48
58308         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
58309              revision 1.8.10.1 found here:
58310              
58311              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
58312      Branch: maint-5.6/perl
58313            ! ext/File/Glob/bsd_glob.c
58314 ____________________________________________________________________________
58315 [  9677] By: jhi                                   on 2001/04/11  02:54:39
58316         Log: Integrate changes #9675,9676 from maintperl into mainline.
58317              
58318              fix for bug 20010410.006, undo change#7115
58319              
58320              port the OpenBSD glob() security patch
58321      Branch: perl
58322           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
58323           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
58324           !> t/op/pat.t
58325 ____________________________________________________________________________
58326 [  9676] By: gsar                                  on 2001/04/11  02:19:02
58327         Log: port the glob() security patch found at:
58328              
58329              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
58330              
58331              CERT advisory for the issue is here:
58332              
58333              http://www.cert.org/advisories/CA-2001-07.html
58334              
58335              Note that the security scare is only relevant for those who are
58336              foolish enough to build suidperl (which is now officially discouraged)
58337      Branch: maint-5.6/perl
58338            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
58339            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
58340 ____________________________________________________________________________
58341 [  9675] By: gsar                                  on 2001/04/10  23:52:11
58342         Log: fix for bug 20010410.006
58343              
58344              undo change#7115 (came into maint-5.6 as change#8156)
58345              
58346              add tests to keep it from coming back
58347      Branch: maint-5.6/perl
58348            ! regexec.c t/op/pat.t
58349 ____________________________________________________________________________
58350 [  9674] By: nick                                  on 2001/04/10  20:39:31
58351         Log: Integrate mainline
58352      Branch: perlio
58353           +> Porting/testall.atom
58354           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
58355           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
58356           !> t/lib/lc-uk.t t/pod/find.t
58357 ____________________________________________________________________________
58358 [  9673] By: nick                                  on 2001/04/10  18:46:14
58359         Log: Integrate against change 9670 aka perl-5.7.1
58360      Branch: perlio
58361           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
58362           !> (integrate 53 files)
58363 ____________________________________________________________________________
58364 [  9672] By: jhi                                   on 2001/04/10  13:45:01
58365         Log: Add a script for doing cumulative profile of the test suite.
58366              (Requires ATOM, that is, Tru64.)
58367      Branch: perl
58368            + Porting/testall.atom
58369            ! MANIFEST
58370 ____________________________________________________________________________
58371 [  9671] By: jhi                                   on 2001/04/10  12:38:53
58372         Log: Missing std block.
58373      Branch: perl
58374            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
58375            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
58376            ! t/pod/find.t
58377 ____________________________________________________________________________
58378 [  9670] By: jhi                                   on 2001/04/10  01:25:58
58379         Log: This is 5.7.1.
58380      Branch: perl
58381            ! patchlevel.h
58382 ____________________________________________________________________________
58383 [  9669] By: jhi                                   on 2001/04/10  01:09:14
58384         Log: Update Changes.
58385      Branch: perl
58386            ! Changes patchlevel.h
58387 ____________________________________________________________________________
58388 [  9668] By: jhi                                   on 2001/04/10  01:00:38
58389         Log: Regen toc.
58390      Branch: perl
58391            ! pod/perltoc.pod
58392 ____________________________________________________________________________
58393 [  9667] By: jhi                                   on 2001/04/10  00:52:16
58394         Log: Update perlhist.
58395      Branch: perl
58396            ! pod/perlhist.pod
58397 ____________________________________________________________________________
58398 [  9666] By: jhi                                   on 2001/04/09  23:38:59
58399         Log: Slight wording tweaks from Damian to #9658.
58400      Branch: perl
58401            ! pod/perlobj.pod
58402 ____________________________________________________________________________
58403 [  9665] By: jhi                                   on 2001/04/09  19:56:06
58404         Log: Subject: [PATCH perlutil.pod] Nit
58405              From: Simon Cozens <simon@netthink.co.uk>
58406              Date: Mon, 9 Apr 2001 20:29:44 +0100
58407              Message-ID: <20010409202944.A14796@the.earth.li>
58408      Branch: perl
58409            ! pod/perlutil.pod
58410 ____________________________________________________________________________
58411 [  9664] By: jhi                                   on 2001/04/09  19:54:42
58412         Log: Subject: Re: perl571delta.pod@9631
58413              From: Mike Guy <mjtg@cam.ac.uk>
58414              Date: Mon, 09 Apr 2001 18:09:14 +0100
58415              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
58416      Branch: perl
58417            ! pod/perl571delta.pod
58418 ____________________________________________________________________________
58419 [  9663] By: jhi                                   on 2001/04/09  13:43:35
58420         Log: Update Changes.
58421      Branch: perl
58422            ! Changes patchlevel.h
58423 ____________________________________________________________________________
58424 [  9662] By: jhi                                   on 2001/04/09  13:24:46
58425         Log: tweak tweak.
58426      Branch: perl
58427            ! AUTHORS pod/perl571delta.pod
58428 ____________________________________________________________________________
58429 [  9661] By: jhi                                   on 2001/04/09  13:15:13
58430         Log: Thinko in manual patch applying.
58431      Branch: perl
58432            ! sv.c
58433 ____________________________________________________________________________
58434 [  9660] By: jhi                                   on 2001/04/09  13:07:53
58435         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
58436              From: Robin Barker <rmb1@cise.npl.co.uk> 
58437              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
58438              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
58439              
58440              (This corrects the case where the "isn't numeric" string contains \0s
58441              and is longer than the temporary buffer, and contains \0 at the point
58442              the string would be truncated by "...".) 
58443      Branch: perl
58444            ! sv.c
58445 ____________________________________________________________________________
58446 [  9659] By: jhi                                   on 2001/04/09  12:57:41
58447         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
58448      Branch: perl
58449            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
58450            ! t/lib/cgi-function.t t/lib/cgi-html.t
58451 ____________________________________________________________________________
58452 [  9658] By: jhi                                   on 2001/04/09  12:48:47
58453         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
58454              From: Ilmari Karonen <iltzu@sci.fi>
58455              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
58456              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
58457              
58458              Rearrange and rewrite the Method Invocation section
58459              to explain the concepts in nicer order.
58460      Branch: perl
58461            ! pod/perlobj.pod
58462 ____________________________________________________________________________
58463 [  9657] By: jhi                                   on 2001/04/09  12:35:58
58464         Log: Upgrade to podlators 1.09, from Russ Allbery.
58465      Branch: perl
58466            ! lib/Pod/Man.pm lib/Pod/Text.pm
58467 ____________________________________________________________________________
58468 [  9656] By: jhi                                   on 2001/04/09  12:31:53
58469         Log: perl571delta.
58470      Branch: perl
58471            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
58472 ____________________________________________________________________________
58473 [  9655] By: jhi                                   on 2001/04/09  12:20:09
58474         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
58475              From: Prymmer/Kahn <pvhp@best.com>
58476              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
58477              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
58478      Branch: perl
58479            ! lib/utf8.pm pod/perlunicode.pod
58480 ____________________________________________________________________________
58481 [  9654] By: gsar                                  on 2001/04/09  03:38:33
58482         Log: here lies 5.6.1
58483      Branch: maint-5.6/perl
58484            ! Changes
58485 ____________________________________________________________________________
58486 [  9653] By: jhi                                   on 2001/04/09  03:25:24
58487         Log: Update perlhist.
58488      Branch: perl
58489            ! pod/perlhist.pod
58490 ____________________________________________________________________________
58491 [  9652] By: jhi                                   on 2001/04/09  03:18:49
58492         Log: perl571delta tweaking continues.
58493      Branch: perl
58494            ! pod/perl571delta.pod
58495 ____________________________________________________________________________
58496 [  9651] By: gsar                                  on 2001/04/09  03:11:19
58497         Log: update Changes, patchlevel.h &c.
58498      Branch: maint-5.6/perl
58499            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
58500            ! pod/perltoc.pod
58501 ____________________________________________________________________________
58502 [  9650] By: jhi                                   on 2001/04/09  02:40:24
58503         Log: Integrate the perlfork half of #9513 from maintperl into mainline
58504              (the perlunicode half is obsolete)
58505      Branch: perl
58506            ! pod/perlfork.pod
58507 ____________________________________________________________________________
58508 [  9649] By: gsar                                  on 2001/04/09  02:35:43
58509         Log: tweak perldelta as suggested by Jarkko
58510      Branch: maint-5.6/perl
58511            ! pod/perldelta.pod
58512 ____________________________________________________________________________
58513 [  9648] By: jhi                                   on 2001/04/09  02:13:04
58514         Log: Integrate change #9646 from maintperl into mainline.
58515              
58516              add note about ithreads and Thread.pm
58517      Branch: perl
58518           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
58519 ____________________________________________________________________________
58520 [  9647] By: jhi                                   on 2001/04/09  02:10:18
58521         Log: Bad assumption that shortsize == 2.
58522      Branch: perl
58523            ! t/lib/xs-typemap.t
58524 ____________________________________________________________________________
58525 [  9646] By: gsar                                  on 2001/04/09  00:48:04
58526         Log: add note about ithreads and Thread.pm (too many people are
58527              confused by the fact that Thread.pm is built and installed
58528              under non-5005threads but doesn't work)
58529      Branch: maint-5.6/perl
58530            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
58531 ____________________________________________________________________________
58532 [  9645] By: gsar                                  on 2001/04/09  00:19:03
58533         Log: update perldelta.pod for changes in 5.6.1
58534      Branch: maint-5.6/perl
58535            ! Changes pod/perldelta.pod
58536 ____________________________________________________________________________
58537 [  9644] By: jhi                                   on 2001/04/08  20:37:00
58538         Log: Integrate change #9639 from maintperl into mainline:
58539              on windows, many of the README.* pods were being copied to
58540              the wrong location
58541      Branch: perl
58542           !> win32/Makefile win32/makefile.mk
58543 ____________________________________________________________________________
58544 [  9643] By: jhi                                   on 2001/04/08  20:07:11
58545         Log: Integrate change #9624 from maintperl into mainline:
58546              the pod tests were not okay.  (t/pod/find.t changes ignored)
58547      Branch: perl
58548           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
58549           !> t/pod/include.t t/pod/included.t t/pod/lref.t
58550           !> t/pod/multiline_items.t t/pod/nested_items.t
58551           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
58552           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
58553 ____________________________________________________________________________
58554 [  9642] By: jhi                                   on 2001/04/08  19:57:17
58555         Log: Integrate change #9638 from maintperl into mainline:
58556              update to latest JPL from the anoncvs repository
58557      Branch: perl
58558           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
58559           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
58560           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
58561 ____________________________________________________________________________
58562 [  9641] By: jhi                                   on 2001/04/08  19:53:30
58563         Log: perl571delta updates.
58564      Branch: perl
58565            ! lib/Filter/Simple.pm pod/perl571delta.pod
58566 ____________________________________________________________________________
58567 [  9640] By: gsar                                  on 2001/04/08  19:20:46
58568         Log: integrate change#9634 from mainline
58569              
58570              Fix the perlmodlib generation (didn't understand separate .pod
58571              files; didn't understand -- as the name-thing separator).
58572              Update the CPAN mirrors list.
58573      Branch: maint-5.6/perl
58574            ! pod/perlmodlib.pod
58575           !> pod/perlmodlib.PL
58576 ____________________________________________________________________________
58577 [  9639] By: gsar                                  on 2001/04/08  18:57:31
58578         Log: on windows, many of the README.* pods were being copied to the wrong
58579              location
58580      Branch: maint-5.6/perl
58581            ! win32/Makefile win32/makefile.mk
58582 ____________________________________________________________________________
58583 [  9638] By: gsar                                  on 2001/04/08  18:38:25
58584         Log: update to latest JPL from the anoncvs repository
58585      Branch: maint-5.6/perl
58586            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
58587            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
58588            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
58589 ____________________________________________________________________________
58590 [  9637] By: jhi                                   on 2001/04/08  17:53:53
58591         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
58592      Branch: perl
58593            ! pod/perl571delta.pod
58594 ____________________________________________________________________________
58595 [  9636] By: jhi                                   on 2001/04/08  17:18:32
58596         Log: Regen toc.
58597      Branch: perl
58598            ! pod/perltoc.pod
58599 ____________________________________________________________________________
58600 [  9635] By: jhi                                   on 2001/04/08  17:16:33
58601         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
58602              From: "Craig A. Berry" <craigberry@mac.com>
58603              Date: Sun, 08 Apr 2001 12:30:16 -0500
58604              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
58605      Branch: perl
58606            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
58607 ____________________________________________________________________________
58608 [  9634] By: jhi                                   on 2001/04/08  17:09:19
58609         Log: Fix the perlmodlib generation (didn't understand separate .pod
58610              files; didn't understand -- as the name-thing separator).
58611              
58612              Update the CPAN mirrors list.
58613      Branch: perl
58614            ! pod/perlmodlib.PL pod/perlmodlib.pod
58615 ____________________________________________________________________________
58616 [  9633] By: jhi                                   on 2001/04/08  16:49:17
58617         Log: Sort MANIFEST.
58618      Branch: perl
58619            ! MANIFEST
58620 ____________________________________________________________________________
58621 [  9632] By: gsar                                  on 2001/04/08  16:36:06
58622         Log: add $Tie::RefHash::VERSION
58623      Branch: maint-5.6/perl
58624            ! lib/Tie/RefHash.pm
58625 ____________________________________________________________________________
58626 [  9631] By: jhi                                   on 2001/04/08  16:10:15
58627         Log: perl571delta updates based on p5p feedback; still needs
58628              lots of examples.
58629      Branch: perl
58630            ! pod/perl571delta.pod
58631 ____________________________________________________________________________
58632 [  9630] By: jhi                                   on 2001/04/08  15:59:13
58633         Log: Update the list of supported platforms to talk about 5.7.1
58634              (and 5.6.1)
58635      Branch: perl
58636            ! pod/perlport.pod
58637 ____________________________________________________________________________
58638 [  9629] By: jhi                                   on 2001/04/08  15:55:41
58639         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
58640              from maintperl into mainline: perlport updates.
58641      Branch: perl
58642            ! pod/perlport.pod
58643 ____________________________________________________________________________
58644 [  9628] By: jhi                                   on 2001/04/08  15:53:17
58645         Log: perlsolaris.pod copied to wrong directory.
58646      Branch: perl
58647            ! win32/makefile.mk
58648 ____________________________________________________________________________
58649 [  9627] By: jhi                                   on 2001/04/08  14:48:18
58650         Log: Subject: Typos in perl571delta.pod
58651              From: "Stephen P. Potter" <spp@spotter.yi.org>
58652              Date: Sat, 07 Apr 2001 20:37:05 -0400
58653              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
58654      Branch: perl
58655            ! pod/perl571delta.pod
58656 ____________________________________________________________________________
58657 [  9626] By: jhi                                   on 2001/04/08  14:39:04
58658         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
58659      Branch: perl
58660            ! gv.c
58661 ____________________________________________________________________________
58662 [  9625] By: nick                                  on 2001/04/08  10:14:23
58663         Log: Integrate mainline
58664      Branch: perlio
58665           +> pod/perl570delta.pod pod/perl571delta.pod
58666           !> (integrate 27 files)
58667 ____________________________________________________________________________
58668 [  9624] By: gsar                                  on 2001/04/08  06:08:17
58669         Log: test in t/pod/* were busted
58670              
58671              these tests are still not enabled in t/{harness,TEST}
58672      Branch: maint-5.6/perl
58673            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
58674            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
58675            ! t/pod/multiline_items.t t/pod/nested_items.t
58676            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
58677            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
58678 ____________________________________________________________________________
58679 [  9623] By: gsar                                  on 2001/04/08  03:37:01
58680         Log: integrate change#9470 from mainline
58681              
58682              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
58683      Branch: maint-5.6/perl
58684           !> ext/Socket/Socket.xs
58685 ____________________________________________________________________________
58686 [  9622] By: jhi                                   on 2001/04/07  22:40:47
58687         Log: Update Changes.
58688      Branch: perl
58689            ! Changes patchlevel.h
58690 ____________________________________________________________________________
58691 [  9621] By: jhi                                   on 2001/04/07  22:34:16
58692         Log: Update AUTHORS.
58693      Branch: perl
58694            ! AUTHORS
58695 ____________________________________________________________________________
58696 [  9620] By: jhi                                   on 2001/04/07  22:12:47
58697         Log: Forgot to bump the number of tests in #9164.
58698      Branch: perl
58699            ! t/op/array.t
58700 ____________________________________________________________________________
58701 [  9619] By: jhi                                   on 2001/04/07  22:09:50
58702         Log: Bump patchlevel to 5.7.1.
58703      Branch: perl
58704            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58705            ! config_h.SH patchlevel.h
58706 ____________________________________________________________________________
58707 [  9618] By: jhi                                   on 2001/04/07  22:02:41
58708         Log: Populate perl571delta.
58709      Branch: perl
58710            ! pod/perl571delta.pod
58711 ____________________________________________________________________________
58712 [  9617] By: jhi                                   on 2001/04/07  22:01:23
58713         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
58714              to forget it later; do not change patchlevel.h yet or regenerate
58715              Configure yet.
58716      Branch: perl
58717            ! epoc/config.sh win32/Makefile win32/config_H.bc
58718            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
58719 ____________________________________________________________________________
58720 [  9616] By: jhi                                   on 2001/04/07  17:46:33
58721         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
58722      Branch: perl
58723            ! pod/perl571delta.pod
58724 ____________________________________________________________________________
58725 [  9615] By: jhi                                   on 2001/04/07  17:33:21
58726         Log: Change the toc configuration.
58727      Branch: perl
58728            ! pod/buildtoc.PL pod/perl.pod
58729 ____________________________________________________________________________
58730 [  9614] By: jhi                                   on 2001/04/07  17:29:47
58731         Log: Subject: PATCH: $[
58732              From: Robin Houston <robin@kitsite.com>
58733              Date: Fri, 6 Apr 2001 18:10:14 +0100
58734              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
58735      Branch: perl
58736            ! op.c t/op/array.t
58737 ____________________________________________________________________________
58738 [  9613] By: jhi                                   on 2001/04/07  17:28:26
58739         Log: Subject: [PATCH perl@9424] isn't numeric warning
58740              From: Robin Barker <rmb1@cise.npl.co.uk>
58741              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
58742              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
58743      Branch: perl
58744            ! sv.c t/pragma/warn/sv
58745 ____________________________________________________________________________
58746 [  9612] By: jhi                                   on 2001/04/07  17:26:45
58747         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
58748              From: Mike Guy <mjtg@cam.ac.uk>
58749              Date: Fri, 06 Apr 2001 12:47:06 +0100
58750              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
58751      Branch: perl
58752            ! dump.c t/lib/peek.t
58753 ____________________________________________________________________________
58754 [  9611] By: jhi                                   on 2001/04/07  17:21:35
58755         Log: Create perl571delta and seed it off with the perldelta changes
58756              since 5.7.0; remove those changes from perldelta and rename it
58757              as perl570delta; recreate perldelta but leave it almost empty.
58758      Branch: perl
58759            + pod/perl570delta.pod pod/perl571delta.pod
58760            ! MANIFEST pod/perldelta.pod
58761 ____________________________________________________________________________
58762 [  9610] By: jhi                                   on 2001/04/07  16:56:32
58763         Log: Denit.
58764      Branch: perl
58765            ! pod/perldelta.pod
58766 ____________________________________________________________________________
58767 [  9609] By: jhi                                   on 2001/04/07  16:38:32
58768         Log: Retract #9523: needs more thought.
58769      Branch: perl
58770            ! Makefile.SH
58771 ____________________________________________________________________________
58772 [  9608] By: jhi                                   on 2001/04/07  14:59:20
58773         Log: atmark() code cleanaup.
58774      Branch: perl
58775            ! ext/IO/IO.xs
58776 ____________________________________________________________________________
58777 [  9607] By: jhi                                   on 2001/04/07  14:48:14
58778         Log: Integrate change #9605 from maintperl into mainline.
58779              
58780              can't optimize away scope entry if tr/// is present
58781      Branch: perl
58782           !> op.c t/op/tr.t
58783 ____________________________________________________________________________
58784 [  9606] By: jhi                                   on 2001/04/07  14:43:59
58785         Log: Integrate perlio:
58786              
58787              [  9604]
58788              Split out extension finding code from buildext.pl into FindExt.pm
58789              Use it to get Config.pm's idea of available extensions in line
58790              with what is built.
58791              
58792              [  9603]
58793              Cleanup correction for failed :Via() layer, also set an error code.
58794              
58795              [  9602]
58796              Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
58797              style. So don't use binmode() on the handles so that Win32 etc. see
58798              same sequence and produce same digests.
58799              
58800              [  9601]
58801              Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
58802              Else it complains and so crlf layer (say) does not get pushed.
58803              
58804              [  9599]
58805              Quote $VERSION in Encode.pm.
58806              regen_config_h as requested.
58807      Branch: perl
58808           +> win32/FindExt.pm
58809           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
58810           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
58811 ____________________________________________________________________________
58812 [  9605] By: gsar                                  on 2001/04/07  11:52:40
58813         Log: can't optimize away scope entry if tr/// is present
58814      Branch: maint-5.6/perl
58815            ! op.c t/op/tr.t
58816 ____________________________________________________________________________
58817 [  9604] By: nick                                  on 2001/04/07  11:39:45
58818         Log: Split out extension finding code from buildext.pl into FindExt.pm
58819              Use it to get Config.pm's idea of available extensions in line
58820              with what is built.
58821      Branch: perlio
58822            + win32/FindExt.pm
58823            ! MANIFEST win32/buildext.pl win32/config_sh.PL
58824            ! win32/makefile.mk
58825 ____________________________________________________________________________
58826 [  9603] By: nick                                  on 2001/04/07  09:11:38
58827         Log: Cleanup correction for failed :Via() layer, also set an error code.
58828      Branch: perlio
58829            ! ext/PerlIO/Via/Via.xs
58830 ____________________________________________________________________________
58831 [  9602] By: nick                                  on 2001/04/07  08:38:04
58832         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
58833              style. So don't use binmode() on the handles so that Win32 etc. see
58834              same sequence and produce same digests.
58835      Branch: perlio
58836            ! t/lib/md5-file.t
58837 ____________________________________________________________________________
58838 [  9601] By: nick                                  on 2001/04/07  08:36:26
58839         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
58840              Else it complains and so crlf layer (say) does not get pushed.
58841      Branch: perlio
58842            ! perlio.c
58843 ____________________________________________________________________________
58844 [  9600] By: jhi                                   on 2001/04/06  23:00:09
58845         Log: Integrate change #9599 from perlio into mainline.
58846      Branch: perl
58847           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
58848           !> win32/config_H.vc
58849 ____________________________________________________________________________
58850 [  9599] By: nick                                  on 2001/04/06  21:42:43
58851         Log: Quote $VERSION in Encode.pm.
58852              regen_config_h as requested.
58853      Branch: perlio
58854            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
58855            ! win32/config_H.vc
58856 ____________________________________________________________________________
58857 [  9598] By: nick                                  on 2001/04/06  20:34:59
58858         Log: Integrate mainline
58859      Branch: perlio
58860           +> README.macos
58861           !> (integrate 39 files)
58862 ____________________________________________________________________________
58863 [  9597] By: gsar                                  on 2001/04/06  18:06:35
58864         Log: integrate change#9464 from mainline (addendum to change#8313)
58865              
58866              Subject: [PATCH @9452] Better peep()ing for foreach() loops
58867      Branch: maint-5.6/perl
58868           !> op.c
58869 ____________________________________________________________________________
58870 [  9596] By: jhi                                   on 2001/04/06  17:26:03
58871         Log: The d_casti32=undef is good for you even when not use64bitall.
58872      Branch: perl
58873            ! hints/hpux.sh
58874 ____________________________________________________________________________
58875 [  9595] By: gsar                                  on 2001/04/06  14:57:17
58876         Log: add a low-impact fix to accommodate darwin-ism
58877      Branch: maint-5.6/perl
58878            ! ext/Errno/Errno_pm.PL
58879 ____________________________________________________________________________
58880 [  9594] By: jhi                                   on 2001/04/06  14:55:14
58881         Log: Integrate changes #9528,9593 from mainline into maintperl;
58882              tweaking the editor/IDE/shell list.
58883      Branch: maint-5.6/perl
58884           !> pod/perlfaq3.pod
58885 ____________________________________________________________________________
58886 [  9593] By: jhi                                   on 2001/04/06  14:51:39
58887         Log: Make the editor/IDE/shell list a little bit airier.
58888      Branch: perl
58889            ! pod/perlfaq3.pod
58890 ____________________________________________________________________________
58891 [  9592] By: gsar                                  on 2001/04/06  14:45:18
58892         Log: integrate change#9477 from mainline (base.pm doc tweak)
58893              
58894              missing doc entry for fmod()
58895      Branch: maint-5.6/perl
58896            ! lib/Math/BigFloat.pm
58897           !> lib/base.pm
58898 ____________________________________________________________________________
58899 [  9591] By: jhi                                   on 2001/04/06  13:55:48
58900         Log: Regen toc.
58901      Branch: perl
58902            ! pod/perltoc.pod
58903 ____________________________________________________________________________
58904 [  9590] By: jhi                                   on 2001/04/06  13:54:52
58905         Log: Math::BigFloat patches from John Peacock.  The equivalent
58906              of #9586 from maintperl but reworked by John to work with
58907              the bleadperl.
58908      Branch: perl
58909            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
58910 ____________________________________________________________________________
58911 [  9589] By: jhi                                   on 2001/04/06  13:42:23
58912         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
58913      Branch: perl
58914            ! ext/Digest/MD5/Makefile.PL
58915 ____________________________________________________________________________
58916 [  9588] By: jhi                                   on 2001/04/06  13:31:45
58917         Log: Integrate changes #9584,9587 from maintperl into mainline.
58918              
58919              keep eval"" CVs alive until the end of the statement in which
58920              they're called
58921              
58922              add README.macos (from Chris Nandor)
58923              
58924              tyop in change#9555
58925      Branch: perl
58926           +> README.macos
58927           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
58928           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
58929           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
58930           !> win32/makefile.mk
58931 ____________________________________________________________________________
58932 [  9587] By: gsar                                  on 2001/04/06  07:31:30
58933         Log: add README.macos (from Chris Nandor)
58934              
58935              tyop in change#9555
58936      Branch: maint-5.6/perl
58937            + README.macos
58938            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
58939            ! win32/Makefile win32/makefile.mk
58940 ____________________________________________________________________________
58941 [  9586] By: gsar                                  on 2001/04/06  07:08:54
58942         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
58943      Branch: maint-5.6/perl
58944            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
58945 ____________________________________________________________________________
58946 [  9585] By: gsar                                  on 2001/04/06  06:58:44
58947         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
58948              from mainline
58949              
58950              Subject: [PATCH] Base64 update to perlfaq9.pod
58951              
58952              Subject: [PATCH AUTHORS] Housekeeping
58953              
58954              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
58955              Mac OS X (Darwin) has extra pwent fields.
58956              
58957              Subject: [PATCH B::*] print control-character vars readably
58958              Needs EBCDICification.
58959              
58960              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
58961              
58962              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
58963              
58964              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
58965              
58966              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
58967              
58968              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
58969              
58970              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
58971              
58972              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
58973              
58974              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
58975              
58976              FreeBSD hints tweak from Anton Berezin.
58977              
58978              Subject: [PATCH foolperl & bleadperl] README.vms update
58979              
58980              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
58981      Branch: maint-5.6/perl
58982           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
58983           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
58984           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
58985 ____________________________________________________________________________
58986 [  9584] By: gsar                                  on 2001/04/06  04:09:00
58987         Log: keep eval"" CVs alive until the end of the statement in which
58988              they're called; this avoids a coredump ensuing from search for
58989              lexicals in code such as:
58990              
58991              sub bug {
58992              my $s = @_;
58993              eval q[sub { eval 'sub { &$s }' }];
58994              }
58995              bug("x")->()->();
58996              
58997              this code still doesn't work as intended (as it has remained
58998              since time immemorial), but it doesn't provoke a coredump anymore
58999      Branch: maint-5.6/perl
59000            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
59001            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
59002 ____________________________________________________________________________
59003 [  9583] By: jhi                                   on 2001/04/05  23:52:51
59004         Log: Update Changes.
59005      Branch: perl
59006            ! Changes patchlevel.h
59007 ____________________________________________________________________________
59008 [  9582] By: jhi                                   on 2001/04/05  23:11:23
59009         Log: Slight doc tweak.
59010      Branch: perl
59011            ! pod/perlunicode.pod
59012 ____________________________________________________________________________
59013 [  9581] By: jhi                                   on 2001/04/05  23:04:11
59014         Log: Integrate perlio:
59015              
59016              [  9569]
59017              Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
59018              
59019              [  9549]
59020              Downgrade "Wide character in print" to a warning.
59021      Branch: perl
59022           !> pod/perlunicode.pod
59023 ____________________________________________________________________________
59024 [  9580] By: jhi                                   on 2001/04/05  23:03:29
59025         Log: Test for #9579.
59026      Branch: perl
59027            ! t/op/do.t
59028 ____________________________________________________________________________
59029 [  9579] By: jhi                                   on 2001/04/05  22:54:17
59030         Log: Subject: [PATCH] Propagate calling context for do '...'
59031              From: Gisle Aas <gisle@ActiveState.com>
59032              Date: 04 Apr 2001 20:17:29 -0700
59033              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
59034      Branch: perl
59035            ! pod/perlfunc.pod pp_ctl.c
59036 ____________________________________________________________________________
59037 [  9578] By: jhi                                   on 2001/04/05  22:52:51
59038         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
59039              From: Peter Prymmer <pvhp@forte.com>
59040              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
59041              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
59042      Branch: perl
59043            ! README.vms
59044 ____________________________________________________________________________
59045 [  9577] By: jhi                                   on 2001/04/05  22:48:22
59046         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
59047              From: "Craig A. Berry" <craigberry@mac.com>
59048              Date: Thu, 5 Apr 2001 13:43:28 -0500
59049              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
59050      Branch: perl
59051            ! README.vms
59052 ____________________________________________________________________________
59053 [  9576] By: jhi                                   on 2001/04/05  22:31:38
59054         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
59055              From: Michael G Schwern <schwern@pobox.com>
59056              Date: Thu, 5 Apr 2001 21:53:21 +0100
59057              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
59058      Branch: perl
59059            ! lib/base.pm t/lib/fields.t
59060 ____________________________________________________________________________
59061 [  9575] By: jhi                                   on 2001/04/05  22:26:10
59062         Log: FreeBSD hints tweak from Anton Berezin.
59063      Branch: perl
59064            ! hints/freebsd.sh
59065 ____________________________________________________________________________
59066 [  9574] By: jhi                                   on 2001/04/05  22:24:03
59067         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
59068              From: David Dyck <dcd@tc.fluke.com>
59069              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
59070              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
59071      Branch: perl
59072            ! t/op/oct.t
59073 ____________________________________________________________________________
59074 [  9573] By: jhi                                   on 2001/04/05  22:23:06
59075         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
59076              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
59077              From: David Dyck <dcd@tc.fluke.com>
59078              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
59079      Branch: perl
59080            ! pp.c
59081 ____________________________________________________________________________
59082 [  9572] By: jhi                                   on 2001/04/05  22:14:47
59083         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
59084              From: Robin Houston <robin@kitsite.com>
59085              Date: Thu, 5 Apr 2001 20:56:48 +0100
59086              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
59087      Branch: perl
59088            ! ext/B/B/Deparse.pm
59089 ____________________________________________________________________________
59090 [  9571] By: jhi                                   on 2001/04/05  22:12:53
59091         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
59092              From: Robin Houston <robin@kitsite.com>
59093              Date: Thu, 5 Apr 2001 19:55:51 +0100
59094              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
59095      Branch: perl
59096            ! ext/B/B/Deparse.pm
59097 ____________________________________________________________________________
59098 [  9570] By: jhi                                   on 2001/04/05  22:11:06
59099         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
59100              From: Robin Houston <robin@kitsite.com>
59101              Date: Thu, 5 Apr 2001 20:16:29 +0100
59102              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
59103      Branch: perl
59104            ! ext/B/B/Deparse.pm
59105 ____________________________________________________________________________
59106 [  9569] By: nick                                  on 2001/04/05  21:32:26
59107         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
59108      Branch: perlio
59109            ! pod/perlunicode.pod
59110 ____________________________________________________________________________
59111 [  9568] By: nick                                  on 2001/04/05  19:38:09
59112         Log: Integrate mainline
59113      Branch: perlio
59114           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
59115           !> (integrate 35 files)
59116 ____________________________________________________________________________
59117 [  9567] By: jhi                                   on 2001/04/05  18:31:45
59118         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
59119              From: Robin Houston <robin@kitsite.com>
59120              Date: Thu, 5 Apr 2001 18:03:23 +0100
59121              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
59122      Branch: perl
59123            ! ext/B/B/Deparse.pm
59124 ____________________________________________________________________________
59125 [  9566] By: jhi                                   on 2001/04/05  18:29:35
59126         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
59127              From: Robin Houston <robin@kitsite.com>
59128              Date: Thu, 5 Apr 2001 16:45:18 +0100
59129              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
59130      Branch: perl
59131            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
59132 ____________________________________________________________________________
59133 [  9565] By: jhi                                   on 2001/04/05  18:24:23
59134         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
59135              From: Robin Houston <robin@kitsite.com>
59136              Date: Thu, 5 Apr 2001 14:50:09 +0100
59137              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
59138      Branch: perl
59139            ! ext/B/B/Deparse.pm
59140 ____________________________________________________________________________
59141 [  9564] By: jhi                                   on 2001/04/05  18:23:03
59142         Log: Subject: [PATCH B::*] print control-character vars readably
59143              From: Robin Houston <robin@kitsite.com>
59144              Date: Thu, 5 Apr 2001 14:27:38 +0100
59145              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
59146              
59147              Needs EBCDICification.
59148      Branch: perl
59149            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
59150            ! ext/B/B/Terse.pm
59151 ____________________________________________________________________________
59152 [  9563] By: jhi                                   on 2001/04/05  18:20:32
59153         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
59154              Date: Thu, 5 Apr 2001 13:21:42 -0400
59155              From: Paul Schinder <schinder@pobox.com>
59156              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
59157              
59158              Mac OS X (Darwin) has extra pwent fields.
59159      Branch: perl
59160            ! t/op/pwent.t
59161 ____________________________________________________________________________
59162 [  9562] By: jhi                                   on 2001/04/05  17:57:51
59163         Log: Regen toc.
59164      Branch: perl
59165            ! pod/perltoc.pod
59166 ____________________________________________________________________________
59167 [  9561] By: jhi                                   on 2001/04/05  17:47:33
59168         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
59169      Branch: metaconfig
59170            ! U/Glossary.patch
59171      Branch: metaconfig/U/perl
59172            + d_u32align.U
59173            ! d_cmsghdr_s.U d_msghdr_s.U
59174 ____________________________________________________________________________
59175 [  9560] By: jhi                                   on 2001/04/05  17:47:01
59176         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
59177              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
59178              Introduce probes for struct msghdr, struct cmsghdr,
59179              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
59180              ualarm, usleep, for possible later extension work.
59181      Branch: perl
59182            + t/lib/md5-align.t
59183            ! Configure MANIFEST Porting/Glossary Porting/config.sh
59184            ! Porting/config_H config_h.SH configure.com epoc/config.sh
59185            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
59186            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59187            ! vos/config.ga.h win32/config.bc win32/config.gc
59188            ! win32/config.vc
59189 ____________________________________________________________________________
59190 [  9559] By: jhi                                   on 2001/04/05  13:03:04
59191         Log: Be traditional in your cpp (for the Errno extension).
59192      Branch: perl
59193            ! hints/darwin.sh
59194 ____________________________________________________________________________
59195 [  9558] By: jhi                                   on 2001/04/05  13:00:05
59196         Log: Add $Config{cppflags} to the gcc incantation.
59197      Branch: perl
59198            ! ext/Errno/Errno_pm.PL
59199 ____________________________________________________________________________
59200 [  9557] By: jhi                                   on 2001/04/05  04:22:39
59201         Log: Introduce Sean Burke's Class::ISA 0.32.
59202      Branch: perl
59203            + lib/Class/ISA.pm t/lib/class-isa.t
59204            ! MANIFEST
59205 ____________________________________________________________________________
59206 [  9556] By: jhi                                   on 2001/04/05  04:09:50
59207         Log: Subject: [PATCH AUTHORS] Housekeeping
59208              From: Paul Johnson <paul@pjcj.net> 
59209              Date: Wed, 4 Apr 2001 22:45:47 +0200
59210              Message-ID: <20010404224547.D9548@pjcj.net>
59211      Branch: perl
59212            ! AUTHORS
59213 ____________________________________________________________________________
59214 [  9555] By: jhi                                   on 2001/04/05  04:06:33
59215         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
59216              From: Gisle Aas <gisle@ActiveState.com>
59217              Date: 04 Apr 2001 14:23:04 -0700
59218              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
59219      Branch: perl
59220            ! pod/perlfaq9.pod
59221 ____________________________________________________________________________
59222 [  9554] By: jhi                                   on 2001/04/05  04:05:49
59223         Log: Downgrade also the "Wide character" diagnostic.
59224      Branch: perl
59225            ! pod/perldiag.pod
59226 ____________________________________________________________________________
59227 [  9553] By: jhi                                   on 2001/04/05  04:00:33
59228         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
59229              maintperl into mainline.
59230              
59231              "double" should be "NV"; standard typemap is missing entry
59232              for NV
59233              
59234              s/djSP/dSP/
59235              
59236              Downgrade "Wide character in print" to a warning.
59237              
59238              B::Deparse fix for ${^FOO} and documentation for PVX() method
59239              (from Robin Houston)
59240              
59241              tr/// doesn't null-terminate the result in some situations
59242              (from Gisle Aas)
59243      Branch: perl
59244           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
59245           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
59246           !> t/io/utf8.t t/op/tr.t
59247 ____________________________________________________________________________
59248 [  9552] By: jhi                                   on 2001/04/05  03:52:50
59249         Log: Retract changes #9542 and #9538 (from maintperl, integrated
59250              at #9540), shouldn't be needed because of the perlio changes.
59251      Branch: perl
59252            ! util.c
59253 ____________________________________________________________________________
59254 [  9551] By: gsar                                  on 2001/04/05  00:18:34
59255         Log: tr/// doesn't null-terminate the result in some situations
59256              (from Gisle Aas)
59257      Branch: maint-5.6/perl
59258            ! doop.c t/op/tr.t
59259 ____________________________________________________________________________
59260 [  9550] By: gsar                                  on 2001/04/04  20:04:17
59261         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
59262              (from Robin Houston)
59263      Branch: maint-5.6/perl
59264            ! ext/B/B.pm ext/B/B/Deparse.pm
59265 ____________________________________________________________________________
59266 [  9549] By: nick                                  on 2001/04/04  18:56:15
59267         Log: Downgrade "Wide character in print" to a warning.
59268      Branch: perlio
59269            ! doio.c t/io/utf8.t
59270 ____________________________________________________________________________
59271 [  9548] By: gsar                                  on 2001/04/04  18:51:49
59272         Log: integrate changes#9460,9462,9482,9521,9522
59273              
59274              Subject: PATCH: B::Debug should show LOOP-specific fields
59275              
59276              Subject: B::Deparse precedence bug. (Patch included.)
59277              
59278              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
59279              
59280              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
59281              
59282              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
59283      Branch: maint-5.6/perl
59284           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
59285           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
59286 ____________________________________________________________________________
59287 [  9547] By: gsar                                  on 2001/04/04  18:49:16
59288         Log: s/djSP/dSP/
59289      Branch: maint-5.6/perl
59290            ! ext/Thread/Thread.xs
59291 ____________________________________________________________________________
59292 [  9546] By: nick                                  on 2001/04/04  18:44:00
59293         Log: Integrate mainline.
59294      Branch: perlio
59295           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
59296           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
59297 ____________________________________________________________________________
59298 [  9545] By: gsar                                  on 2001/04/04  18:38:52
59299         Log: integrate change#8837 from mainline
59300              
59301              Subject: [patch] -Wall cleanup round 2
59302      Branch: maint-5.6/perl
59303           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
59304           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
59305           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
59306           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
59307           !> ext/SDBM_File/SDBM_File.xs
59308 ____________________________________________________________________________
59309 [  9544] By: gsar                                  on 2001/04/04  17:49:57
59310         Log: "double" should be "NV"; standard typemap is missing entry
59311              for NV
59312      Branch: maint-5.6/perl
59313            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
59314 ____________________________________________________________________________
59315 [  9543] By: jhi                                   on 2001/04/04  14:13:18
59316         Log: Thou shalt not (just) match for English error messages.
59317      Branch: perl
59318            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
59319            ! os2/OS2/Process/Process.pm
59320 ____________________________________________________________________________
59321 [  9542] By: jhi                                   on 2001/04/04  13:20:39
59322         Log: Make the stdio tricks of fflush_all() to exist only if
59323              stdio is being used.
59324      Branch: perl
59325            ! util.c
59326 ____________________________________________________________________________
59327 [  9541] By: jhi                                   on 2001/04/04  04:20:24
59328         Log: Subject: Re: [PATCH] Lighten up glob
59329              From: Benjamin Sugars <bsugars@canoe.ca>
59330              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
59331              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
59332      Branch: perl
59333            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
59334            ! util.c
59335 ____________________________________________________________________________
59336 [  9540] By: jhi                                   on 2001/04/04  04:03:57
59337         Log: Integrate changes #9538,9539 from maintperl into mainline.
59338              
59339              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
59340              for use with _fwalk() (fix for change#7705)
59341              
59342              another tweak needed for SunOS 4.1.x build (from Mike Guy)
59343              (cp -f is not portable)
59344      Branch: perl
59345           !> Makefile.SH util.c
59346 ____________________________________________________________________________
59347 [  9539] By: gsar                                  on 2001/04/04  03:01:14
59348         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
59349      Branch: maint-5.6/perl
59350            ! Makefile.SH
59351 ____________________________________________________________________________
59352 [  9538] By: gsar                                  on 2001/04/04  01:00:38
59353         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
59354              for use with _fwalk() (fix for change#7705)
59355      Branch: maint-5.6/perl
59356            ! util.c
59357 ____________________________________________________________________________
59358 [  9537] By: nick                                  on 2001/04/03  19:24:55
59359         Log: Integrate mainline
59360      Branch: perlio
59361           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
59362           +> lib/unicode/PropList.html
59363            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
59364           !> (integrate 69 files)
59365 ____________________________________________________________________________
59366 [  9536] By: jhi                                   on 2001/04/03  18:02:31
59367         Log: Integrate change #9533 from maintperl into mainline.
59368              
59369              better fix for change#9517 to accomodate UNC paths like
59370              \\server\share\foo, and paths with trailing backslash
59371              like c:\this\
59372      Branch: perl
59373           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59374 ____________________________________________________________________________
59375 [  9535] By: jhi                                   on 2001/04/03  17:58:07
59376         Log: Change the push/unshift warning to be of class syntax, not misc.
59377      Branch: perl
59378            ! op.c pod/perldiag.pod t/pragma/warn/op
59379 ____________________________________________________________________________
59380 [  9534] By: jhi                                   on 2001/04/03  15:03:46
59381         Log: Change the push/unshift warning (#9532) to talk about "no values"
59382              instead of "no arguments".
59383      Branch: perl
59384            ! op.c pod/perldiag.pod t/pragma/warn/op
59385 ____________________________________________________________________________
59386 [  9533] By: gsar                                  on 2001/04/03  14:30:07
59387         Log: better fix for change#9517 to accomodate UNC paths like
59388              \\server\share\foo, and paths with trailing backslash
59389              like c:\this\
59390      Branch: maint-5.6/perl
59391            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59392 ____________________________________________________________________________
59393 [  9532] By: jhi                                   on 2001/04/03  13:11:46
59394         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
59395              From: Robin Houston <robin@kitsite.com>
59396              Date: Mon, 2 Apr 2001 15:03:29 +0100
59397              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
59398      Branch: perl
59399            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
59400 ____________________________________________________________________________
59401 [  9531] By: jhi                                   on 2001/04/03  13:06:34
59402         Log: Integrate change #9530 from maintperl into mainline.
59403              
59404              accomodate VMS "mailbox overflow" quirk in testsuite (from
59405              Craig Berry)
59406      Branch: perl
59407           !> t/lib/socket.t
59408 ____________________________________________________________________________
59409 [  9530] By: gsar                                  on 2001/04/03  04:56:41
59410         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
59411              Craig Berry)
59412      Branch: maint-5.6/perl
59413            ! t/lib/socket.t
59414 ____________________________________________________________________________
59415 [  9529] By: jhi                                   on 2001/04/03  02:34:34
59416         Log: Update Changes.
59417      Branch: perl
59418            ! Changes patchlevel.h
59419 ____________________________________________________________________________
59420 [  9528] By: jhi                                   on 2001/04/03  01:27:57
59421         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
59422              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
59423              To: perl5-porters@perl.org
59424              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
59425      Branch: perl
59426            ! pod/perlfaq3.pod
59427 ____________________________________________________________________________
59428 [  9527] By: jhi                                   on 2001/04/03  01:22:09
59429         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
59430              From: Peter Prymmer <pvhp@forte.com>
59431              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
59432              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
59433      Branch: perl
59434            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
59435 ____________________________________________________________________________
59436 [  9526] By: jhi                                   on 2001/04/03  01:18:25
59437         Log: The metaconfig unit changes for #9525.
59438      Branch: metaconfig
59439            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
59440      Branch: metaconfig/U/perl
59441            ! use64bits.U
59442 ____________________________________________________________________________
59443 [  9525] By: jhi                                   on 2001/04/03  01:17:30
59444         Log: Configure sanity checks:
59445              * if use64bitall is attempted but pointers are only 32-bit,
59446              'downgrade' to use64bitint
59447              * if use64bitint is attempted but there's no quad type,
59448              forget about use64bitint (well, the default for it is 'n',
59449              the user can still override this)
59450              * if pointers are 64 bits, do not try to use Perl's malloc
59451      Branch: perl
59452            ! Configure
59453 ____________________________________________________________________________
59454 [  9524] By: gsar                                  on 2001/04/03  01:09:12
59455         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
59456      Branch: maint-5.6/perl
59457            ! pp_sys.c
59458 ____________________________________________________________________________
59459 [  9523] By: jhi                                   on 2001/04/03  00:02:31
59460         Log: (Retracted by #9609)
59461              
59462              Make it harder for parallel makes to enter 'test' before
59463              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
59464              should be unhappy enough, but sometimes parallel makes seem
59465              to sneak past both in Tru64 and AIX.)
59466      Branch: perl
59467            ! Makefile.SH
59468 ____________________________________________________________________________
59469 [  9522] By: jhi                                   on 2001/04/02  22:35:31
59470         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
59471              Date: Mon, 2 Apr 2001 22:54:10 +0100
59472              From: Robin Houston <robin@kitsite.com>
59473              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
59474      Branch: perl
59475            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
59476 ____________________________________________________________________________
59477 [  9521] By: jhi                                   on 2001/04/02  22:32:23
59478         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
59479              From: Robin Houston <robin@kitsite.com>
59480              Date: Mon, 2 Apr 2001 20:24:03 +0100
59481              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
59482      Branch: perl
59483            ! ext/B/B/Concise.pm
59484 ____________________________________________________________________________
59485 [  9520] By: jhi                                   on 2001/04/02  22:30:43
59486         Log: Subject: [PATCH] REALLY pedantic hv.h nit
59487              From: Simon Cozens <simon@netthink.co.uk>
59488              Date: Mon, 2 Apr 2001 15:43:06 +0100
59489              Message-ID: <20010402154306.A21711@netthink.co.uk>
59490      Branch: perl
59491            ! hv.h
59492 ____________________________________________________________________________
59493 [  9519] By: jhi                                   on 2001/04/02  22:28:04
59494         Log: Based on
59495              
59496              Subject: [foolperl] EPOC fix
59497              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59498              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
59499              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
59500      Branch: perl
59501            ! pp_sys.c
59502 ____________________________________________________________________________
59503 [  9518] By: jhi                                   on 2001/04/02  22:22:34
59504         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
59505              
59506              README.win32 tweaks; add a note about alternative location for
59507              getting a gcc-2.95.2 that will build perl properly on windows
59508              
59509              add some notes about gutsy threading matters
59510              
59511              many of the utilities interpolate literal paths within doublequotes
59512              (fails on dosish platforms where path contains backslashes)
59513      Branch: perl
59514           !> README.win32 pod/perlguts.pod utils/perldoc.PL
59515           !> x2p/find2perl.PL x2p/s2p.PL
59516 ____________________________________________________________________________
59517 [  9517] By: gsar                                  on 2001/04/02  19:52:21
59518         Log: many of the utilities interpolate literal paths within doublequotes
59519              (fails on dosish platforms where path contains backslashes)
59520      Branch: maint-5.6/perl
59521            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59522 ____________________________________________________________________________
59523 [  9516] By: gsar                                  on 2001/04/02  05:49:37
59524         Log: a foolish release
59525      Branch: maint-5.6/perl
59526            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
59527            ! pod/perltoc.pod
59528 ____________________________________________________________________________
59529 [  9515] By: gsar                                  on 2001/04/02  05:04:29
59530         Log: add missing changelog summaries
59531      Branch: maint-5.6/perl
59532            ! Changes
59533 ____________________________________________________________________________
59534 [  9514] By: gsar                                  on 2001/04/02  04:07:13
59535         Log: add some notes about gutsy threading matters
59536      Branch: maint-5.6/perl
59537            ! pod/perlguts.pod
59538 ____________________________________________________________________________
59539 [  9513] By: gsar                                  on 2001/04/02  03:25:21
59540         Log: add more prominent caveat notices about experimental features
59541      Branch: maint-5.6/perl
59542            ! pod/perlfork.pod pod/perlunicode.pod
59543 ____________________________________________________________________________
59544 [  9512] By: gsar                                  on 2001/04/02  02:54:33
59545         Log: integrate changes#9479,9509 from mainline
59546              
59547              [PATCH] File::Glob stuff for Mac OS
59548              
59549              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
59550      Branch: maint-5.6/perl
59551           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
59552           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
59553           !> t/lib/glob-taint.t
59554 ____________________________________________________________________________
59555 [  9511] By: gsar                                  on 2001/04/02  02:38:24
59556         Log: README.win32 tweaks; add a note about alternative location for
59557              getting a gcc-2.95.2 that will build perl properly on windows
59558      Branch: maint-5.6/perl
59559            ! README.win32
59560 ____________________________________________________________________________
59561 [  9510] By: jhi                                   on 2001/04/01  20:45:10
59562         Log: An ambiguousity warning.
59563      Branch: perl
59564            ! t/lib/trig.t
59565 ____________________________________________________________________________
59566 [  9509] By: jhi                                   on 2001/04/01  19:53:47
59567         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
59568              From: Jonathan Stowe <gellyfish@gellyfish.com>
59569              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
59570              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
59571      Branch: perl
59572            ! ext/File/Glob/bsd_glob.c
59573 ____________________________________________________________________________
59574 [  9508] By: jhi                                   on 2001/04/01  19:35:03
59575         Log: Update Changes.
59576      Branch: perl
59577            ! Changes patchlevel.h
59578 ____________________________________________________________________________
59579 [  9507] By: jhi                                   on 2001/04/01  19:24:01
59580         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
59581              from mainline to maintperl: pod tweaks.
59582      Branch: maint-5.6/perl
59583           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
59584           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
59585           !> pod/perlvar.pod
59586 ____________________________________________________________________________
59587 [  9506] By: jhi                                   on 2001/04/01  19:11:53
59588         Log: Commit Sarathy to April release of 5.6.1 :-)
59589      Branch: perl
59590            ! pod/perlfaq1.pod
59591 ____________________________________________________________________________
59592 [  9505] By: jhi                                   on 2001/04/01  19:03:15
59593         Log: Subject: PATCH 5.6.0 (perldebug.pod)
59594              From: Mark-Jason Dominus <mjd@plover.com>
59595              Date: Sun, 01 Apr 2001 14:25:11 -0400
59596              Message-ID: <20010401182511.9247.qmail@plover.com>
59597      Branch: perl
59598            ! pod/perldebug.pod
59599 ____________________________________________________________________________
59600 [  9504] By: jhi                                   on 2001/04/01  18:43:09
59601         Log: Add great_circle_direction().
59602      Branch: perl
59603            ! lib/Math/Trig.pm t/lib/trig.t
59604 ____________________________________________________________________________
59605 [  9503] By: jhi                                   on 2001/04/01  17:29:12
59606         Log: Unicode ReadMe update for Unicode 3.1.
59607      Branch: perl
59608            ! lib/unicode/ReadMe.txt
59609 ____________________________________________________________________________
59610 [  9502] By: jhi                                   on 2001/04/01  17:18:40
59611         Log: Integrate change #9501 from maintperl into mainline.
59612              
59613              fix the perlembed notes on multiple interpreters
59614              
59615              fix ExtUtils::Embed to work passably on Windows
59616      Branch: perl
59617           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
59618 ____________________________________________________________________________
59619 [  9501] By: gsar                                  on 2001/04/01  07:21:57
59620         Log: fix the perlembed notes on multiple interpreters
59621              
59622              fix ExtUtils::Embed to work passably on Windows
59623      Branch: maint-5.6/perl
59624            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
59625 ____________________________________________________________________________
59626 [  9500] By: jhi                                   on 2001/04/01  05:58:23
59627         Log: Test for #9499.
59628      Branch: perl
59629            ! t/op/tr.t
59630 ____________________________________________________________________________
59631 [  9499] By: jhi                                   on 2001/04/01  05:55:46
59632         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
59633      Branch: perl
59634            ! embed.h embed.pl op.c proto.h
59635 ____________________________________________________________________________
59636 [  9498] By: jhi                                   on 2001/04/01  05:44:34
59637         Log: Protect the workaround hunk more.
59638      Branch: perl
59639            ! toke.c
59640 ____________________________________________________________________________
59641 [  9497] By: jhi                                   on 2001/04/01  00:24:25
59642         Log: Integrate changes #9493,9494,9495,9496 from maintperl
59643              into mainline.
59644              
59645              fix a broken workaround for Borland compiler in change#4739
59646              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
59647              
59648              nits spotted by Borland compiler
59649              
59650              avoid redefinition warnings under Borland 5.02
59651              
59652              various nits identified by the Borland 5.5 compiler; remove suppression
59653              of a few warnings
59654      Branch: perl
59655           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
59656           !> win32/win32.h
59657 ____________________________________________________________________________
59658 [  9496] By: gsar                                  on 2001/03/31  23:22:28
59659         Log: various nits identified by the Borland 5.5 compiler; remove suppression
59660              of a few warnings
59661      Branch: maint-5.6/perl
59662            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
59663 ____________________________________________________________________________
59664 [  9495] By: gsar                                  on 2001/03/31  21:03:08
59665         Log: avoid redefinition warnings under Borland 5.02
59666      Branch: maint-5.6/perl
59667            ! win32/makefile.mk
59668 ____________________________________________________________________________
59669 [  9494] By: gsar                                  on 2001/03/31  20:18:59
59670         Log: nits spotted by Borland compiler
59671      Branch: maint-5.6/perl
59672            ! utf8.h win32/win32.h
59673 ____________________________________________________________________________
59674 [  9493] By: gsar                                  on 2001/03/31  20:18:05
59675         Log: fix a broken workaround for Borland compiler in change#4739
59676              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
59677      Branch: maint-5.6/perl
59678            ! toke.c
59679 ____________________________________________________________________________
59680 [  9492] By: jhi                                   on 2001/03/31  18:36:24
59681         Log: Integrate change #9491 from maintperl into mainline.
59682              
59683              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
59684              directory is relative (need to fetch the full path name *before*
59685              the chdir!)
59686      Branch: perl
59687           !> lib/Cwd.pm
59688 ____________________________________________________________________________
59689 [  9491] By: gsar                                  on 2001/03/31  17:01:56
59690         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
59691              directory is relative (need to fetch the full path name *before*
59692              the chdir!)
59693              
59694              this is a followup patch for change#6749
59695      Branch: maint-5.6/perl
59696            ! lib/Cwd.pm
59697 ____________________________________________________________________________
59698 [  9490] By: jhi                                   on 2001/03/31  15:50:18
59699         Log: Subject: Re: [PATCH] av.h cosmetics
59700              From: Simon Cozens <simon@netthink.co.uk>
59701              Date: Sat, 31 Mar 2001 13:09:59 +0100
59702              Message-ID: <20010331130959.A22000@netthink.co.uk>
59703              
59704              Document AvALLOC.
59705      Branch: perl
59706            ! pod/perlguts.pod
59707 ____________________________________________________________________________
59708 [  9489] By: jhi                                   on 2001/03/31  15:48:44
59709         Log: Subject: [PATCH] Re: Math::Big* v1.21
59710              From: Tels <perl_dummy@bloodgate.com>
59711              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
59712              Message-Id: <200103311125.GAA377738@www08.hway.net>
59713      Branch: perl
59714            ! pod/perlop.pod
59715 ____________________________________________________________________________
59716 [  9488] By: jhi                                   on 2001/03/31  03:39:51
59717         Log: Debug output tweak.
59718      Branch: perl
59719            ! t/lib/cwd.t
59720 ____________________________________________________________________________
59721 [  9487] By: jhi                                   on 2001/03/31  03:33:02
59722         Log: OverVMSification.
59723      Branch: perl
59724            ! t/lib/cwd.t
59725 ____________________________________________________________________________
59726 [  9486] By: jhi                                   on 2001/03/31  03:01:40
59727         Log: Missed MANIFESTations in #9483.
59728      Branch: perl
59729            ! MANIFEST
59730 ____________________________________________________________________________
59731 [  9485] By: jhi                                   on 2001/03/31  02:58:17
59732         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
59733              From: Peter Prymmer <pvhp@forte.com>
59734              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
59735              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
59736      Branch: perl
59737            ! regexec.c t/lib/cwd.t
59738 ____________________________________________________________________________
59739 [  9484] By: jhi                                   on 2001/03/31  01:04:41
59740         Log: Obsolete file (see #3938)
59741      Branch: perl
59742            - lib/unicode/README.Ethiopic
59743            ! MANIFEST
59744 ____________________________________________________________________________
59745 [  9483] By: jhi                                   on 2001/03/31  00:52:42
59746         Log: Update to Unicode 3.1.
59747              (Rename Names.txt to NamesList.txt.)
59748      Branch: perl
59749            + lib/unicode/NamesList.txt lib/unicode/PropList.html
59750            - lib/unicode/Names.txt
59751            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
59752            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
59753            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
59754            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
59755            ! lib/unicode/UCD.html lib/unicode/Unicode.html
59756            ! lib/unicode/rename lib/unicode/version
59757 ____________________________________________________________________________
59758 [  9482] By: jhi                                   on 2001/03/30  23:33:44
59759         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
59760              From: Robin Houston <robin@kitsite.com>
59761              Date: Fri, 30 Mar 2001 20:07:22 +0100
59762              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
59763      Branch: perl
59764            ! ext/B/B/Deparse.pm
59765 ____________________________________________________________________________
59766 [  9481] By: jhi                                   on 2001/03/30  23:20:25
59767         Log: Subject: Re: [PATCH] CwdXS, Take 2
59768              From: Benjamin Sugars <bsugars@canoe.ca>
59769              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
59770              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
59771      Branch: perl
59772            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
59773            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
59774 ____________________________________________________________________________
59775 [  9480] By: jhi                                   on 2001/03/30  22:52:38
59776         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
59777              From: David Dyck <dcd@tc.fluke.com>
59778              Date: Fri, 30 Mar 2001 14:44:13 -0800
59779              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
59780              
59781              The t/rantests flags file creation was accidentally
59782              removed by #9217.
59783      Branch: perl
59784            ! Makefile.SH
59785 ____________________________________________________________________________
59786 [  9479] By: jhi                                   on 2001/03/30  22:45:45
59787         Log: Subject: [PATCH] File::Glob stuff for Mac OS
59788              From: Chris Nandor <pudge@pobox.com>
59789              Date: Fri, 30 Mar 2001 16:51:00 -0500
59790              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
59791      Branch: perl
59792            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
59793            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
59794            ! t/lib/glob-taint.t
59795 ____________________________________________________________________________
59796 [  9478] By: jhi                                   on 2001/03/30  22:43:12
59797         Log: Subject: fix for win32/buildext.pl
59798              From: "Vadim Konovalov" <watman@inbox.ru>
59799              Date: Sat, 31 Mar 2001 00:50:36 +0400
59800              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
59801      Branch: perl
59802            ! win32/buildext.pl
59803 ____________________________________________________________________________
59804 [  9477] By: jhi                                   on 2001/03/30  22:41:16
59805         Log: Subject: small base.pm doc patch
59806              From: Leon Brocard <acme@astray.com>
59807              Date: Fri, 30 Mar 2001 21:49:57 +0100
59808              Message-ID: <20010330214957.B8733@ns0.astray.com>
59809      Branch: perl
59810            ! lib/base.pm
59811 ____________________________________________________________________________
59812 [  9476] By: jhi                                   on 2001/03/30  18:16:57
59813         Log: Subject: [PATCH] av.h cosmetics
59814              From: Simon Cozens <simon@netthink.co.uk>
59815              Date: Fri, 30 Mar 2001 18:12:28 +0100
59816              Message-ID: <20010330181228.A9319@netthink.co.uk>
59817      Branch: perl
59818            ! av.h
59819 ____________________________________________________________________________
59820 [  9475] By: jhi                                   on 2001/03/30  18:15:50
59821         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
59822              From: "Philip Newton" <pnewton@gmx.de>
59823              Date: Fri, 30 Mar 2001 19:06:57 +0200
59824              Message-ID: <3AC4D951.14815.1AC7068@localhost>
59825      Branch: perl
59826            ! pod/perlhack.pod
59827 ____________________________________________________________________________
59828 [  9474] By: jhi                                   on 2001/03/30  18:14:02
59829         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
59830              From: Benjamin Sugars <bsugars@canoe.ca>
59831              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
59832              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
59833      Branch: perl
59834            ! t/lib/glob-basic.t
59835 ____________________________________________________________________________
59836 [  9473] By: jhi                                   on 2001/03/30  16:09:24
59837         Log: Update Changes.
59838      Branch: perl
59839            ! Changes patchlevel.h
59840 ____________________________________________________________________________
59841 [  9472] By: jhi                                   on 2001/03/30  15:16:08
59842         Log: Integrate perlio:
59843              
59844              [  9471]
59845              Should be (^O eq 'MSWin32') not 'Win32'
59846              Fail #12 seems real - chdir is in wrong dir.
59847              
59848              [  9467]
59849              Skip order test of glob if case-ignoring system cannot 
59850              create a.test and A.test
59851      Branch: perl
59852           !> t/lib/cwd.t t/lib/glob-basic.t
59853 ____________________________________________________________________________
59854 [  9471] By: nick                                  on 2001/03/30  14:47:10
59855         Log: Should be (^O eq 'MSWin32') not 'Win32'
59856              Fail #12 seems real - chdir is in wrong dir.
59857      Branch: perlio
59858            ! t/lib/cwd.t
59859 ____________________________________________________________________________
59860 [  9470] By: jhi                                   on 2001/03/30  14:41:11
59861         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
59862              From: Radu Greab <radu@netsoft.ro>
59863              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
59864              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
59865              
59866              Replace #9352.
59867      Branch: perl
59868            ! ext/Socket/Socket.xs pp_sys.c
59869 ____________________________________________________________________________
59870 [  9469] By: jhi                                   on 2001/03/30  14:37:51
59871         Log: Subject: PATCH pod/perldiag.pod
59872              From: Robin Houston <robin@kitsite.com>
59873              Date: Fri, 30 Mar 2001 14:10:36 +0100
59874              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
59875      Branch: perl
59876            ! pod/perldiag.pod t/lib/glob-basic.t
59877 ____________________________________________________________________________
59878 [  9468] By: jhi                                   on 2001/03/30  14:36:36
59879         Log: Subject: Better diagnostic in io/fs.t
59880              From: andreas.koenig@anima.de (Andreas J. Koenig)
59881              Date: 30 Mar 2001 10:11:43 +0200
59882              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
59883      Branch: perl
59884            ! t/io/fs.t
59885 ____________________________________________________________________________
59886 [  9467] By: nick                                  on 2001/03/30  14:25:43
59887         Log: Skip order test of glob if case-ignoring system cannot 
59888              create a.test and A.test
59889      Branch: perlio
59890            ! t/lib/glob-basic.t
59891 ____________________________________________________________________________
59892 [  9466] By: nick                                  on 2001/03/30  13:03:12
59893         Log: Integrate mainline.
59894      Branch: perlio
59895            - ext/re/hints/aix.pl
59896           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
59897           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
59898           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
59899           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
59900 ____________________________________________________________________________
59901 [  9465] By: jhi                                   on 2001/03/30  03:53:37
59902         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
59903              the tests sometimes hang, sometimes not.)
59904      Branch: perl
59905            ! t/lib/io_multihomed.t t/lib/io_sock.t
59906 ____________________________________________________________________________
59907 [  9464] By: jhi                                   on 2001/03/30  02:56:04
59908         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
59909              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59910              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
59911              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
59912      Branch: perl
59913            ! op.c
59914 ____________________________________________________________________________
59915 [  9463] By: jhi                                   on 2001/03/30  02:34:48
59916         Log: Test for #9462.
59917      Branch: perl
59918            ! t/lib/b.t
59919 ____________________________________________________________________________
59920 [  9462] By: jhi                                   on 2001/03/30  02:29:37
59921         Log: Subject: B::Deparse precedence bug. (Patch included.)
59922              From: Jeremy Madea <jmadea@inktomi.com>
59923              Date: Thu, 29 Mar 2001 12:05:02 -0800
59924              Message-ID: <20010329120502.A24881@dr.inktomi.com>
59925      Branch: perl
59926            ! ext/B/B/Deparse.pm
59927 ____________________________________________________________________________
59928 [  9461] By: jhi                                   on 2001/03/30  02:18:41
59929         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
59930              From: Peter Prymmer <pvhp@forte.com>
59931              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
59932              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
59933      Branch: perl
59934            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
59935            ! t/lib/md5-file.t
59936 ____________________________________________________________________________
59937 [  9460] By: jhi                                   on 2001/03/30  02:17:07
59938         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
59939              From: Robin Houston <robin@kitsite.com>
59940              Date: Thu, 29 Mar 2001 20:47:56 +0100
59941              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
59942      Branch: perl
59943            ! ext/B/B/Debug.pm
59944 ____________________________________________________________________________
59945 [  9459] By: jhi                                   on 2001/03/30  02:16:05
59946         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
59947              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
59948              Date: Wed, 28 Mar 2001 18:02:20 -0600
59949              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
59950      Branch: perl
59951            ! lib/ExtUtils/MM_VMS.pm
59952 ____________________________________________________________________________
59953 [  9458] By: jhi                                   on 2001/03/30  02:07:58
59954         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
59955              From: "Joshua E. Rodd" <jrodd@pbs.org>
59956              Date: Wed, 28 Mar 2001 17:29:12 -0500
59957              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
59958      Branch: perl
59959            ! pod/perlop.pod
59960 ____________________________________________________________________________
59961 [  9457] By: jhi                                   on 2001/03/30  02:04:33
59962         Log: Subject: ext/re/aix.pl can go
59963              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59964              Date: Thu, 29 Mar 2001 12:03:28 +0200
59965              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
59966      Branch: perl
59967            - ext/re/hints/aix.pl
59968            ! MANIFEST
59969 ____________________________________________________________________________
59970 [  9456] By: jhi                                   on 2001/03/30  02:03:32
59971         Log: Integrate perlio:
59972              
59973              [  9455]
59974              DLL name has changed so installperl needs to know
59975              (Why isn't it working it out or passed it?)
59976              
59977              [  9454]
59978              Change Encode's check arguments to 'bool' so SvTRUE gets used
59979              and we don't get undef warnings.
59980      Branch: perl
59981           !> ext/Encode/Encode.xs installperl
59982 ____________________________________________________________________________
59983 [  9455] By: nick                                  on 2001/03/29  21:11:46
59984         Log: DLL name has changed so installperl needs to know
59985              (Why isn't it working it out or passed it?)
59986      Branch: perlio
59987            ! installperl
59988 ____________________________________________________________________________
59989 [  9454] By: nick                                  on 2001/03/29  20:56:12
59990         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
59991              and we don't get undef warnings.
59992      Branch: perlio
59993            ! ext/Encode/Encode.xs
59994 ____________________________________________________________________________
59995 [  9453] By: nick                                  on 2001/03/29  17:58:48
59996         Log: Integrate mainline
59997      Branch: perlio
59998           !> Changes patchlevel.h
59999 ____________________________________________________________________________
60000 [  9452] By: jhi                                   on 2001/03/29  16:44:55
60001         Log: Update Changes.
60002      Branch: perl
60003            ! Changes patchlevel.h
60004 ____________________________________________________________________________
60005 [  9451] By: nick                                  on 2001/03/29  16:31:38
60006         Log: Integrate mainline
60007      Branch: perlio
60008           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
60009           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
60010           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
60011           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
60012           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
60013 ____________________________________________________________________________
60014 [  9450] By: jhi                                   on 2001/03/29  16:29:17
60015         Log: Integrate perlio:
60016              
60017              [  9448]
60018              Make sure buildext.pl finds Errno.pm
60019      Branch: perl
60020           !> win32/buildext.pl
60021 ____________________________________________________________________________
60022 [  9449] By: jhi                                   on 2001/03/29  15:50:01
60023         Log: Update Changes.
60024      Branch: perl
60025            ! Changes patchlevel.h
60026 ____________________________________________________________________________
60027 [  9448] By: nick                                  on 2001/03/29  15:47:15
60028         Log: Make sure buildext.pl finds Errno.pm
60029      Branch: perlio
60030            ! win32/buildext.pl
60031 ____________________________________________________________________________
60032 [  9447] By: jhi                                   on 2001/03/29  15:39:34
60033         Log: Integrate perlio:
60034              
60035              [  9445]
60036              Fix breakage ... 
60037      Branch: perl
60038           !> win32/makefile.mk
60039 ____________________________________________________________________________
60040 [  9446] By: nick                                  on 2001/03/29  15:30:03
60041         Log: Integrate win32/makefile.mk with mainline.
60042      Branch: perlio
60043           !> win32/makefile.mk
60044 ____________________________________________________________________________
60045 [  9445] By: nick                                  on 2001/03/29  15:27:32
60046         Log: Fix breakage ... 
60047      Branch: perlio
60048            ! win32/makefile.mk
60049 ____________________________________________________________________________
60050 [  9444] By: jhi                                   on 2001/03/29  15:03:08
60051         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
60052              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60053              Date: Thu, 29 Mar 2001 10:32:59 +0400
60054              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
60055      Branch: perl
60056            ! win32/makefile.mk
60057 ____________________________________________________________________________
60058 [  9443] By: jhi                                   on 2001/03/29  15:02:12
60059         Log: Integrate perlio:
60060              
60061              [  9442]
60062              Work in progress - determine win32 extensions to build via script.
60063              
60064              [  9435]
60065              Win32 has name conflict with ERROR
60066              
60067              [  9432]
60068              Make as-shipped compiler default to MSVC6 
60069              
60070              [  9431]
60071              Allow someone to write PerlIO::Array, PerlIO::Code, ...
60072              akin to PerlIO::Scalar.
60073              
60074              [  9429]
60075              Noticed that two tests were skipped as perlio:: package
60076              isn't there any more. Changed the skip condition.
60077              Avoid core-dump if sv_utf8_upgrade() called on something
60078              that does not become SvPOK after SvPV() (e.g. a ref).
60079      Branch: perl
60080           +> win32/buildext.pl
60081           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
60082           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
60083 ____________________________________________________________________________
60084 [  9442] By: nick                                  on 2001/03/29  14:59:11
60085         Log: Work in progress - determine win32 extensions to build via script.
60086      Branch: perlio
60087            + win32/buildext.pl
60088            ! MANIFEST win32/makefile.mk
60089 ____________________________________________________________________________
60090 [  9441] By: jhi                                   on 2001/03/29  14:51:47
60091         Log: Reintroduce the use of external pwd.
60092      Branch: perl
60093            ! t/lib/cwd.t
60094 ____________________________________________________________________________
60095 [  9440] By: jhi                                   on 2001/03/29  14:42:58
60096         Log: use warnings instead of -w.
60097      Branch: perl
60098            ! utils/h2xs.PL
60099 ____________________________________________________________________________
60100 [  9439] By: jhi                                   on 2001/03/29  14:41:52
60101         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
60102              From: Jonathan Stowe <gellyfish@gellyfish.com>
60103              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
60104              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
60105      Branch: perl
60106            ! utils/h2xs.PL
60107 ____________________________________________________________________________
60108 [  9438] By: jhi                                   on 2001/03/29  14:39:38
60109         Log: Subject: [PATCH perl@9424] minor pod nits
60110              From: Robin Barker <rmb1@cise.npl.co.uk>
60111              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
60112              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
60113      Branch: perl
60114            ! pod/perlhack.pod pod/perliol.pod
60115 ____________________________________________________________________________
60116 [  9437] By: jhi                                   on 2001/03/29  14:29:16
60117         Log: Subject: [PATCH perl@9424] typemap cast warning
60118              From: Robin Barker <rmb1@cise.npl.co.uk>
60119              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
60120              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
60121      Branch: perl
60122            ! lib/ExtUtils/typemap
60123 ____________________________________________________________________________
60124 [  9436] By: jhi                                   on 2001/03/29  14:26:03
60125         Log: Subject: [PATCH perl@9424] printf warning
60126              From: Robin Barker <rmb1@cise.npl.co.uk>
60127              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
60128              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
60129      Branch: perl
60130            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
60131            ! ext/Storable/Storable.xs toke.c
60132 ____________________________________________________________________________
60133 [  9435] By: nick                                  on 2001/03/29  14:23:31
60134         Log: Win32 has name conflict with ERROR
60135      Branch: perlio
60136            ! ext/PerlIO/Via/Via.xs
60137 ____________________________________________________________________________
60138 [  9434] By: jhi                                   on 2001/03/29  14:17:48
60139         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
60140              From: Peter Prymmer <pvhp@forte.com>
60141              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
60142              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
60143      Branch: perl
60144            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
60145 ____________________________________________________________________________
60146 [  9433] By: jhi                                   on 2001/03/29  13:52:44
60147         Log: test-prep target was missing.
60148      Branch: perl
60149            ! Makefile.SH
60150 ____________________________________________________________________________
60151 [  9432] By: nick                                  on 2001/03/29  12:40:03
60152         Log: Make as-shipped compiler default to MSVC6 
60153      Branch: perlio
60154            ! win32/makefile.mk
60155 ____________________________________________________________________________
60156 [  9431] By: nick                                  on 2001/03/29  12:12:16
60157         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
60158              akin to PerlIO::Scalar.
60159      Branch: perlio
60160            ! perlio.c perlio.h
60161 ____________________________________________________________________________
60162 [  9430] By: nick                                  on 2001/03/29  10:56:35
60163         Log: Integrate mainline.
60164      Branch: perlio
60165           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
60166           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
60167           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
60168           !> win32/makefile.mk win32/win32sck.c
60169 ____________________________________________________________________________
60170 [  9429] By: nick                                  on 2001/03/29  09:03:43
60171         Log: Noticed that two tests were skipped as perlio:: package
60172              isn't there any more. Changed the skip condition.
60173              Avoid core-dump if sv_utf8_upgrade() called on something
60174              that does not become SvPOK after SvPV() (e.g. a ref).
60175      Branch: perlio
60176            ! sv.c t/io/utf8.t t/lib/io_scalar.t
60177 ____________________________________________________________________________
60178 [  9428] By: jhi                                   on 2001/03/29  01:31:47
60179         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
60180              From: Benjamin Sugars <bsugars@canoe.ca> 
60181              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
60182              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
60183      Branch: perl
60184            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
60185            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
60186            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
60187 ____________________________________________________________________________
60188 [  9427] By: jhi                                   on 2001/03/29  00:49:30
60189         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
60190              From: "Vadim Konovalov" <watman@inbox.ru>
60191              Date: Thu, 29 Mar 2001 01:50:12 +0400
60192              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
60193      Branch: perl
60194            ! win32/makefile.mk win32/win32sck.c
60195 ____________________________________________________________________________
60196 [  9426] By: gsar                                  on 2001/03/29  00:28:04
60197         Log: dmake can only handle == and != in comparisons; support building
60198              with Borland's VCL libraries (from Vadim Konovalov)
60199      Branch: maint-5.6/perl
60200            ! win32/makefile.mk
60201 ____________________________________________________________________________
60202 [  9425] By: nick                                  on 2001/03/28  19:29:56
60203         Log: Integrate (@snapshot)
60204      Branch: perlio
60205           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
60206 ____________________________________________________________________________
60207 [  9424] By: jhi                                   on 2001/03/28  19:03:16
60208         Log: Update Changes.
60209      Branch: perl
60210            ! Changes patchlevel.h
60211 ____________________________________________________________________________
60212 [  9423] By: jhi                                   on 2001/03/28  18:52:09
60213         Log: Rmdir lib/XS on cleanup.
60214      Branch: perl
60215            ! Makefile.SH
60216 ____________________________________________________________________________
60217 [  9422] By: jhi                                   on 2001/03/28  18:49:34
60218         Log: Integrate perlio:
60219              
60220              [  9421]
60221              Loose duplicate chunk.
60222      Branch: perl
60223           !> t/op/utf8decode.t
60224 ____________________________________________________________________________
60225 [  9421] By: nick                                  on 2001/03/28  18:46:44
60226         Log: Loose duplicate chunk.
60227      Branch: perlio
60228            ! t/op/utf8decode.t
60229 ____________________________________________________________________________
60230 [  9420] By: nick                                  on 2001/03/28  18:44:11
60231         Log: Integrate mainline.
60232      Branch: perlio
60233           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
60234           !> vms/vmsish.h
60235 ____________________________________________________________________________
60236 [  9419] By: jhi                                   on 2001/03/28  18:42:05
60237         Log: Can't trust external pwds
60238              (either shell builtins or external programs)
60239      Branch: perl
60240            ! t/lib/cwd.t
60241 ____________________________________________________________________________
60242 [  9418] By: jhi                                   on 2001/03/28  18:34:05
60243         Log: Integrate perlio:
60244              
60245              [  9417]
60246              PerlIO.pm / perlio.pm conflict.
60247              Update some pods.
60248              Make t/op/utf8decode.t a text file.
60249      Branch: perl
60250            - lib/perlio.pm
60251           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
60252           !> t/op/utf8decode.t
60253 ____________________________________________________________________________
60254 [  9417] By: nick                                  on 2001/03/28  18:24:02
60255         Log: PerlIO.pm / perlio.pm conflict.
60256              Update some pods.
60257              Make t/op/utf8decode.t a text file.
60258      Branch: perlio
60259            - lib/perlio.pm
60260            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
60261            ! t/op/utf8decode.t
60262 ____________________________________________________________________________
60263 [  9416] By: jhi                                   on 2001/03/28  18:06:07
60264         Log: Integrate change #9409 from mainline to maintperl.
60265              
60266              Yet another tweak on AIX dynaloading.
60267      Branch: maint-5.6/perl
60268           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60269 ____________________________________________________________________________
60270 [  9415] By: gsar                                  on 2001/03/28  17:13:01
60271         Log: integrate changes#9377,9385,9401 from mainline
60272              
60273              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
60274              
60275              If directory entries compare equal case-insensitively,
60276              retry case-sensitively.
60277              
60278              Subject: [PATCH] B::Terse and warnings
60279      Branch: maint-5.6/perl
60280           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
60281           !> t/pragma/warn/perl
60282 ____________________________________________________________________________
60283 [  9414] By: jhi                                   on 2001/03/28  17:11:12
60284         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
60285              From: "Craig A. Berry" <craigberry@mac.com>
60286              Date: Wed, 28 Mar 2001 10:55:20 -0600
60287              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
60288      Branch: perl
60289            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
60290 ____________________________________________________________________________
60291 [  9413] By: jhi                                   on 2001/03/28  17:03:12
60292         Log: Dup hunk.
60293      Branch: perl
60294            ! t/op/utf8decode.t
60295 ____________________________________________________________________________
60296 [  9412] By: jhi                                   on 2001/03/28  17:02:36
60297         Log: Forced integrate from perlio.
60298      Branch: perl
60299           !> t/op/utf8decode.t
60300 ____________________________________________________________________________
60301 [  9411] By: nick                                  on 2001/03/28  16:50:03
60302         Log: Integrate mainline.
60303      Branch: perlio
60304           +> t/lib/cwd.t
60305           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60306           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
60307           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
60308           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
60309           !> t/pragma/warn/perl
60310 ____________________________________________________________________________
60311 [  9410] By: jhi                                   on 2001/03/28  16:44:23
60312         Log: Subject: Re: [PATCH] 9403 cannot be tested
60313              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60314              Date: Wed, 28 Mar 2001 18:33:56 +0200
60315              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
60316      Branch: perl
60317            ! makedef.pl
60318 ____________________________________________________________________________
60319 [  9409] By: jhi                                   on 2001/03/28  16:12:45
60320         Log: Yet another tweak on AIX dynaloading.
60321      Branch: perl
60322            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60323 ____________________________________________________________________________
60324 [  9408] By: jhi                                   on 2001/03/28  15:52:55
60325         Log: Subject: [PATCH] 9403 cannot be tested
60326              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
60327              Date: Wed, 28 Mar 2001 17:23:00 +0200
60328              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
60329              
60330              A missing symbol.
60331      Branch: perl
60332            ! makedef.pl
60333 ____________________________________________________________________________
60334 [  9407] By: jhi                                   on 2001/03/28  15:47:43
60335         Log: Integrate perlio:
60336              
60337              [  9400]
60338              More EBCDIC tweaks:
60339              - one more swash issue &~(0xA0-1) did not do the right thing,
60340              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
60341              - add "use re 'asciirange'" to make [!-~] etc. work
60342              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
60343              - Choose a key for t/op/each.t test which gets encoded.
60344              - Skip utf8decode if this is UTF-EBCDIC.
60345      Branch: perl
60346            ! t/op/utf8decode.t
60347           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
60348           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
60349 ____________________________________________________________________________
60350 [  9406] By: jhi                                   on 2001/03/28  15:37:08
60351         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
60352              From: Benjamin Sugars <bsugars@canoe.ca> 
60353              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
60354              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
60355      Branch: perl
60356            + t/lib/cwd.t
60357            ! MANIFEST
60358 ____________________________________________________________________________
60359 [  9405] By: jhi                                   on 2001/03/28  15:13:18
60360         Log: pp_ne() needs a CORRECT boolean.
60361      Branch: perl
60362            ! pp.c
60363 ____________________________________________________________________________
60364 [  9404] By: jhi                                   on 2001/03/28  15:09:23
60365         Log: pp_ne() needs a boolean, not an integer.
60366      Branch: perl
60367            ! pp.c
60368 ____________________________________________________________________________
60369 [  9403] By: jhi                                   on 2001/03/28  14:47:43
60370         Log: (Retracted by #9404.)
60371      Branch: perl
60372            ! pp.c
60373 ____________________________________________________________________________
60374 [  9402] By: jhi                                   on 2001/03/28  14:43:59
60375         Log: Subject: Re: [PATCH] Typemap testing
60376              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
60377              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
60378              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
60379      Branch: perl
60380            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60381            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
60382 ____________________________________________________________________________
60383 [  9401] By: jhi                                   on 2001/03/28  14:42:14
60384         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
60385              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
60386              Date: Sun, 25 Mar 2001 21:59:15 +0100
60387              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
60388              
60389              A variable will be checked for the "use once" warnings if:
60390              
60391              1. It is in the scope of a use warnings 'once'
60392              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
60393              
60394              Otherwise it won't be checked at all.
60395              
60396              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
60397              
60398              The enclosed patch partially fixes this issue. What I didn't
60399              get to work was the case where the "used once" warning is enabled
60400              in any file other than the main file.
60401      Branch: perl
60402            ! gv.c t/pragma/warn/perl
60403 ____________________________________________________________________________
60404 [  9400] By: nick                                  on 2001/03/28  14:38:24
60405         Log: More EBCDIC tweaks:
60406              - one more swash issue &~(0xA0-1) did not do the right thing,
60407              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
60408              - add "use re 'asciirange'" to make [!-~] etc. work
60409              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
60410              - Choose a key for t/op/each.t test which gets encoded.
60411              - Skip utf8decode if this is UTF-EBCDIC.
60412      Branch: perlio
60413            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
60414            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
60415 ____________________________________________________________________________
60416 [  9399] By: jhi                                   on 2001/03/28  14:21:00
60417         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
60418              Andreas Schwab.
60419      Branch: perl
60420            ! pp.c
60421 ____________________________________________________________________________
60422 [  9398] By: jhi                                   on 2001/03/28  00:55:56
60423         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
60424              From: David Dyck <dcd@tc.fluke.com>
60425              Date: Tue, 27 Mar 2001 15:16:24 -0800
60426              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
60427      Branch: perl
60428            ! ext/IO/lib/IO/Socket.pm
60429 ____________________________________________________________________________
60430 [  9397] By: jhi                                   on 2001/03/27  21:52:49
60431         Log: Integrate perlio:
60432              
60433              [  9395]
60434              Outline docs for PerlIO and PerlIO::Scalar
60435              
60436              [  9394]
60437              PerlIO::Via layer (alpha-ish).
60438      Branch: perl
60439           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
60440           +> ext/PerlIO/Via/Via.xs
60441           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
60442 ____________________________________________________________________________
60443 [  9396] By: nick                                  on 2001/03/27  21:45:13
60444         Log: Integrate mainline.
60445      Branch: perlio
60446           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
60447           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
60448 ____________________________________________________________________________
60449 [  9395] By: nick                                  on 2001/03/27  21:18:58
60450         Log: Outline docs for PerlIO and PerlIO::Scalar
60451      Branch: perlio
60452            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
60453 ____________________________________________________________________________
60454 [  9394] By: nick                                  on 2001/03/27  20:50:13
60455         Log: PerlIO::Via layer (alpha-ish).
60456      Branch: perlio
60457            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
60458            + ext/PerlIO/Via/Via.xs
60459            ! MANIFEST
60460 ____________________________________________________________________________
60461 [  9393] By: jhi                                   on 2001/03/27  20:49:55
60462         Log: Retract #9329 now that 9390 should take care of the matter.
60463      Branch: perl
60464            ! utils/h2xs.PL
60465 ____________________________________________________________________________
60466 [  9390] By: jhi                                   on 2001/03/27  20:47:50
60467         Log: Subject: Autoloading Errno.pm when %! is encountered
60468              From: Robin Houston <robin@kitsite.com>
60469              Date: Tue, 27 Mar 2001 20:57:11 +0100
60470              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
60471      Branch: perl
60472            ! embed.h embed.pl gv.c proto.h t/op/magic.t
60473 ____________________________________________________________________________
60474 [  9389] By: jhi                                   on 2001/03/27  20:24:31
60475         Log: Integrate perlio:
60476              
60477              [  9384]
60478              Various EBCDIC fixes:
60479              - major revelation that swash code is encoding aware,
60480              (or thought it was) - now it is ;-)
60481              - With that out of the way fix a slab of tr/// cases.
60482              - Fix Encode 'Unicode' to be true Unicode so tests pass.
60483              - As anticipated Base64.xs needed tweaks.
60484              - Until tr/// works right avoid old_encode64 in MIME tests.
60485      Branch: perl
60486           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
60487           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
60488           !> utf8.c
60489 ____________________________________________________________________________
60490 [  9388] By: jhi                                   on 2001/03/27  20:21:38
60491         Log: Better have a three-element array if one is going to assign
60492              to the third element of that array. (from Tim Jenness)
60493      Branch: perl
60494            ! ext/XS/Typemap/Typemap.xs
60495 ____________________________________________________________________________
60496 [  9387] By: nick                                  on 2001/03/27  20:15:43
60497         Log: Integrate mainline.
60498      Branch: perlio
60499           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
60500           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60501           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
60502           +> t/lib/xs-typemap.t
60503           !> (integrate 34 files)
60504 ____________________________________________________________________________
60505 [  9386] By: jhi                                   on 2001/03/27  20:04:18
60506         Log: Subject: Re: perl@9359 breaks HTML::Parser
60507              From: Gisle Aas <gisle@ActiveState.com>
60508              Date: 27 Mar 2001 11:30:24 -0800
60509              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
60510              
60511              Clarify the UTF-8 issues of the API docs.
60512              (Slightly reworded and expanded.)
60513      Branch: perl
60514            ! pod/perlapi.pod sv.c sv.h
60515 ____________________________________________________________________________
60516 [  9385] By: jhi                                   on 2001/03/27  19:44:25
60517         Log: If directory entries compare equal case-insensitively,
60518              retry case-sensitively.
60519      Branch: perl
60520            ! ext/File/Glob/bsd_glob.c
60521 ____________________________________________________________________________
60522 [  9384] By: nick                                  on 2001/03/27  19:38:50
60523         Log: Various EBCDIC fixes:
60524              - major revelation that swash code is encoding aware,
60525              (or thought it was) - now it is ;-)
60526              - With that out of the way fix a slab of tr/// cases.
60527              - Fix Encode 'Unicode' to be true Unicode so tests pass.
60528              - As anticipated Base64.xs needed tweaks.
60529              - Until tr/// works right avoid old_encode64 in MIME tests.
60530      Branch: perlio
60531            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
60532            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
60533 ____________________________________________________________________________
60534 [  9383] By: jhi                                   on 2001/03/27  18:34:41
60535         Log: Add the std test suite BEGIN block.
60536      Branch: perl
60537            ! t/lib/xs-typemap.t
60538 ____________________________________________________________________________
60539 [  9382] By: jhi                                   on 2001/03/27  15:16:07
60540         Log: Add debugging output to the test.
60541      Branch: perl
60542            ! t/lib/glob-basic.t
60543 ____________________________________________________________________________
60544 [  9381] By: jhi                                   on 2001/03/27  15:08:10
60545         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
60546      Branch: perl
60547            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
60548            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60549            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
60550            + t/lib/xs-typemap.t
60551            ! MANIFEST
60552 ____________________________________________________________________________
60553 [  9380] By: jhi                                   on 2001/03/27  14:48:34
60554         Log: Subject: [PATCH] Typemap testing
60555              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
60556              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
60557              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
60558              
60559              (The first part of the patch.)
60560      Branch: perl
60561            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
60562 ____________________________________________________________________________
60563 [  9379] By: jhi                                   on 2001/03/27  14:44:56
60564         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
60565              From: Benjamin Sugars <bsugars@canoe.ca> 
60566              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
60567              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
60568      Branch: perl
60569            ! t/lib/glob-basic.t
60570 ____________________________________________________________________________
60571 [  9378] By: jhi                                   on 2001/03/27  14:42:30
60572         Log: Subject: [PATCH] perlvar nit
60573              From: Simon Cozens <simon@netthink.co.uk>
60574              Date: Tue, 27 Mar 2001 01:12:01 +0100
60575              Message-ID: <20010327011201.A19179@netthink.co.uk>
60576      Branch: perl
60577            ! pod/perlvar.pod
60578 ____________________________________________________________________________
60579 [  9377] By: jhi                                   on 2001/03/27  14:36:26
60580         Log: Subject: [PATCH] B::Terse and warnings
60581              From: Benjamin Sugars <ben.sugars@home.com>
60582              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
60583              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
60584      Branch: perl
60585            ! ext/B/B.pm ext/B/B/Terse.pm
60586 ____________________________________________________________________________
60587 [  9376] By: jhi                                   on 2001/03/27  14:31:31
60588         Log: Document sockatmark() some.
60589      Branch: perl
60590            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
60591            ! pod/perltoc.pod
60592 ____________________________________________________________________________
60593 [  9375] By: jhi                                   on 2001/03/27  14:00:24
60594         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
60595              noted by Gisle and fixed by NI-S.
60596      Branch: perl
60597            ! sv.c
60598 ____________________________________________________________________________
60599 [  9374] By: jhi                                   on 2001/03/27  05:50:01
60600         Log: Regen toc.
60601      Branch: perl
60602            ! pod/perltoc.pod
60603 ____________________________________________________________________________
60604 [  9373] By: jhi                                   on 2001/03/27  05:43:51
60605         Log: Pixie documenting.
60606      Branch: perl
60607            ! Makefile.SH pod/perlhack.pod
60608 ____________________________________________________________________________
60609 [  9372] By: jhi                                   on 2001/03/27  05:29:34
60610         Log: Metaconfig unit changes for #9371.
60611      Branch: metaconfig
60612            ! U/modified/myhostname.U
60613      Branch: metaconfig/U/perl
60614            + d_sockatmark.U
60615            ! gccvers.U
60616 ____________________________________________________________________________
60617 [  9371] By: jhi                                   on 2001/03/27  05:29:07
60618         Log: Add sockatmark() probing.
60619      Branch: perl
60620            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60621            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
60622            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60623            ! vos/config.ga.h win32/config.bc win32/config.gc
60624            ! win32/config.vc
60625 ____________________________________________________________________________
60626 [  9370] By: jhi                                   on 2001/03/26  22:01:18
60627         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
60628              Really need to benchmark this.
60629      Branch: perl
60630            ! pp.c
60631 ____________________________________________________________________________
60632 [  9369] By: nick                                  on 2001/03/26  21:59:30
60633         Log: Integrate mainline.
60634      Branch: perlio
60635            ! ext/MIME/Base64/QuotedPrint.pm
60636           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
60637           !> patchlevel.h pod/perlhack.pod pp_sys.c
60638 ____________________________________________________________________________
60639 [  9368] By: jhi                                   on 2001/03/26  21:47:03
60640         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
60641              
60642              TODO1: perlbench.
60643              TODO2: le, lt, ge, gt?  Yech.
60644      Branch: perl
60645            ! pp.c
60646 ____________________________________________________________________________
60647 [  9367] By: jhi                                   on 2001/03/26  21:34:57
60648         Log: Too much cut-and-paste in #9363.
60649      Branch: perl
60650            ! pp_sys.c
60651 ____________________________________________________________________________
60652 [  9366] By: jhi                                   on 2001/03/26  21:20:53
60653         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
60654              From: Andreas Schwab <schwab@suse.de>
60655              Date: 26 Mar 2001 17:29:04 +0200
60656              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
60657              
60658              (The patch for 5.6.0 or so, this is a guess for bleadperl)
60659      Branch: perl
60660            ! pp_hot.c
60661 ____________________________________________________________________________
60662 [  9365] By: jhi                                   on 2001/03/26  21:07:54
60663         Log: Integrate perlio:
60664              
60665              [  9364]
60666              REFCNT botch in layer name cache hash.
60667      Branch: perl
60668           !> perlio.c
60669 ____________________________________________________________________________
60670 [  9364] By: nick                                  on 2001/03/26  20:30:48
60671         Log: REFCNT botch in layer name cache hash.
60672      Branch: perlio
60673            ! perlio.c
60674 ____________________________________________________________________________
60675 [  9363] By: jhi                                   on 2001/03/26  18:44:32
60676         Log: Subject: [PATCH] socket() leaks file descriptors
60677              From: Benjamin Sugars <bsugars@canoe.ca>
60678              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
60679              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
60680              
60681              Also sockpair() fixed similarly.
60682      Branch: perl
60683            ! pp_sys.c
60684 ____________________________________________________________________________
60685 [  9362] By: jhi                                   on 2001/03/26  18:37:52
60686         Log: Integrate perlio:
60687              
60688              [  9361]
60689              Implement flush of linebuffered streams on read of a tty.
60690              
60691              [  9360]
60692              Memory tweaks and notes for OEMVS.
60693      Branch: perl
60694           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
60695 ____________________________________________________________________________
60696 [  9361] By: nick                                  on 2001/03/26  17:32:06
60697         Log: Implement flush of linebuffered streams on read of a tty.
60698      Branch: perlio
60699            ! perlio.c perliol.h
60700 ____________________________________________________________________________
60701 [  9360] By: nick                                  on 2001/03/26  17:12:32
60702         Log: Memory tweaks and notes for OEMVS.
60703      Branch: perlio
60704            ! README.os390 miniperlmain.c t/op/pat.t
60705 ____________________________________________________________________________
60706 [  9359] By: jhi                                   on 2001/03/26  02:12:54
60707         Log: Update Changes.
60708      Branch: perl
60709            ! Changes patchlevel.h
60710 ____________________________________________________________________________
60711 [  9358] By: jhi                                   on 2001/03/26  02:05:32
60712         Log: Document the most common pixie options.
60713      Branch: perl
60714            ! pod/perlhack.pod
60715 ____________________________________________________________________________
60716 [  9357] By: jhi                                   on 2001/03/26  01:25:28
60717         Log: For perl.pixie check *before* compiling that optimize is -g,
60718              as for perl.third.
60719      Branch: perl
60720            ! Makefile.SH
60721 ____________________________________________________________________________
60722 [  9356] By: jhi                                   on 2001/03/26  01:13:41
60723         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
60724      Branch: perl
60725            ! Makefile.SH
60726 ____________________________________________________________________________
60727 [  9355] By: jhi                                   on 2001/03/26  01:11:19
60728         Log: Remove t/perl.third.
60729      Branch: perl
60730            ! Makefile.SH
60731 ____________________________________________________________________________
60732 [  9354] By: jhi                                   on 2001/03/26  00:23:38
60733         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
60734              IO::Sockatmark().
60735      Branch: perl
60736            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
60737 ____________________________________________________________________________
60738 [  9353] By: jhi                                   on 2001/03/25  22:25:04
60739         Log: Integrate perlio:
60740              
60741              [  9351]
60742              Fix readline in list mode to tell rest of world that it has
60743              things on the stack. Otherwise if perl code gets invoked
60744              underneath it it scribbles over results-so-far.
60745              (Why TIEHANDLE has not tripped on this is a mystery.)
60746              
60747              [  9350]
60748              win32/makefile.mk typos
60749              
60750              [  9348]
60751              Make it text
60752              
60753              [  9346]
60754              Add destruct time hook to PerlIO (for work-in-process implementing
60755              layers in perl code. In such cases layers need to be popped before
60756              we loose the ability to run perl code.)
60757              Also back-out "PerlIO::object" hook - it isn't going to work like that...
60758              
60759              [  9345]
60760              Avoid at leasy one of undefined warnings in Encode.
60761              
60762              [  9343]
60763              Missing return value.
60764      Branch: perl
60765           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
60766           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
60767           !> pp_hot.c win32/makefile.mk
60768 ____________________________________________________________________________
60769 [  9352] By: jhi                                   on 2001/03/25  22:21:41
60770         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
60771              From: Radu Greab <radu@netsoft.ro>
60772              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
60773              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
60774      Branch: perl
60775            ! pp_sys.c
60776 ____________________________________________________________________________
60777 [  9351] By: nick                                  on 2001/03/25  22:15:02
60778         Log: Fix readline in list mode to tell rest of world that it has
60779              things on the stack. Otherwise if perl code gets invoked
60780              underneath it it scribbles over results-so-far.
60781              (Why TIEHANDLE has not tripped on this is a mystery.)
60782      Branch: perlio
60783            ! pp_hot.c
60784 ____________________________________________________________________________
60785 [  9350] By: nick                                  on 2001/03/25  22:10:13
60786         Log: win32/makefile.mk typos
60787      Branch: perlio
60788            ! win32/makefile.mk
60789 ____________________________________________________________________________
60790 [  9349] By: nick                                  on 2001/03/25  21:31:14
60791         Log: Integrate now-non-binary file.
60792      Branch: perlio
60793           !> t/lib/mimeqp.t
60794 ____________________________________________________________________________
60795 [  9348] By: nick                                  on 2001/03/25  21:27:24
60796         Log: Make it text
60797      Branch: perlio
60798            ! t/lib/mimeqp.t
60799 ____________________________________________________________________________
60800 [  9347] By: nick                                  on 2001/03/25  21:25:37
60801         Log: Integrate mainline.
60802      Branch: perlio
60803           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
60804           !> lib/Term/ReadLine.pm t/lib/md5-file.t
60805 ____________________________________________________________________________
60806 [  9346] By: nick                                  on 2001/03/25  20:58:15
60807         Log: Add destruct time hook to PerlIO (for work-in-process implementing
60808              layers in perl code. In such cases layers need to be popped before
60809              we loose the ability to run perl code.)
60810              Also back-out "PerlIO::object" hook - it isn't going to work like that...
60811      Branch: perlio
60812            ! perl.c perlio.c perlio.h perliol.h
60813 ____________________________________________________________________________
60814 [  9345] By: nick                                  on 2001/03/25  20:49:11
60815         Log: Avoid at leasy one of undefined warnings in Encode.
60816      Branch: perlio
60817            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
60818 ____________________________________________________________________________
60819 [  9344] By: jhi                                   on 2001/03/25  20:37:43
60820         Log: A workaround for using Term::ReadLine in emacs minibuffer
60821              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
60822              additional tweaks from Ilya Zakharevich.
60823      Branch: perl
60824            ! lib/Term/ReadLine.pm
60825 ____________________________________________________________________________
60826 [  9343] By: nick                                  on 2001/03/25  20:21:14
60827         Log: Missing return value.
60828      Branch: perlio
60829            ! ext/PerlIO/Scalar/Scalar.xs
60830 ____________________________________________________________________________
60831 [  9342] By: jhi                                   on 2001/03/25  16:21:00
60832         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
60833              to equal the CPAN versions since no code changes have been made.
60834      Branch: perl
60835            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
60836            ! t/lib/md5-file.t
60837 ____________________________________________________________________________
60838 [  9341] By: jhi                                   on 2001/03/25  16:01:48
60839         Log: Escape 8-bit characters.
60840      Branch: perl
60841            ! t/lib/mimeqp.t
60842 ____________________________________________________________________________
60843 [  9340] By: gsar                                  on 2001/03/25  15:50:53
60844         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
60845              chars)
60846      Branch: perl
60847            + t/lib/mimeqp.t
60848 ____________________________________________________________________________
60849 [  9339] By: gsar                                  on 2001/03/25  15:48:50
60850         Log: delete mimeqp.t for later add with text mode set
60851      Branch: perl
60852            - t/lib/mimeqp.t
60853 ____________________________________________________________________________
60854 [  9338] By: nick                                  on 2001/03/25  09:01:57
60855         Log: Integrate mainline.
60856      Branch: perlio
60857           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60858           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
60859           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
60860           +> t/lib/mimeb64u.t t/lib/mimeqp.t
60861           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
60862           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
60863           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
60864 ____________________________________________________________________________
60865 [  9337] By: jhi                                   on 2001/03/25  04:23:24
60866         Log: Add MIME::Base64 here and there.  Again, a lot of
60867              optimism is in the air.
60868      Branch: perl
60869            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
60870            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
60871 ____________________________________________________________________________
60872 [  9336] By: jhi                                   on 2001/03/25  04:12:43
60873         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
60874              this by ear as I do not do Win32 programming.)
60875      Branch: perl
60876            ! win32/Makefile win32/makefile.mk
60877 ____________________________________________________________________________
60878 [  9335] By: jhi                                   on 2001/03/25  04:03:50
60879         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
60880      Branch: perl
60881            ! t/lib/md5-file.t
60882 ____________________________________________________________________________
60883 [  9334] By: jhi                                   on 2001/03/25  03:58:53
60884         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
60885      Branch: perl
60886            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60887            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
60888            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
60889            + t/lib/mimeb64u.t t/lib/mimeqp.t
60890            ! MANIFEST
60891 ____________________________________________________________________________
60892 [  9333] By: jhi                                   on 2001/03/24  20:14:37
60893         Log: Integrate perlio:
60894              
60895              [  9332]
60896              Fix un-init variable leading to spurious "Out of Memory!"
60897              
60898              [  9331]
60899              Tweak docs for C<open> (boy does that need wholesale revision...)
60900              and update layers internals doc.
60901      Branch: perl
60902           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
60903 ____________________________________________________________________________
60904 [  9332] By: nick                                  on 2001/03/24  19:40:34
60905         Log: Fix un-init variable leading to spurious "Out of Memory!"
60906      Branch: perlio
60907            ! doio.c
60908 ____________________________________________________________________________
60909 [  9331] By: nick                                  on 2001/03/24  19:09:59
60910         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
60911              and update layers internals doc.
60912      Branch: perlio
60913            ! pod/perlfunc.pod pod/perliol.pod
60914 ____________________________________________________________________________
60915 [  9330] By: jhi                                   on 2001/03/24  18:42:11
60916         Log: The length might be uninitialized garbage if the *svp is the undef.
60917      Branch: perl
60918            ! doio.c
60919 ____________________________________________________________________________
60920 [  9329] By: jhi                                   on 2001/03/24  18:26:57
60921         Log: (Retracted by #9393)
60922              
60923              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
60924              From: Simon Cozens <simon@netthink.co.uk>
60925              Date: Sat, 24 Mar 2001 17:13:17 +0000
60926              Message-ID: <20010324171317.A13406@netthink.co.uk>
60927      Branch: perl
60928            ! utils/h2xs.PL
60929 ____________________________________________________________________________
60930 [  9328] By: nick                                  on 2001/03/24  17:22:02
60931         Log: Integrate mainline.
60932      Branch: perlio
60933           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
60934           !> lib/unicode/version
60935 ____________________________________________________________________________
60936 [  9327] By: nick                                  on 2001/03/24  17:16:02
60937         Log: Integrate mainline.
60938      Branch: perlio
60939           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
60940           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
60941           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
60942           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
60943           +> t/lib/md5-file.t
60944           !> MANIFEST Makefile.SH configure.com djgpp/config.over
60945           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
60946           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
60947           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
60948           !> win32/makefile.mk
60949 ____________________________________________________________________________
60950 [  9326] By: jhi                                   on 2001/03/24  17:00:42
60951         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
60952      Branch: perl
60953            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
60954            ! lib/unicode/version
60955 ____________________________________________________________________________
60956 [  9325] By: jhi                                   on 2001/03/24  16:22:33
60957         Log: Subject: Re: B::Deparse bug (5.6.0)
60958              From: Robin Houston <robin@kitsite.com>
60959              Date: Sat, 24 Mar 2001 14:33:09 +0000
60960              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
60961      Branch: perl
60962            ! op.c pp.c t/lib/b.t t/op/repeat.t
60963 ____________________________________________________________________________
60964 [  9324] By: jhi                                   on 2001/03/24  16:21:56
60965         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
60966              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
60967              these additions may be too optimistic.
60968      Branch: perl
60969            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
60970            ! hints/uwin.sh hints/vmesa.sh
60971 ____________________________________________________________________________
60972 [  9323] By: jhi                                   on 2001/03/24  16:06:01
60973         Log: Integrate perlio:
60974              
60975              [  9322]
60976              Routine Win32 regen_config_h - no real changes.
60977              
60978              [  9321]
60979              PerlIO fixups for Win32:
60980              - provide win33_popenlist() - non-functional as yet.
60981              - avoid need for aTHX in PerlIO_debug calls - even if not 
60982              enabled args are still evaluated so Win32 has trouble during fork().
60983              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
60984              - Fixup makedef.pl for latest set of symbols.
60985              
60986              [  9320]
60987              POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
60988              was gibberish - broke it on WIn32 at least.
60989              
60990              [  9319]
60991              Generated files.
60992              
60993              [  9318]
60994              Implement:
60995              1.  open($fh,"+<",undef);  # add test to t/io/open.t
60996              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
60997      Branch: perl
60998           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
60999           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
61000            ! Makefile.SH
61001           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
61002           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
61003           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
61004           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
61005           !> win32/makefile.mk win32/perlhost.h win32/win32.c
61006           !> win32/win32iop.h
61007 ____________________________________________________________________________
61008 [  9322] By: nick                                  on 2001/03/24  14:39:12
61009         Log: Routine Win32 regen_config_h - no real changes.
61010      Branch: perlio
61011            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61012 ____________________________________________________________________________
61013 [  9321] By: nick                                  on 2001/03/24  14:31:49
61014         Log: PerlIO fixups for Win32:
61015              - provide win33_popenlist() - non-functional as yet.
61016              - avoid need for aTHX in PerlIO_debug calls - even if not 
61017              enabled args are still evaluated so Win32 has trouble during fork().
61018              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
61019              - Fixup makedef.pl for latest set of symbols.
61020      Branch: perlio
61021            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
61022            ! win32/perlhost.h win32/win32.c win32/win32iop.h
61023 ____________________________________________________________________________
61024 [  9320] By: nick                                  on 2001/03/24  14:26:58
61025         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
61026              was gibberish - broke it on WIn32 at least.
61027      Branch: perlio
61028            ! ext/POSIX/POSIX.xs
61029 ____________________________________________________________________________
61030 [  9319] By: nick                                  on 2001/03/24  11:29:41
61031         Log: Generated files.
61032      Branch: perlio
61033            ! embed.h global.sym objXSUB.h perlapi.c proto.h
61034 ____________________________________________________________________________
61035 [  9318] By: nick                                  on 2001/03/24  10:29:37
61036         Log: Implement:
61037              1.  open($fh,"+<",undef);  # add test to t/io/open.t
61038              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
61039      Branch: perlio
61040            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
61041            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
61042            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
61043            ! t/io/open.t t/io/utf8.t
61044 ____________________________________________________________________________
61045 [  9317] By: jhi                                   on 2001/03/23  23:41:25
61046         Log: AIX does seems to have optimization problems with its C compilers.
61047      Branch: perl
61048            ! hints/aix.sh
61049 ____________________________________________________________________________
61050 [  9316] By: jhi                                   on 2001/03/23  23:40:46
61051         Log: Integrate perlio:
61052              
61053              [  9314]
61054              Perlio internals re-organized.
61055              - open process creates AV of layer/arg pairs
61056              (appends layers from open() or open.pm to default list).
61057              - push arg is now an SV.
61058              - layer ->Open get passed the AV
61059              - open is no longer mandatory method.
61060              - topmost layer that has ->Open method does the open
61061              - any layers above are pushed once that returns.
61062              - vtable re-ordered so dummy layers need only provide push/pop methods.
61063              
61064              [  9313]
61065              Check in a stable (working) version before next round of tweaks.
61066              Changes include:
61067              - Move default layers code out of doio.c and into perlio.c
61068              - Single routine for parsing layer specification strings.
61069              - Skeleton support for demand loading of layers
61070              - Core-dump avoidance if PERLIO environment specifies loadable layer
61071              (does not _work_ as need IO to load and need load to do IO ...)
61072              
61073              [  9305]
61074              Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
61075              
61076              [  9304]
61077              Render -Duseperlio functional again.
61078              - this is "quick fix" which calls PerlIO_apply_layers after opening,
61079              which is what old scheme did. New scheme needs to change that
61080              to make open(...,\$scalar) etc. work but this will do for now.
61081              
61082              [  9303]
61083              Avoid "reopen" semantics for time being. Fix bug in dup logic.
61084              -Uuseperlio now works again.
61085              -Duseperlio is still poorly. Don't merge yet...
61086              
61087              [  9302]
61088              Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
61089              type code.
61090              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
61091              is its main caller. In particular now has access to "extra" args, and
61092              can tell when an open handle is "reopened" (or duped?).
61093              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
61094              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
61095              PerlIO_open() et. al. (i.e. other way round).
61096              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
61097              with args close to PerlIO_openn().
61098      Branch: perl
61099           +> lib/PerlIO.pm
61100           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
61101           !> perliol.h
61102 ____________________________________________________________________________
61103 [  9315] By: jhi                                   on 2001/03/23  22:16:30
61104         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
61105      Branch: perl
61106            ! t/lib/md5-file.t
61107 ____________________________________________________________________________
61108 [  9314] By: nick                                  on 2001/03/23  20:49:02
61109         Log: Perlio internals re-organized.
61110              - open process creates AV of layer/arg pairs
61111              (appends layers from open() or open.pm to default list).
61112              - push arg is now an SV.
61113              - layer ->Open get passed the AV
61114              - open is no longer mandatory method.
61115              - topmost layer that has ->Open method does the open
61116              - any layers above are pushed once that returns.
61117              - vtable re-ordered so dummy layers need only provide push/pop methods.
61118      Branch: perlio
61119            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
61120 ____________________________________________________________________________
61121 [  9313] By: nick                                  on 2001/03/23  16:27:41
61122         Log: Check in a stable (working) version before next round of tweaks.
61123              Changes include:
61124              - Move default layers code out of doio.c and into perlio.c
61125              - Single routine for parsing layer specification strings.
61126              - Skeleton support for demand loading of layers
61127              - Core-dump avoidance if PERLIO environment specifies loadable layer
61128              (does not _work_ as need IO to load and need load to do IO ...)
61129      Branch: perlio
61130            + lib/PerlIO.pm
61131            ! MANIFEST doio.c perlio.c
61132 ____________________________________________________________________________
61133 [  9312] By: gsar                                  on 2001/03/23  16:25:25
61134         Log: add execute bit to files with shebang lines in the repository;
61135              avoid clobbering execute bit in Porting/makerel 
61136      Branch: maint-5.6/perl
61137            ! (edit 144 files)
61138 ____________________________________________________________________________
61139 [  9311] By: jhi                                   on 2001/03/23  14:25:35
61140         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
61141      Branch: perl
61142            ! MANIFEST
61143 ____________________________________________________________________________
61144 [  9310] By: jhi                                   on 2001/03/23  13:45:04
61145         Log: Subject: [PATCH] Net::Ping
61146              From: Colin McMillen <mcmi0037@tc.umn.edu>
61147              Date: Thu, 22 Mar 2001 19:30:31 -0600
61148              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
61149      Branch: perl
61150            ! lib/Net/Ping.pm
61151 ____________________________________________________________________________
61152 [  9309] By: jhi                                   on 2001/03/23  13:39:13
61153         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
61154      Branch: perl
61155            ! t/lib/md5-aaa.t t/lib/md5-file.t
61156 ____________________________________________________________________________
61157 [  9308] By: jhi                                   on 2001/03/23  13:20:34
61158         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
61159              - bump the version to 2.14
61160              - drop the base64 tests since they require MIME::Base64
61161              - drop the rfc1321.txt
61162              - drop the hints/dec_osf.pl since it's only needed for
61163              pre-5.005_03 Perls
61164              Todo:
61165              - the U32 alignment testing is now removed; it needs to
61166              be reintroduced as as a Config variable (meaning also
61167              as a Configure test)
61168              - get the new EBCDIC md5sum for MD5.pm
61169              - test in Win32 to see how badly I botched the makefiles
61170      Branch: perl
61171            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
61172            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
61173            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
61174            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
61175            + t/lib/md5-file.t
61176            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
61177            ! win32/Makefile win32/makefile.mk
61178 ____________________________________________________________________________
61179 [  9307] By: jhi                                   on 2001/03/23  12:56:14
61180         Log: Integrate change #9306 from maintperl into mainline,
61181              AIX dynaloader for AIXes without <load.h>.
61182      Branch: perl
61183           !> ext/DynaLoader/hints/aix.pl
61184 ____________________________________________________________________________
61185 [  9306] By: jhi                                   on 2001/03/23  12:51:36
61186         Log: There are AIXes without /usr/include/load.h,
61187              patch from H.Merijn Brand.
61188      Branch: maint-5.6/perl
61189            ! ext/DynaLoader/hints/aix.pl
61190 ____________________________________________________________________________
61191 [  9305] By: nick                                  on 2001/03/23  11:00:42
61192         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
61193      Branch: perlio
61194            ! ext/Encode/Encode.xs perlio.c perlio.h
61195 ____________________________________________________________________________
61196 [  9304] By: nick                                  on 2001/03/23  10:20:46
61197         Log: Render -Duseperlio functional again.
61198              - this is "quick fix" which calls PerlIO_apply_layers after opening,
61199              which is what old scheme did. New scheme needs to change that
61200              to make open(...,\$scalar) etc. work but this will do for now.
61201      Branch: perlio
61202            ! perlio.c
61203 ____________________________________________________________________________
61204 [  9303] By: nick                                  on 2001/03/23  09:53:20
61205         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
61206              -Uuseperlio now works again.
61207              -Duseperlio is still poorly. Don't merge yet...
61208      Branch: perlio
61209            ! doio.c perlio.h
61210 ____________________________________________________________________________
61211 [  9302] By: nick                                  on 2001/03/22  22:26:51
61212         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
61213              type code.
61214              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
61215              is its main caller. In particular now has access to "extra" args, and
61216              can tell when an open handle is "reopened" (or duped?).
61217              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
61218              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
61219              PerlIO_open() et. al. (i.e. other way round).
61220              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
61221              with args close to PerlIO_openn().
61222      Branch: perlio
61223            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
61224 ____________________________________________________________________________
61225 [  9301] By: jhi                                   on 2001/03/22  20:58:04
61226         Log: Integrate perlio:
61227              
61228              [  9300]
61229              Don't include $@ in not ok message.
61230              
61231              [  9298]
61232              Give a meaning to '&' in n-arg open case:
61233              open($fh,"<&",$scalar);
61234              $scalar can be:
61235              - an integer which does "fdopen"
61236              open($fh,"<&",2); # like open($fh,"<&2")
61237              - something that will yield a file handle via sv_2io()
61238              useful for dup'ing anonymous handles.
61239              e.g.:
61240              open(my $fh,"<&",\*STDIN);
61241              open(my $dup,"<&",$fh);
61242              
61243              [  9297]
61244              Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
61245              
61246              [  9296]
61247              Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
61248              
61249              [  9295]
61250              If stdin, stdout or stderr get opened in unexpected read/write state
61251              then warn at time of open not at time of use.
61252              
61253              [  9294]
61254              Die on n-arg open(...,"",xxx,yyy,...)
61255              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
61256              - die on read/write cases so we can decide what it means later.
61257              
61258              [  9293]
61259              perlio tweaks (reported by Nick Clark)
61260              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
61261              error check in Pendinf_read().
61262      Branch: perl
61263           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
61264           !> t/io/open.t util.c
61265 ____________________________________________________________________________
61266 [  9300] By: nick                                  on 2001/03/22  17:36:32
61267         Log: Don't include $@ in not ok message.
61268      Branch: perlio
61269            ! t/io/open.t
61270 ____________________________________________________________________________
61271 [  9299] By: gsar                                  on 2001/03/22  16:53:45
61272         Log: back out changes#7532,7521 for now (appears to have problems
61273              on IRIX)
61274      Branch: maint-5.6/perl
61275            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61276            ! ext/POSIX/typemap pod/perlvar.pod
61277 ____________________________________________________________________________
61278 [  9298] By: nick                                  on 2001/03/22  14:35:46
61279         Log: Give a meaning to '&' in n-arg open case:
61280              open($fh,"<&",$scalar);
61281              $scalar can be:
61282              - an integer which does "fdopen"
61283              open($fh,"<&",2); # like open($fh,"<&2")
61284              - something that will yield a file handle via sv_2io()
61285              useful for dup'ing anonymous handles.
61286              e.g.:
61287              open(my $fh,"<&",\*STDIN);
61288              open(my $dup,"<&",$fh);
61289      Branch: perlio
61290            ! doio.c t/io/open.t
61291 ____________________________________________________________________________
61292 [  9297] By: nick                                  on 2001/03/22  13:34:35
61293         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
61294      Branch: perlio
61295            ! util.c
61296 ____________________________________________________________________________
61297 [  9296] By: nick                                  on 2001/03/22  12:51:20
61298         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
61299      Branch: perlio
61300            ! perl.c
61301 ____________________________________________________________________________
61302 [  9295] By: nick                                  on 2001/03/22  11:59:44
61303         Log: If stdin, stdout or stderr get opened in unexpected read/write state
61304              then warn at time of open not at time of use.
61305      Branch: perlio
61306            ! doio.c pp_hot.c pp_sys.c
61307 ____________________________________________________________________________
61308 [  9294] By: nick                                  on 2001/03/22  10:54:35
61309         Log: Die on n-arg open(...,"",xxx,yyy,...)
61310              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
61311              - die on read/write cases so we can decide what it means later.
61312      Branch: perlio
61313            ! doio.c embed.pl iperlsys.h util.c
61314 ____________________________________________________________________________
61315 [  9293] By: nick                                  on 2001/03/22  09:02:45
61316         Log: perlio tweaks (reported by Nick Clark)
61317              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
61318              error check in Pendinf_read().
61319      Branch: perlio
61320            ! perlio.c
61321 ____________________________________________________________________________
61322 [  9292] By: gsar                                  on 2001/03/22  07:12:00
61323         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
61324              fixes)
61325      Branch: maint-5.6/perl
61326           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
61327 ____________________________________________________________________________
61328 [  9291] By: jhi                                   on 2001/03/22  06:06:44
61329         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
61330      Branch: perl
61331            ! t/op/re_tests
61332 ____________________________________________________________________________
61333 [  9290] By: jhi                                   on 2001/03/22  05:57:01
61334         Log: Move MacOS Classic higher in the list of supported platforms.
61335      Branch: maint-5.6/perl
61336            ! pod/perlport.pod
61337 ____________________________________________________________________________
61338 [  9289] By: gsar                                  on 2001/03/22  05:35:04
61339         Log: revert part of change#6438 for compatibility (av_reify()
61340              appears to be needed to implement av_splice()ish things
61341              in XS)
61342      Branch: maint-5.6/perl
61343            ! embed.pl global.sym objXSUB.h perlapi.c
61344 ____________________________________________________________________________
61345 [  9288] By: gsar                                  on 2001/03/22  03:09:19
61346         Log: update copyright year
61347      Branch: maint-5.6/perl
61348            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
61349            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
61350            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
61351            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
61352            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
61353            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
61354            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
61355            ! x2p/walk.c
61356 ____________________________________________________________________________
61357 [  9287] By: jhi                                   on 2001/03/21  20:30:54
61358         Log: Integrate perlio:
61359              
61360              [  9285]
61361              Multiplicity fix for Dumper.
61362      Branch: perl
61363           !> ext/Data/Dumper/Dumper.xs
61364 ____________________________________________________________________________
61365 [  9286] By: gsar                                  on 2001/03/21  19:49:54
61366         Log: makefile.mk tweak
61367      Branch: maint-5.6/perl
61368            ! win32/Makefile win32/makefile.mk
61369 ____________________________________________________________________________
61370 [  9285] By: nick                                  on 2001/03/21  19:07:13
61371         Log: Multiplicity fix for Dumper.
61372      Branch: perlio
61373            ! ext/Data/Dumper/Dumper.xs
61374 ____________________________________________________________________________
61375 [  9284] By: nick                                  on 2001/03/21  19:01:07
61376         Log: Integrate mainline - (does not build xTHX issue in Dumper).
61377      Branch: perlio
61378           !> (integrate 27 files)
61379 ____________________________________________________________________________
61380 [  9283] By: jhi                                   on 2001/03/21  17:17:35
61381         Log: Integrate change #9282 from mainline into maintperl,
61382              4-arg UTF-8 substr().
61383      Branch: maint-5.6/perl
61384           !> pp.c
61385 ____________________________________________________________________________
61386 [  9282] By: jhi                                   on 2001/03/21  17:15:43
61387         Log: The #9270 would have leaked a scalar if pp_substr()
61388              returned early.
61389      Branch: perl
61390            ! pp.c
61391 ____________________________________________________________________________
61392 [  9281] By: gsar                                  on 2001/03/21  17:03:14
61393         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
61394      Branch: maint-5.6/perl
61395            ! win32/makefile.mk
61396 ____________________________________________________________________________
61397 [  9280] By: gsar                                  on 2001/03/21  17:01:20
61398         Log: some tweaks to change#9278 (fork() emulation should be enabled
61399              by setting BUILD_FLAVOR instead of changing the defaults)
61400      Branch: maint-5.6/perl
61401            ! win32/makefile.mk
61402 ____________________________________________________________________________
61403 [  9279] By: gsar                                  on 2001/03/21  16:47:19
61404         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
61405      Branch: maint-5.6/perl
61406            ! ext/File/Glob/Glob.pm
61407           !> lib/Cwd.pm
61408 ____________________________________________________________________________
61409 [  9278] By: jhi                                   on 2001/03/21  14:35:10
61410         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
61411              From: "Vadim Konovalov" <watman@inbox.ru>
61412              Date: Wed, 21 Mar 2001 01:53:51 +0300
61413              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
61414      Branch: maint-5.6/perl
61415            ! win32/makefile.mk win32/win32sck.c
61416 ____________________________________________________________________________
61417 [  9277] By: jhi                                   on 2001/03/21  13:58:28
61418         Log: Integrate change #9270 from mainline to maintperl:
61419              continued 4-arg UTF-8 substr() fixing.
61420      Branch: maint-5.6/perl
61421           !> pp.c t/op/substr.t
61422 ____________________________________________________________________________
61423 [  9276] By: jhi                                   on 2001/03/21  13:33:00
61424         Log: More pixie cleaning.
61425      Branch: perl
61426            ! Makefile.SH
61427 ____________________________________________________________________________
61428 [  9275] By: jhi                                   on 2001/03/21  03:54:17
61429         Log: Update Changes.
61430      Branch: perl
61431            ! Changes patchlevel.h
61432 ____________________________________________________________________________
61433 [  9274] By: jhi                                   on 2001/03/21  03:48:24
61434         Log: First stab at making Data::Dumper to grok Unicode.
61435              
61436              TODO: tests, EBCDICify.
61437      Branch: perl
61438            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
61439 ____________________________________________________________________________
61440 [  9273] By: jhi                                   on 2001/03/21  02:23:00
61441         Log: Fix for
61442              
61443              Subject: Memory leak in unquoted print   
61444              From: Benjamin Sugars <bsugars@canoe.ca> 
61445              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
61446              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
61447      Branch: perl
61448            ! perlio.c
61449 ____________________________________________________________________________
61450 [  9272] By: jhi                                   on 2001/03/21  01:33:17
61451         Log: Subject: Re: [PATCH] POSIX::getcwd()
61452              From: Benjamin Sugars <bsugars@canoe.ca> 
61453              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
61454              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
61455      Branch: perl
61456            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
61457 ____________________________________________________________________________
61458 [  9271] By: jhi                                   on 2001/03/21  01:22:52
61459         Log: Subject: [PATCH] Cwd.pm docs
61460              From: Benjamin Sugars <bsugars@canoe.ca>
61461              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
61462              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
61463      Branch: perl
61464            ! lib/Cwd.pm
61465 ____________________________________________________________________________
61466 [  9270] By: jhi                                   on 2001/03/21  01:16:29
61467         Log: Continue 4-arg substr() UTF-8 fixage.
61468      Branch: perl
61469            ! pp.c t/op/substr.t
61470 ____________________________________________________________________________
61471 [  9269] By: jhi                                   on 2001/03/21  00:46:14
61472         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
61473              
61474              revert the leak fix in change#9142 (problem needs a more experimental
61475              fix unsuitable for 5.6.1)
61476              
61477              do alphabetical sorting by default (for csh compatibility)
61478              
61479              cut-n-paste goof in change#9264
61480              
61481              VMS piping fixes (from Charles Lane)
61482      Branch: perl
61483           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
61484           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
61485           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
61486 ____________________________________________________________________________
61487 [  9268] By: jhi                                   on 2001/03/21  00:37:04
61488         Log: Integrate perlio:
61489              
61490              [  9267]
61491              More EBCDIC stuff:
61492              - Loose the extra level of function on ASCII.
61493              - spotted a chr(0) issue in sv.c
61494              - re-work of UTF-X tr/// ranges to work in Unicode
61495              space. Still issues with the "0xff is illegal UTF-8" hack.
61496              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
61497              (why do it once when you can do it all over the place :-(
61498              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
61499              need utf8.pm for swashes.
61500              - Simplified and commented scan_const() in toke.c
61501              Still something wrong regexp and tr (swashes?).
61502      Branch: perl
61503           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
61504           !> utf8.c utf8.h utfebcdic.h
61505 ____________________________________________________________________________
61506 [  9267] By: nick                                  on 2001/03/20  20:04:39
61507         Log: More EBCDIC stuff:
61508              - Loose the extra level of function on ASCII.
61509              - spotted a chr(0) issue in sv.c
61510              - re-work of UTF-X tr/// ranges to work in Unicode
61511              space. Still issues with the "0xff is illegal UTF-8" hack.
61512              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
61513              (why do it once when you can do it all over the place :-(
61514              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
61515              need utf8.pm for swashes.
61516              - Simplified and commented scan_const() in toke.c
61517              Still something wrong regexp and tr (swashes?).
61518      Branch: perlio
61519            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
61520            ! utf8.c utf8.h utfebcdic.h
61521 ____________________________________________________________________________
61522 [  9266] By: gsar                                  on 2001/03/20  19:16:43
61523         Log: VMS piping fixes (from Charles Lane)
61524      Branch: maint-5.6/perl
61525            ! vms/vms.c vms/vmspipe.com
61526 ____________________________________________________________________________
61527 [  9265] By: gsar                                  on 2001/03/20  17:53:52
61528         Log: cut-n-paste goof in change#9264
61529      Branch: maint-5.6/perl
61530            ! ext/File/Glob/Glob.xs
61531 ____________________________________________________________________________
61532 [  9264] By: gsar                                  on 2001/03/20  17:43:47
61533         Log: do alphabetical sorting by default (for csh compatibility);
61534              bsd_glob() does ASCII sort by default as usual, unless
61535              GLOB_ALPHASORT was specified
61536      Branch: maint-5.6/perl
61537            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
61538            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
61539            ! ext/File/Glob/bsd_glob.h
61540 ____________________________________________________________________________
61541 [  9263] By: gsar                                  on 2001/03/20  16:40:08
61542         Log: integrate change#9255 from mainline (unicode fix)
61543              
61544              substr($bytestr, i, n, $charstr)
61545      Branch: maint-5.6/perl
61546           !> Todo-5.6 pp.c t/op/substr.t
61547 ____________________________________________________________________________
61548 [  9262] By: gsar                                  on 2001/03/20  15:57:41
61549         Log: revert the leak fix in change#9142 (problem needs a more experimental
61550              fix unsuitable for 5.6.1)
61551      Branch: maint-5.6/perl
61552            ! scope.c
61553 ____________________________________________________________________________
61554 [  9261] By: jhi                                   on 2001/03/20  14:26:25
61555         Log: Integrate changes #9259,9260 from maintperl into mainline.
61556              
61557              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
61558              
61559              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
61560      Branch: perl
61561           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
61562 ____________________________________________________________________________
61563 [  9260] By: jhi                                   on 2001/03/20  14:05:46
61564         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
61565              From: Robin Barker <rmb1@cise.npl.co.uk>
61566              Date: Tue, 20 Mar 2001 10:12:04 GMT
61567              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
61568      Branch: maint-5.6/perl
61569            ! run.c
61570 ____________________________________________________________________________
61571 [  9259] By: jhi                                   on 2001/03/20  14:04:39
61572         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
61573              From: Chris Nandor <pudge@pobox.com>
61574              Date: Tue, 20 Mar 2001 00:40:56 -0500
61575              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
61576      Branch: maint-5.6/perl
61577            ! ext/POSIX/POSIX.xs lib/File/Path.pm
61578 ____________________________________________________________________________
61579 [  9258] By: jhi                                   on 2001/03/20  05:09:34
61580         Log: Update Changes.
61581      Branch: perl
61582            ! Changes patchlevel.h
61583 ____________________________________________________________________________
61584 [  9257] By: jhi                                   on 2001/03/20  05:04:25
61585         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
61586      Branch: perl
61587            ! t/op/tr.t
61588 ____________________________________________________________________________
61589 [  9256] By: jhi                                   on 2001/03/20  04:43:12
61590         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
61591              From: Peter Prymmer <pvhp@forte.com>
61592              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
61593              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
61594      Branch: maint-5.6/perl
61595            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
61596 ____________________________________________________________________________
61597 [  9255] By: jhi                                   on 2001/03/19  23:17:17
61598         Log: substr($bytestr, i, n, $charstr)
61599              
61600              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
61601      Branch: perl
61602            ! Todo-5.6 pp.c t/op/substr.t
61603 ____________________________________________________________________________
61604 [  9254] By: jhi                                   on 2001/03/19  22:25:09
61605         Log: Rearrange the make test target prerequisites so that
61606              in a parallel make 'all' is finished before 'test'.
61607      Branch: perl
61608            ! Makefile.SH
61609 ____________________________________________________________________________
61610 [  9253] By: jhi                                   on 2001/03/19  21:48:07
61611         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
61612              From: Robin Houston <robin@kitsite.com>
61613              Date: Mon, 19 Mar 2001 15:48:41 +0000
61614              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
61615      Branch: perl
61616            ! pp_ctl.c
61617 ____________________________________________________________________________
61618 [  9252] By: jhi                                   on 2001/03/19  21:42:27
61619         Log: Integrate perlio:
61620              
61621              [  9248]
61622              Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
61623              (Building on OS390 uses native YACC and YYDEBUG has other
61624              side effects.)
61625              
61626              [  9246]
61627              More EBCDIC fixes.
61628      Branch: perl
61629           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
61630           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
61631           !> utfebcdic.h vms/perly_c.vms
61632 ____________________________________________________________________________
61633 [  9251] By: jhi                                   on 2001/03/19  21:31:28
61634         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
61635              
61636              Dynaloading in 64-bit AIX with vac.
61637      Branch: perl
61638           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
61639           !> hints/aix.sh
61640 ____________________________________________________________________________
61641 [  9250] By: jhi                                   on 2001/03/19  21:18:00
61642         Log: A more robust solution for the 64bitall AIX dynaloading
61643              problem, from Jens-Uwe Mager.
61644      Branch: maint-5.6/perl
61645            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
61646 ____________________________________________________________________________
61647 [  9249] By: nick                                  on 2001/03/19  20:59:37
61648         Log: Integrate mainline.
61649      Branch: perlio
61650           !> (integrate 42 files)
61651 ____________________________________________________________________________
61652 [  9248] By: nick                                  on 2001/03/19  20:22:07
61653         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
61654              (Building on OS390 uses native YACC and YYDEBUG has other
61655              side effects.)
61656      Branch: perlio
61657            ! perly.c perly.y vms/perly_c.vms
61658 ____________________________________________________________________________
61659 [  9247] By: jhi                                   on 2001/03/19  19:59:53
61660         Log: 64-bit AIX dynaloading problem (see #9244) idea
61661              from Jens-Uwe Mager.
61662      Branch: maint-5.6/perl
61663            ! ext/DynaLoader/dl_aix.xs
61664 ____________________________________________________________________________
61665 [  9246] By: nick                                  on 2001/03/19  19:27:57
61666         Log: More EBCDIC fixes.
61667      Branch: perlio
61668            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
61669            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
61670 ____________________________________________________________________________
61671 [  9245] By: jhi                                   on 2001/03/19  19:05:19
61672         Log: Integrate change #9243 from mainline into maintperl.
61673              
61674              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
61675      Branch: maint-5.6/perl
61676           !> README.vmesa
61677 ____________________________________________________________________________
61678 [  9244] By: jhi                                   on 2001/03/19  19:03:15
61679         Log: Get 64bitall AIX building, but still does not test okay:
61680              dynaloading anything fails, for example for op/defins:
61681              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
61682              (update: fixed by #9247,9250)
61683      Branch: maint-5.6/perl
61684            ! hints/aix.sh
61685 ____________________________________________________________________________
61686 [  9243] By: jhi                                   on 2001/03/19  19:00:16
61687         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
61688              From: Robin Barker <rmb1@cise.npl.co.uk>
61689              Date: Mon, 19 Mar 2001 18:01:57 GMT
61690              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
61691      Branch: perl
61692            ! README.vmesa
61693 ____________________________________________________________________________
61694 [  9242] By: jhi                                   on 2001/03/19  18:58:43
61695         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
61696              
61697              TODO: tests.
61698      Branch: perl
61699            ! doop.c op.c
61700 ____________________________________________________________________________
61701 [  9241] By: gsar                                  on 2001/03/19  17:34:46
61702         Log: VMSify tests (from Charles Lane)
61703      Branch: maint-5.6/perl
61704            ! t/lib/filehand.t t/lib/texttabs.t
61705 ____________________________________________________________________________
61706 [  9240] By: jhi                                   on 2001/03/19  14:24:26
61707         Log: Integrate change #9233 from maintperl into mainline.
61708              
61709              some refcounts were incorrect in perl_clone()
61710      Branch: perl
61711           !> sv.c
61712 ____________________________________________________________________________
61713 [  9239] By: gsar                                  on 2001/03/19  09:23:17
61714         Log: this is 5.6.1-trial3
61715      Branch: maint-5.6/perl
61716            ! Changes
61717 ____________________________________________________________________________
61718 [  9238] By: gsar                                  on 2001/03/19  08:47:04
61719         Log: some new symbols are only available under ithreads
61720      Branch: maint-5.6/perl
61721            ! makedef.pl
61722 ____________________________________________________________________________
61723 [  9237] By: gsar                                  on 2001/03/19  08:42:28
61724         Log: update patchlevel.h, Changes, &c.
61725      Branch: maint-5.6/perl
61726            ! Changes patchlevel.h pod/perlhist.pod
61727           !> AUTHORS
61728 ____________________________________________________________________________
61729 [  9236] By: gsar                                  on 2001/03/19  08:17:49
61730         Log: integrate changes#8068,8717 from mainline
61731              
61732              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
61733              
61734              [PATCH CPAN 1.59_51] warning message (not!)
61735      Branch: maint-5.6/perl
61736           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
61737           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
61738           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
61739           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
61740           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
61741 ____________________________________________________________________________
61742 [  9235] By: gsar                                  on 2001/03/19  08:07:09
61743         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
61744              
61745              [PATCH] Add missing CV flags to dump.c
61746              
61747              Re: [patch] Re: PL_ptr_table
61748              
61749              Fixup non-ithread build after 8713
61750              
61751              Generated files form 8713 etc.
61752              
61753              Correct the correction :-(
61754              
61755              Documenting coderef @INC (Re: CPAN "make this script work" feature)
61756              
61757              Subject: Re: sync sync sync: have I missed any patches?
61758              Replace djSP with dSP.
61759      Branch: maint-5.6/perl
61760           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
61761           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
61762           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
61763           !> sv.c sv.h win32/perlhost.h
61764 ____________________________________________________________________________
61765 [  9234] By: gsar                                  on 2001/03/19  07:22:05
61766         Log: revert the change#9090 integrate for now (change looks somewhat
61767              incomplete in that [ha]v_exists() need something similar; lacks
61768              tests; &c.)
61769      Branch: maint-5.6/perl
61770            ! hv.c
61771 ____________________________________________________________________________
61772 [  9233] By: gsar                                  on 2001/03/19  07:10:01
61773         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
61774              destruction when there are unreferenced scalars (SvREFCNT==0)
61775      Branch: maint-5.6/perl
61776            ! sv.c
61777 ____________________________________________________________________________
61778 [  9232] By: jhi                                   on 2001/03/19  05:11:02
61779         Log: Regen api and toc.
61780      Branch: maint-5.6/perl
61781            ! pod/perlapi.pod pod/perltoc.pod
61782 ____________________________________________________________________________
61783 [  9231] By: jhi                                   on 2001/03/19  04:06:03
61784         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
61785              add a lost line in pp.c:pp_chop(), update to new op/chop.
61786              
61787              Clarify the description differentiating for and while; inspired by
61788              
61789              Subject: [ID 20010306.004] || != named unary operator
61790              
61791              The $Is_MacOS needs to be declared.
61792      Branch: maint-5.6/perl
61793            ! pp.c t/op/chop.t
61794           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
61795 ____________________________________________________________________________
61796 [  9230] By: jhi                                   on 2001/03/19  03:48:16
61797         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
61798              9079,9083,9089,9090,9091 from mainline to maintperl.
61799              
61800              Quieten some noise in Win32 builds
61801              
61802              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
61803              
61804              The perlretut was still talking about the old \p and \P
61805              definitions.
61806              
61807              More tweakage on the Unicode character class descriptions.
61808              
61809              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
61810              
61811              Subject: 'no *POSIX' Patch speeding up make on BS2000 
61812              
61813              Subject: [PATCH] perldata.pod here-doc docs
61814              
61815              Add /sbin and /usr/sbin to the list of directories scanned
61816              for setuid programs.  Takes care of bug id 20010309.003.
61817              
61818              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
61819              
61820              In op/stat #35 better to scan all the potential directories
61821              for setuids, not just the first one.
61822      Branch: maint-5.6/perl
61823            ! Makefile.SH
61824           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
61825           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
61826           !> t/op/stat.t toke.c win32/win32.h
61827 ____________________________________________________________________________
61828 [  9229] By: jhi                                   on 2001/03/19  02:31:50
61829         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
61830              From: Chris Nandor <pudge@pobox.com>
61831              Date: Sat, 10 Mar 2001 14:22:19 -0500
61832              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
61833      Branch: maint-5.6/perl
61834            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
61835            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
61836            ! t/lib/b.t t/lib/errno.t
61837 ____________________________________________________________________________
61838 [  9228] By: jhi                                   on 2001/03/19  02:29:59
61839         Log: Integrate changes #9113,9122 from mainline into maintperl.
61840              
61841              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?)
61842      Branch: maint-5.6/perl
61843           !> Configure README.os390 hints/os390.sh
61844 ____________________________________________________________________________
61845 [  9227] By: jhi                                   on 2001/03/19  02:22:35
61846         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
61847              into maintperl.
61848              
61849              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
61850              
61851              Forgot to check-in the larger part of #9120, duh.
61852              
61853              Subject: Another patch for integer.pm POD 
61854              
61855              h2ph strictness and cleanliness from Kurt Starsinic.
61856              
61857              Borland filename case problem.
61858              
61859              h2ph strictness and cleanliness from Kurt Starsinic.
61860              
61861              Subject: [PATCH] the uncontroversial doc patches
61862      Branch: maint-5.6/perl
61863           +> win32/sncfnmcs.pl
61864           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
61865           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
61866           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
61867           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
61868           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
61869           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
61870           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
61871 ____________________________________________________________________________
61872 [  9226] By: jhi                                   on 2001/03/19  02:10:21
61873         Log: Integrate changes #9207,9214 from mainline into maintperl.
61874              
61875              podchecker relaxations: =over has an *optional* number after it,
61876              and whitespace in L<> is okay.
61877      Branch: maint-5.6/perl
61878           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
61879           !> t/pod/poderrs.xr
61880 ____________________________________________________________________________
61881 [  9225] By: jhi                                   on 2001/03/19  02:07:38
61882         Log: Integrate change #9219 from maintperl into mainline.
61883              
61884              remove duplicated tests
61885      Branch: perl
61886           !> t/op/re_tests
61887 ____________________________________________________________________________
61888 [  9224] By: jhi                                   on 2001/03/19  02:06:11
61889         Log: Integrate change #9223 from mainline to maintperl.
61890              
61891              Document -Dmksymlinks.
61892      Branch: maint-5.6/perl
61893           !> INSTALL
61894 ____________________________________________________________________________
61895 [  9223] By: jhi                                   on 2001/03/19  02:01:25
61896         Log: Document -Dmksymlinks.
61897      Branch: perl
61898            ! INSTALL
61899 ____________________________________________________________________________
61900 [  9222] By: jhi                                   on 2001/03/19  01:15:35
61901         Log: The -Dmksymlinks wasn't working for maintperl.
61902      Branch: maint-5.6/perl
61903            ! Configure
61904 ____________________________________________________________________________
61905 [  9221] By: jhi                                   on 2001/03/19  00:49:43
61906         Log: Cleanup pixie residue.
61907      Branch: perl
61908            ! Makefile.SH
61909 ____________________________________________________________________________
61910 [  9220] By: jhi                                   on 2001/03/19  00:44:47
61911         Log: Document the use of pixie/prof; create make targets for it.
61912              
61913              TODO: make t/TEST pixie-aware.
61914      Branch: perl
61915            ! Makefile.SH pod/perlhack.pod
61916 ____________________________________________________________________________
61917 [  9219] By: gsar                                  on 2001/03/19  00:16:55
61918         Log: remove duplicated tests
61919      Branch: maint-5.6/perl
61920            ! t/op/re_tests
61921 ____________________________________________________________________________
61922 [  9218] By: jhi                                   on 2001/03/18  23:59:31
61923         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
61924      Branch: perl
61925            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
61926 ____________________________________________________________________________
61927 [  9217] By: jhi                                   on 2001/03/18  23:25:20
61928         Log: Rewrite the tests section of Makefile to be less redundant
61929              and to allow for more flexible test targets, many recursive
61930              make calls introduced.
61931      Branch: perl
61932            ! Makefile.SH
61933 ____________________________________________________________________________
61934 [  9216] By: jhi                                   on 2001/03/18  22:30:04
61935         Log: Document the use of Third Degree (sparsely).
61936      Branch: perl
61937            ! pod/perlhack.pod t/TEST
61938 ____________________________________________________________________________
61939 [  9215] By: jhi                                   on 2001/03/18  22:10:30
61940         Log: Make targets for testing with Third Degree.
61941      Branch: perl
61942            ! Makefile.SH
61943 ____________________________________________________________________________
61944 [  9214] By: jhi                                   on 2001/03/18  21:08:53
61945         Log: The podchecker relaxations need to mirrored also at the tests.
61946      Branch: perl
61947            ! t/pod/poderrs.xr
61948 ____________________________________________________________________________
61949 [  9213] By: jhi                                   on 2001/03/18  20:56:21
61950         Log: Update Changes.
61951      Branch: perl
61952            ! Changes patchlevel.h
61953 ____________________________________________________________________________
61954 [  9212] By: jhi                                   on 2001/03/18  20:36:59
61955         Log: Looking for config.sh in parent directories isn't
61956              very useful for the toplevel Makefile.
61957      Branch: perl
61958            ! Makefile.SH
61959 ____________________________________________________________________________
61960 [  9211] By: jhi                                   on 2001/03/18  20:33:37
61961         Log: On "make clean" take care of Third Degree droppings.
61962      Branch: perl
61963            ! Makefile.SH
61964 ____________________________________________________________________________
61965 [  9210] By: jhi                                   on 2001/03/18  20:21:34
61966         Log: Add a hook for running the tests under the Third Degree
61967              debugging tool (set $ENV{PERL_3LOG} to non-zero)
61968              
61969              TODO: Document the use of Third Degree.
61970      Branch: perl
61971            ! t/TEST
61972 ____________________________________________________________________________
61973 [  9209] By: jhi                                   on 2001/03/18  20:19:07
61974         Log: Regen toc and api pods.
61975      Branch: perl
61976            ! pod/perlapi.pod pod/perltoc.pod
61977 ____________________________________________________________________________
61978 [  9208] By: jhi                                   on 2001/03/18  20:12:12
61979         Log: Integrate changes #8128,9132 from mainline into maintperl,
61980              Tie::SubstrHash fixes.
61981      Branch: maint-5.6/perl
61982           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
61983 ____________________________________________________________________________
61984 [  9207] By: jhi                                   on 2001/03/18  20:07:43
61985         Log: podchecker relaxations from Michael Stevens.
61986      Branch: perl
61987            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
61988 ____________________________________________________________________________
61989 [  9206] By: jhi                                   on 2001/03/18  20:04:24
61990         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
61991      Branch: perl
61992            ! lib/Locale/Constants.pm lib/Locale/Country.pm
61993            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
61994            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
61995 ____________________________________________________________________________
61996 [  9205] By: jhi                                   on 2001/03/18  19:54:45
61997         Log: Integrate changes #9161,9162 from maintperl to mainline.
61998              
61999              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
62000              results
62001      Branch: perl
62002           !> t/op/magic.t
62003 ____________________________________________________________________________
62004 [  9204] By: jhi                                   on 2001/03/18  19:37:46
62005         Log: Make perl.third checks more understandable to the builder.
62006      Branch: perl
62007            ! Makefile.SH
62008 ____________________________________________________________________________
62009 [  9203] By: jhi                                   on 2001/03/18  19:20:54
62010         Log: Re-integrate #9138 from maintperl to mainline,
62011              the squelching of the unneeded "Scalars leaked" messages.
62012      Branch: perl
62013           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62014           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62015           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62016 ____________________________________________________________________________
62017 [  9202] By: jhi                                   on 2001/03/18  18:48:36
62018         Log: More robust and more paranoid perl.third target.
62019      Branch: perl
62020            ! Makefile.SH
62021 ____________________________________________________________________________
62022 [  9201] By: jhi                                   on 2001/03/18  18:39:21
62023         Log: Integrate change #9197 from maintperl to mainline.
62024              
62025              more thorough cleaning of arenas.
62026      Branch: perl
62027           !> embed.pl perl.c proto.h sv.c t/op/sort.t
62028 ____________________________________________________________________________
62029 [  9200] By: jhi                                   on 2001/03/18  18:25:17
62030         Log: Integrate perlio:
62031              
62032              [  9199]
62033              Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
62034              is the sense of the test being done. Avoid some magical 127 and 128 values
62035              by using macros.
62036              
62037              [  9198]
62038              UTF-X encoding invariance for Encode:
62039              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
62040              - move the XS code for those to universal.c (so in miniperl)
62041              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
62042              - change ext/Encode/compile to use above.
62043              - Fix t/lib/encode.t for above
62044              - Teach t/lib/b.t to expect -uutf8
62045              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
62046              utf8.pm is needed.
62047              
62048              [  9196]
62049              Fix pragma/utf8.t # 15
62050              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
62051              are SvUTF8 as well.
62052      Branch: perl
62053           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
62054           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
62055           !> t/lib/encode.t toke.c universal.c utf8.c
62056 ____________________________________________________________________________
62057 [  9199] By: nick                                  on 2001/03/18  15:23:51
62058         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
62059              is the sense of the test being done. Avoid some magical 127 and 128 values
62060              by using macros.
62061      Branch: perlio
62062            ! doop.c pp_ctl.c sv.c toke.c
62063 ____________________________________________________________________________
62064 [  9198] By: nick                                  on 2001/03/18  14:18:12
62065         Log: UTF-X encoding invariance for Encode:
62066              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
62067              - move the XS code for those to universal.c (so in miniperl)
62068              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
62069              - change ext/Encode/compile to use above.
62070              - Fix t/lib/encode.t for above
62071              - Teach t/lib/b.t to expect -uutf8
62072              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
62073              utf8.pm is needed.
62074      Branch: perlio
62075            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62076            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
62077 ____________________________________________________________________________
62078 [  9197] By: gsar                                  on 2001/03/18  12:15:57
62079         Log: more thorough cleaning of arenas--keep going until no more
62080              SvREFCNT_dec()s occur (this fixes the problem that causes the
62081              pesky "Scalars leaked" warnings)
62082      Branch: maint-5.6/perl
62083            ! embed.pl perl.c proto.h sv.c t/op/sort.t
62084 ____________________________________________________________________________
62085 [  9196] By: nick                                  on 2001/03/18  10:57:29
62086         Log: Fix pragma/utf8.t # 15
62087              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
62088              are SvUTF8 as well.
62089      Branch: perlio
62090            ! toke.c
62091 ____________________________________________________________________________
62092 [  9195] By: nick                                  on 2001/03/18  09:27:06
62093         Log: Integrate mainline
62094      Branch: perlio
62095           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
62096           !> t/op/pat.t
62097 ____________________________________________________________________________
62098 [  9194] By: jhi                                   on 2001/03/18  05:29:59
62099         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
62100              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
62101      Branch: perl
62102            ! op.c op.h t/op/misc.t t/op/pat.t
62103 ____________________________________________________________________________
62104 [  9193] By: jhi                                   on 2001/03/18  05:15:06
62105         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
62106      Branch: perl
62107            ! mg.c t/op/pat.t
62108 ____________________________________________________________________________
62109 [  9192] By: jhi                                   on 2001/03/18  04:22:43
62110         Log: tr/// UTF-8 patches from Inaba Hiroto.
62111      Branch: perl
62112            ! doop.c op.c
62113 ____________________________________________________________________________
62114 [  9191] By: jhi                                   on 2001/03/18  04:21:17
62115         Log: Integrate perlio:
62116              
62117              [  9190]
62118              Correct #if EBCDIC side typos.
62119              Builds and passes many tests on OS390.
62120      Branch: perl
62121           !> utf8.c utfebcdic.h
62122 ____________________________________________________________________________
62123 [  9190] By: nick                                  on 2001/03/17  20:32:01
62124         Log: Correct #if EBCDIC side typos.
62125              Builds and passes many tests on OS390.
62126      Branch: perlio
62127            ! utf8.c utfebcdic.h
62128 ____________________________________________________________________________
62129 [  9189] By: jhi                                   on 2001/03/17  18:55:49
62130         Log: Add prerequisites for the perl.third target.
62131      Branch: perl
62132            ! Makefile.SH
62133 ____________________________________________________________________________
62134 [  9188] By: jhi                                   on 2001/03/17  18:46:00
62135         Log: Integrate perlio:
62136              
62137              [  9186]
62138              MANIFEST addition :-(
62139              
62140              [  9185]
62141              Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
62142              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
62143              a superset of ASCII are invariant under the encoding. This is EBCDIC
62144              friendly as an encoded string can be looked at as being EBCDIC by lexer
62145              sprintf("0",...) etc. in same manner that a UTF-8 string be considered
62146              ASCII on ASCII machines.
62147              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
62148              seperate.
62149              - Add some more macros to comprehend different shift amounts and
62150              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
62151              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
62152              and conditionally #include it.
62153              EBCDIC build as yet untested.  ASCII still fails the one test.
62154              
62155              [  9184]
62156              Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
62157      Branch: perl
62158           +> utfebcdic.h
62159           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
62160 ____________________________________________________________________________
62161 [  9187] By: jhi                                   on 2001/03/17  18:38:47
62162         Log: Add a make rule for perl.third (the Third Degree memory debugging
62163              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
62164      Branch: perl
62165            ! Makefile.SH
62166 ____________________________________________________________________________
62167 [  9186] By: nick                                  on 2001/03/17  18:34:48
62168         Log: MANIFEST addition :-(
62169      Branch: perlio
62170            ! MANIFEST
62171 ____________________________________________________________________________
62172 [  9185] By: nick                                  on 2001/03/17  18:29:50
62173         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
62174              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
62175              a superset of ASCII are invariant under the encoding. This is EBCDIC
62176              friendly as an encoded string can be looked at as being EBCDIC by lexer
62177              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
62178              ASCII on ASCII machines.
62179              
62180              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
62181              seperate.
62182              - Add some more macros to comprehend different shift amounts and
62183              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
62184              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
62185              and conditionally #include it.
62186              
62187              EBCDIC build as yet untested.  ASCII still fails the one test.
62188      Branch: perlio
62189            + utfebcdic.h
62190            ! utf8.c utf8.h
62191 ____________________________________________________________________________
62192 [  9184] By: nick                                  on 2001/03/17  17:44:16
62193         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
62194      Branch: perlio
62195            ! doop.c perl.h pp.c utf8.h
62196 ____________________________________________________________________________
62197 [  9183] By: jhi                                   on 2001/03/17  15:55:42
62198         Log: Integrate perlio:
62199              
62200              [  9182]
62201              Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
62202              
62203              [  9180]
62204              EBCDIC Fixes.
62205              
62206              [  9173]
62207              1st day's EBCDIC fixes:
62208              - toke.c's parsing of strings needed attention
62209              needed to conditionally e2a if string was already UTF-8
62210              - e2a/a2e tables where wrong way round.
62211              - new macros in utf8.h
62212      Branch: perl
62213            ! MANIFEST
62214           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
62215 ____________________________________________________________________________
62216 [  9182] By: nick                                  on 2001/03/17  09:16:06
62217         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
62218      Branch: perlio
62219            ! t/op/pat.t
62220 ____________________________________________________________________________
62221 [  9181] By: nick                                  on 2001/03/17  09:15:11
62222         Log: Integrate mainline.
62223      Branch: perlio
62224           +> lib/Locale/Constants.pm lib/Locale/Country.pm
62225           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
62226           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
62227           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
62228           !> (integrate 83 files)
62229 ____________________________________________________________________________
62230 [  9180] By: nick                                  on 2001/03/16  17:23:21
62231         Log: EBCDIC Fixes.
62232      Branch: perlio
62233            ! perl.h sv.c toke.c utf8.c utf8.h
62234 ____________________________________________________________________________
62235 [  9179] By: jhi                                   on 2001/03/16  14:10:12
62236         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
62237              a change needed to work around an AIX compiler bug.
62238      Branch: perl
62239            ! ext/Storable/Storable.xs
62240 ____________________________________________________________________________
62241 [  9178] By: jhi                                   on 2001/03/16  03:19:59
62242         Log: With Damian's approval synchronize damian's modules'
62243              licensing with Perl's standard module licensing.
62244      Branch: perl
62245            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
62246 ____________________________________________________________________________
62247 [  9177] By: jhi                                   on 2001/03/16  03:15:34
62248         Log: Make the Filter::Util:Call files have their own copies
62249              of the Perl standard module licensing, from Paul Marquess.
62250      Branch: perl
62251            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
62252 ____________________________________________________________________________
62253 [  9176] By: jhi                                   on 2001/03/16  02:56:04
62254         Log: Subject: [PATCH] more pod patches
62255              From: Michael Stevens <michael@etla.org>
62256              Date: Thu, 15 Mar 2001 21:25:18 +0000
62257              Message-ID: <20010315212518.A18870@firedrake.org>
62258      Branch: perl
62259            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
62260            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
62261            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
62262            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
62263            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
62264            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
62265            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
62266            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
62267            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
62268            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
62269            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
62270            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
62271            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
62272            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
62273            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
62274            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
62275            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
62276            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
62277            ! lib/Locale/Country.pm lib/Locale/Language.pm
62278            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
62279            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
62280            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
62281            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
62282            ! os2/OS2/Process/Process.pm
62283 ____________________________________________________________________________
62284 [  9175] By: jhi                                   on 2001/03/16  02:53:32
62285         Log: Subject: [PATCH] the uncontroversial doc patches
62286              From: Michael Stevens <michael@etla.org>
62287              Date: Thu, 15 Mar 2001 20:01:12 +0000
62288              Message-ID: <20010315200112.A7636@firedrake.org>
62289      Branch: perl
62290            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
62291            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
62292            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
62293            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
62294            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
62295 ____________________________________________________________________________
62296 [  9174] By: jhi                                   on 2001/03/16  02:50:49
62297         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
62298              From: Paul Lindner <lindner@inuus.com>
62299              Date: Fri, 16 Mar 2001 11:28:03 -0800
62300              Message-ID: <20010316112803.A7577@inuus.com>
62301      Branch: perl
62302            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
62303 ____________________________________________________________________________
62304 [  9173] By: nick                                  on 2001/03/15  20:21:03
62305         Log: 1st day's EBCDIC fixes:
62306              - toke.c's parsing of strings needed attention
62307              needed to conditionally e2a if string was already UTF-8
62308              - e2a/a2e tables where wrong way round.
62309              - new macros in utf8.h
62310      Branch: perlio
62311            ! perl.h toke.c utf8.h
62312 ____________________________________________________________________________
62313 [  9172] By: jhi                                   on 2001/03/15  15:17:17
62314         Log: Update Changes.
62315      Branch: perl
62316            ! Changes patchlevel.h
62317 ____________________________________________________________________________
62318 [  9171] By: jhi                                   on 2001/03/15  15:09:32
62319         Log: Subject: Re: Another Borland C++ problem.
62320              From: "Vadim Konovalov" <watman@inbox.ru>
62321              Date: Sat, 10 Mar 2001 19:26:07 +0300
62322              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
62323              
62324              Borland filename case problem.
62325      Branch: perl
62326            + win32/sncfnmcs.pl
62327            ! MANIFEST README.win32
62328 ____________________________________________________________________________
62329 [  9170] By: jhi                                   on 2001/03/15  14:54:23
62330         Log: Add Locale::Codes 1.06, from Neil Bowers.
62331      Branch: perl
62332            + lib/Locale/Constants.pm lib/Locale/Country.pm
62333            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
62334            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
62335            + t/lib/lc-language.t t/lib/lc-uk.t
62336            ! MANIFEST
62337 ____________________________________________________________________________
62338 [  9169] By: jhi                                   on 2001/03/15  14:19:01
62339         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
62340      Branch: perl
62341            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
62342            ! ext/Storable/Storable.xs
62343 ____________________________________________________________________________
62344 [  9168] By: jhi                                   on 2001/03/15  14:13:22
62345         Log: Integrate changes #9120,9167 from mainline to maintperl.
62346              
62347              Subject: [PATCH 5.6.1] OS/2 docs
62348              
62349              Subject: [PATCH 5.6.1] perldoc
62350      Branch: maint-5.6/perl
62351           !> os2/Changes utils/perldoc.PL
62352 ____________________________________________________________________________
62353 [  9167] By: jhi                                   on 2001/03/15  14:07:42
62354         Log: Subject: [PATCH 5.6.1] perldoc
62355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62356              Date: Wed, 14 Mar 2001 23:46:52 -0500
62357              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
62358      Branch: perl
62359            ! utils/perldoc.PL
62360 ____________________________________________________________________________
62361 [  9166] By: jhi                                   on 2001/03/15  13:53:15
62362         Log: sigaction test condition tweakage.
62363      Branch: perl
62364            ! t/lib/sigaction.t
62365 ____________________________________________________________________________
62366 [  9165] By: alanbur                               on 2001/03/15  03:49:17
62367         Log: Resynchronised with parent
62368      Branch: maint-5.6/pureperl
62369           +> os2/os2add.sym t/op/anonsub.t
62370           !> (integrate 72 files)
62371 ____________________________________________________________________________
62372 [  9164] By: jhi                                   on 2001/03/15  01:05:01
62373         Log: Avoid stomping off the beginning of an array in tr///.
62374      Branch: perl
62375            ! op.c
62376 ____________________________________________________________________________
62377 [  9163] By: jhi                                   on 2001/03/15  00:58:57
62378         Log: h2ph strictness and cleanliness from Kurt Starsinic.
62379      Branch: perl
62380            ! utils/h2ph.PL
62381 ____________________________________________________________________________
62382 [  9162] By: gsar                                  on 2001/03/15  00:56:53
62383         Log: avoid warnings
62384      Branch: maint-5.6/perl
62385            ! t/op/magic.t
62386 ____________________________________________________________________________
62387 [  9161] By: gsar                                  on 2001/03/15  00:52:09
62388         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
62389              results
62390      Branch: maint-5.6/perl
62391            ! t/op/magic.t
62392 ____________________________________________________________________________
62393 [  9160] By: jhi                                   on 2001/03/14  22:02:10
62394         Log: Do not use the Perl malloc in IRIX, suggested by
62395              Helmus Jarausch.
62396      Branch: perl
62397            ! hints/irix_6.sh
62398 ____________________________________________________________________________
62399 [  9159] By: nick                                  on 2001/03/14  21:45:59
62400         Log: Integrate mainline
62401      Branch: perlio
62402           +> t/op/loopctl.t
62403           !> (integrate 41 files)
62404 ____________________________________________________________________________
62405 [  9158] By: jhi                                   on 2001/03/14  21:10:09
62406         Log: The Day of the Retractions continues: the #9138
62407              (integrated in #9144) doesn't work well in mainline.
62408      Branch: perl
62409            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62410            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62411            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62412 ____________________________________________________________________________
62413 [  9157] By: jhi                                   on 2001/03/14  20:58:12
62414         Log: The #9145 CANNOT be enabled: the clear_pmop code still
62415              dumps core all over in Tru64.
62416      Branch: perl
62417            ! op.c op.h t/op/pat.t
62418 ____________________________________________________________________________
62419 [  9156] By: jhi                                   on 2001/03/14  20:48:06
62420         Log: Integrate change #9154 from maintperl to mainline.
62421              
62422              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
62423              (caused Storable 1.0.10 to break on windows)
62424      Branch: perl
62425           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
62426           !> perlapi.c proto.h
62427 ____________________________________________________________________________
62428 [  9155] By: jhi                                   on 2001/03/14  20:23:53
62429         Log: Retract #9136: breaks threading (and binary compatibility).
62430      Branch: perl
62431            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
62432 ____________________________________________________________________________
62433 [  9154] By: gsar                                  on 2001/03/14  17:48:18
62434         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
62435              (caused Storable 1.0.10 to break on windows)
62436      Branch: maint-5.6/perl
62437            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
62438            ! perlapi.c proto.h
62439 ____________________________________________________________________________
62440 [  9153] By: jhi                                   on 2001/03/14  13:35:21
62441         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
62442      Branch: perl
62443            ! t/lib/sigaction.t
62444 ____________________________________________________________________________
62445 [  9152] By: gsar                                  on 2001/03/14  07:29:40
62446         Log: back out changes#9012,9010,9009 and parts of change#9016
62447              (causes ABRs under purify, and some prerequisites don't
62448              seem to be there in 5.6.x)
62449      Branch: maint-5.6/perl
62450            ! doop.c op.c t/op/tr.t toke.c
62451 ____________________________________________________________________________
62452 [  9151] By: gsar                                  on 2001/03/14  07:01:29
62453         Log: reenable change#9145 (the test was busted due to a missing
62454              C<print "ok 27\n">)
62455      Branch: perl
62456            ! op.c op.h t/op/pat.t
62457 ____________________________________________________________________________
62458 [  9150] By: jhi                                   on 2001/03/14  06:38:36
62459         Log: Retract #9145.
62460      Branch: perl
62461            ! op.c op.h t/op/pat.t
62462 ____________________________________________________________________________
62463 [  9149] By: jhi                                   on 2001/03/14  06:14:56
62464         Log: Retract #9143.
62465      Branch: perl
62466            ! op.c
62467 ____________________________________________________________________________
62468 [  9148] By: gsar                                  on 2001/03/14  06:13:02
62469         Log: Uninitialized Memory Read in regexec.c
62470      Branch: perl
62471            ! regexec.c
62472 ____________________________________________________________________________
62473 [  9147] By: jhi                                   on 2001/03/14  04:59:54
62474         Log: Subject: PATCH: make goto work in nested eval ""
62475              From: Robin Houston <robin@kitsite.com>
62476              Date: Wed, 14 Mar 2001 04:16:10 +0000
62477              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
62478      Branch: perl
62479            ! pp_ctl.c t/op/goto.t
62480 ____________________________________________________________________________
62481 [  9146] By: jhi                                   on 2001/03/14  04:42:54
62482         Log: Preserve the #ifdef PERL_CORE in perly.h.
62483      Branch: perl
62484            ! perly.fixer
62485 ____________________________________________________________________________
62486 [  9145] By: jhi                                   on 2001/03/14  03:57:41
62487         Log: (Retracted by #9150.)
62488      Branch: perl
62489            ! op.c op.h t/op/pat.t
62490 ____________________________________________________________________________
62491 [  9144] By: jhi                                   on 2001/03/14  03:50:38
62492         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
62493              
62494              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
62495              
62496              remove squelch controls for "Scalars leaked" messages in most places
62497              (these are now cured)
62498              
62499              fix another memory leak reported by purify (tie callbacks that
62500              croak can leak when wiping out magic)
62501      Branch: perl
62502           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
62503           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
62504           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
62505           !> t/pragma/warnings.t
62506 ____________________________________________________________________________
62507 [  9143] By: jhi                                   on 2001/03/14  03:37:53
62508         Log: (Retracted by #9149.)
62509      Branch: perl
62510            ! op.c
62511 ____________________________________________________________________________
62512 [  9142] By: gsar                                  on 2001/03/14  03:20:48
62513         Log: fix another memory leak reported by purify (tie callbacks that
62514              croak can leak when wiping out magic)
62515      Branch: maint-5.6/perl
62516            ! scope.c
62517 ____________________________________________________________________________
62518 [  9141] By: jhi                                   on 2001/03/14  02:55:00
62519         Log: Subject: PATCH for [ID 20010305.003]
62520              From: Robin Houston <robin@kitsite.com>
62521              Date: Wed, 14 Mar 2001 02:45:51 +0000
62522              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
62523      Branch: perl
62524            ! pp_ctl.c t/op/eval.t
62525 ____________________________________________________________________________
62526 [  9140] By: jhi                                   on 2001/03/14  02:41:54
62527         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
62528              Date: Wed, 14 Mar 2001 01:52:51 +0000
62529              From: Robin Houston <robin@kitsite.com>
62530              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
62531              
62532              Fix for 2000313.004.
62533      Branch: perl
62534            ! pp_ctl.c t/op/goto.t
62535 ____________________________________________________________________________
62536 [  9139] By: jhi                                   on 2001/03/14  02:40:50
62537         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
62538              From: Robin Houston <robin@kitsite.com>
62539              Date: Wed, 14 Mar 2001 00:43:45 +0000
62540              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
62541      Branch: perl
62542            + t/op/loopctl.t
62543            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
62544            ! vms/perly_c.vms
62545 ____________________________________________________________________________
62546 [  9138] By: gsar                                  on 2001/03/14  01:18:00
62547         Log: remove squelch controls for "Scalars leaked" messages in most places
62548              (these are now cured)
62549      Branch: maint-5.6/perl
62550            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62551            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62552            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62553 ____________________________________________________________________________
62554 [  9137] By: gsar                                  on 2001/03/14  00:57:04
62555         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
62556      Branch: maint-5.6/perl
62557            ! regcomp.c
62558 ____________________________________________________________________________
62559 [  9136] By: jhi                                   on 2001/03/13  23:12:24
62560         Log: (Retracted by #9155)
62561              
62562              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
62563              From: Jens-Uwe Mager <jum@helios.de>
62564              Date: Wed, 21 Feb 2001 21:32:04 +0100
62565              Message-ID: <20010221213203.A18340@ans.helios.de>
62566      Branch: perl
62567            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
62568 ____________________________________________________________________________
62569 [  9135] By: jhi                                   on 2001/03/13  22:50:05
62570         Log: Integrate perlio:
62571              
62572              [  9126]
62573              #ifdef'ed out code to make packed side of pack/unpack
62574              octets. (i.e. pack('U') => encode_utf8).
62575      Branch: perl
62576           !> pp.c
62577 ____________________________________________________________________________
62578 [  9134] By: jhi                                   on 2001/03/13  22:49:05
62579         Log: Integrate change #9131 from maintperl into mainline.
62580              
62581              make the error text look more consistent in hints/hpux.sh
62582      Branch: perl
62583           !> hints/hpux.sh
62584 ____________________________________________________________________________
62585 [  9133] By: gsar                                  on 2001/03/13  22:46:20
62586         Log: integrate change#9067 from mainline
62587              
62588              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
62589      Branch: maint-5.6/perl
62590           !> lib/ExtUtils/MM_Unix.pm
62591 ____________________________________________________________________________
62592 [  9132] By: jhi                                   on 2001/03/13  22:41:21
62593         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
62594              From: "John P. Linderman" <jpl@research.att.com>
62595              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
62596              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
62597              
62598              A more correct prime finder.
62599      Branch: perl
62600            ! lib/Tie/SubstrHash.pm
62601 ____________________________________________________________________________
62602 [  9131] By: gsar                                  on 2001/03/13  22:30:42
62603         Log: make the error text look more consistent in hints/hpux.sh
62604      Branch: maint-5.6/perl
62605            ! hints/hpux.sh
62606 ____________________________________________________________________________
62607 [  9130] By: jhi                                   on 2001/03/13  22:23:44
62608         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
62609              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62610              Date: Tue, 13 Mar 2001 18:41:26 +0100
62611              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
62612              
62613              If the test is run non-interactively the default handler
62614              is different.
62615      Branch: perl
62616            ! t/lib/sigaction.t
62617 ____________________________________________________________________________
62618 [  9129] By: jhi                                   on 2001/03/13  22:20:21
62619         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
62620              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62621              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
62622              Date:     Tue, 13 Mar 2001 16:44:32 EST
62623      Branch: perl
62624            ! t/lib/1_compile.t
62625 ____________________________________________________________________________
62626 [  9128] By: jhi                                   on 2001/03/13  22:18:34
62627         Log: Subject: Another patch for integer.pm POD 
62628              From: "John L. Allen" <allen@grumman.com>
62629              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
62630              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
62631      Branch: perl
62632            ! lib/integer.pm
62633 ____________________________________________________________________________
62634 [  9127] By: nick                                  on 2001/03/13  21:26:30
62635         Log: Integrate mainline.
62636      Branch: perlio
62637           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
62638           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
62639           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
62640           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
62641           !> Changes Configure MANIFEST README.os2 README.os390
62642           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
62643           !> os2/Changes patchlevel.h win32/perlhost.h
62644 ____________________________________________________________________________
62645 [  9126] By: nick                                  on 2001/03/13  20:39:51
62646         Log: #ifdef'ed out code to make packed side of pack/unpack
62647              octets. (i.e. pack('U') => encode_utf8).
62648      Branch: perlio
62649            ! pp.c
62650 ____________________________________________________________________________
62651 [  9125] By: jhi                                   on 2001/03/13  15:07:16
62652         Log: Update Changes.
62653      Branch: perl
62654            ! Changes patchlevel.h
62655 ____________________________________________________________________________
62656 [  9124] By: jhi                                   on 2001/03/13  14:22:45
62657         Log: Workaround for the buggy ("internal compiler error")
62658              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
62659              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
62660              of Andreas König.
62661      Branch: perl
62662            ! ext/re/Makefile.PL hints/aix.sh
62663 ____________________________________________________________________________
62664 [  9123] By: jhi                                   on 2001/03/13  03:24:34
62665         Log: Typo in #9114.
62666      Branch: metaconfig
62667            ! U/modified/myhostname.U
62668 ____________________________________________________________________________
62669 [  9122] By: jhi                                   on 2001/03/13  03:24:06
62670         Log: Typo in #9113.
62671      Branch: perl
62672            ! Configure
62673 ____________________________________________________________________________
62674 [  9121] By: jhi                                   on 2001/03/13  01:53:05
62675         Log: Forgot to check-in the larger part of #9120, duh.
62676      Branch: perl
62677            ! README.os2
62678 ____________________________________________________________________________
62679 [  9120] By: jhi                                   on 2001/03/13  01:51:31
62680         Log: Subject: [PATCH 5.6.1] OS/2 docs
62681              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62682              Date: Mon, 12 Mar 2001 03:27:32 -0500
62683              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
62684      Branch: perl
62685            ! os2/Changes
62686 ____________________________________________________________________________
62687 [  9119] By: jhi                                   on 2001/03/13  01:49:41
62688         Log: Integrate change #9116 from maintperl into mainline.
62689              
62690              Win32::GetCwd() returns C: instead of C:\ in the root directory
62691              under ithreads
62692      Branch: perl
62693           !> win32/perlhost.h
62694 ____________________________________________________________________________
62695 [  9118] By: jhi                                   on 2001/03/13  01:13:39
62696         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
62697      Branch: perl
62698            + lib/Switch.pm t/lib/switch.t
62699            ! MANIFEST
62700 ____________________________________________________________________________
62701 [  9117] By: jhi                                   on 2001/03/13  01:03:17
62702         Log: Add Text::Balanced 1.83.
62703      Branch: perl
62704            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
62705            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
62706            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
62707            + t/lib/tb-xvari.t
62708            ! MANIFEST
62709 ____________________________________________________________________________
62710 [  9116] By: gsar                                  on 2001/03/13  00:55:53
62711         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
62712              under ithreads
62713      Branch: maint-5.6/perl
62714            ! win32/perlhost.h
62715 ____________________________________________________________________________
62716 [  9115] By: jhi                                   on 2001/03/13  00:54:09
62717         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
62718              From: "John L. Allen" <allen@grumman.com>
62719              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
62720              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
62721              
62722              use integer document clarification.
62723      Branch: perl
62724            ! lib/integer.pm
62725 ____________________________________________________________________________
62726 [  9114] By: jhi                                   on 2001/03/13  00:38:54
62727         Log: Metaconfig unit change for #9113.
62728      Branch: metaconfig
62729            ! U/modified/myhostname.U
62730 ____________________________________________________________________________
62731 [  9113] By: jhi                                   on 2001/03/13  00:38:35
62732         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?)
62733              From: Peter Prymmer <pvhp@forte.com>
62734              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
62735              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
62736      Branch: perl
62737            ! Configure README.os390 hints/os390.sh
62738 ____________________________________________________________________________
62739 [  9112] By: jhi                                   on 2001/03/13  00:29:00
62740         Log: Integrate perlio:
62741              
62742              [  9110]
62743              #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
62744      Branch: perl
62745           !> sv.c utf8.h
62746 ____________________________________________________________________________
62747 [  9111] By: nick                                  on 2001/03/12  21:16:33
62748         Log: Integrate mainline.
62749      Branch: perlio
62750           +> t/op/anonsub.t
62751           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62752           !> proto.h sv.c
62753 ____________________________________________________________________________
62754 [  9110] By: nick                                  on 2001/03/12  21:00:13
62755         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
62756      Branch: perlio
62757            ! sv.c utf8.h
62758 ____________________________________________________________________________
62759 [  9109] By: jhi                                   on 2001/03/12  16:04:47
62760         Log: Integrate change #9108 from maintperl to mainline.
62761              
62762              fix memory leak in C<sub X { sub {} }> arising from a refcount
62763              loop between the outer sub and the inner prototype anonsub
62764              
62765              this also enables closures returned by subroutines that
62766              subsequently get redefined to work without generating coredumps :)
62767              
62768              completely removed the free_closures() hack--it shouldn't be
62769              needed anymore
62770      Branch: perl
62771           +> t/op/anonsub.t
62772           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62773           !> proto.h sv.c
62774 ____________________________________________________________________________
62775 [  9108] By: gsar                                  on 2001/03/12  10:21:31
62776         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
62777              loop between the outer sub and the inner prototype anonsub
62778              
62779              this also enables closures returned by subroutines that
62780              subsequently get redefined to work without generating coredumps :)
62781              
62782              completely removed the free_closures() hack--it shouldn't be
62783              needed anymore
62784      Branch: maint-5.6/perl
62785            + t/op/anonsub.t
62786            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62787            ! proto.h sv.c
62788 ____________________________________________________________________________
62789 [  9107] By: jhi                                   on 2001/03/12  05:15:31
62790         Log: Integrate perlio:
62791              
62792              [  9106]
62793              regcomp.c is working in native space, not Unicode space (if different)
62794              as it is doing compare against 'W' in \W etc.
62795              
62796              [  9105]
62797              Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
62798              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
62799              
62800              [  9104]
62801              Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
62802              
62803              [  9102]
62804              USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
62805              - exclude layer syms in makedef.pl for sfio
62806              - also inhibit Encode from trying to build ":encode()" layer.
62807      Branch: perl
62808           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
62809 ____________________________________________________________________________
62810 [  9106] By: nick                                  on 2001/03/11  20:10:12
62811         Log: regcomp.c is working in native space, not Unicode space (if different)
62812              as it is doing compare against 'W' in \W etc.
62813      Branch: perlio
62814            ! regcomp.c
62815 ____________________________________________________________________________
62816 [  9105] By: nick                                  on 2001/03/11  19:39:34
62817         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
62818              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
62819      Branch: perlio
62820            ! regcomp.c toke.c utf8.c
62821 ____________________________________________________________________________
62822 [  9104] By: nick                                  on 2001/03/11  18:15:44
62823         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
62824      Branch: perlio
62825            ! sv.c
62826 ____________________________________________________________________________
62827 [  9103] By: nick                                  on 2001/03/11  18:03:28
62828         Log: Integrate mainline (for regexp stuff).
62829      Branch: perlio
62830           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
62831           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
62832           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
62833           !> t/lib/errno.t t/op/pat.t
62834 ____________________________________________________________________________
62835 [  9102] By: nick                                  on 2001/03/11  17:44:20
62836         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
62837              - exclude layer syms in makedef.pl for sfio
62838              - also inhibit Encode from trying to build ":encode()" layer.
62839      Branch: perlio
62840            ! ext/Encode/Encode.xs makedef.pl
62841 ____________________________________________________________________________
62842 [  9101] By: jhi                                   on 2001/03/10  22:38:13
62843         Log: The $Is_MacOS needs to be declared.
62844      Branch: perl
62845            ! lib/ExtUtils/Manifest.pm
62846 ____________________________________________________________________________
62847 [  9100] By: jhi                                   on 2001/03/10  22:14:29
62848         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
62849              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
62850              pollute the symbolspace if using sfio.
62851      Branch: perl
62852            ! ext/Encode/Encode.xs
62853 ____________________________________________________________________________
62854 [  9099] By: jhi                                   on 2001/03/10  21:58:48
62855         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
62856              Date: Sat, 10 Mar 2001 14:23:55 -0500
62857              From: Chris Nandor <pudge@pobox.com>
62858              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
62859      Branch: perl
62860            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
62861            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
62862            ! t/lib/errno.t
62863 ____________________________________________________________________________
62864 [  9098] By: jhi                                   on 2001/03/10  21:38:30
62865         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
62866      Branch: perl
62867            ! regcomp.c regexec.c t/op/pat.t
62868 ____________________________________________________________________________
62869 [  9097] By: jhi                                   on 2001/03/10  14:38:07
62870         Log: Integrate perlio:
62871              
62872              [  9096]
62873              EBCDIC sanity - phase I
62874              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
62875              - use utf8n_xxxx (c.f. pvn) for forms which take length.
62876              - back out vN.N and $^V exceptions to e2a/a2e
62877              - make "locale" isxxx macros be uvchr (may be redundant?)
62878              Not clear yet that toUPPER_uni et. al. return being handled correctly.
62879              The tr// and rexexp stuff still needs an audit, assumption is they are working
62880              in Unicode space.
62881              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
62882      Branch: perl
62883           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
62884           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
62885           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
62886 ____________________________________________________________________________
62887 [  9096] By: nick                                  on 2001/03/10  11:55:43
62888         Log: EBCDIC sanity - phase I
62889              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
62890              - use utf8n_xxxx (c.f. pvn) for forms which take length.
62891              - back out vN.N and $^V exceptions to e2a/a2e
62892              - make "locale" isxxx macros be uvchr (may be redundant?)
62893              
62894              Not clear yet that toUPPER_uni et. al. return being handled correctly.
62895              The tr// and rexexp stuff still needs an audit, assumption is they are working
62896              in Unicode space.
62897              
62898              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
62899      Branch: perlio
62900            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
62901            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
62902            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
62903 ____________________________________________________________________________
62904 [  9095] By: jhi                                   on 2001/03/09  22:10:01
62905         Log: Integrate perlio:
62906              
62907              [  9094]
62908              Builds an passes all tests after integrate and this tweak.
62909      Branch: perl
62910           !> dump.c
62911 ____________________________________________________________________________
62912 [  9094] By: nick                                  on 2001/03/09  17:36:38
62913         Log: Builds an passes all tests after integrate and this tweak.
62914      Branch: perlio
62915            ! dump.c
62916 ____________________________________________________________________________
62917 [  9093] By: nick                                  on 2001/03/09  17:16:03
62918         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
62919      Branch: perlio
62920           +> lib/unicode/Scripts.txt t/lib/sigaction.t
62921           !> (integrate 79 files)
62922 ____________________________________________________________________________
62923 [  9092] By: jhi                                   on 2001/03/09  15:28:26
62924         Log: Update Changes.
62925      Branch: perl
62926            ! Changes patchlevel.h
62927 ____________________________________________________________________________
62928 [  9091] By: jhi                                   on 2001/03/09  15:25:05
62929         Log: In op/stat #35 better to scan all the potential directories
62930              for setuids, not just the first one.
62931      Branch: perl
62932            ! t/op/stat.t
62933 ____________________________________________________________________________
62934 [  9090] By: jhi                                   on 2001/03/09  15:01:27
62935         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
62936              From: rspier@pobox.com (Robert Spier)
62937              Date: Fri, 9 Mar 2001 03:30:20 -0500
62938              Message-ID: <15016.38044.381174.160189@rls.cx>
62939              
62940              EXISTS() returning undef mistakenly triggered a FETCH().
62941      Branch: perl
62942            ! hv.c
62943 ____________________________________________________________________________
62944 [  9089] By: jhi                                   on 2001/03/09  14:59:02
62945         Log: Add /sbin and /usr/sbin to the list of directories scanned
62946              for setuid programs.  Takes care of bug id 20010309.003.
62947      Branch: perl
62948            ! t/op/stat.t
62949 ____________________________________________________________________________
62950 [  9088] By: jhi                                   on 2001/03/09  14:48:32
62951         Log: Regen perlapi, perltoc.
62952      Branch: perl
62953            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
62954 ____________________________________________________________________________
62955 [  9087] By: jhi                                   on 2001/03/09  14:38:56
62956         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
62957              From: David Mitchell <davem@fdgroup.co.uk>
62958              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
62959              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
62960      Branch: perl
62961            ! dump.c perl.c perl.h pod/perlrun.pod
62962 ____________________________________________________________________________
62963 [  9086] By: jhi                                   on 2001/03/09  01:47:16
62964         Log: A modified version of
62965              
62966              Subject: [ID 20010307.005] POSIX::sigaction has various problems
62967              From: anders@broadcom.com
62968              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
62969              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
62970              
62971              Currently the sigaction.t test #6 fails (and is fudged to look
62972              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
62973              This may well be a genuine bug in Linux sigaction() (since at
62974              least Tru64, Solaris, and HP-UX disagree with Linux).
62975              Anyone with POSIX / SUSv2 tome handy?  The problem is that
62976              the flags of the oldaction don't match with the flags in
62977              the previously installed disposition.
62978      Branch: perl
62979            + t/lib/sigaction.t
62980            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
62981 ____________________________________________________________________________
62982 [  9085] By: jhi                                   on 2001/03/09  01:30:13
62983         Log: Subject: Re: mission impossible for the day
62984              From: Alex Gough <alex@rcon.org>
62985              Date: Thu, 08 Mar 2001 17:18:19 +0000
62986              Message-ID: <3AA7BEDB.8070409@rcon.org>
62987              
62988              If references (are overloaded) and can be directly stringified,
62989              show that instead of "stringified".
62990              
62991              (The problem, infinite mutual recursion caused by overloaded bool
62992              in Switch.pm, tracked by David Mitchell)
62993      Branch: perl
62994            ! lib/Carp/Heavy.pm
62995 ____________________________________________________________________________
62996 [  9084] By: jhi                                   on 2001/03/09  01:20:39
62997         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
62998              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
62999              From: David Mitchell <davem@fdgroup.co.uk>
63000              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
63001      Branch: perl
63002            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
63003            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
63004 ____________________________________________________________________________
63005 [  9083] By: jhi                                   on 2001/03/09  01:16:51
63006         Log: Subject: [PATCH] perldata.pod here-doc docs
63007              From: Jeff Pinyan <jeffp@crusoe.net>
63008              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
63009              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
63010      Branch: perl
63011            ! pod/perldata.pod
63012 ____________________________________________________________________________
63013 [  9082] By: jhi                                   on 2001/03/09  01:01:27
63014         Log: Subject: Re: Unicode/EBCDIC
63015              From: Peter Prymmer <pvhp@forte.com>
63016              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
63017              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
63018      Branch: perl
63019            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
63020 ____________________________________________________________________________
63021 [  9081] By: jhi                                   on 2001/03/08  13:41:30
63022         Log: Subject: Ooops, wrong 'no *POSIX' Patch
63023              From: Dorner Thomas <Thomas.Dorner@start.de>
63024              Date: Thu, 8 Mar 2001 08:43:28 +0100
63025              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
63026      Branch: perl
63027            ! hints/posix-bc.sh
63028 ____________________________________________________________________________
63029 [  9080] By: jhi                                   on 2001/03/08  13:11:42
63030         Log: It's Scripts.txt, not Script.txt.
63031      Branch: perl
63032            ! MANIFEST
63033 ____________________________________________________________________________
63034 [  9079] By: jhi                                   on 2001/03/08  12:59:05
63035         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
63036              From: Dorner Thomas <Thomas.Dorner@start.de>
63037              Date: Wed, 7 Mar 2001 14:13:31 +0100
63038              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
63039      Branch: perl
63040            ! makedepend.SH
63041 ____________________________________________________________________________
63042 [  9078] By: jhi                                   on 2001/03/08  12:57:43
63043         Log: Retract #9069, wrong patch.
63044      Branch: perl
63045            ! Makefile.SH
63046 ____________________________________________________________________________
63047 [  9077] By: jhi                                   on 2001/03/08  01:06:13
63048         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
63049      Branch: perl
63050            + lib/unicode/Scripts.txt
63051            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
63052            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
63053            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
63054            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
63055            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
63056            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
63057            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
63058            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
63059            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
63060            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
63061            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
63062            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
63063            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
63064            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
63065            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
63066            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
63067            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
63068            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
63069            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
63070            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
63071            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
63072            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
63073            ! lib/unicode/version
63074 ____________________________________________________________________________
63075 [  9076] By: jhi                                   on 2001/03/07  22:59:39
63076         Log: Integrate change #7784 from mainline into maintperl.
63077              
63078              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
63079      Branch: maint-5.6/perl
63080           !> pp_ctl.c t/op/pat.t
63081 ____________________________________________________________________________
63082 [  9075] By: jhi                                   on 2001/03/07  22:05:11
63083         Log: More UTF-8 test tweaks.
63084      Branch: perl
63085            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
63086 ____________________________________________________________________________
63087 [  9074] By: nick                                  on 2001/03/07  21:39:29
63088         Log: Integrate mainline.
63089      Branch: perlio
63090           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
63091           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
63092           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
63093           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
63094           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
63095 ____________________________________________________________________________
63096 [  9073] By: jhi                                   on 2001/03/07  16:37:09
63097         Log: Update Changes.
63098      Branch: perl
63099            ! Changes patchlevel.h
63100 ____________________________________________________________________________
63101 [  9072] By: jhi                                   on 2001/03/07  16:32:30
63102         Log: Subject: [ID 20010306.004] || != named unary operator
63103              From: abela@geneanet.org
63104              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
63105              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
63106      Branch: perl
63107            ! pod/perlop.pod
63108 ____________________________________________________________________________
63109 [  9071] By: jhi                                   on 2001/03/07  15:14:11
63110         Log: Subject: downgrading to bytes for common functions
63111              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
63112              Date: Wed, 7 Mar 2001 02:36:55 -0500
63113              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
63114      Branch: perl
63115            ! pp_sys.c
63116 ____________________________________________________________________________
63117 [  9070] By: jhi                                   on 2001/03/07  15:04:58
63118         Log: Clarify the description differentiating for and while; inspired by
63119              
63120              Subject: [ID 20010306.002] for/while difference in for definition
63121              From: abela@geneanet.org
63122              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
63123              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
63124      Branch: perl
63125            ! pod/perlsyn.pod
63126 ____________________________________________________________________________
63127 [  9069] By: jhi                                   on 2001/03/07  14:55:30
63128         Log: (Retracted by #9078.)
63129      Branch: perl
63130            ! Makefile.SH
63131 ____________________________________________________________________________
63132 [  9068] By: jhi                                   on 2001/03/07  14:51:17
63133         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
63134              From: Radu Greab <radu@netsoft.ro>
63135              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
63136              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
63137      Branch: perl
63138            ! pp.c t/op/chop.t
63139 ____________________________________________________________________________
63140 [  9067] By: jhi                                   on 2001/03/07  14:48:57
63141         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
63142              From: Simon Cozens <simon@netthink.co.uk>
63143              Date: Wed, 7 Mar 2001 13:59:28 +0000
63144              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
63145              
63146              In order to allow MakeMaker to build correct Makefiles,
63147              you need to change the order of the arguments in MM_Unix.pm
63148              as well. (Unless you have C89_CCMODE set, but we're trying
63149              to be POSIXly correct)
63150              
63151              Thanks to Merijn Broeren for tracking this down.
63152      Branch: perl
63153            ! lib/ExtUtils/MM_Unix.pm
63154 ____________________________________________________________________________
63155 [  9066] By: jhi                                   on 2001/03/07  14:30:02
63156         Log: Floating point too messy.
63157      Branch: perl
63158            ! t/camel-III/vstring.t
63159 ____________________________________________________________________________
63160 [  9065] By: jhi                                   on 2001/03/07  14:17:44
63161         Log: Integrate change #9064 from maintperl into mainline.
63162              
63163              fix memory leak in pack("Bb",...)
63164      Branch: perl
63165           !> perl.c
63166 ____________________________________________________________________________
63167 [  9064] By: gsar                                  on 2001/03/07  06:29:24
63168         Log: fix memory leak in pack("Bb",...)
63169      Branch: maint-5.6/perl
63170            ! perl.c
63171 ____________________________________________________________________________
63172 [  9063] By: jhi                                   on 2001/03/07  00:55:04
63173         Log: Major utf8 test reorganisation and rewrite.
63174              Hopefully no tests were lost in the shuffle.
63175              (The beginning of pragma/utf8 was lost intentionally,
63176              the tests were rather bogus and incomplete.)
63177      Branch: perl
63178            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
63179            ! t/pragma/utf8.t
63180 ____________________________________________________________________________
63181 [  9062] By: jhi                                   on 2001/03/07  00:41:16
63182         Log: More tweakage on the Unicode character class descriptions.
63183      Branch: perl
63184            ! lib/unicode/mktables.PL pod/perlretut.pod
63185 ____________________________________________________________________________
63186 [  9061] By: jhi                                   on 2001/03/06  23:12:38
63187         Log: The perlretut was still talking about the old \p and \P
63188              definitions.
63189      Branch: perl
63190            ! pod/perlretut.pod
63191 ____________________________________________________________________________
63192 [  9060] By: nick                                  on 2001/03/06  20:52:37
63193         Log: Integrate mainline (make test works again now).
63194      Branch: perlio
63195           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
63196 ____________________________________________________________________________
63197 [  9059] By: jhi                                   on 2001/03/06  15:36:14
63198         Log: 0.999... does equal 1.0, doesn't it?
63199      Branch: perl
63200            ! t/camel-III/vstring.t
63201 ____________________________________________________________________________
63202 [  9058] By: jhi                                   on 2001/03/06  15:34:00
63203         Log: Make /x{abcd}/ to work without use utf8.
63204      Branch: perl
63205            ! regcomp.c
63206 ____________________________________________________________________________
63207 [  9057] By: jhi                                   on 2001/03/06  03:02:36
63208         Log: Easier to outcomment all the three reset() tests for now.
63209      Branch: perl
63210            ! t/op/pat.t
63211 ____________________________________________________________________________
63212 [  9056] By: jhi                                   on 2001/03/06  02:30:02
63213         Log: Comment out the deadly reset; until the 20010301.005
63214              is finally fixed.
63215      Branch: perl
63216            ! t/op/pat.t
63217 ____________________________________________________________________________
63218 [  9055] By: jhi                                   on 2001/03/06  02:21:26
63219         Log: Integrate the change #9054 from mainline:
63220              retract the PMOP cleanup patch pending further investigation.
63221      Branch: maint-5.6/perl
63222           !> op.c op.h
63223 ____________________________________________________________________________
63224 [  9054] By: jhi                                   on 2001/03/06  02:19:57
63225         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
63226              with oddly familiar stack traces.
63227      Branch: perl
63228            ! op.c op.h
63229 ____________________________________________________________________________
63230 [  9053] By: jhi                                   on 2001/03/05  23:20:28
63231         Log: Integrate perlio:
63232              
63233              [  9052]
63234              skipping USE_PERLIO symbols correction.
63235              
63236              [  9051]
63237              More Encode alias tidying.
63238      Branch: perl
63239           +> ext/Encode/Encode/koi8-r.ucm
63240           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
63241           !> makedef.pl
63242 ____________________________________________________________________________
63243 [  9052] By: nick                                  on 2001/03/05  23:08:17
63244         Log: skipping USE_PERLIO symbols correction.
63245      Branch: perlio
63246            ! makedef.pl
63247 ____________________________________________________________________________
63248 [  9051] By: nick                                  on 2001/03/05  22:35:07
63249         Log: More Encode alias tidying.
63250      Branch: perlio
63251            + ext/Encode/Encode/koi8-r.ucm
63252            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
63253 ____________________________________________________________________________
63254 [  9050] By: jhi                                   on 2001/03/05  21:44:29
63255         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
63256              Sarathy's fix for ID 20010301.005.
63257      Branch: maint-5.6/perl
63258           !> op.c op.h
63259 ____________________________________________________________________________
63260 [  9049] By: nick                                  on 2001/03/05  19:54:04
63261         Log: Integrate Jarkko's Encode.pm tweak.
63262      Branch: perlio
63263           !> ext/Encode/Encode.pm
63264 ____________________________________________________________________________
63265 [  9048] By: nick                                  on 2001/03/05  19:47:57
63266         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
63267      Branch: perlio
63268           +> os2/os2add.sym
63269           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
63270           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
63271           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
63272           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
63273           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
63274 ____________________________________________________________________________
63275 [  9047] By: jhi                                   on 2001/03/05  19:25:26
63276         Log: Regen perlapi.
63277      Branch: perl
63278            ! pod/perlapi.pod
63279 ____________________________________________________________________________
63280 [  9046] By: jhi                                   on 2001/03/05  19:12:14
63281         Log: Integrate perlio:
63282              
63283              [  9043]
63284              Update MANIFEST for new test.
63285              
63286              [  9042]
63287              Some tests for Camel 3rd edition features.
63288              Make gethostbyaddr() test in above work.
63289      Branch: perl
63290           +> t/camel-III/vstring.t
63291           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
63292 ____________________________________________________________________________
63293 [  9045] By: jhi                                   on 2001/03/05  19:10:36
63294         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
63295      Branch: perl
63296            ! ext/Encode/Encode.pm
63297 ____________________________________________________________________________
63298 [  9044] By: jhi                                   on 2001/03/05  18:49:12
63299         Log: Forgot the other half of the PMOP patch (#9033).
63300      Branch: perl
63301            ! op.h
63302 ____________________________________________________________________________
63303 [  9043] By: nick                                  on 2001/03/05  18:14:47
63304         Log: Update MANIFEST for new test.
63305      Branch: perlio
63306            ! MANIFEST
63307 ____________________________________________________________________________
63308 [  9042] By: nick                                  on 2001/03/05  18:12:41
63309         Log: Some tests for Camel 3rd edition features.
63310              Make gethostbyaddr() test in above work.
63311      Branch: perlio
63312            + t/camel-III/vstring.t
63313            ! pp.h pp_sys.c t/TEST t/harness
63314 ____________________________________________________________________________
63315 [  9041] By: jhi                                   on 2001/03/05  17:41:48
63316         Log: Add more ISO 8859 encoding aliases.
63317      Branch: perl
63318            ! ext/Encode/Encode.pm
63319 ____________________________________________________________________________
63320 [  9040] By: jhi                                   on 2001/03/05  17:30:43
63321         Log: Integrate perlio:
63322              
63323              [  9039]
63324              Missed added file.
63325              
63326              [  9037]
63327              Long-standing "defined but not used" SvPVbyte*() are about to get used
63328              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
63329              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
63330              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
63331              - uses SvPV() rather than sv_2pv() in case it isn't a string.
63332      Branch: perl
63333           !> MANIFEST sv.c
63334 ____________________________________________________________________________
63335 [  9039] By: nick                                  on 2001/03/05  17:11:36
63336         Log: Missed added file.
63337      Branch: perlio
63338            ! MANIFEST
63339 ____________________________________________________________________________
63340 [  9038] By: jhi                                   on 2001/03/05  15:58:01
63341         Log: Add tr tests for EBCDIC, from Karsten Sperling.
63342      Branch: perl
63343            ! t/op/tr.t
63344 ____________________________________________________________________________
63345 [  9037] By: nick                                  on 2001/03/05  15:56:35
63346         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
63347              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
63348              
63349              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
63350              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
63351              - uses SvPV() rather than sv_2pv() in case it isn't a string.
63352      Branch: perlio
63353            ! sv.c
63354 ____________________________________________________________________________
63355 [  9036] By: jhi                                   on 2001/03/05  15:49:15
63356         Log: Add matching tests currently failing in EBCDIC,
63357              suggested by Karsten Sperling.
63358      Branch: perl
63359            ! t/op/pat.t
63360 ____________________________________________________________________________
63361 [  9035] By: jhi                                   on 2001/03/05  15:36:55
63362         Log: The #9034 needs a MANIFESTation.
63363      Branch: perl
63364            ! MANIFEST
63365 ____________________________________________________________________________
63366 [  9034] By: jhi                                   on 2001/03/05  15:35:14
63367         Log: Integrate perlio:
63368              
63369              [  9032]
63370              Encode implementation "completion"
63371              Implement and document define_encoding()
63372              Implement and document encoding aliases including define_alias()
63373              Make Encode::XS use define_encoding() rather than back-door.
63374              Move run-time *.enc to separate Encode::Tcl module.
63375              Make 'compile' honour <codeset_name>
63376              Change canonical names of to iso-8859-* and US-ascii.
63377      Branch: perl
63378           +> ext/Encode/Encode/Tcl.pm
63379           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
63380           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
63381           !> ext/Encode/Encode/iso8859-1.ucm
63382           !> ext/Encode/Encode/iso8859-10.ucm
63383           !> ext/Encode/Encode/iso8859-13.ucm
63384           !> ext/Encode/Encode/iso8859-14.ucm
63385           !> ext/Encode/Encode/iso8859-15.ucm
63386           !> ext/Encode/Encode/iso8859-16.ucm
63387           !> ext/Encode/Encode/iso8859-2.ucm
63388           !> ext/Encode/Encode/iso8859-3.ucm
63389           !> ext/Encode/Encode/iso8859-4.ucm
63390           !> ext/Encode/Encode/iso8859-5.ucm
63391           !> ext/Encode/Encode/iso8859-6.ucm
63392           !> ext/Encode/Encode/iso8859-7.ucm
63393           !> ext/Encode/Encode/iso8859-8.ucm
63394           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
63395           !> t/lib/encode.t
63396 ____________________________________________________________________________
63397 [  9033] By: jhi                                   on 2001/03/05  15:33:18
63398         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
63399              From: Gurusamy Sarathy <gsar@ActiveState.com>
63400              Date: Sun, 04 Mar 2001 22:33:15 -0800
63401              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
63402              
63403              PMOPs need to remember their own stash so that they can
63404              gracefully remove themselves from their linked list.
63405      Branch: perl
63406            ! op.c
63407 ____________________________________________________________________________
63408 [  9032] By: nick                                  on 2001/03/05  14:51:50
63409         Log: Encode implementation "completion"
63410              Implement and document define_encoding()
63411              Implement and document encoding aliases including define_alias()
63412              Make Encode::XS use define_encoding() rather than back-door.
63413              Move run-time *.enc to separate Encode::Tcl module.
63414              Make 'compile' honour <codeset_name>
63415              Change canonical names of to iso-8859-* and US-ascii.
63416      Branch: perlio
63417            + ext/Encode/Encode/Tcl.pm
63418            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
63419            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
63420            ! ext/Encode/Encode/iso8859-1.ucm
63421            ! ext/Encode/Encode/iso8859-10.ucm
63422            ! ext/Encode/Encode/iso8859-13.ucm
63423            ! ext/Encode/Encode/iso8859-14.ucm
63424            ! ext/Encode/Encode/iso8859-15.ucm
63425            ! ext/Encode/Encode/iso8859-16.ucm
63426            ! ext/Encode/Encode/iso8859-2.ucm
63427            ! ext/Encode/Encode/iso8859-3.ucm
63428            ! ext/Encode/Encode/iso8859-4.ucm
63429            ! ext/Encode/Encode/iso8859-5.ucm
63430            ! ext/Encode/Encode/iso8859-6.ucm
63431            ! ext/Encode/Encode/iso8859-7.ucm
63432            ! ext/Encode/Encode/iso8859-8.ucm
63433            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
63434            ! t/lib/encode.t
63435 ____________________________________________________________________________
63436 [  9031] By: jhi                                   on 2001/03/05  13:51:17
63437         Log: Integrate change #9030 from maintperl into mainline.
63438              
63439              Subject: [PATCH 5.6.1] OS/2 cleanup
63440      Branch: perl
63441           +> os2/os2add.sym
63442           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
63443           !> makedef.pl os2/Changes os2/Makefile.SHs
63444           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
63445           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
63446           !> os2/os2.sym os2/os2ish.h
63447 ____________________________________________________________________________
63448 [  9030] By: jhi                                   on 2001/03/05  13:46:49
63449         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
63450              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63451              Date: Mon, 5 Mar 2001 02:29:44 -0500
63452              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
63453      Branch: maint-5.6/perl
63454            + os2/os2add.sym
63455            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
63456            ! makedef.pl os2/Changes os2/Makefile.SHs
63457            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
63458            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
63459            ! os2/os2.sym os2/os2ish.h
63460 ____________________________________________________________________________
63461 [  9029] By: jhi                                   on 2001/03/05  13:40:35
63462         Log: Integrate change #9028 from maintperl into mainline.
63463              
63464              various nits in MM_Unix.pm found by disabling SelfLoader
63465      Branch: perl
63466           !> lib/ExtUtils/MM_Unix.pm
63467 ____________________________________________________________________________
63468 [  9028] By: gsar                                  on 2001/03/05  09:58:38
63469         Log: various nits in MM_Unix.pm found by disabling SelfLoader
63470      Branch: maint-5.6/perl
63471            ! lib/ExtUtils/MM_Unix.pm
63472 ____________________________________________________________________________
63473 [  9027] By: nick                                  on 2001/03/05  08:35:22
63474         Log: Integrate mainline
63475      Branch: perlio
63476           !> (integrate 28 files)
63477 ____________________________________________________________________________
63478 [  9026] By: jhi                                   on 2001/03/05  02:14:59
63479         Log: Integrate change #9025 from mainline to maintperl,
63480              retract \N{U+HHHH}.
63481      Branch: maint-5.6/perl
63482           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63483           !> t/lib/charnames.t toke.c
63484 ____________________________________________________________________________
63485 [  9025] By: jhi                                   on 2001/03/05  02:13:09
63486         Log: Retracting \N{U+HHHH}.
63487      Branch: perl
63488            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63489            ! t/lib/charnames.t toke.c
63490 ____________________________________________________________________________
63491 [  9024] By: jhi                                   on 2001/03/04  20:51:07
63492         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
63493              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
63494              Date: Fri, 02 Mar 2001 18:25:26 +0100
63495              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
63496              
63497              Casting problem.
63498      Branch: perl
63499            ! ext/Storable/Storable.xs
63500 ____________________________________________________________________________
63501 [  9023] By: jhi                                   on 2001/03/04  19:46:45
63502         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
63503              From: nick@talking.bollo.cx
63504              Date: Sat, 03 Mar 2001 21:41:33 +0000
63505              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
63506              
63507              Revert the workaround.
63508      Branch: perl
63509            ! perlio.c
63510 ____________________________________________________________________________
63511 [  9022] By: jhi                                   on 2001/03/04  19:36:28
63512         Log: Update Changes.
63513      Branch: perl
63514            ! Changes patchlevel.h
63515 ____________________________________________________________________________
63516 [  9021] By: jhi                                   on 2001/03/04  18:41:00
63517         Log: makedef.pl updates suggested by Chris Nandor; double-checking
63518              the changes in AIX, OS/2 Win32 would be nice.
63519      Branch: perl
63520            ! makedef.pl
63521 ____________________________________________________________________________
63522 [  9020] By: jhi                                   on 2001/03/04  18:23:58
63523         Log: Integrate change #9012 from maintperl into mainline,
63524              quench a compiler warning.
63525      Branch: perl
63526           !> toke.c
63527 ____________________________________________________________________________
63528 [  9019] By: jhi                                   on 2001/03/04  18:18:43
63529         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
63530              
63531              \N{U+HHHH} fix.
63532              
63533              pattern in G_ARRAY context
63534      Branch: maint-5.6/perl
63535           !> pp_hot.c t/op/pat.t toke.c
63536 ____________________________________________________________________________
63537 [  9018] By: jhi                                   on 2001/03/04  18:07:48
63538         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
63539              From: Jeff Pinyan <jeffp@crusoe.net>
63540              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
63541              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
63542      Branch: perl
63543            ! pp_hot.c t/op/pat.t
63544 ____________________________________________________________________________
63545 [  9017] By: jhi                                   on 2001/03/04  18:06:21
63546         Log: I thought I tested the #9014.
63547      Branch: perl
63548            ! toke.c
63549 ____________________________________________________________________________
63550 [  9016] By: jhi                                   on 2001/03/04  17:41:22
63551         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
63552              
63553              Tweak the get*ent() OS/2 prototypes.
63554              
63555              Add the \N{U+HHHH} syntax.
63556              
63557              More tr/// UTF-8 fixes from Inaba Hiroto.
63558      Branch: maint-5.6/perl
63559           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
63560           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
63561 ____________________________________________________________________________
63562 [  9015] By: jhi                                   on 2001/03/04  17:36:04
63563         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
63564      Branch: perl
63565            ! doop.c t/op/tr.t
63566 ____________________________________________________________________________
63567 [  9014] By: jhi                                   on 2001/03/04  17:24:49
63568         Log: Add the \N{U+HHHH} syntax.
63569      Branch: perl
63570            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63571            ! t/lib/charnames.t toke.c
63572 ____________________________________________________________________________
63573 [  9013] By: jhi                                   on 2001/03/04  17:20:45
63574         Log: Tweak the get*ent() OS/2 prototypes.
63575      Branch: perl
63576            ! os2/os2.c
63577 ____________________________________________________________________________
63578 [  9012] By: gsar                                  on 2001/03/04  06:26:14
63579         Log: avoid warning (nit in change#9009)
63580      Branch: maint-5.6/perl
63581            ! toke.c
63582 ____________________________________________________________________________
63583 [  9011] By: gsar                                  on 2001/03/04  06:15:24
63584         Log: lib/charnames.t fails in 5.6.x because of older Unicode
63585              data
63586              
63587              TODO: need to revisit this after updating lib/unicode/...
63588      Branch: maint-5.6/perl
63589            ! t/lib/charnames.t
63590 ____________________________________________________________________________
63591 [  9010] By: gsar                                  on 2001/03/04  06:08:36
63592         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
63593      Branch: maint-5.6/perl
63594            ! toke.c
63595 ____________________________________________________________________________
63596 [  9009] By: jhi                                   on 2001/03/03  19:27:20
63597         Log: Integrate change #9008 from mainline to maintperl,
63598              UTF-8 tr/// fixes from Inaba Hiroto.
63599      Branch: maint-5.6/perl
63600           !> doop.c op.c t/op/tr.t toke.c
63601 ____________________________________________________________________________
63602 [  9008] By: jhi                                   on 2001/03/03  19:19:42
63603         Log: UTF8 tr/// fixes from Inaba Hiroto.
63604      Branch: perl
63605            ! doop.c op.c t/op/tr.t toke.c
63606 ____________________________________________________________________________
63607 [  9007] By: jhi                                   on 2001/03/03  19:00:30
63608         Log: Integrate change #9006 from maintperl to mainline,
63609              more robust quest for the infinite.
63610      Branch: perl
63611           !> lib/Math/Complex.pm
63612 ____________________________________________________________________________
63613 [  9006] By: jhi                                   on 2001/03/03  18:58:06
63614         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
63615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63616              Date: Sat, 3 Mar 2001 12:51:50 -0500
63617              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
63618              
63619              Be more robust in our quest for the infinite.
63620      Branch: maint-5.6/perl
63621            ! lib/Math/Complex.pm
63622 ____________________________________________________________________________
63623 [  9005] By: jhi                                   on 2001/03/03  17:55:50
63624         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
63625      Branch: maint-5.6/perl
63626            ! doio.c
63627 ____________________________________________________________________________
63628 [  9004] By: jhi                                   on 2001/03/03  17:40:14
63629         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
63630              so that picky compilers like IRIX won't get huffy about
63631              "statements without effect" (like 1;).
63632      Branch: perl
63633            ! toke.c
63634 ____________________________________________________________________________
63635 [  9003] By: jhi                                   on 2001/03/03  17:15:52
63636         Log: Integrate change #9002 from mainline to maintperl.
63637              
63638              Subject: [perl-5.6.x, perl-current] accept for EPOC
63639      Branch: maint-5.6/perl
63640           !> pp_sys.c
63641 ____________________________________________________________________________
63642 [  9002] By: jhi                                   on 2001/03/03  17:14:30
63643         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
63644              From: Olaf Flebbe <O.Flebbe@science-computing.de>
63645              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
63646              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
63647      Branch: perl
63648            ! pp_sys.c
63649 ____________________________________________________________________________
63650 [  9001] By: jhi                                   on 2001/03/03  17:13:13
63651         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
63652              From: "Craig A. Berry" <craigberry@mac.com>
63653              Date: Fri, 02 Mar 2001 17:44:40 -0600
63654              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
63655      Branch: perl
63656            ! t/pod/find.t
63657 ____________________________________________________________________________
63658 [  9000] By: jhi                                   on 2001/03/03  17:11:55
63659         Log: Integrate changes #8997,8999 from maintperl.
63660              
63661              Subject: [PATCH 5.6.1] compiling on OS/2
63662              (Better error message from hints/os2.sh)
63663              
63664              Subject: [PATCH 5.6.1] syslog.t
63665      Branch: perl
63666           !> hints/os2.sh t/lib/syslog.t
63667 ____________________________________________________________________________
63668 [  8999] By: jhi                                   on 2001/03/03  17:09:28
63669         Log: Subject: [PATCH 5.6.1] syslog.t
63670              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63671              Date: Sat, 3 Mar 2001 02:11:17 -0500
63672              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
63673      Branch: maint-5.6/perl
63674            ! t/lib/syslog.t
63675 ____________________________________________________________________________
63676 [  8998] By: jhi                                   on 2001/03/03  17:07:50
63677         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
63678              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63679              Date: Sat, 3 Mar 2001 01:53:52 -0500
63680              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
63681      Branch: maint-5.6/perl
63682            ! opcode.pl os2/os2.c
63683 ____________________________________________________________________________
63684 [  8997] By: jhi                                   on 2001/03/03  17:03:30
63685         Log: Subject: [PATCH 5.6.1] compiling on OS/2
63686              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63687              Date: Sat, 3 Mar 2001 01:59:59 -0500
63688              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
63689      Branch: maint-5.6/perl
63690            ! hints/os2.sh
63691 ____________________________________________________________________________
63692 [  8996] By: jhi                                   on 2001/03/03  00:55:58
63693         Log: Regen files for mainline.
63694      Branch: perl
63695            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63696            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
63697 ____________________________________________________________________________
63698 [  8995] By: jhi                                   on 2001/03/03  00:35:22
63699         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
63700              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
63701              to maintperl.
63702              
63703              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
63704              
63705              Add Configure option -Dmksymlinks which will create a symlink
63706              forest if the current/build differs from the source directory.
63707              (8218,8220,8221,8317,8318,8971)
63708              
63709              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
63710              (Document APPLLIB_EXP in INSTALL.)
63711              
63712              If running byacc write-enable also perly.h.
63713              
63714              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
63715              
63716              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
63717              
63718              Sanity check for conflicting thread flavours.
63719              
63720              Fix the sys/fcntl.h problem reported by Peter Prymmer.
63721              
63722              Add few CPUs/architectures to the Cppsym scan,
63723              add -perlio to archname if so selected (modified 8890)
63724              
63725              Be more helpful for devel builders, suggested by John L. Allen.
63726              (admittedly pointless change for maintperl, but the usedevel
63727              code is there already)
63728      Branch: maint-5.6/perl
63729           !> Configure INSTALL Makefile.SH Porting/Glossary
63730           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
63731           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
63732           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
63733           !> win32/config.bc win32/config.gc win32/config.vc
63734 ____________________________________________________________________________
63735 [  8994] By: jhi                                   on 2001/03/02  23:31:41
63736         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
63737      Branch: metaconfig/U/perl
63738            ! gccvers.U
63739 ____________________________________________________________________________
63740 [  8993] By: jhi                                   on 2001/03/02  23:22:12
63741         Log: Regenerate various files for maint.
63742      Branch: maint-5.6/perl
63743            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
63744            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
63745 ____________________________________________________________________________
63746 [  8992] By: alanbur                               on 2001/03/02  22:48:34
63747         Log: Resync wuth parent
63748      Branch: maint-5.6/pureperl
63749           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
63750           !> (integrate 60 files)
63751 ____________________________________________________________________________
63752 [  8991] By: jhi                                   on 2001/03/02  21:00:08
63753         Log: Retract the #8742 part of #8986, backward compat.
63754      Branch: maint-5.6/perl
63755            ! embed.pl
63756 ____________________________________________________________________________
63757 [  8990] By: jhi                                   on 2001/03/02  20:40:07
63758         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
63759      Branch: maint-5.6/perl
63760            ! hv.c
63761 ____________________________________________________________________________
63762 [  8989] By: jhi                                   on 2001/03/02  19:59:56
63763         Log: Update Changes.
63764      Branch: perl
63765            ! Changes patchlevel.h
63766 ____________________________________________________________________________
63767 [  8988] By: jhi                                   on 2001/03/02  19:57:08
63768         Log: Integrate perlio:
63769              
63770              [  8969]
63771              Add charname comments to .ucm files writen by 'compile',
63772              also order charmaps in those files by source encoding.
63773              regenerate distrubuted .ucm files
63774      Branch: perl
63775           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
63776           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
63777           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
63778           !> ext/Encode/Encode/iso8859-10.ucm
63779           !> ext/Encode/Encode/iso8859-13.ucm
63780           !> ext/Encode/Encode/iso8859-14.ucm
63781           !> ext/Encode/Encode/iso8859-15.ucm
63782           !> ext/Encode/Encode/iso8859-16.ucm
63783           !> ext/Encode/Encode/iso8859-2.ucm
63784           !> ext/Encode/Encode/iso8859-3.ucm
63785           !> ext/Encode/Encode/iso8859-4.ucm
63786           !> ext/Encode/Encode/iso8859-5.ucm
63787           !> ext/Encode/Encode/iso8859-6.ucm
63788           !> ext/Encode/Encode/iso8859-7.ucm
63789           !> ext/Encode/Encode/iso8859-8.ucm
63790           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
63791           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
63792 ____________________________________________________________________________
63793 [  8987] By: jhi                                   on 2001/03/02  19:43:40
63794         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
63795              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
63796              8950,8952,8955 from mainline to maintperl.
63797              
63798              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
63799              
63800              Put to rest the 20010205.001, the email address checking (not) regex.
63801              
63802              fork() not everywhere, cleanup temp files.
63803              
63804              The #8843 wasn't quite right: %Config needs to imported.
63805              
63806              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
63807              (#8849: the glob-basic hunk needed massaging as it depended
63808              on Schwern's large-scale (unintegrated) patches)
63809              
63810              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
63811              
63812              Upgrade to CGI.pm 2.752, from Lincoln Stein.
63813              (Note: there were some conflicts due to EBCDIC and EPOC
63814              patches, in general I preferred the repository code.)
63815              (When 2.753 comes out, we need to synchronize.)
63816              
63817              Subject: [PATCH] fix for charnames above FFFF
63818              
63819              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
63820              
63821              If no sfio, no -lsfio.
63822              
63823              Run run/*.t also in minitest.
63824              
63825              Subject:  [PATCH perl 5.7.0] malloc message address offset
63826              
63827              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
63828              
63829              Subject: fix for parameter -Dm (for perl@8867)
63830              
63831              Subject: [PATCH: perl@8892] was Re: hashing order difference?
63832              (make the test more portable)
63833              
63834              Subject: Re: [PATCH] fix for charnames above FFFF
63835              
63836              Subject: Re: I'm losing the war...
63837              (hv_store() not working correctly in ENV_IS_CASELESS case.)
63838              
63839              Subject: Modified README.bs2000 
63840              
63841              Subject: [PATCH: perl@8935] -Dt padsv($var)
63842              
63843              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
63844              
63845              Subject: PATCH: extra tests to check on negative float to unsigned cast
63846              
63847              Subject: [PATCH] XPUSH[insp] was Re: progress
63848              
63849              Subject: Re: Compile with perlcc..
63850      Branch: maint-5.6/perl
63851           !> (integrate 36 files)
63852 ____________________________________________________________________________
63853 [  8986] By: jhi                                   on 2001/03/02  18:51:25
63854         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
63855              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
63856              to maintperl.
63857              
63858              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
63859              
63860              Subject: [DOC PATCH] overload.pm nits
63861              
63862              Add header for LIB$ prototypes (C. Berry)
63863              
63864              Convert fwrite()s to sockets to write()s, since some socket stacks
63865              don't take kindly to stdio.
63866              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
63867              (for often optional LNMs)
63868              Correct a few typos
63869              (C. Bailey)
63870              
63871              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
63872              
63873              De-cut-and-pasto.
63874              
63875              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
63876              
63877              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
63878              
63879              Upgrade to CPAN 1.59_54, from Andreas König.
63880              
63881              Bogus shebang.
63882              
63883              Subject: [PATCH] Document makepatch in Porting/patching
63884              
63885              UTF-8 documentation.
63886              
63887              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
63888              
63889              Sort the MANIFEST.
63890              
63891              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
63892              
63893              Subject: [PATCH @8807] toke.c cleanup: scan_str()
63894              
63895              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
63896              
63897              Add run/*.t to testables.
63898              
63899              TODO: integrate #8784.
63900      Branch: maint-5.6/perl
63901           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
63902           !> (integrate 28 files)
63903 ____________________________________________________________________________
63904 [  8985] By: nick                                  on 2001/03/02  18:15:45
63905         Log: Integrate mainline
63906      Branch: perlio
63907           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
63908           !> vms/vms.c
63909 ____________________________________________________________________________
63910 [  8984] By: jhi                                   on 2001/03/02  16:00:17
63911         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
63912              
63913              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
63914              5.004_05, and mention the suidperl August 2000 security problem.
63915              (#8978,#8981)
63916              
63917              Subject: [ID 20010301.004] Technically speaking in perldata
63918              
63919              Subject: [PATCH] File::Copy for bleadperl, maintperl
63920              
63921              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
63922              
63923              (The #8982, fix for 20010221.005 and 20010221.008,
63924              would be nice too but it didn't integrate cleanly.)
63925      Branch: maint-5.6/perl
63926           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
63927 ____________________________________________________________________________
63928 [  8983] By: jhi                                   on 2001/03/02  15:51:16
63929         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
63930              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63931              Date:     Thu, 1 Mar 2001 15:54:09 EST
63932              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
63933      Branch: perl
63934            ! vms/vms.c
63935 ____________________________________________________________________________
63936 [  8982] By: jhi                                   on 2001/03/02  15:43:31
63937         Log: Subject: Re: sync sync sync: have I missed any patches?
63938              From: Radu Greab <radu@netsoft.ro> 
63939              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
63940              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
63941              
63942              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
63943              was checking argv[0] regardless of whether a different pathname
63944              will actually be executed."  Test case not supplied because 
63945              drafting that, ironically enough, revealed another bug
63946              (or a feature).
63947      Branch: perl
63948            ! doio.c
63949 ____________________________________________________________________________
63950 [  8981] By: jhi                                   on 2001/03/02  15:28:03
63951         Log: Misdate in #8978.
63952      Branch: perl
63953            ! pod/perlfaq1.pod
63954 ____________________________________________________________________________
63955 [  8980] By: jhi                                   on 2001/03/02  15:24:20
63956         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
63957              From: Chris Nandor <pudge@pobox.com>
63958              Date: Wed, 28 Feb 2001 22:10:15 -0500
63959              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
63960      Branch: perl
63961            ! lib/File/Copy.pm
63962 ____________________________________________________________________________
63963 [  8979] By: jhi                                   on 2001/03/02  15:17:16
63964         Log: Subject: [ID 20010301.004] Technically speaking in perldata
63965              From: abela@geneanet.org
63966              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
63967              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
63968      Branch: perl
63969            ! pod/perldata.pod
63970 ____________________________________________________________________________
63971 [  8978] By: jhi                                   on 2001/03/02  15:15:27
63972         Log: Subject: [ID 20010301.003] ref to 5.004
63973              From: abela@geneanet.org
63974              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
63975              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
63976              
63977              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
63978              and mention the suidperl August 2000 security problem.
63979      Branch: perl
63980            ! pod/perlfaq1.pod
63981 ____________________________________________________________________________
63982 [  8977] By: alanbur                               on 2001/03/02  14:17:45
63983         Log: Resynchronised with parent
63984      Branch: maint-5.6/pureperl
63985           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
63986           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
63987           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
63988           !> vms/descrip_mms.template win32/win32.c win32/win32.h
63989           !> win32/win32iop.h
63990 ____________________________________________________________________________
63991 [  8976] By: nick                                  on 2001/03/01  23:25:30
63992         Log: Integrate mainline.
63993      Branch: perlio
63994            - t/op/qu.t
63995           !> (integrate 55 files)
63996 ____________________________________________________________________________
63997 [  8975] By: jhi                                   on 2001/03/01  16:51:34
63998         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
63999      Branch: perl
64000           !> toke.c
64001 ____________________________________________________________________________
64002 [  8974] By: gsar                                  on 2001/03/01  16:28:21
64003         Log: fix for bugid 20010226.008
64004              
64005              the problem was that some of the pointers (PL_last_lop and
64006              PL_last_uni specifically) into the lex buffers weren't correctly
64007              being invalidated when the buffer changed; this would leave the
64008              pointers pointing at an arbitrary location in the buffer if
64009              the buffer didn't need to be reallocated, or point into freed
64010              memory if the buffer had to be realloced
64011              
64012              TODO item for bugdb maintainers: check other seemingly random
64013              parser-related bugs--they might be cured by this
64014      Branch: maint-5.6/perl
64015            ! toke.c
64016 ____________________________________________________________________________
64017 [  8973] By: jhi                                   on 2001/03/01  02:23:25
64018         Log: Retract #8970 because of a completely mysterious core dump:
64019              adding the tests 241..244 causes op/pat dump core at test #25.
64020              The test needs a lot of whittling down before the bug can be solved.
64021      Branch: perl
64022            ! t/op/pat.t
64023 ____________________________________________________________________________
64024 [  8972] By: jhi                                   on 2001/03/01  01:58:38
64025         Log: Regen perlapi.
64026      Branch: perl
64027            ! pod/perlapi.pod
64028 ____________________________________________________________________________
64029 [  8971] By: jhi                                   on 2001/03/01  01:34:09
64030         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))
64031              From: Nicholas Clark <nick@ccl4.org>
64032              Date: Wed, 28 Feb 2001 23:28:49 +0000
64033              Message-ID: <20010228232849.A55187@plum.flirble.org>
64034              
64035              Allow a completely write protected source code tree
64036              when using the Configure -Dmksymlinks.
64037      Branch: perl
64038            ! embed.pl warnings.pl
64039 ____________________________________________________________________________
64040 [  8970] By: jhi                                   on 2001/03/01  01:32:04
64041         Log: Add back the EBCDIC character range tests (for matching).
64042      Branch: perl
64043            ! t/op/pat.t
64044 ____________________________________________________________________________
64045 [  8969] By: nick                                  on 2001/02/28  18:18:01
64046         Log: Add charname comments to .ucm files writen by 'compile',
64047              also order charmaps in those files by source encoding.
64048              regenerate distrubuted .ucm files
64049      Branch: perlio
64050            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
64051            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
64052            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
64053            ! ext/Encode/Encode/iso8859-10.ucm
64054            ! ext/Encode/Encode/iso8859-13.ucm
64055            ! ext/Encode/Encode/iso8859-14.ucm
64056            ! ext/Encode/Encode/iso8859-15.ucm
64057            ! ext/Encode/Encode/iso8859-16.ucm
64058            ! ext/Encode/Encode/iso8859-2.ucm
64059            ! ext/Encode/Encode/iso8859-3.ucm
64060            ! ext/Encode/Encode/iso8859-4.ucm
64061            ! ext/Encode/Encode/iso8859-5.ucm
64062            ! ext/Encode/Encode/iso8859-6.ucm
64063            ! ext/Encode/Encode/iso8859-7.ucm
64064            ! ext/Encode/Encode/iso8859-8.ucm
64065            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
64066            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
64067 ____________________________________________________________________________
64068 [  8968] By: jhi                                   on 2001/02/28  16:26:37
64069         Log: Expand usemorebits early if d_casti32 needs to be undefined.
64070      Branch: perl
64071            ! hints/hpux.sh hints/irix_6.sh
64072 ____________________________________________________________________________
64073 [  8967] By: jhi                                   on 2001/02/28  16:22:26
64074         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
64075              retract toke.c/qu parts of #8583, retract #8485, retract
64076              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
64077              op/length.t, and MANIFEST, and delete t/op/qu.t.
64078      Branch: perl
64079            - t/op/qu.t
64080            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
64081            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
64082            ! t/op/length.t toke.c
64083 ____________________________________________________________________________
64084 [  8966] By: jhi                                   on 2001/02/28  15:00:27
64085         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
64086              by not changing from pre-Unicode days into being Unicode-aware.
64087              Sniff.
64088      Branch: perl
64089            ! pp.c t/op/pack.t t/op/qu.t
64090 ____________________________________________________________________________
64091 [  8965] By: jhi                                   on 2001/02/28  14:37:55
64092         Log: Subject: Re: Errors in core PODs
64093              From: Michael Stevens <michael@etla.org> 
64094              Date: Fri, 23 Feb 2001 15:47:56 +0000
64095              Message-ID: <20010223154756.A7723@firedrake.org> 
64096      Branch: perl
64097            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
64098            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
64099            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
64100            ! x2p/a2p.pod
64101 ____________________________________________________________________________
64102 [  8964] By: jhi                                   on 2001/02/28  14:35:35
64103         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
64104              (The #8961 was too bold.)
64105      Branch: perl
64106            ! hints/hpux.sh hints/irix_6.sh
64107 ____________________________________________________________________________
64108 [  8963] By: jhi                                   on 2001/02/28  14:33:39
64109         Log: Subject: Re: sync sync sync: have I missed any patches?
64110              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64111              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
64112              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
64113              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
64114              
64115              Replace djSP with dSP.
64116      Branch: perl
64117            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
64118            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
64119            ! win32/perlhost.h
64120 ____________________________________________________________________________
64121 [  8962] By: jhi                                   on 2001/02/27  23:21:14
64122         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
64123      Branch: perl
64124            ! lib/Filter/Simple.pm
64125 ____________________________________________________________________________
64126 [  8961] By: jhi                                   on 2001/02/27  22:55:26
64127         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
64128              and this would be it.
64129      Branch: perl
64130            ! hints/hpux.sh hints/irix_6.sh
64131 ____________________________________________________________________________
64132 [  8960] By: jhi                                   on 2001/02/27  22:51:33
64133         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
64134              From: "Craig A. Berry" <craigberry@mac.com>
64135              Date: Tue, 27 Feb 2001 16:11:44 -0600
64136              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
64137      Branch: maint-5.6/perl
64138            ! configure.com vms/descrip_mms.template
64139 ____________________________________________________________________________
64140 [  8959] By: jhi                                   on 2001/02/27  22:47:23
64141         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
64142              From: "Craig A. Berry" <craigberry@mac.com>
64143              Date: Tue, 27 Feb 2001 16:11:44 -0600
64144              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
64145      Branch: perl
64146            ! configure.com vms/descrip_mms.template
64147 ____________________________________________________________________________
64148 [  8958] By: jhi                                   on 2001/02/27  15:16:42
64149         Log: Update Changes.
64150      Branch: perl
64151            ! Changes patchlevel.h
64152 ____________________________________________________________________________
64153 [  8957] By: jhi                                   on 2001/02/27  06:15:07
64154         Log: Subject: [5.6.x] EPOC additions
64155              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64156              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
64157              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
64158      Branch: maint-5.6/perl
64159            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
64160 ____________________________________________________________________________
64161 [  8956] By: jhi                                   on 2001/02/27  06:12:11
64162         Log: Subject: [perl-current] EPOC 
64163              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64164              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
64165              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
64166      Branch: perl
64167            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
64168            ! epoc/epocish.c epoc/epocish.h pp_sys.c
64169 ____________________________________________________________________________
64170 [  8955] By: jhi                                   on 2001/02/27  05:59:50
64171         Log: Subject: Re: Compile with perlcc..
64172              From: Edward Peschko <edwardp@excitehome.net>
64173              Date: Mon, 26 Feb 2001 18:51:58 -0800
64174              Message-ID: <20010226185158.A9871@excitehome.net>
64175              
64176              plus add a simple usage message if no arguments given.
64177      Branch: perl
64178            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
64179            ! utils/Makefile utils/perlcc.PL win32/pod.mak
64180 ____________________________________________________________________________
64181 [  8954] By: nick                                  on 2001/02/26  21:02:59
64182         Log: Integrate mainline
64183      Branch: perlio
64184           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
64185           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
64186           !> t/op/sprintf.t
64187 ____________________________________________________________________________
64188 [  8953] By: jhi                                   on 2001/02/26  14:43:54
64189         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
64190              From: Nicholas Clark <nick@ccl4.org>
64191              Date: Mon, 26 Feb 2001 00:42:07 +0000
64192              Message-ID: <20010226004207.F23333@plum.flirble.org>
64193      Branch: perl
64194            ! pp_ctl.c
64195 ____________________________________________________________________________
64196 [  8952] By: jhi                                   on 2001/02/26  14:42:13
64197         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
64198              From: Simon Cozens <simon@netthink.co.uk>
64199              Date: Mon, 26 Feb 2001 12:23:48 +0000
64200              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
64201      Branch: perl
64202            ! pod/perlguts.pod
64203 ____________________________________________________________________________
64204 [  8951] By: jhi                                   on 2001/02/26  14:39:15
64205         Log: Subject: [PATCH] perlio - unknown layer
64206              From: Nicholas Clark <nick@ccl4.org>
64207              Date: Mon, 26 Feb 2001 00:27:19 +0000
64208              Message-ID: <20010226002719.E23333@plum.flirble.org>
64209      Branch: perl
64210            ! perlio.c
64211 ____________________________________________________________________________
64212 [  8950] By: jhi                                   on 2001/02/26  14:38:04
64213         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
64214              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
64215              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
64216              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
64217      Branch: perl
64218            ! t/op/bop.t
64219 ____________________________________________________________________________
64220 [  8949] By: jhi                                   on 2001/02/26  14:37:07
64221         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
64222              From: Peter Prymmer <pvhp@forte.com>
64223              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
64224              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
64225      Branch: perl
64226            ! lib/Test.pm
64227 ____________________________________________________________________________
64228 [  8948] By: jhi                                   on 2001/02/26  14:35:53
64229         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
64230              From: Radu Greab <radu@netsoft.ro>
64231              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
64232              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
64233      Branch: perl
64234            ! pod/perlop.pod
64235 ____________________________________________________________________________
64236 [  8947] By: jhi                                   on 2001/02/26  14:34:46
64237         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
64238              From: David Mitchell <davem@fdgroup.co.uk>
64239              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
64240              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
64241      Branch: perl
64242            ! run.c
64243 ____________________________________________________________________________
64244 [  8946] By: jhi                                   on 2001/02/26  14:32:37
64245         Log: Subject: Modified README.bs2000 
64246              From: Dorner Thomas <Thomas.Dorner@start.de>
64247              Date: Mon, 26 Feb 2001 09:22:17 +0100
64248              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
64249      Branch: perl
64250            ! README.bs2000
64251 ____________________________________________________________________________
64252 [  8945] By: jhi                                   on 2001/02/26  14:19:53
64253         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
64254              to maintperl, listing the known failures on the tests 129 and 130.
64255      Branch: maint-5.6/perl
64256           !> t/op/sprintf.t
64257 ____________________________________________________________________________
64258 [  8944] By: jhi                                   on 2001/02/26  14:14:15
64259         Log: Add more known sprintf failures.
64260      Branch: perl
64261            ! t/op/sprintf.t
64262 ____________________________________________________________________________
64263 [  8943] By: jhi                                   on 2001/02/26  13:56:22
64264         Log: perlglob.exe needs to be found in Win32, patch from
64265              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
64266              which needs external glob at mini-perl time."
64267      Branch: perl
64268            ! ext/Encode/compile
64269 ____________________________________________________________________________
64270 [  8942] By: jhi                                   on 2001/02/26  13:52:19
64271         Log: A missing dTHX from Vadim Konovalov.
64272      Branch: perl
64273            ! perlio.c
64274 ____________________________________________________________________________
64275 [  8941] By: jhi                                   on 2001/02/26  13:37:05
64276         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
64277      Branch: perl
64278            ! op.c
64279 ____________________________________________________________________________
64280 [  8940] By: jhi                                   on 2001/02/26  13:35:40
64281         Log: Integrate perlio:
64282              
64283              [  8938]
64284              Encode implementations docs.
64285      Branch: perl
64286           !> ext/Encode/Encode.pm
64287 ____________________________________________________________________________
64288 [  8939] By: nick                                  on 2001/02/25  23:47:09
64289         Log: Integrate mainline.
64290      Branch: perlio
64291           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
64292           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
64293 ____________________________________________________________________________
64294 [  8938] By: nick                                  on 2001/02/25  19:36:28
64295         Log: Encode implementations docs.
64296      Branch: perlio
64297            ! ext/Encode/Encode.pm
64298 ____________________________________________________________________________
64299 [  8937] By: jhi                                   on 2001/02/25  19:26:16
64300         Log: Script wasn't aligned with reality.
64301      Branch: perl
64302            ! t/pod/find.t
64303 ____________________________________________________________________________
64304 [  8936] By: jhi                                   on 2001/02/25  18:54:55
64305         Log: Update Changes.
64306      Branch: perl
64307            ! Changes patchlevel.h
64308 ____________________________________________________________________________
64309 [  8935] By: jhi                                   on 2001/02/25  18:46:36
64310         Log: Retract #8929,8930,8932,8933 for now.
64311      Branch: perl
64312            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
64313 ____________________________________________________________________________
64314 [  8934] By: jhi                                   on 2001/02/25  17:34:35
64315         Log: Integrate perlio:
64316              
64317              [  8927]
64318              Change method names in Encode implementation classes to something
64319              less confusing (preparing to "go public").
64320              
64321              [  8926]
64322              GCC __atribute__ / printf fix
64323              
64324              [  8925]
64325              Checked in the wrong one ...
64326              
64327              [  8923]
64328              Encode API documentation nd tidy up.
64329              Minor additions to test.
64330              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
64331              Adds STRLEN to standard typemap.
64332      Branch: perl
64333           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
64334           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
64335           !> t/lib/encode.t
64336 ____________________________________________________________________________
64337 [  8933] By: jhi                                   on 2001/02/25  17:33:12
64338         Log: (Retracted by #8395.)
64339              
64340              Slight tweaks in scan_const(), not fixes yet, it seems like
64341              lots of work remains to be done...
64342      Branch: perl
64343            ! toke.c
64344 ____________________________________________________________________________
64345 [  8932] By: jhi                                   on 2001/02/25  17:27:11
64346         Log: (Retracted by #8395.)
64347              
64348              Missing from #8930.
64349      Branch: perl
64350            ! perl.h
64351 ____________________________________________________________________________
64352 [  8931] By: jhi                                   on 2001/02/25  17:26:19
64353         Log: A comment tweak.
64354      Branch: perl
64355            ! utf8.c
64356 ____________________________________________________________________________
64357 [  8930] By: jhi                                   on 2001/02/25  17:25:47
64358         Log: (Retracted by #8395.)
64359              
64360              Attempt to fix the EBCDIC character range problem with //.
64361      Branch: perl
64362            ! regcomp.c
64363 ____________________________________________________________________________
64364 [  8929] By: jhi                                   on 2001/02/25  17:23:45
64365         Log: (Retracted by #8395.)
64366              
64367              Expand the EBCDIC character range tests, and add few nasty
64368              tr tests from Karsten Sperling.
64369      Branch: perl
64370            ! t/op/pat.t t/op/tr.t
64371 ____________________________________________________________________________
64372 [  8928] By: jhi                                   on 2001/02/25  17:18:49
64373         Log: Missing check-in.
64374      Branch: perl
64375            ! lib/Pod/Find.pm
64376 ____________________________________________________________________________
64377 [  8927] By: nick                                  on 2001/02/25  11:30:22
64378         Log: Change method names in Encode implementation classes to something
64379              less confusing (preparing to "go public").
64380      Branch: perlio
64381            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
64382 ____________________________________________________________________________
64383 [  8926] By: nick                                  on 2001/02/25  10:53:24
64384         Log: GCC __atribute__ / printf fix
64385      Branch: perlio
64386            ! perl.h
64387 ____________________________________________________________________________
64388 [  8925] By: nick                                  on 2001/02/25  10:52:25
64389         Log: Checked in the wrong one ...
64390      Branch: perlio
64391            ! ext/Encode/Encode.pm
64392 ____________________________________________________________________________
64393 [  8924] By: nick                                  on 2001/02/24  18:46:51
64394         Log: Integrate mainline - to see what Jarkko has in ...
64395      Branch: perlio
64396           +> t/pod/testpods/lib/Pod/Stuff.pm
64397           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
64398 ____________________________________________________________________________
64399 [  8923] By: nick                                  on 2001/02/24  17:05:23
64400         Log: Encode API documentation nd tidy up.
64401              Minor additions to test.
64402              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
64403              Adds STRLEN to standard typemap.
64404      Branch: perlio
64405            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
64406            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
64407 ____________________________________________________________________________
64408 [  8922] By: jhi                                   on 2001/02/24  16:38:12
64409         Log: Add a test for the "character range should match in EBCDIC
64410              if specified using explicit numerics" bug found by Karsten
64411              Sperling.
64412      Branch: perl
64413            ! t/op/pat.t
64414 ____________________________________________________________________________
64415 [  8921] By: jhi                                   on 2001/02/24  16:30:16
64416         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
64417              From: schwern@pobox.com
64418              Date: Fri, 23 Feb 2001 03:21:37 -0500
64419              Message-ID: <20010223032137.A26022@magnonel.guild.net>
64420              
64421              plus Charles Lane's fixes, plus tweaks.
64422      Branch: perl
64423            + t/pod/testpods/lib/Pod/Stuff.pm
64424            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
64425 ____________________________________________________________________________
64426 [  8920] By: nick                                  on 2001/02/24  10:30:11
64427         Log: Integrate mainline
64428      Branch: perlio
64429           !> (integrate 33 files)
64430 ____________________________________________________________________________
64431 [  8919] By: jhi                                   on 2001/02/24  00:23:35
64432         Log: Subject: Re: I'm losing the war...
64433              From: "Vadim Konovalov" <watman@inbox.ru>
64434              Date: Sat, 24 Feb 2001 00:10:14 +0300
64435              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
64436              
64437              hv_store() not working correctly in ENV_IS_CASELESS case.
64438      Branch: perl
64439            ! hv.c
64440 ____________________________________________________________________________
64441 [  8918] By: jhi                                   on 2001/02/24  00:20:09
64442         Log: Subject: Re: [PATCH] fix for charnames above FFFF
64443              From: andreas.koenig@anima.de (Andreas J. Koenig)
64444              Date: 23 Feb 2001 02:39:03 +0100
64445              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
64446              
64447              A further efficiency tweak.
64448      Branch: perl
64449            ! lib/charnames.pm
64450 ____________________________________________________________________________
64451 [  8917] By: jhi                                   on 2001/02/23  20:27:51
64452         Log: Integrate change #8916 from mainline,
64453              do away with USE_WIN32_RTL_ENV.
64454      Branch: maint-5.6/perl
64455           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
64456 ____________________________________________________________________________
64457 [  8916] By: jhi                                   on 2001/02/23  20:02:25
64458         Log: Abolish USE_WIN32_RTL_ENV.
64459      Branch: perl
64460            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
64461 ____________________________________________________________________________
64462 [  8915] By: jhi                                   on 2001/02/23  19:36:00
64463         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
64464              later protected by some #define.
64465      Branch: perl
64466            ! gv.c
64467 ____________________________________________________________________________
64468 [  8914] By: jhi                                   on 2001/02/23  19:31:38
64469         Log: Retract #8902 for now, requested by Charles Lane, the correct
64470              fix will be something else.
64471      Branch: perl
64472            ! op.c
64473 ____________________________________________________________________________
64474 [  8913] By: jhi                                   on 2001/02/23  19:11:36
64475         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
64476              From: Peter Prymmer <pvhp@forte.com>
64477              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
64478              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
64479      Branch: perl
64480            ! t/op/lex_assign.t
64481 ____________________________________________________________________________
64482 [  8912] By: jhi                                   on 2001/02/23  18:38:20
64483         Log: Subject: [patch] perlio + useithreads
64484              From: Doug MacEachern <dougm@covalent.net>
64485              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
64486              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
64487              
64488              Gets things running but not complete.
64489      Branch: perl
64490            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
64491 ____________________________________________________________________________
64492 [  8911] By: jhi                                   on 2001/02/23  04:20:02
64493         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
64494              
64495              Duplicated environment freeing, File::Temp 0.12,
64496              op/append portability (EBCDIC) tweak.
64497      Branch: maint-5.6/perl
64498           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64499           !> t/op/append.t
64500 ____________________________________________________________________________
64501 [  8910] By: jhi                                   on 2001/02/23  02:07:33
64502         Log: Integrate change #8909 from mainline, a better Borland
64503              putenv() workaround.
64504      Branch: maint-5.6/perl
64505           !> perl.c
64506 ____________________________________________________________________________
64507 [  8909] By: jhi                                   on 2001/02/23  02:05:46
64508         Log: A better workaround for Borland putenv() brokenness from Sarathy.
64509      Branch: perl
64510            ! perl.c
64511 ____________________________________________________________________________
64512 [  8908] By: jhi                                   on 2001/02/23  02:04:14
64513         Log: Subject: fix for parameter -Dm (for perl@8867)
64514              From: "Vadim Konovalov" <watman@inbox.ru>
64515              Date: Thu, 22 Feb 2001 17:30:12 +0300
64516              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
64517      Branch: perl
64518            ! perl.h
64519 ____________________________________________________________________________
64520 [  8907] By: jhi                                   on 2001/02/23  01:58:20
64521         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
64522              From: Peter Prymmer <pvhp@forte.com>
64523              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
64524              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
64525      Branch: perl
64526            ! t/op/append.t
64527 ____________________________________________________________________________
64528 [  8906] By: jhi                                   on 2001/02/23  01:48:34
64529         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
64530      Branch: perl
64531            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64532 ____________________________________________________________________________
64533 [  8905] By: jhi                                   on 2001/02/23  01:43:30
64534         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
64535              From: Peter Prymmer <pvhp@forte.com>
64536              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
64537              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
64538      Branch: perl
64539            ! t/lib/st-06compat.t
64540 ____________________________________________________________________________
64541 [  8904] By: jhi                                   on 2001/02/23  01:42:39
64542         Log: Metaconfig unit change for #8903.
64543      Branch: metaconfig/U/perl
64544            ! Devel.U
64545 ____________________________________________________________________________
64546 [  8903] By: jhi                                   on 2001/02/23  01:42:12
64547         Log: Be more helpful for devel builders, suggested by John L. Allen.
64548      Branch: perl
64549            ! Configure
64550 ____________________________________________________________________________
64551 [  8902] By: jhi                                   on 2001/02/23  01:37:41
64552         Log: (Retracted by #8914)
64553              (Wrongly, reinstated by #8941)
64554              
64555              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
64556              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64557              Date:     Thu, 22 Feb 2001 09:43:57 EST
64558              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
64559      Branch: perl
64560            ! op.c
64561 ____________________________________________________________________________
64562 [  8901] By: jhi                                   on 2001/02/23  01:20:32
64563         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
64564              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64565              Date:     Thu, 22 Feb 2001 08:01:35 EST
64566              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
64567      Branch: perl
64568            ! malloc.c
64569 ____________________________________________________________________________
64570 [  8900] By: jhi                                   on 2001/02/23  01:18:02
64571         Log: Integrate changes #8898,8899 from mainline, environ handling.
64572      Branch: maint-5.6/perl
64573           !> perl.c
64574 ____________________________________________________________________________
64575 [  8899] By: jhi                                   on 2001/02/23  01:16:25
64576         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
64577              putenv() is not to be relied on, they are either broken or leaky
64578              or both.)
64579      Branch: perl
64580            ! perl.c
64581 ____________________________________________________________________________
64582 [  8898] By: jhi                                   on 2001/02/22  23:36:59
64583         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
64584              and safesysfree() must be used.
64585      Branch: perl
64586            ! perl.c
64587 ____________________________________________________________________________
64588 [  8897] By: jhi                                   on 2001/02/22  23:25:45
64589         Log: With environ one must use safesysmalloc()/safesysfree().
64590      Branch: perl
64591            ! perl.c
64592 ____________________________________________________________________________
64593 [  8896] By: jhi                                   on 2001/02/22  22:13:18
64594         Log: If we have a duplicated environment free it
64595              if PERL_DESTRUCT_LEVEL.
64596      Branch: perl
64597            ! perl.c
64598 ____________________________________________________________________________
64599 [  8895] By: alanbur                               on 2001/02/22  19:31:57
64600         Log: Synchronised with parent
64601      Branch: maint-5.6/pureperl
64602           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
64603 ____________________________________________________________________________
64604 [  8894] By: gsar                                  on 2001/02/22  19:06:18
64605         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
64606              
64607              fix memory leak in method call optimization (change#3768);
64608              made C<eval "$x->foo()"> leak
64609              
64610              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
64611      Branch: maint-5.6/perl
64612           !> op.c
64613 ____________________________________________________________________________
64614 [  8893] By: jhi                                   on 2001/02/22  18:35:27
64615         Log: (Retracted by #8915.)
64616              
64617              Third Degree finding:
64618              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
64619      Branch: perl
64620            ! gv.c
64621 ____________________________________________________________________________
64622 [  8892] By: jhi                                   on 2001/02/22  14:28:32
64623         Log: Update Changes.
64624      Branch: perl
64625            ! Changes patchlevel.h
64626 ____________________________________________________________________________
64627 [  8891] By: jhi                                   on 2001/02/22  13:22:45
64628         Log: Metaconfig unit changes for #8890.
64629      Branch: metaconfig
64630            ! U/modified/Cppsym.U U/threads/archname.U
64631 ____________________________________________________________________________
64632 [  8890] By: jhi                                   on 2001/02/22  13:22:12
64633         Log: Add -stdio to the archname if no perlio selected,
64634              no -perlio added since that is now the default.
64635              
64636              Add few CPUs/architectures to the Cppsym scan.
64637      Branch: perl
64638            ! Configure config_h.SH
64639 ____________________________________________________________________________
64640 [  8889] By: jhi                                   on 2001/02/22  13:05:59
64641         Log: Metaconfig unit change for #8888.
64642      Branch: metaconfig/U/perl
64643            ! useperlio.U
64644 ____________________________________________________________________________
64645 [  8888] By: jhi                                   on 2001/02/22  13:05:28
64646         Log: *drum roll*  Make perlio the default.
64647      Branch: perl
64648            ! Configure config_h.SH
64649 ____________________________________________________________________________
64650 [  8887] By: jhi                                   on 2001/02/22  12:50:52
64651         Log: Integrate change #8665 from maintperl to mainline,
64652              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
64653      Branch: perl
64654           !> ext/POSIX/POSIX.xs
64655 ____________________________________________________________________________
64656 [  8886] By: jhi                                   on 2001/02/22  12:49:24
64657         Log: Integrate changes #8883,8884 from mainline to maintperl.
64658              
64659              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
64660              Subject: Re: File::Temp::_gettemp warning
64661      Branch: maint-5.6/perl
64662           !> embed.h embed.pl lib/File/Temp.pm
64663 ____________________________________________________________________________
64664 [  8885] By: jhi                                   on 2001/02/22  12:43:59
64665         Log: Based on
64666              
64667              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
64668              From: schwab@suse.de
64669              Date: Thu, 22 Feb 2001 13:08:09 +0100
64670              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
64671              
64672              but the fix done slightly differently because the other
64673              half was already done in #8664.
64674      Branch: maint-5.6/perl
64675            ! ext/POSIX/POSIX.xs
64676 ____________________________________________________________________________
64677 [  8884] By: jhi                                   on 2001/02/22  12:37:15
64678         Log: Subject: Re: File::Temp::_gettemp warning
64679              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64680              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
64681              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
64682              
64683              This patch to File::Temp does two things:
64684              
64685              1. Fixes the problem with CGI::Carp when determining
64686              the Fcntl constants
64687              
64688              2. Removes most of the carps and consolidates them so that all the
64689              reasons are included in a single die that is caught by the test. This
64690              means that the correct skipping behaviour is displayed by the test.
64691      Branch: perl
64692            ! lib/File/Temp.pm
64693 ____________________________________________________________________________
64694 [  8883] By: jhi                                   on 2001/02/22  12:29:19
64695         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
64696              From: Peter Prymmer <pvhp@forte.com>
64697              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
64698              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
64699      Branch: perl
64700            ! embed.h embed.pl
64701 ____________________________________________________________________________
64702 [  8882] By: jhi                                   on 2001/02/21  19:41:33
64703         Log: Integrate change #8881 from mainlin to maintperl.
64704              
64705              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
64706      Branch: maint-5.6/perl
64707           !> op.c
64708 ____________________________________________________________________________
64709 [  8881] By: jhi                                   on 2001/02/21  19:38:57
64710         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
64711              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64712              Date:     Wed, 21 Feb 2001 13:08:03 EST
64713              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
64714      Branch: perl
64715            ! op.c
64716 ____________________________________________________________________________
64717 [  8880] By: jhi                                   on 2001/02/21  19:34:34
64718         Log: Retract #8875, cannot let go of the old semantics of unpack U
64719              without rethinking utf8decode.t.
64720      Branch: perl
64721            ! pp.c t/op/pack.t
64722 ____________________________________________________________________________
64723 [  8879] By: jhi                                   on 2001/02/21  19:08:02
64724         Log: Run run/*.t also in minitest.
64725      Branch: perl
64726            ! Makefile.SH
64727 ____________________________________________________________________________
64728 [  8878] By: nick                                  on 2001/02/21  18:55:37
64729         Log: Integrate mainline
64730      Branch: perlio
64731           !> (integrate 76 files)
64732 ____________________________________________________________________________
64733 [  8877] By: jhi                                   on 2001/02/21  15:09:33
64734         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
64735      Branch: metaconfig
64736            ! U/compline/nblock_io.U
64737      Branch: perl
64738            ! Configure config_h.SH
64739 ____________________________________________________________________________
64740 [  8876] By: jhi                                   on 2001/02/21  14:54:45
64741         Log: If no sfio, no -lsfio.
64742      Branch: metaconfig/U/perl
64743            ! d_sfio.U
64744      Branch: perl
64745            ! Configure config_h.SH
64746 ____________________________________________________________________________
64747 [  8875] By: jhi                                   on 2001/02/21  14:54:00
64748         Log: Make unpack C and unpack U truly equivalent.
64749      Branch: perl
64750            ! pp.c t/op/pack.t
64751 ____________________________________________________________________________
64752 [  8874] By: jhi                                   on 2001/02/21  14:26:02
64753         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
64754              From: Peter Prymmer <pvhp@forte.com>
64755              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
64756              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
64757      Branch: perl
64758            ! pod/perlport.pod
64759 ____________________________________________________________________________
64760 [  8873] By: jhi                                   on 2001/02/21  14:24:31
64761         Log: Subject: [PATCH] fix for charnames above FFFF
64762              From: andreas.koenig@anima.de (Andreas J. Koenig)
64763              Date: 21 Feb 2001 07:05:45 +0100
64764              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
64765      Branch: perl
64766            ! lib/charnames.pm t/lib/charnames.t
64767 ____________________________________________________________________________
64768 [  8872] By: jhi                                   on 2001/02/21  14:15:25
64769         Log: Integrate change #8868 from pureperl to mainline.
64770              
64771              Fixed reference count loop caused by sv_magic.
64772      Branch: perl
64773           !> sv.c
64774 ____________________________________________________________________________
64775 [  8871] By: jhi                                   on 2001/02/21  14:07:29
64776         Log: Integrate change #8868 from pureperl to maintperl.
64777              
64778              Fixed reference count loop caused by sv_magic.
64779      Branch: maint-5.6/perl
64780           !> sv.c
64781 ____________________________________________________________________________
64782 [  8870] By: jhi                                   on 2001/02/21  14:04:41
64783         Log: Put back the #8840, it was innocent.
64784      Branch: perl
64785            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
64786            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
64787 ____________________________________________________________________________
64788 [  8869] By: jhi                                   on 2001/02/21  14:00:03
64789         Log: unpack("C", ...) was left slightly unfinished by #8865.
64790      Branch: perl
64791            ! pp.c t/op/pack.t
64792 ____________________________________________________________________________
64793 [  8868] By: alanbur                               on 2001/02/21  01:33:45
64794         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
64795              from gv_fetchpv to create single-character magic variables (e.g. $!),
64796              and it is passed a sv and the gv that contains the sv as the mg_obj
64797              value.  When sv_magic stores the mg_obj pointer it increments the gv
64798              refcount, thus causing a sv-gv pair that can't be freed.  There is
64799              already a check for sv == obj which is used to prevent such reference
64800              loops.  This change extends the check to cover the case described above.
64801      Branch: maint-5.6/pureperl
64802            ! sv.c
64803 ____________________________________________________________________________
64804 [  8867] By: jhi                                   on 2001/02/21  00:52:39
64805         Log: Update Changes.
64806      Branch: perl
64807            ! Changes patchlevel.h
64808 ____________________________________________________________________________
64809 [  8866] By: jhi                                   on 2001/02/21  00:34:20
64810         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
64811              (Note: there were some conflicts due to EBCDIC and EPOC
64812              patches, in general I preferred the repository code.)
64813              (When 2.753 comes out, we need to synchronize.)
64814      Branch: perl
64815            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
64816            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
64817            ! t/lib/cgi-html.t
64818 ____________________________________________________________________________
64819 [  8865] By: jhi                                   on 2001/02/21  00:24:22
64820         Log: Make pack("C", 0x100) to create Unicode, unless under the
64821              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
64822              will understand Unicode, unless you under know what.
64823      Branch: perl
64824            ! pp.c t/op/pack.t t/op/qu.t
64825 ____________________________________________________________________________
64826 [  8864] By: alanbur                               on 2001/02/20  22:35:34
64827         Log: Resynchronised with parent
64828      Branch: maint-5.6/pureperl
64829           !> README.win32 ext/GDBM_File/GDBM_File.pm
64830           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
64831           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
64832           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
64833           !> t/lib/sdbm.t util.c
64834 ____________________________________________________________________________
64835 [  8863] By: jhi                                   on 2001/02/20  20:55:11
64836         Log: Integrate change #8860,8861 from mainline into maintperl.
64837              
64838              "pseudo-literal j"
64839              
64840              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
64841      Branch: maint-5.6/perl
64842           !> lib/Test.pm pod/perlop.pod
64843 ____________________________________________________________________________
64844 [  8862] By: jhi                                   on 2001/02/20  20:30:07
64845         Log: Don't do casting between pointers pointing to differently sized
64846              integers.
64847      Branch: perl
64848            ! hv.c sv.c
64849 ____________________________________________________________________________
64850 [  8861] By: jhi                                   on 2001/02/20  19:53:44
64851         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
64852              From: Peter Prymmer <pvhp@forte.com>
64853              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
64854              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
64855      Branch: perl
64856            ! lib/Test.pm
64857 ____________________________________________________________________________
64858 [  8860] By: jhi                                   on 2001/02/20  19:48:02
64859         Log: "pseudo-literal j", a documentation glitch reported to Debian.
64860              The text recovered from Perl 5.005_03, and pseudo-literal replaced
64861              by "backtick string".
64862      Branch: perl
64863            ! pod/perlop.pod
64864 ____________________________________________________________________________
64865 [  8859] By: jhi                                   on 2001/02/20  19:15:46
64866         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
64867              from Chris Nandor.
64868      Branch: perl
64869            ! makedef.pl
64870 ____________________________________________________________________________
64871 [  8858] By: jhi                                   on 2001/02/20  17:36:53
64872         Log: Integrate pureperl changes #8844,8845,8850 to mainline
64873              (via maintperl #8855).
64874              
64875              Fixed %^H scoping bug
64876              
64877              Removed GV <-> CV refcount loop
64878              
64879              Removed %ENV refcount loop
64880      Branch: perl
64881           !> gv.c op.c perl.c pp.c scope.c
64882 ____________________________________________________________________________
64883 [  8857] By: jhi                                   on 2001/02/20  17:34:32
64884         Log: Integrate changes #8853,8854 from maintperl to mainline.
64885              
64886              EBDIC fixes, README.win32 Borland update.
64887      Branch: perl
64888           !> README.win32 handy.h util.c
64889 ____________________________________________________________________________
64890 [  8856] By: jhi                                   on 2001/02/20  17:33:16
64891         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
64892      Branch: maint-5.6/perl
64893           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
64894           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
64895           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
64896 ____________________________________________________________________________
64897 [  8855] By: jhi                                   on 2001/02/20  17:32:13
64898         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
64899              
64900              Fixed %^H scoping bug
64901              
64902              Removed GV <-> CV refcount loop
64903              
64904              Removed %ENV refcount loop
64905      Branch: maint-5.6/perl
64906           !> gv.c op.c perl.c pp.c scope.c
64907 ____________________________________________________________________________
64908 [  8854] By: jhi                                   on 2001/02/20  17:25:06
64909         Log: Subject: Addition to readme.win32 for Borland C++ compilers
64910              Date: Tue, 20 Feb 2001 02:15:25 +0300
64911              From: "Vadim Konovalov" <watman@inbox.ru>
64912              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
64913              
64914              Document Borland compiler misbehaviour.
64915      Branch: maint-5.6/perl
64916            ! README.win32
64917 ____________________________________________________________________________
64918 [  8853] By: jhi                                   on 2001/02/20  17:22:25
64919         Log: The assimilation of ebcdic.c didn't quite work at the first try,
64920              patches from Thomas Dorner.
64921      Branch: maint-5.6/perl
64922            ! handy.h util.c
64923 ____________________________________________________________________________
64924 [  8852] By: jhi                                   on 2001/02/20  17:20:15
64925         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
64926              From: Chris Nandor <pudge@pobox.com>
64927              Date: Tue, 20 Feb 2001 08:32:45 -0500
64928              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
64929      Branch: maint-5.6/perl
64930            ! makedef.pl mg.c
64931 ____________________________________________________________________________
64932 [  8851] By: jhi                                   on 2001/02/20  17:15:52
64933         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
64934      Branch: perl
64935            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
64936            ! t/lib/filter-util.t
64937 ____________________________________________________________________________
64938 [  8850] By: alanbur                               on 2001/02/20  17:12:40
64939         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
64940              and the magic pointer points back to the GV that contains the
64941              %ENV hash.  This creates a refcount loop that prevents members
64942              of %ENV from being freed correctly.  This change removes the
64943              refcount loop - the magic pointer was never used anyway, the
64944              only use of the magic was to check the type ('E') so that the
64945              appropriate environment manipulation code is called when %ENV
64946              is modified.
64947      Branch: maint-5.6/pureperl
64948            ! perl.c
64949 ____________________________________________________________________________
64950 [  8849] By: jhi                                   on 2001/02/20  17:12:20
64951         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
64952              From: "Craig A. Berry" <craigberry@mac.com>
64953              Date: Mon, 19 Feb 2001 23:36:12 -0600
64954              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
64955              
64956              Case-forgiving systems match TestInit.pm with TES*.
64957      Branch: perl
64958            ! t/lib/glob-basic.t
64959 ____________________________________________________________________________
64960 [  8848] By: jhi                                   on 2001/02/20  17:10:02
64961         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
64962      Branch: perl
64963            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
64964            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
64965            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
64966 ____________________________________________________________________________
64967 [  8847] By: jhi                                   on 2001/02/20  15:34:41
64968         Log: The #8843 wasn't quite right: %Config needs to imported.
64969      Branch: perl
64970            ! t/run/runenv.t
64971 ____________________________________________________________________________
64972 [  8846] By: jhi                                   on 2001/02/20  15:31:50
64973         Log: Retract the #8838 and #8840 for now because of
64974              the DB_File tie problem.
64975      Branch: perl
64976            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
64977            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
64978            ! proto.h sv.c
64979 ____________________________________________________________________________
64980 [  8845] By: alanbur                               on 2001/02/20  14:25:41
64981         Log: Removed GV <-> CV refcount loop
64982              CvGV(mycv) points to the parent GV of the CV, and was previously
64983              refcounted.  The pointer remains, but the refcounting has been removed
64984              as it causes a refcount loop between the CV and GV that means the CV
64985              can't ever be deleted.
64986      Branch: maint-5.6/pureperl
64987            ! gv.c op.c pp.c
64988 ____________________________________________________________________________
64989 [  8844] By: alanbur                               on 2001/02/20  14:23:13
64990         Log: Fixed %^H scoping bug
64991      Branch: maint-5.6/pureperl
64992            ! scope.c
64993 ____________________________________________________________________________
64994 [  8843] By: jhi                                   on 2001/02/19  13:38:08
64995         Log: fork() not everywhere, cleanup temp files.
64996      Branch: perl
64997            ! t/run/runenv.t
64998 ____________________________________________________________________________
64999 [  8842] By: alanbur                               on 2001/02/19  12:42:07
65000         Log: Resynchronised with parent
65001      Branch: maint-5.6/pureperl
65002           !> pod/perlfaq4.pod sv.c utf8.c
65003 ____________________________________________________________________________
65004 [  8841] By: jhi                                   on 2001/02/19  03:35:51
65005         Log: Update Changes.
65006      Branch: perl
65007            ! Changes patchlevel.h
65008 ____________________________________________________________________________
65009 [  8840] By: jhi                                   on 2001/02/19  00:23:41
65010         Log: Subject: [patch] add sv_setref_uv
65011              From: Doug MacEachern <dougm@covalent.net>
65012              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
65013              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
65014      Branch: perl
65015            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
65016            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
65017 ____________________________________________________________________________
65018 [  8839] By: jhi                                   on 2001/02/19  00:01:38
65019         Log: Put to rest the 20010205.001, the email address checking (not) regex.
65020      Branch: perl
65021            ! pod/perlfaq9.pod
65022 ____________________________________________________________________________
65023 [  8838] By: jhi                                   on 2001/02/18  22:17:54
65024         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
65025              From: Doug MacEachern <dougm@covalent.net>
65026              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
65027              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
65028      Branch: perl
65029            ! lib/ExtUtils/xsubpp
65030 ____________________________________________________________________________
65031 [  8837] By: jhi                                   on 2001/02/18  22:16:50
65032         Log: Subject: [patch] -Wall cleanup round 2
65033              From: Doug MacEachern <dougm@covalent.net>
65034              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
65035              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
65036      Branch: perl
65037            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
65038            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
65039            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
65040            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
65041            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
65042            ! ext/SDBM_File/SDBM_File.xs
65043 ____________________________________________________________________________
65044 [  8836] By: jhi                                   on 2001/02/18  22:11:20
65045         Log: Misapplied regex optimizations when \C is present.
65046              Fixes 20001230.002.
65047              
65048              What still remains broken is that the submatches that
65049              have \C in them get their UTF8 flag on because their
65050              parent SV has it on.  This will result in malformed
65051              UTF8 if a \C happened to match a non-ASCII byte.
65052      Branch: perl
65053            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
65054            ! t/pragma/utf8.t
65055 ____________________________________________________________________________
65056 [  8835] By: jhi                                   on 2001/02/18  20:12:02
65057         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
65058              
65059              The hash key got wrongly UTF8fied.
65060      Branch: perl
65061            ! pod/perlapi.pod toke.c utf8.c
65062 ____________________________________________________________________________
65063 [  8834] By: jhi                                   on 2001/02/18  19:44:25
65064         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
65065              don't warn on magical or overloaded things.
65066      Branch: perl
65067            ! pp_hot.c
65068 ____________________________________________________________________________
65069 [  8833] By: nick                                  on 2001/02/18  19:31:22
65070         Log: Integrate mainline
65071      Branch: perlio
65072           +> t/TestInit.pm t/run/runenv.t
65073            - t/UTEST
65074           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
65075           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
65076           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
65077           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
65078           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
65079           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
65080           !> utf8.c
65081 ____________________________________________________________________________
65082 [  8832] By: jhi                                   on 2001/02/18  19:21:18
65083         Log: Integrate perlio:
65084              
65085              [  8830]
65086              Apply the spirit of patch from Nick Clark:
65087              Subject: [PATCH] Re: extensions that provide layers
65088              From: Nicholas Clark <nick@ccl4.org>
65089              Date: Mon, 12 Feb 2001 16:43:51 +0000
65090              Message-Id: <20010212164350.Q3652@plum.flirble.org>
65091      Branch: perl
65092           !> perlio.c pod/perldiag.pod
65093 ____________________________________________________________________________
65094 [  8831] By: jhi                                   on 2001/02/18  19:14:20
65095         Log: Integrate change #8827 from mainline.
65096              
65097              UTF8 tweaks.
65098      Branch: maint-5.6/perl
65099           !> sv.c utf8.c
65100 ____________________________________________________________________________
65101 [  8830] By: nick                                  on 2001/02/18  19:10:34
65102         Log: Apply the spirit of patch from Nick Clark:
65103              Subject: [PATCH] Re: extensions that provide layers
65104              From: Nicholas Clark <nick@ccl4.org>
65105              Date: Mon, 12 Feb 2001 16:43:51 +0000
65106              Message-Id: <20010212164350.Q3652@plum.flirble.org>
65107      Branch: perlio
65108            ! perlio.c pod/perldiag.pod
65109 ____________________________________________________________________________
65110 [  8829] By: jhi                                   on 2001/02/18  19:03:25
65111         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
65112              From: schwern@pobox.com 
65113              Date: Sun, 18 Feb 2001 13:44:35 -0500
65114              Message-ID: <20010218134435.A17544@magnonel.guild.net>
65115              
65116              Applied, but as t/TestInit.pm.
65117      Branch: perl
65118            + t/TestInit.pm
65119            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
65120            ! t/op/subst_wamp.t
65121 ____________________________________________________________________________
65122 [  8828] By: jhi                                   on 2001/02/18  18:43:52
65123         Log: Integrate perlio:
65124              
65125              [  8826]
65126              Fix [ID 20010217.002]
65127              open FOO, "<:raw:perlio", ...
65128              :raw now inserts default base layer below itself.
65129              Also
65130              open FOO, "<:unix", ...
65131              works as well - but leaves buffer layer on stack under the unix layer.
65132      Branch: perl
65133           !> perlio.c
65134 ____________________________________________________________________________
65135 [  8827] By: jhi                                   on 2001/02/18  18:41:33
65136         Log: UTF-8 tweaks.
65137      Branch: perl
65138            ! sv.c utf8.c
65139 ____________________________________________________________________________
65140 [  8826] By: nick                                  on 2001/02/18  17:40:59
65141         Log: Fix [ID 20010217.002]
65142              open FOO, "<:raw:perlio", ...
65143              :raw now inserts default base layer below itself.
65144              Also
65145              open FOO, "<:unix", ...
65146              works as well - but leaves buffer layer on stack under the unix layer.
65147      Branch: perlio
65148            ! perlio.c
65149 ____________________________________________________________________________
65150 [  8825] By: jhi                                   on 2001/02/18  17:15:39
65151         Log: Integrate perlio:
65152              
65153              [  8820]
65154              Clean up a few core dumps when layers are used in unexpected ways.
65155              (Still not "right"...)
65156      Branch: perl
65157           !> perlio.c perliol.h
65158 ____________________________________________________________________________
65159 [  8824] By: jhi                                   on 2001/02/18  17:10:53
65160         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
65161              From: schwern@pobox.com
65162              Date: Sun, 18 Feb 2001 01:48:50 -0500
65163              Message-ID: <20010218014850.C19957@magnonel.guild.net>
65164      Branch: perl
65165            ! lib/Test/Harness.pm t/TEST t/op/chop.t
65166 ____________________________________________________________________________
65167 [  8823] By: jhi                                   on 2001/02/18  17:01:06
65168         Log: Add run/*.t to testables.
65169      Branch: perl
65170            ! t/TEST
65171 ____________________________________________________________________________
65172 [  8822] By: jhi                                   on 2001/02/18  16:58:58
65173         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
65174              From: schwern@pobox.com
65175              Date: Sun, 18 Feb 2001 01:11:35 -0500
65176              Message-ID: <20010218011135.A19957@magnonel.guild.net>
65177              
65178              Revive mjd's and Simon's PERL5OPT fix.
65179      Branch: perl
65180            + t/run/runenv.t
65181            ! MANIFEST perl.c
65182 ____________________________________________________________________________
65183 [  8821] By: jhi                                   on 2001/02/18  16:53:46
65184         Log: Subject: Re: Why t/TEST and not Test::Harness?
65185              From: schwern@pobox.com
65186              Date: Sat, 17 Feb 2001 22:44:44 -0500
65187              Message-ID: <20010217224444.A6679@magnonel.guild.net>
65188              
65189              Replace UTEST with TEST -utf8.
65190      Branch: perl
65191            - t/UTEST
65192            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
65193            ! t/lib/glob-basic.t
65194 ____________________________________________________________________________
65195 [  8820] By: nick                                  on 2001/02/18  13:06:16
65196         Log: Clean up a few core dumps when layers are used in unexpected ways.
65197              (Still not "right"...)
65198      Branch: perlio
65199            ! perlio.c perliol.h
65200 ____________________________________________________________________________
65201 [  8819] By: jhi                                   on 2001/02/18  02:25:55
65202         Log: Integrate change #8818 from maintperl, a FAQ nit.
65203      Branch: perl
65204           !> pod/perlfaq4.pod
65205 ____________________________________________________________________________
65206 [  8818] By: jhi                                   on 2001/02/18  02:24:50
65207         Log: FAQ nit from Chris Fedde.
65208      Branch: maint-5.6/perl
65209            ! pod/perlfaq4.pod
65210 ____________________________________________________________________________
65211 [  8817] By: nick                                  on 2001/02/17  18:20:14
65212         Log: Integrate mainline
65213      Branch: perlio
65214           +> lib/unicode/UCD.html lib/unicode/Unicode.html
65215           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
65216           +> pod/perlclib.pod
65217            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
65218            - lib/unicode/Unicode.301
65219           !> (integrate 324 files)
65220 ____________________________________________________________________________
65221 [  8816] By: jhi                                   on 2001/02/17  16:56:58
65222         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
65223      Branch: perl
65224            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
65225            ! ext/Storable/Storable.xs t/lib/st-06compat.t
65226            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
65227 ____________________________________________________________________________
65228 [  8815] By: jhi                                   on 2001/02/17  16:40:07
65229         Log: Subject: [patch] -Wall
65230              From: Doug MacEachern <dougm@covalent.net>
65231              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
65232              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
65233      Branch: perl
65234            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
65235            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
65236 ____________________________________________________________________________
65237 [  8814] By: jhi                                   on 2001/02/16  19:27:18
65238         Log: Document qu better.
65239      Branch: perl
65240            ! pod/perlop.pod
65241 ____________________________________________________________________________
65242 [  8813] By: jhi                                   on 2001/02/15  13:54:37
65243         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
65244              From: Hugo <hv@crypt.compulink.co.uk>
65245              Date: Thu, 15 Feb 2001 13:39:49 +0000
65246              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
65247      Branch: perl
65248            ! toke.c
65249 ____________________________________________________________________________
65250 [  8812] By: alanbur                               on 2001/02/15  13:52:16
65251         Log: Resynchronised with parent
65252      Branch: maint-5.6/pureperl
65253            - ebcdic.c
65254           !> (integrate 36 files)
65255 ____________________________________________________________________________
65256 [  8811] By: jhi                                   on 2001/02/15  13:51:16
65257         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
65258              
65259              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
65260              From: Jan Dubois <JanD@ActiveState.com>
65261              Date: Wed, 31 Jan 2001 21:17:03 -0800
65262              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
65263              
65264              tweak change#8659 to keep it simple
65265              
65266              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
65267              From: Russ Allbery <rra@stanford.edu>
65268              Date: 14 Feb 2001 10:15:41 -0800
65269              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
65270              
65271              (8809 empty)
65272              
65273              Upgrade to podlators 1.08, from Russ Allbery.
65274      Branch: perl
65275           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
65276           !> utils/perldoc.PL
65277 ____________________________________________________________________________
65278 [  8810] By: jhi                                   on 2001/02/15  13:35:08
65279         Log: Upgrade to podlators 1.08, from Russ Allbery.
65280      Branch: maint-5.6/perl
65281            ! lib/Pod/Man.pm lib/Pod/Text.pm
65282 ____________________________________________________________________________
65283 [  8809] By: jhi                                   on 2001/02/15  13:26:38
65284         Log: (accidentally empty check-in)
65285      Branch: maint-5.6/perl
65286            ! lib/Test/Harness.pm
65287 ____________________________________________________________________________
65288 [  8808] By: jhi                                   on 2001/02/15  13:23:47
65289         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
65290              From: Russ Allbery <rra@stanford.edu>
65291              Date: 14 Feb 2001 10:15:41 -0800
65292              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
65293              
65294              perldoc was hardcoding $Config{installscript}, which breaks
65295              when install* isn't where Perl ends up (such as with AFS).
65296              
65297              Use $Config{scriptdir} instead.
65298      Branch: maint-5.6/perl
65299            ! utils/perldoc.PL
65300 ____________________________________________________________________________
65301 [  8807] By: jhi                                   on 2001/02/14  14:37:27
65302         Log: Update Changes.
65303      Branch: perl
65304            ! Changes patchlevel.h
65305 ____________________________________________________________________________
65306 [  8806] By: jhi                                   on 2001/02/14  14:25:31
65307         Log: Integrate changes #8803,8804,8805 from mainline.
65308              
65309              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
65310              
65311              Don't skip too much of the locale error message if no environ array,
65312              from Chris Nandor.
65313              
65314              More MacOS Classic fixes from Chris Nandor.
65315      Branch: maint-5.6/perl
65316           !> doop.c lib/Cwd.pm perl.c perl.h util.c
65317 ____________________________________________________________________________
65318 [  8805] By: jhi                                   on 2001/02/14  03:29:01
65319         Log: More MacOS Classic fixes from Chris Nandor.
65320      Branch: perl
65321            ! doop.c lib/Cwd.pm
65322 ____________________________________________________________________________
65323 [  8804] By: jhi                                   on 2001/02/14  03:18:35
65324         Log: Don't skip too much of the locale error message if no environ array,
65325              from Chris Nandor.
65326      Branch: perl
65327            ! util.c
65328 ____________________________________________________________________________
65329 [  8803] By: jhi                                   on 2001/02/14  03:14:14
65330         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
65331      Branch: perl
65332            ! perl.c perl.h
65333 ____________________________________________________________________________
65334 [  8802] By: jhi                                   on 2001/02/13  18:31:33
65335         Log: AUTHORS update.
65336      Branch: perl
65337            ! AUTHORS
65338 ____________________________________________________________________________
65339 [  8801] By: jhi                                   on 2001/02/13  17:55:19
65340         Log: Integrate change #8792 from mainline.
65341              
65342              Subject: buncha MacPerl patches for bleadperl
65343              From: Chris Nandor <pudge@pobox.com>
65344              Date: Tue, 13 Feb 2001 00:02:43 -0500
65345              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
65346      Branch: maint-5.6/perl
65347           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
65348           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
65349           !> t/lib/basename.t toke.c util.h
65350 ____________________________________________________________________________
65351 [  8800] By: jhi                                   on 2001/02/13  17:46:43
65352         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
65353              to be forced to Off_t.
65354              
65355              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
65356              From: nick@ccl4.org
65357              Date: Thu, 1 Feb 2001 12:01:04 +0000
65358              Message-Id: <20010201120103.E11401@plum.flirble.org>
65359      Branch: maint-5.6/perl
65360            ! iperlsys.h perlio.c
65361 ____________________________________________________________________________
65362 [  8799] By: jhi                                   on 2001/02/13  16:52:51
65363         Log: Duplex duplex hunk hunk.
65364      Branch: maint-5.6/perl
65365            ! Makefile.SH
65366 ____________________________________________________________________________
65367 [  8797] By: jhi                                   on 2001/02/13  14:52:04
65368         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
65369              From: "Craig A. Berry" <craigberry@mac.com>
65370              Date: Mon, 12 Feb 2001 11:05:25 -0600
65371              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
65372      Branch: perl
65373            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
65374 ____________________________________________________________________________
65375 [  8796] By: jhi                                   on 2001/02/13  14:36:47
65376         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
65377              From: simon.cozens@pembroke.oxford.ac.uk 
65378              Date: Sat, 10 Feb 2001 17:57:02 +0000
65379              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
65380              
65381              Now it does include.
65382      Branch: perl
65383            ! pod/perldiag.pod
65384 ____________________________________________________________________________
65385 [  8795] By: jhi                                   on 2001/02/13  14:30:11
65386         Log: Sort the MANIFEST.
65387      Branch: perl
65388            ! MANIFEST
65389 ____________________________________________________________________________
65390 [  8794] By: jhi                                   on 2001/02/13  14:26:51
65391         Log: Integrate change #8793 from mainline, FAQ updates.
65392      Branch: maint-5.6/perl
65393           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
65394 ____________________________________________________________________________
65395 [  8793] By: jhi                                   on 2001/02/13  14:25:13
65396         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
65397      Branch: perl
65398            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
65399 ____________________________________________________________________________
65400 [  8792] By: jhi                                   on 2001/02/13  14:22:50
65401         Log: Subject: buncha MacPerl patches for bleadperl
65402              From: Chris Nandor <pudge@pobox.com>
65403              Date: Tue, 13 Feb 2001 00:02:43 -0500
65404              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
65405      Branch: perl
65406            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
65407            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
65408            ! t/lib/basename.t toke.c util.h
65409 ____________________________________________________________________________
65410 [  8791] By: jhi                                   on 2001/02/13  14:10:39
65411         Log: Integrate change #8790 from mainline.
65412              
65413              environ array wrongly assumed in Perl_init_i18nl10n(),
65414      Branch: maint-5.6/perl
65415           !> util.c
65416 ____________________________________________________________________________
65417 [  8790] By: jhi                                   on 2001/02/13  14:06:15
65418         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
65419              noticed by Chris Nandor in MacOS Classic.
65420      Branch: perl
65421            ! util.c
65422 ____________________________________________________________________________
65423 [  8789] By: jhi                                   on 2001/02/13  13:58:07
65424         Log: Integrate changes #8373,8487,8544,8783 from mainline.
65425              
65426              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
65427              hints files, the dynaloading, assimilate ebcdic into util.c.
65428      Branch: maint-5.6/perl
65429            - ebcdic.c
65430            ! MANIFEST hints/posix-bc.sh
65431           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
65432           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
65433           !> perlapi.c proto.h util.c
65434 ____________________________________________________________________________
65435 [  8788] By: alanbur                               on 2001/02/13  10:33:13
65436         Log: Integrated changes from maint-5.6
65437      Branch: maint-5.6/pureperl
65438           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
65439           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
65440           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65441           !> vos/config.ga.h vos/configure_perl.cm
65442 ____________________________________________________________________________
65443 [  8787] By: jhi                                   on 2001/02/13  05:56:36
65444         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
65445      Branch: perl
65446           !> Makefile.SH
65447 ____________________________________________________________________________
65448 [  8786] By: jhi                                   on 2001/02/13  05:54:34
65449         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
65450              From: Dorner Thomas <Thomas.Dorner@start.de>
65451              Date: Mon, 12 Feb 2001 15:06:26 +0100
65452              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
65453      Branch: maint-5.6/perl
65454            ! Makefile.SH
65455 ____________________________________________________________________________
65456 [  8785] By: jhi                                   on 2001/02/13  05:29:04
65457         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
65458      Branch: perl
65459           !> hints/openbsd.sh
65460 ____________________________________________________________________________
65461 [  8784] By: jhi                                   on 2001/02/13  02:25:24
65462         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
65463              From: Peter Prymmer <pvhp@forte.com>
65464              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
65465              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
65466      Branch: perl
65467            ! pod/perlclib.pod
65468 ____________________________________________________________________________
65469 [  8783] By: jhi                                   on 2001/02/13  02:22:36
65470         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
65471      Branch: perl
65472            - ebcdic.c
65473            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
65474            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
65475            ! util.c
65476 ____________________________________________________________________________
65477 [  8782] By: jhi                                   on 2001/02/13  02:00:07
65478         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
65479      Branch: maint-5.6/perl
65480            ! pod/perlport.pod
65481 ____________________________________________________________________________
65482 [  8781] By: jhi                                   on 2001/02/13  01:58:44
65483         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
65484      Branch: maint-5.6/perl
65485            ! hints/openbsd.sh
65486 ____________________________________________________________________________
65487 [  8780] By: jhi                                   on 2001/02/13  01:57:33
65488         Log: Synchronize the regexp tests between maintperl and mainline.
65489      Branch: maint-5.6/perl
65490           !> t/op/re_tests
65491 ____________________________________________________________________________
65492 [  8779] By: jhi                                   on 2001/02/13  01:49:35
65493         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
65494              From: Hugo <hv@crypt.compulink.co.uk>
65495              Date: Tue, 13 Feb 2001 00:11:11 +0000
65496              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
65497      Branch: perl
65498            ! regcomp.c t/op/re_tests
65499 ____________________________________________________________________________
65500 [  8778] By: jhi                                   on 2001/02/13  00:23:10
65501         Log: Comments do not nest.
65502      Branch: perl
65503            ! perl.h
65504 ____________________________________________________________________________
65505 [  8777] By: jhi                                   on 2001/02/13  00:17:54
65506         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
65507              From: Hugo <hv@crypt.compulink.co.uk>
65508              Date: Tue, 13 Feb 2001 00:11:11 +0000
65509              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
65510      Branch: maint-5.6/perl
65511            ! regcomp.c t/op/re_tests
65512 ____________________________________________________________________________
65513 [  8776] By: jhi                                   on 2001/02/12  23:25:52
65514         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
65515      Branch: maint-5.6/perl
65516            ! pod/perlport.pod
65517 ____________________________________________________________________________
65518 [  8775] By: jhi                                   on 2001/02/12  23:04:28
65519         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
65520      Branch: maint-5.6/perl
65521            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
65522            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
65523            ! vos/configure_perl.cm
65524 ____________________________________________________________________________
65525 [  8774] By: jhi                                   on 2001/02/12  22:59:11
65526         Log: Subject: Re: [patch] context for 'U' magic functions
65527              From: Doug MacEachern <dougm@covalent.net>
65528              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
65529              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
65530              
65531              plus the suggestion by Nick Ing-Simmons to name the macro
65532              as PERL_MG_UFUNC to avoid namespace pollution, plus add
65533              the advice by Doug for XS writers to perl.h
65534      Branch: perl
65535            ! mg.c perl.h
65536 ____________________________________________________________________________
65537 [  8773] By: jhi                                   on 2001/02/11  20:14:12
65538         Log: Update Changes.
65539      Branch: perl
65540            ! Changes patchlevel.h
65541 ____________________________________________________________________________
65542 [  8772] By: jhi                                   on 2001/02/11  18:47:52
65543         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
65544              From: Simon Cozens <simon@cozens.net>
65545              Date: Wed, 31 Jan 2001 16:31:43 +0000
65546              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
65547      Branch: perl
65548            + pod/perlclib.pod
65549            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
65550            ! pod/perltoc.pod
65551 ____________________________________________________________________________
65552 [  8771] By: jhi                                   on 2001/02/11  18:36:48
65553         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
65554              
65555              Blocks-4d3.beta.txt
65556              CaseFolding-3d4.beta.txt
65557              CompositionExclusions-3d6.beta.txt
65558              EastAsianWidth-4d4.beta.txt
65559              LineBreak-6d3.beta.txt
65560              NamesList-3.1.0d1.beta.txt
65561              PropList-3.1.0d4.beta.txt
65562              SpecialCasing-4d1.beta.txt
65563              UnicodeData-3.1.0d6.beta.txt
65564      Branch: perl
65565            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
65566           +> lib/unicode/UCD.html lib/unicode/Unicode.html
65567            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
65568            - lib/unicode/Unicode.301
65569            ! (edit 257 files)
65570 ____________________________________________________________________________
65571 [  8770] By: jhi                                   on 2001/02/11  17:26:22
65572         Log: UTF-8 documentation.
65573      Branch: perl
65574            ! utf8.h
65575 ____________________________________________________________________________
65576 [  8769] By: jhi                                   on 2001/02/11  17:12:49
65577         Log: Retract #8762.
65578      Branch: perl
65579            ! regexec.c
65580 ____________________________________________________________________________
65581 [  8768] By: jhi                                   on 2001/02/11  16:54:45
65582         Log: Subject: [PATCH] Test::Harness
65583              From: andreas.koenig@anima.de (Andreas J. Koenig)
65584              Date: 11 Feb 2001 14:37:00 +0100
65585              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
65586      Branch: perl
65587            ! lib/Test/Harness.pm
65588 ____________________________________________________________________________
65589 [  8767] By: jhi                                   on 2001/02/11  16:53:52
65590         Log: Subject: [PATCH] Document makepatch in Porting/patching
65591              From: andreas.koenig@anima.de (Andreas J. Koenig)
65592              Date: 11 Feb 2001 16:46:28 +0100
65593              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
65594      Branch: perl
65595            ! Porting/patching.pod
65596 ____________________________________________________________________________
65597 [  8766] By: jhi                                   on 2001/02/11  06:30:23
65598         Log: Subject: Re: [patch] GvSHARED
65599              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
65600              From: Doug MacEachern <dougm@covalent.net>
65601              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
65602              
65603              Subject: Re: [patch] GvSHARED
65604              From: Doug MacEachern <dougm@covalent.net>
65605              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
65606              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
65607              
65608              Subject: [patch] attributes.pm support for `shared'
65609              From: Doug MacEachern <dougm@covalent.net>
65610              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
65611              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
65612              
65613              our() attributes were ignored, our :shared pieces missing,
65614              allow attributes.pm to turn on shared.
65615      Branch: perl
65616            ! op.c t/op/attrs.t toke.c xsutils.c
65617 ____________________________________________________________________________
65618 [  8765] By: alanbur                               on 2001/02/10  23:11:19
65619         Log: Resync with parent (hopefully sucessfully this time)
65620      Branch: maint-5.6/pureperl
65621           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
65622           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
65623           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65624           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
65625           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
65626           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
65627           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
65628 ____________________________________________________________________________
65629 [  8764] By: jhi                                   on 2001/02/10  22:54:38
65630         Log: Make TEST and UTEST more verbose in case something goes
65631              wrong in running/compiling a script, suggested by Doug
65632              MacEachern.
65633      Branch: perl
65634            ! t/TEST t/UTEST
65635 ____________________________________________________________________________
65636 [  8763] By: jhi                                   on 2001/02/10  22:11:34
65637         Log: Bogus shebang.
65638      Branch: perl
65639            ! t/lib/texttabs.t
65640 ____________________________________________________________________________
65641 [  8762] By: jhi                                   on 2001/02/10  21:56:02
65642         Log: (Retracted by #8769)
65643      Branch: perl
65644            ! regexec.c
65645 ____________________________________________________________________________
65646 [  8761] By: jhi                                   on 2001/02/10  21:26:15
65647         Log: Subject: Re: [patch] GvSHARED 
65648              From: Doug MacEachern <dougm@covalent.net>
65649              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
65650              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
65651              
65652              our @EXPORT : shared = (...);
65653      Branch: perl
65654            ! toke.c
65655 ____________________________________________________________________________
65656 [  8760] By: jhi                                   on 2001/02/10  21:25:07
65657         Log: Subject: [patch] GvSHARED
65658              From: Doug MacEachern <dougm@covalent.net>
65659              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
65660              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
65661      Branch: perl
65662            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
65663 ____________________________________________________________________________
65664 [  8759] By: alanbur                               on 2001/02/10  21:24:27
65665         Log: Backed out mismerge.
65666      Branch: maint-5.6/pureperl
65667            ! MANIFEST README.hpux README.vmesa gv.c installhtml
65668            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
65669            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65670            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
65671            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
65672            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
65673            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
65674 ____________________________________________________________________________
65675 [  8758] By: jhi                                   on 2001/02/10  18:01:17
65676         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
65677              
65678              Fixed UMRs and leak in Perl_pmtrans()
65679              
65680              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
65681              associated UTFied tr/// code.  Also fixed scoping leak of
65682              PL_reg_start_tmp.
65683              
65684              newATTRSUB leaks when an attempt to redefine the active sort sub is
65685              made.
65686      Branch: maint-5.6/perl
65687           !> op.c regcomp.c
65688 ____________________________________________________________________________
65689 [  8757] By: alanbur                               on 2001/02/10  17:56:46
65690         Log: Resynchronised with parent
65691      Branch: maint-5.6/pureperl
65692           +> README.bs2000
65693            - README.posix-bc
65694            ! gv.c perl.c sv.c
65695           !> MANIFEST README.hpux README.vmesa installhtml
65696           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
65697           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65698           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
65699           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
65700           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
65701           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
65702 ____________________________________________________________________________
65703 [  8756] By: alanbur                               on 2001/02/10  17:51:15
65704         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
65705              made.
65706      Branch: maint-5.6/pureperl
65707            ! op.c
65708 ____________________________________________________________________________
65709 [  8755] By: jhi                                   on 2001/02/09  22:41:35
65710         Log: Upgrade to CPAN 1.59_54, from Andreas König.
65711      Branch: perl
65712            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65713 ____________________________________________________________________________
65714 [  8754] By: jhi                                   on 2001/02/09  22:29:20
65715         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
65716              
65717              Didn't upgrade the fill.t since it has a dependency to File::Slurp
65718              purely for debugging purposes, the actual test hasn't changed.
65719      Branch: perl
65720            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
65721            ! t/lib/textwrap.t
65722 ____________________________________________________________________________
65723 [  8753] By: jhi                                   on 2001/02/09  20:17:50
65724         Log: Integrate change #8682 from maintperl.
65725              
65726              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
65727              to work correctly.
65728      Branch: perl
65729           !> hints/irix_6.sh
65730 ____________________________________________________________________________
65731 [  8752] By: jhi                                   on 2001/02/09  20:00:46
65732         Log: Update Changes.
65733      Branch: perl
65734            ! Changes patchlevel.h
65735 ____________________________________________________________________________
65736 [  8751] By: nick                                  on 2001/02/09  19:48:37
65737         Log: Integrate mainline
65738      Branch: perlio
65739           +> README.bs2000 t/lib/cgi-esc.t
65740            - README.posix-bc
65741           !> (integrate 53 files)
65742 ____________________________________________________________________________
65743 [  8750] By: nick                                  on 2001/02/09  19:25:16
65744         Log: Subject: RE: Biannual Competition to Improve Hashing Function
65745              From: Fisher Mark <fisherm@tce.com>
65746              Date: Thu, 8 Feb 2001 10:44:00 -0500
65747              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
65748              Date: Thu, 8 Feb 2001 15:02:47 -0500
65749              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
65750      Branch: perl
65751            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
65752 ____________________________________________________________________________
65753 [  8749] By: jhi                                   on 2001/02/09  19:02:35
65754         Log: Forgotten fragment.
65755      Branch: perl
65756            ! pod/perlapi.pod
65757 ____________________________________________________________________________
65758 [  8748] By: jhi                                   on 2001/02/09  18:31:34
65759         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
65760              plus manual tweakage.
65761              
65762              Sync the perlfaq2 between mainline and maintperl.
65763      Branch: maint-5.6/perl
65764            ! pod/perlfaq2.pod
65765      Branch: perl
65766           !> pod/perlfaq2.pod
65767 ____________________________________________________________________________
65768 [  8747] By: jhi                                   on 2001/02/09  18:12:04
65769         Log: Subject: versiononly and installperl
65770              From: abigail@foad.org
65771              Date: Wed, 7 Feb 2001 22:43:12 +0100
65772              Message-ID: <20010207214312.7045.qmail@foad.org>    
65773              
65774              Add +v flag to force a normal install of the perl binary
65775              and the utilities.
65776              
65777              Subject: [PATCH] installperl
65778              From: Nicholas Clark <nick@ccl4.org>
65779              Date: Fri, 9 Feb 2001 16:28:57 +0000
65780              Message-ID: <20010209162857.B10931@plum.flirble.org>
65781              
65782              Add -A flag which also hardlinks the binary with
65783              the full architecture name.
65784      Branch: perl
65785            ! installperl
65786 ____________________________________________________________________________
65787 [  8746] By: jhi                                   on 2001/02/09  18:03:43
65788         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
65789              
65790              Subject: perlfaq2, re: perlmongers
65791              
65792              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
65793              
65794              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
65795              
65796              Subject: [ID 20010205.001] typo in perlfaq9
65797              
65798              Subject: [ID 20010208.002] unordered explanation in perlcall
65799      Branch: maint-5.6/perl
65800           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65801           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
65802           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
65803 ____________________________________________________________________________
65804 [  8745] By: jhi                                   on 2001/02/09  17:59:09
65805         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
65806              From: abela@geneanet.org
65807              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
65808              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
65809      Branch: perl
65810            ! pod/perlcall.pod
65811 ____________________________________________________________________________
65812 [  8744] By: jhi                                   on 2001/02/09  17:48:16
65813         Log: Subject: [ID 20010205.001] typo in perlfaq9
65814              From: eserte@vran.herceg.de
65815              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
65816              Message-Id: <200102042244.XAA21926@vran.herceg.de>
65817      Branch: perl
65818            ! pod/perlfaq9.pod
65819 ____________________________________________________________________________
65820 [  8743] By: jhi                                   on 2001/02/09  17:25:12
65821         Log: Integrate change #8695 from maintperl.
65822              
65823              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
65824      Branch: perl
65825           !> thread.h
65826 ____________________________________________________________________________
65827 [  8742] By: jhi                                   on 2001/02/09  17:21:22
65828         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
65829              From: Andy Dougherty <doughera@lafayette.edu>
65830              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
65831              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
65832      Branch: perl
65833            ! embed.pl
65834 ____________________________________________________________________________
65835 [  8741] By: jhi                                   on 2001/02/09  17:05:19
65836         Log: Integrate changes #8738,8739,8740 from maintperl.
65837              
65838              Html files will be installed in a more logical and easier to
65839              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
65840              
65841              Html files will be generated with a header to make them look
65842              a little less bare.
65843              
65844              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
65845      Branch: perl
65846           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
65847 ____________________________________________________________________________
65848 [  8740] By: jhi                                   on 2001/02/09  17:03:46
65849         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
65850              From: "Brendan O'Dea" <bod@compusol.com.au>
65851              Date: Sun, 4 Feb 2001 11:17:56 +1100
65852              Message-ID: <20010204111756.A16301@compusol.com.au>
65853      Branch: maint-5.6/perl
65854            ! pod/perlfaq3.pod
65855 ____________________________________________________________________________
65856 [  8739] By: jhi                                   on 2001/02/09  17:01:59
65857         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
65858              From: "Indy Singh" <indy@nusphere.com>
65859              Date: Fri, 2 Feb 2001 15:09:59 -0500
65860              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
65861              
65862              Html files will be generated with a header to make them look
65863              a little less bare.
65864      Branch: maint-5.6/perl
65865            ! installhtml
65866 ____________________________________________________________________________
65867 [  8738] By: jhi                                   on 2001/02/09  16:58:48
65868         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
65869              From: "Indy Singh" <indy@nusphere.com>
65870              Date: Fri, 2 Feb 2001 15:08:23 -0500
65871              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
65872              
65873              Html files will be installed in a more logical and easier to
65874              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
65875      Branch: maint-5.6/perl
65876            ! win32/Makefile win32/makefile.mk
65877 ____________________________________________________________________________
65878 [  8737] By: jhi                                   on 2001/02/09  16:46:54
65879         Log: Integrate changes #8687,8736 from maintperl.
65880              
65881              HP-UX thread patches from Merijn H. Brand.
65882              
65883              Latin nit from Philip Newton.
65884      Branch: perl
65885           !> README.hpux hints/hpux.sh
65886 ____________________________________________________________________________
65887 [  8736] By: jhi                                   on 2001/02/09  16:42:31
65888         Log: Latin nit from Philip Newton.
65889      Branch: maint-5.6/perl
65890            ! README.hpux
65891 ____________________________________________________________________________
65892 [  8735] By: jhi                                   on 2001/02/09  16:24:03
65893         Log: Integrate changes #8704,8710 from pureperl.
65894              
65895              Fixed UMRs and leak in Perl_pmtrans()
65896              
65897              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
65898              associated UTFied tr/// code.  Also fixed scoping leak of
65899              PL_reg_start_tmp.
65900      Branch: perl
65901           !> op.c regcomp.c
65902 ____________________________________________________________________________
65903 [  8734] By: jhi                                   on 2001/02/09  15:40:21
65904         Log: Integrate change #8733 from maintperl.
65905              
65906              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
65907      Branch: perl
65908           !> pod/perlre.pod
65909 ____________________________________________________________________________
65910 [  8733] By: jhi                                   on 2001/02/09  15:35:47
65911         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
65912              From: Prymmer/Kahn <pvhp@best.com>
65913              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
65914              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
65915      Branch: maint-5.6/perl
65916            ! pod/perlre.pod
65917 ____________________________________________________________________________
65918 [  8732] By: jhi                                   on 2001/02/09  15:26:17
65919         Log: Rename README.posix-bc to README.bs2000 (to avoid the
65920              confusion of a "perlposix-bc.pod"), add a few missing
65921              arch pods, regen toc.
65922      Branch: maint-5.6/perl
65923           +> README.bs2000
65924            - README.posix-bc
65925            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
65926            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
65927 ____________________________________________________________________________
65928 [  8731] By: jhi                                   on 2001/02/09  15:23:39
65929         Log: De-cut-and-pasto.
65930      Branch: perl
65931            ! pod/perl.pod
65932 ____________________________________________________________________________
65933 [  8730] By: jhi                                   on 2001/02/09  15:11:13
65934         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
65935              when people think that perlposix-bc.pod tells anything about
65936              Perl and POSIX.  Regen toc.
65937      Branch: perl
65938           +> README.bs2000
65939            - README.posix-bc
65940            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
65941            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
65942 ____________________________________________________________________________
65943 [  8729] By: jhi                                   on 2001/02/09  14:52:28
65944         Log: The README.vmesa part of #8712 from maintperl.
65945      Branch: perl
65946            ! README.vmesa
65947 ____________________________________________________________________________
65948 [  8728] By: jhi                                   on 2001/02/09  14:46:06
65949         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
65950              From: Peter Prymmer <pvhp@forte.com>
65951              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
65952              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
65953      Branch: maint-5.6/perl
65954            ! README.vmesa win32/Makefile win32/makefile.mk
65955 ____________________________________________________________________________
65956 [  8727] By: jhi                                   on 2001/02/09  14:33:25
65957         Log: Integrate change #8712 from mainline.
65958              
65959              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
65960      Branch: maint-5.6/perl
65961           !> lib/Pod/Find.pm
65962 ____________________________________________________________________________
65963 [  8726] By: jhi                                   on 2001/02/09  14:30:28
65964         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
65965              From: Peter Prymmer <pvhp@forte.com>
65966              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
65967              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
65968      Branch: perl
65969            + t/lib/cgi-esc.t
65970            ! MANIFEST lib/CGI/Util.pm
65971 ____________________________________________________________________________
65972 [  8725] By: jhi                                   on 2001/02/09  04:56:47
65973         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
65974      Branch: maint-5.6/perl
65975            ! pod/perlport.pod
65976 ____________________________________________________________________________
65977 [  8724] By: jhi                                   on 2001/02/09  04:40:59
65978         Log: Integrate changes 7819,7820 from vmsperl into mainline.
65979              
65980              Add header for LIB$ prototypes (C. Berry)
65981              
65982              Convert fwrite()s to sockets to write()s, since some socket stacks
65983              don't take kindly to stdio.
65984              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
65985              (for often optional LNMs)
65986              Correct a few typos
65987              (C. Bailey)
65988      Branch: perl
65989           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
65990 ____________________________________________________________________________
65991 [  8723] By: jhi                                   on 2001/02/09  03:29:29
65992         Log: Integrate change #8722 from mainline.
65993              
65994              The Im() function wasn't returning zero for non-Math::Complex
65995              arguments.  The bug reported by John Gamble.
65996      Branch: maint-5.6/perl
65997           !> lib/Math/Complex.pm
65998 ____________________________________________________________________________
65999 [  8722] By: jhi                                   on 2001/02/09  03:28:33
66000         Log: The Im() function wasn't returning zero for non-Math::Complex
66001              arguments.  The bug reported by John Gamble.
66002      Branch: perl
66003            ! lib/Math/Complex.pm
66004 ____________________________________________________________________________
66005 [  8721] By: nick                                  on 2001/02/08  22:11:35
66006         Log: Correct the correction :-(
66007      Branch: perl
66008            ! perl.c
66009 ____________________________________________________________________________
66010 [  8720] By: bailey                                on 2001/02/08  20:59:22
66011         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
66012              don't take kindly to stdio.
66013              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
66014              (for often optional LNMs)
66015              Correct a few typos
66016              (C. Bailey)
66017      Branch: vmsperl
66018            ! vms/vms.c vms/vmsish.h
66019 ____________________________________________________________________________
66020 [  8719] By: bailey                                on 2001/02/08  20:51:02
66021         Log: Add header for LIB$ prototypes (C. Berry)
66022      Branch: vmsperl
66023            ! ext/Devel/DProf/DProf.xs
66024 ____________________________________________________________________________
66025 [  8718] By: bailey                                on 2001/02/08  20:49:00
66026         Log: SYN SYN
66027      Branch: vmsperl
66028           +> pod/perliol.pod t/lib/sample-tests/bailout
66029           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
66030           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
66031           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
66032           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
66033           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
66034           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
66035            - lib/unicode/Is/DCinital.pl
66036           !> (integrate 101 files)
66037 ____________________________________________________________________________
66038 [  8717] By: nick                                  on 2001/02/08  19:38:48
66039         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
66040              From: Robin Barker <rmb1@cise.npl.co.uk>
66041              Date: Thu, 8 Feb 2001 14:38:07 GMT
66042              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
66043      Branch: perl
66044            ! lib/CPAN.pm
66045 ____________________________________________________________________________
66046 [  8716] By: nick                                  on 2001/02/08  19:29:07
66047         Log: Generated files form 8713 etc.
66048      Branch: perl
66049            ! embed.h global.sym objXSUB.h perlapi.c proto.h
66050 ____________________________________________________________________________
66051 [  8715] By: nick                                  on 2001/02/08  19:26:08
66052         Log: Fixup non-ithread build after 8713
66053      Branch: perl
66054            ! perl.c
66055 ____________________________________________________________________________
66056 [  8714] By: nick                                  on 2001/02/08  19:17:45
66057         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
66058              From: nick@ccl4.org
66059              Date: Wed, 7 Feb 2001 00:27:47 +0000
66060              Message-Id: <20010207002747.B63724@plum.flirble.org>
66061      Branch: perl
66062            ! sv.c toke.c
66063 ____________________________________________________________________________
66064 [  8713] By: nick                                  on 2001/02/08  19:15:58
66065         Log: Subject: Re: [patch] Re: PL_ptr_table
66066              From: Doug Maceachern <dougm@covalent.net>
66067              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
66068              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
66069      Branch: perl
66070            ! embed.pl perl.c sv.c sv.h
66071 ____________________________________________________________________________
66072 [  8712] By: nick                                  on 2001/02/08  19:12:47
66073         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
66074              From: Peter Prymmer <pvhp@forte.com>
66075              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
66076              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
66077      Branch: perl
66078            ! lib/Pod/Find.pm
66079 ____________________________________________________________________________
66080 [  8711] By: nick                                  on 2001/02/07  21:06:11
66081         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
66082              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
66083              From: Alan Burlison <Alan.Burlison@uk.sun.com>
66084              Date: Tue, 06 Feb 2001 23:37:01 +0000
66085              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
66086      Branch: perl
66087            ! regcomp.c
66088 ____________________________________________________________________________
66089 [  8710] By: alanbur                               on 2001/02/07  00:22:04
66090         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
66091              associated UTFied tr/// code.  Also fixed scoping leak of
66092              PL_reg_start_tmp.
66093      Branch: maint-5.6/pureperl
66094            ! op.c regcomp.c
66095 ____________________________________________________________________________
66096 [  8709] By: nick                                  on 2001/02/06  21:16:49
66097         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
66098              From: Michael G Schwern <schwern@pobox.com>
66099              Date: Sun, 4 Feb 2001 19:47:14 -0500
66100              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
66101      Branch: perl
66102            ! pod/perlapi.pod pod/perlmodlib.PL
66103 ____________________________________________________________________________
66104 [  8708] By: nick                                  on 2001/02/06  20:41:20
66105         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
66106              From: Michael G Schwern <schwern@pobox.com>
66107              Date: Sun, 4 Feb 2001 21:17:49 -0500
66108              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
66109      Branch: perl
66110            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
66111            ! pod/perltootc.pod
66112 ____________________________________________________________________________
66113 [  8707] By: nick                                  on 2001/02/06  20:29:11
66114         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
66115              From: Michael G Schwern <schwern@pobox.com>
66116              Date: Tue, 6 Feb 2001 05:54:30 -0500
66117              Message-Id: <20010206055430.A951@blackrider.aocn.com>
66118      Branch: perl
66119            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
66120 ____________________________________________________________________________
66121 [  8706] By: nick                                  on 2001/02/06  20:21:40
66122         Log: Subject: RE: some win32 fixes
66123              Date: Tue, 6 Feb 2001 09:23:20 +0300
66124              From: Vadim Konovalov <vkonovalov@lucent.com>
66125              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
66126      Branch: perl
66127            ! toke.c win32/Makefile win32/config.bc win32/config.gc
66128            ! win32/config.vc win32/config_H.bc win32/makefile.mk
66129 ____________________________________________________________________________
66130 [  8705] By: alanbur                               on 2001/02/06  15:00:03
66131         Log: Synchronised with parent
66132      Branch: maint-5.6/pureperl
66133            ! regexec.c
66134           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
66135           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
66136 ____________________________________________________________________________
66137 [  8704] By: alanbur                               on 2001/02/06  14:55:24
66138         Log: Fixed UMRs and leak in Perl_pmtrans()
66139      Branch: maint-5.6/pureperl
66140            ! op.c
66141 ____________________________________________________________________________
66142 [  8703] By: gsar                                  on 2001/02/06  02:29:37
66143         Log: $(MAKE) distclean doesn't clean up properly on windows
66144      Branch: maint-5.6/perl
66145            ! win32/Makefile win32/makefile.mk
66146 ____________________________________________________________________________
66147 [  8702] By: gsar                                  on 2001/02/06  01:00:46
66148         Log: tweak change#8659 to keep it simple
66149      Branch: maint-5.6/perl
66150            ! utils/perldoc.PL
66151 ____________________________________________________________________________
66152 [  8701] By: gsar                                  on 2001/02/05  22:45:41
66153         Log: change#8693 was missing testsuite changes
66154      Branch: maint-5.6/perl
66155           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
66156 ____________________________________________________________________________
66157 [  8700] By: nick                                  on 2001/02/05  20:32:52
66158         Log: Integrate mainline
66159      Branch: perlio
66160           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
66161           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
66162           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
66163           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
66164           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
66165           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
66166           +> t/lib/test-harness.t
66167           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
66168           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
66169           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
66170           !> pod/perlutil.pod t/TEST utils/h2xs.PL
66171 ____________________________________________________________________________
66172 [  8699] By: nick                                  on 2001/02/05  19:41:07
66173         Log: Subject: perlfaq2, re: perlmongers
66174              From: David H. Adler <dha@panix.com>
66175              Date: Sun, 4 Feb 2001 23:48:23 -0500
66176              Message-Id: <20010204234823.A13429@panix.com>
66177      Branch: perl
66178            ! pod/perlfaq2.pod
66179 ____________________________________________________________________________
66180 [  8698] By: nick                                  on 2001/02/05  19:39:31
66181         Log: Missed file f#rom the testharness mess.
66182      Branch: perl
66183            + t/lib/test-harness.t
66184 ____________________________________________________________________________
66185 [  8697] By: nick                                  on 2001/02/05  19:37:21
66186         Log: Subject: [DOC PATCH] overload.pm nits
66187              From: John Tobey <jtobey@john-edwin-tobey.org>
66188              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
66189              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
66190      Branch: perl
66191            ! lib/overload.pm
66192 ____________________________________________________________________________
66193 [  8696] By: alanbur                               on 2001/02/05  11:56:00
66194         Log: Sync with parent
66195      Branch: maint-5.6/pureperl
66196           !> thread.h
66197 ____________________________________________________________________________
66198 [  8695] By: gsar                                  on 2001/02/05  03:27:34
66199         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
66200      Branch: maint-5.6/perl
66201            ! thread.h
66202 ____________________________________________________________________________
66203 [  8694] By: alanbur                               on 2001/02/05  00:07:47
66204         Log: Initial branch creation from //depot/maint-5.6/perl
66205      Branch: maint-5.6/pureperl
66206           +> (branch 1719 files)
66207 ____________________________________________________________________________
66208 [  8693] By: gsar                                  on 2001/02/04  22:38:49
66209         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
66210              changes)
66211      Branch: maint-5.6/perl
66212           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
66213           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
66214           !> ext/DB_File/version.c
66215 ____________________________________________________________________________
66216 [  8692] By: nick                                  on 2001/02/04  18:15:57
66217         Log: The missed t/TEST part of the grand testharness upgrade.
66218      Branch: perl
66219            ! t/TEST
66220 ____________________________________________________________________________
66221 [  8691] By: nick                                  on 2001/02/04  18:05:17
66222         Log: New improved test harness
66223              Subject: Re: [PATCH Test::Harness] Third time's a charm?
66224              From: Michael G Schwern <schwern@pobox.com>
66225              Date: Sun, 4 Feb 2001 08:01:20 -0500
66226              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
66227      Branch: perl
66228            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
66229            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
66230            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
66231            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
66232            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
66233            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
66234            ! MANIFEST lib/Test/Harness.pm
66235 ____________________________________________________________________________
66236 [  8690] By: nick                                  on 2001/02/04  17:57:51
66237         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
66238              From: Jonathan Stowe <gellyfish@gellyfish.com>
66239              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
66240              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
66241      Branch: perl
66242            ! utils/h2xs.PL
66243 ____________________________________________________________________________
66244 [  8689] By: nick                                  on 2001/02/04  17:55:24
66245         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
66246              From: Michael G Schwern <schwern@pobox.com>
66247              Date: Sat, 3 Feb 2001 22:46:38 -0500
66248              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
66249      Branch: perl
66250            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
66251            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
66252 ____________________________________________________________________________
66253 [  8688] By: nick                                  on 2001/02/04  17:43:55
66254         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
66255              length byfailing to spot lack of closing )
66256              From: nick@talking.bollo.cx
66257              Date: Sat, 03 Feb 2001 23:53:16 +0000
66258              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
66259      Branch: perl
66260            ! perlio.c pod/perldiag.pod
66261 ____________________________________________________________________________
66262 [  8687] By: jhi                                   on 2001/02/03  17:11:42
66263         Log: HP-UX thread patches from Merijn H. Brand.
66264      Branch: maint-5.6/perl
66265            ! README.hpux hints/hpux.sh
66266 ____________________________________________________________________________
66267 [  8686] By: jhi                                   on 2001/02/03  16:40:12
66268         Log: Metaconfig changes for #8685.
66269      Branch: metaconfig
66270            ! U/installdirs/instubperl.U
66271      Branch: metaconfig/U/perl
66272            ! Devel.U versiononly.U
66273 ____________________________________________________________________________
66274 [  8685] By: jhi                                   on 2001/02/03  16:39:49
66275         Log: For -Dusedevel builds turn off installusrbinperl and turn on
66276              versiononly, a combined idea of Richard Soderberg and Merijn
66277              H. Brand.  You can still override both of these from the command
66278              line if you need to, -Dinstallusrbinperl and -Uversiononly.
66279      Branch: perl
66280            ! Configure
66281 ____________________________________________________________________________
66282 [  8684] By: jhi                                   on 2001/02/03  16:16:34
66283         Log: Metaconfig unit fix for #8683.
66284      Branch: metaconfig
66285            ! U/compline/nblock_io.U
66286 ____________________________________________________________________________
66287 [  8683] By: jhi                                   on 2001/02/03  16:16:12
66288         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
66289              reported by Peter Prymmer for 5.6-TRIAL1.
66290      Branch: perl
66291            ! Configure
66292 ____________________________________________________________________________
66293 [  8682] By: jhi                                   on 2001/02/03  05:52:11
66294         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
66295              to work correctly.
66296      Branch: maint-5.6/perl
66297            ! hints/irix_6.sh
66298 ____________________________________________________________________________
66299 [  8681] By: jhi                                   on 2001/02/03  05:47:33
66300         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
66301      Branch: maint-5.6/perl
66302            ! pod/perlport.pod
66303 ____________________________________________________________________________
66304 [  8680] By: jhi                                   on 2001/02/02  21:39:49
66305         Log: perlport update from Peter Prymmer.
66306      Branch: maint-5.6/perl
66307            ! pod/perlport.pod
66308 ____________________________________________________________________________
66309 [  8679] By: nick                                  on 2001/02/02  20:50:48
66310         Log: Integrate mainline
66311      Branch: perlio
66312           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
66313           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
66314           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
66315 ____________________________________________________________________________
66316 [  8678] By: gsar                                  on 2001/02/02  16:02:12
66317         Log: note about bincompat, slightly modified (from Lupe Christoph)
66318      Branch: maint-5.6/perl
66319            ! README.solaris
66320 ____________________________________________________________________________
66321 [  8677] By: jhi                                   on 2001/02/02  15:46:20
66322         Log: Supported platforms updates.
66323      Branch: maint-5.6/perl
66324            ! pod/perlport.pod
66325 ____________________________________________________________________________
66326 [  8676] By: jhi                                   on 2001/02/02  03:41:26
66327         Log: A couple more perlfaq2 tweaks.
66328      Branch: maint-5.6/perl
66329            ! pod/perlfaq2.pod
66330 ____________________________________________________________________________
66331 [  8675] By: jhi                                   on 2001/02/02  03:17:44
66332         Log: Misedit in #8661.
66333      Branch: maint-5.6/perl
66334            ! Configure
66335 ____________________________________________________________________________
66336 [  8674] By: jhi                                   on 2001/02/02  03:14:38
66337         Log: Damien again.
66338      Branch: maint-5.6/perl
66339            ! pod/perlfaq2.pod
66340 ____________________________________________________________________________
66341 [  8673] By: jhi                                   on 2001/02/02  03:12:40
66342         Log: perlfaq update from Elaine Ashton.
66343      Branch: maint-5.6/perl
66344            ! pod/perlfaq2.pod
66345 ____________________________________________________________________________
66346 [  8672] By: jhi                                   on 2001/02/02  03:07:08
66347         Log: UTF-8 s/// patch from Inaba Hiroto.
66348      Branch: maint-5.6/perl
66349            ! pp_ctl.c pp_hot.c
66350 ____________________________________________________________________________
66351 [  8671] By: jhi                                   on 2001/02/01  22:34:31
66352         Log: Update Changes.
66353      Branch: perl
66354            ! Changes patchlevel.h
66355 ____________________________________________________________________________
66356 [  8670] By: jhi                                   on 2001/02/01  22:15:29
66357         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
66358              from maintperl.
66359              
66360              Upgrade to Getopt::Long 2.25, from Johan Vromans.
66361              
66362              more files need to be writable in the source distribution
66363              
66364              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
66365              
66366              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
66367              
66368              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66369              
66370              Allow the float to be fuzzier.
66371              
66372              need to use INT2PTR instead of a straight cast or ia64 fails
66373              
66374              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
66375              
66376              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
66377      Branch: perl
66378           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
66379           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
66380           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
66381 ____________________________________________________________________________
66382 [  8669] By: jhi                                   on 2001/02/01  21:57:02
66383         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66384              From: Robin Barker <rmb1@cise.npl.co.uk>
66385              Date: Thu, 1 Feb 2001 16:59:05 GMT
66386              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
66387      Branch: maint-5.6/perl
66388            ! pod/perlmodlib.PL
66389 ____________________________________________________________________________
66390 [  8668] By: nick                                  on 2001/02/01  19:41:40
66391         Log: Integrate mainline
66392      Branch: perlio
66393           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
66394           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
66395           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
66396 ____________________________________________________________________________
66397 [  8667] By: gsar                                  on 2001/02/01  16:59:11
66398         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
66399      Branch: maint-5.6/perl
66400            ! embed.pl embedvar.h
66401 ____________________________________________________________________________
66402 [  8666] By: gsar                                  on 2001/02/01  16:34:51
66403         Log: add missing entries to win32/config.?c
66404      Branch: maint-5.6/perl
66405            ! win32/config.bc win32/config.gc win32/config.vc
66406            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
66407 ____________________________________________________________________________
66408 [  8665] By: jhi                                   on 2001/02/01  14:58:51
66409         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
66410              From: "Stephen P. Potter" <spp@spotter.yi.org>
66411              Date: Thu, 01 Feb 2001 10:45:46 -0500
66412              Message-Id: <200102011545.KAA31479@spotter.yi.org>
66413      Branch: maint-5.6/perl
66414            ! pod/perlfunc.pod
66415 ____________________________________________________________________________
66416 [  8664] By: gsar                                  on 2001/02/01  14:52:37
66417         Log: need to use INT2PTR instead of a straight cast or ia64 fails
66418              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
66419      Branch: maint-5.6/perl
66420            ! ext/POSIX/POSIX.xs
66421 ____________________________________________________________________________
66422 [  8663] By: jhi                                   on 2001/02/01  14:09:13
66423         Log: Allow the float to be fuzzier.
66424      Branch: maint-5.6/perl
66425            ! t/lib/peek.t
66426 ____________________________________________________________________________
66427 [  8662] By: jhi                                   on 2001/02/01  13:59:00
66428         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66429              From: Robin Barker <rmb1@cise.npl.co.uk>
66430              Date: Thu, 1 Feb 2001 13:05:39 GMT
66431              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
66432      Branch: maint-5.6/perl
66433            ! pod/perlmodlib.pod
66434 ____________________________________________________________________________
66435 [  8661] By: jhi                                   on 2001/02/01  13:57:38
66436         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
66437              Date: Thu, 01 Feb 2001 14:15:41 +0100
66438              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66439              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
66440              
66441              Have the $ccflags in the gcc version test (strange, this change
66442              is claimed to be have been integrated already)
66443      Branch: maint-5.6/perl
66444            ! Configure
66445 ____________________________________________________________________________
66446 [  8660] By: jhi                                   on 2001/02/01  13:44:10
66447         Log: Integrate changes #7950,7964,7962 from mainline.
66448              
66449              Find the stdchar signedness using cpp, should fix some of
66450              the Solaris compiler warnings reported by Alan Burlison.
66451      Branch: maint-5.6/perl
66452           !> Configure config_h.SH
66453 ____________________________________________________________________________
66454 [  8659] By: jhi                                   on 2001/02/01  05:35:32
66455         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
66456              From: Jan Dubois <JanD@ActiveState.com>
66457              Date: Wed, 31 Jan 2001 21:17:03 -0800
66458              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
66459      Branch: maint-5.6/perl
66460            ! utils/perldoc.PL
66461 ____________________________________________________________________________
66462 [  8658] By: jhi                                   on 2001/02/01  04:33:17
66463         Log: Integrate the README.os390 and README.posix-bc parts of mainline
66464              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
66465              installperl parts were taken care of by #8657.)
66466      Branch: maint-5.6/perl
66467           !> README.os390 README.posix-bc
66468 ____________________________________________________________________________
66469 [  8657] By: jhi                                   on 2001/02/01  04:29:21
66470         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
66471              From: Peter Prymmer <pvhp@forte.com>
66472              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
66473              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
66474      Branch: maint-5.6/perl
66475            + ext/DynaLoader/dl_dllload.xs
66476            ! MANIFEST Makefile.SH hints/os390.sh installperl
66477 ____________________________________________________________________________
66478 [  8656] By: jhi                                   on 2001/02/01  04:25:45
66479         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
66480              From: Peter Prymmer <pvhp@forte.com>
66481              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
66482              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
66483      Branch: maint-5.6/perl
66484            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
66485 ____________________________________________________________________________
66486 [  8655] By: jhi                                   on 2001/02/01  04:14:47
66487         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
66488              From: troc@netrus.net
66489              Date: Wed, 31 Jan 2001 22:31:26 -0500
66490              Message-Id: <200102010331.WAA117.85@rocco.homenet>
66491      Branch: maint-5.6/perl
66492            ! os2/os2.c
66493 ____________________________________________________________________________
66494 [  8654] By: jhi                                   on 2001/02/01  04:12:52
66495         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
66496              as reported by Alan Burlison.
66497      Branch: maint-5.6/perl
66498            ! pp.h
66499 ____________________________________________________________________________
66500 [  8653] By: jhi                                   on 2001/02/01  04:05:12
66501         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
66502              From: dsugalski@northernlight.com
66503              Date: Wed, 31 Jan 2001 18:54:11 -0500
66504              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
66505      Branch: maint-5.6/perl
66506            ! configure.com
66507 ____________________________________________________________________________
66508 [  8652] By: jhi                                   on 2001/02/01  04:03:11
66509         Log: Misplaced #endif.
66510              
66511              Subject: [perl-5-6-1-trial2] patches for EPOC
66512              From: Olaf Flebbe <O.Flebbe@science-computing.de>
66513              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
66514              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
66515      Branch: maint-5.6/perl
66516            ! epoc/epocish.c
66517 ____________________________________________________________________________
66518 [  8651] By: jhi                                   on 2001/02/01  04:00:25
66519         Log: Integrate changes #8647,8648,8650 from mainline.
66520              
66521              Macrofy a magic UTF-8 test.
66522              
66523              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
66524              
66525              Watch out for cross compiling for EPOC (usually done on linux).
66526      Branch: maint-5.6/perl
66527           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
66528 ____________________________________________________________________________
66529 [  8650] By: jhi                                   on 2001/02/01  03:56:20
66530         Log: Watch out for cross compiling for EPOC (usually done on linux)
66531              
66532              Subject: [perl-5-6-1-trial2] patches for EPOC
66533              From: Olaf Flebbe <O.Flebbe@science-computing.de>
66534              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
66535              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
66536      Branch: perl
66537            ! ext/Errno/Errno_pm.PL
66538 ____________________________________________________________________________
66539 [  8649] By: gsar                                  on 2001/02/01  00:46:00
66540         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
66541      Branch: maint-5.6/perl
66542            ! sv.c
66543 ____________________________________________________________________________
66544 [  8648] By: jhi                                   on 2001/01/31  23:35:36
66545         Log: All the uses of PL_numeric_radix must be protected by
66546              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
66547              
66548              Subject: [perl-5-6-1-trial2] patches for EPOC
66549              From: Olaf Flebbe <O.Flebbe@science-computing.de>
66550              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
66551              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
66552      Branch: perl
66553            ! sv.c
66554 ____________________________________________________________________________
66555 [  8647] By: jhi                                   on 2001/01/31  22:56:16
66556         Log: Macrofy a magic UTF-8 test.
66557      Branch: perl
66558            ! utf8.c utf8.h
66559 ____________________________________________________________________________
66560 [  8646] By: gsar                                  on 2001/01/31  15:55:12
66561         Log: update Changes
66562      Branch: maint-5.6/perl
66563            ! Changes
66564 ____________________________________________________________________________
66565 [  8645] By: gsar                                  on 2001/01/31  15:10:14
66566         Log: Configure tweak suggested by Peter Prymmer
66567      Branch: maint-5.6/perl
66568            ! Configure
66569 ____________________________________________________________________________
66570 [  8644] By: gsar                                  on 2001/01/31  15:06:32
66571         Log: more files need to be writable in the source distribution
66572      Branch: maint-5.6/perl
66573            ! Porting/makerel
66574 ____________________________________________________________________________
66575 [  8643] By: jhi                                   on 2001/01/31  14:59:46
66576         Log: Integrate changes #8258,8278,8279 from mainline.
66577              
66578              Make the large file tests more robust/talkative.
66579      Branch: maint-5.6/perl
66580           !> t/lib/syslfs.t t/op/lfs.t
66581 ____________________________________________________________________________
66582 [  8642] By: gsar                                  on 2001/01/31  14:53:48
66583         Log: integrate changes#8311,8334 from mainline
66584              
66585              Add a new MakeMaker variable PM_FILTER that defines a Unix
66586              filter to be run on each .pm during the pm_to_blib() phase,
66587              a fixed version of
66588              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
66589              
66590              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
66591              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
66592              accurate reading of the "atime".  
66593      Branch: maint-5.6/perl
66594           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
66595           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
66596           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
66597 ____________________________________________________________________________
66598 [  8641] By: jhi                                   on 2001/01/31  14:46:37
66599         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
66600      Branch: maint-5.6/perl
66601            ! lib/Getopt/Long.pm
66602 ____________________________________________________________________________
66603 [  8640] By: gsar                                  on 2001/01/31  14:40:24
66604         Log: make regen_all
66605      Branch: maint-5.6/perl
66606            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
66607 ____________________________________________________________________________
66608 [  8639] By: gsar                                  on 2001/01/31  14:37:25
66609         Log: refresh windows config files
66610      Branch: maint-5.6/perl
66611            ! win32/Makefile win32/config_H.bc win32/config_H.gc
66612            ! win32/config_H.vc win32/makefile.mk
66613 ____________________________________________________________________________
66614 [  8638] By: gsar                                  on 2001/01/31  14:28:10
66615         Log: makefile tweaks for windows: introduce a bulk-switch to enable
66616              same options as ActivePerl; sync changes with makefile.mk
66617      Branch: maint-5.6/perl
66618            ! win32/Makefile win32/makefile.mk
66619 ____________________________________________________________________________
66620 [  8637] By: jhi                                   on 2001/01/31  04:41:30
66621         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
66622              From: Nicholas Clark <nick@ccl4.org>
66623              Date: Tue, 30 Jan 2001 19:51:05 +0000
66624              Message-ID: <20010130195105.R76607@plum.flirble.org> 
66625              
66626              op/inc cure.
66627      Branch: perl
66628            ! pp.c pp.h pp_hot.c t/op/arith.t
66629 ____________________________________________________________________________
66630 [  8636] By: jhi                                   on 2001/01/31  02:38:32
66631         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
66632              no perlio],8257,8380,8479,8515 from mainline.
66633              
66634              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
66635              
66636              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
66637              Subject: [PATCH perl@8133] fix-up for VMS extensions
66638              
66639              In VMS embedded perls couldn't access the statically built Socket.
66640              
66641              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
66642              
66643              Further VMS piping fixes from Charles Lane.
66644              
66645              Subject:  [PATCH] make t/op/misc.t work on VMS
66646              
66647              Add tracing for debugging extensions builds in VMS.
66648              
66649              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
66650      Branch: maint-5.6/perl
66651           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
66652           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
66653           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
66654 ____________________________________________________________________________
66655 [  8635] By: jhi                                   on 2001/01/31  01:46:41
66656         Log: Integrate change #7732 from mainline.
66657              
66658              Sparc 64-bit pack() fix from Jens Hamisch.
66659      Branch: maint-5.6/perl
66660           !> pp.c
66661 ____________________________________________________________________________
66662 [  8634] By: jhi                                   on 2001/01/31  01:41:16
66663         Log: One spot missing from #8626.
66664      Branch: maint-5.6/perl
66665            ! sv.c
66666 ____________________________________________________________________________
66667 [  8633] By: jhi                                   on 2001/01/31  00:49:17
66668         Log: Integrate change #7495 from mainline.
66669              
66670              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
66671      Branch: maint-5.6/perl
66672           !> MANIFEST ext/re/Makefile.PL
66673 ____________________________________________________________________________
66674 [  8632] By: jhi                                   on 2001/01/30  23:38:49
66675         Log: Integrate change #8396 from mainline.
66676              
66677              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
66678              better multicast support (resend)
66679      Branch: maint-5.6/perl
66680           !> ext/Socket/Socket.pm
66681 ____________________________________________________________________________
66682 [  8631] By: jhi                                   on 2001/01/30  23:28:03
66683         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
66684              
66685              More AIX lore. (7514, ext/re/hints/aix.pl)
66686              
66687              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
66688              
66689              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)
66690              
66691              Subject: [ID 20001214.002] Net::Ping patch
66692              
66693              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
66694              
66695              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
66696              
66697              Add ReuseAddr as a (preferred) alias for Reuse as we now
66698              also have ReusePort.
66699              
66700              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
66701      Branch: maint-5.6/perl
66702           +> ext/re/hints/aix.pl
66703           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
66704           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
66705 ____________________________________________________________________________
66706 [  8630] By: jhi                                   on 2001/01/30  23:03:59
66707         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
66708              
66709              read() documentation tweak for 20001121.004.
66710              
66711              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
66712      Branch: maint-5.6/perl
66713           !> pod/perlfunc.pod pod/perlre.pod
66714 ____________________________________________________________________________
66715 [  8629] By: jhi                                   on 2001/01/30  22:41:57
66716         Log: Integrate change #8098 from mainline.
66717              
66718              fastgetcwd is defined using a glob alias on a $^O dependent basis
66719              and there was no default assignment or perl subroutine.
66720      Branch: maint-5.6/perl
66721           !> lib/Cwd.pm
66722 ____________________________________________________________________________
66723 [  8628] By: jhi                                   on 2001/01/30  21:58:52
66724         Log: Integrate change #7866 from mainline.
66725              
66726              File::Temp 0.11.
66727      Branch: maint-5.6/perl
66728           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
66729 ____________________________________________________________________________
66730 [  8627] By: jhi                                   on 2001/01/30  21:39:44
66731         Log: Integrate changes #8075,8086,8228 from mainline.  
66732              
66733              Darwin is not Windows. (8075,8086)
66734              
66735              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
66736      Branch: maint-5.6/perl
66737           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
66738           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
66739           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
66740           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
66741 ____________________________________________________________________________
66742 [  8626] By: jhi                                   on 2001/01/30  21:22:11
66743         Log: Integrate with tweakery the change #8625 from mainline,
66744              the multibyte decimal separator fix ("fa_IR locale failure").
66745      Branch: maint-5.6/perl
66746            ! embedvar.h perlapi.h
66747           !> intrpvar.h perl.c perl.h sv.c util.c
66748 ____________________________________________________________________________
66749 [  8625] By: jhi                                   on 2001/01/30  20:26:33
66750         Log: Fix for the fa_IR locale failure.  The reason for the failure
66751              was that Perl was assuming the decimal separator aka the radix
66752              separator is one character.  The Farsi-Iranian locale crushed
66753              that bad assumption since there the separator is 'Momayyez',
66754              glyphwise looking somewhat like a slash, and in Unicode UTF-8
66755              encoded in two bytes, 0xd9 0xab.
66756      Branch: perl
66757            ! intrpvar.h perl.c perl.h sv.c util.c
66758 ____________________________________________________________________________
66759 [  8624] By: gsar                                  on 2001/01/30  20:17:03
66760         Log: regen_headers
66761      Branch: maint-5.6/perl
66762            ! Makefile.SH pod/perlintern.pod
66763 ____________________________________________________________________________
66764 [  8623] By: gsar                                  on 2001/01/30  19:42:34
66765         Log: backout change#7431 and its dependents (causes spurious rebuilds
66766              of autogenerated files)
66767              
66768              fix benign b.t failure
66769      Branch: maint-5.6/perl
66770            ! Makefile.SH t/lib/b.t
66771 ____________________________________________________________________________
66772 [  8622] By: jhi                                   on 2001/01/30  19:41:41
66773         Log: Microperl sync.
66774      Branch: perl
66775            ! mg.c perl.h
66776 ____________________________________________________________________________
66777 [  8621] By: gsar                                  on 2001/01/30  19:24:47
66778         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
66779              from mainline
66780              
66781              Subject: podlators 1.06 released
66782              
66783              Subject: [PATCH @8436] Eliminate op_children
66784              
66785              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
66786              
66787              (Replaced by #8448)  More op_children traces (cleanup of #8442).
66788              
66789              Subject: [PATCH #3 @8436] Re: Eliminate op_children
66790              Replace #8444 and #8445.
66791              
66792              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
66793              at the setting of the ofs_sv in new_struct_thread() as the
66794              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
66795              uninitialized fields are, uh, initialized with),
66796              SvREFCNT_inc()ing that invited a core dump.
66797              
66798              podlators 1.07, from Russ Allbery.
66799              
66800              Subject: [PATCH] regcomp.c old feature removal
66801              From: mjd@plover.com
66802              Date: 16 Jan 2001 14:43:18 -0000 
66803              Message-ID: <20010116144318.7140.qmail@plover.com> 
66804      Branch: maint-5.6/perl
66805           +> lib/Pod/Text/Overstrike.pm
66806           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
66807           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
66808           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
66809           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
66810           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
66811           !> util.c
66812 ____________________________________________________________________________
66813 [  8620] By: gsar                                  on 2001/01/30  18:48:32
66814         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
66815              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
66816              now fails one test)
66817              
66818              Subject: [PATCH] lvalue AUTOLOAD. No, really.
66819              
66820              Subject: [PATCH] Interesting syntax idea
66821              Make opens + bareword assigns do typeglob assigns.
66822              
66823              Tests for #8254.
66824              
66825              Subject: [PATCH @8269] Continue blocks and B::Deparse
66826              Make the peephole optimizer to bypass more null ops and
66827              and rewrite the deparse handling of continue blocks.
66828              
66829              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
66830              Doc tweak on #8313.
66831              
66832              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
66833              
66834              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
66835              
66836              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
66837              
66838              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
66839              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
66840              according to the platform.
66841              
66842              Subject: [PATCH @8404] Consolidated lvalue sub changes
66843              
66844              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
66845              
66846              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
66847              
66848              Subject: B::Concise -- an improved replacement for B::Terse 
66849              
66850              The B::Terse drop-in replacement wasn't quite drop-in.
66851              
66852              The LVRET macro needed an aTHX.
66853              
66854              Use the /^Perl_/-less form of is_lvalue_sub().
66855              
66856              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
66857      Branch: maint-5.6/perl
66858           +> ext/B/B/Concise.pm
66859           !> (integrate 27 files)
66860 ____________________________________________________________________________
66861 [  8619] By: nick                                  on 2001/01/30  18:40:28
66862         Log: Integrate mainline
66863      Branch: perlio
66864           !> (integrate 40 files)
66865 ____________________________________________________________________________
66866 [  8618] By: jhi                                   on 2001/01/30  18:37:18
66867         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
66868              Date: Mon, 29 Jan 2001 22:51:29 -0600
66869              From: "Craig A. Berry" <craigberry@mac.com>
66870              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
66871      Branch: perl
66872            ! vms/test.com
66873 ____________________________________________________________________________
66874 [  8617] By: jhi                                   on 2001/01/30  18:34:53
66875         Log: Subject: [PATCH] Add missing CV flags to dump.c
66876              From: Tim Jenness <t.jenness@jach.hawaii.edu>
66877              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
66878              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
66879      Branch: perl
66880            ! dump.c
66881 ____________________________________________________________________________
66882 [  8616] By: jhi                                   on 2001/01/30  18:20:58
66883         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
66884              part isn't applicable to maintperl.
66885              
66886              UTF-8 nit from Inaba Hiroto.
66887      Branch: maint-5.6/perl
66888           !> pod/perlapi.pod utf8.c
66889 ____________________________________________________________________________
66890 [  8615] By: jhi                                   on 2001/01/30  18:18:51
66891         Log: UTF-8 nit from Inaba Hiroto.
66892      Branch: perl
66893            ! pod/perlapi.pod t/op/each.t utf8.c
66894 ____________________________________________________________________________
66895 [  8614] By: jhi                                   on 2001/01/30  18:13:38
66896         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
66897              
66898              perl's internal variables are not for public consumption,
66899              move their docs from perlapi.pod to perlintern.pod
66900              
66901              support for -Dusethreads build under HP-UX 10.20 and DCE threads
66902              library (11.0 and later have pthreads but 10.x don't)
66903              
66904              avoid uninitialized value warnings
66905              
66906              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
66907              gets weird results)
66908              
66909              perldoc nit on windows
66910              
66911              make it possible to run the tests outside the source tree
66912              (there's still a dependency on ../lib being the library
66913              location)
66914      Branch: perl
66915           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
66916           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
66917           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
66918           !> win32/bin/search.pl win32/vdir.h
66919 ____________________________________________________________________________
66920 [  8613] By: gsar                                  on 2001/01/30  16:39:59
66921         Log: make it possible to run the tests outside the source tree
66922              (there's still a dependency on ../lib being the library
66923              location)
66924      Branch: maint-5.6/perl
66925            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
66926 ____________________________________________________________________________
66927 [  8612] By: gsar                                  on 2001/01/30  16:31:12
66928         Log: perldoc nit on windows
66929      Branch: maint-5.6/perl
66930            ! utils/perldoc.PL
66931 ____________________________________________________________________________
66932 [  8611] By: gsar                                  on 2001/01/30  16:22:54
66933         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
66934              gets weird results)
66935      Branch: maint-5.6/perl
66936            ! win32/vdir.h
66937 ____________________________________________________________________________
66938 [  8610] By: gsar                                  on 2001/01/30  16:12:45
66939         Log: avoid uninitialized value warnings
66940      Branch: maint-5.6/perl
66941            ! win32/bin/search.pl
66942 ____________________________________________________________________________
66943 [  8609] By: gsar                                  on 2001/01/30  16:08:01
66944         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
66945              library (11.0 and later have pthreads but 10.x don't)
66946      Branch: maint-5.6/perl
66947            ! hints/hpux.sh thread.h
66948 ____________________________________________________________________________
66949 [  8608] By: gsar                                  on 2001/01/30  15:48:55
66950         Log: perl's internal variables are not for public consumption,
66951              move their docs from perlapi.pod to perlintern.pod
66952      Branch: maint-5.6/perl
66953            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
66954            ! thrdvar.h
66955 ____________________________________________________________________________
66956 [  8607] By: gsar                                  on 2001/01/30  15:44:27
66957         Log: mistakenly branched perl56delta.pod, revert
66958      Branch: maint-5.6/perl
66959            - pod/perl56delta.pod
66960           !> pod/perldelta.pod
66961 ____________________________________________________________________________
66962 [  8606] By: gsar                                  on 2001/01/30  14:20:24
66963         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
66964              dTHR which has been a noop for a while now, except for the
66965              compatibility definition in thread.h)
66966      Branch: maint-5.6/perl
66967           !> (integrate 45 files)
66968 ____________________________________________________________________________
66969 [  8605] By: jhi                                   on 2001/01/30  05:43:58
66970         Log: Mark the UTF-8 APIs as experimental.
66971      Branch: maint-5.6/perl
66972            ! embed.pl pod/perlapi.pod
66973 ____________________________________________________________________________
66974 [  8604] By: jhi                                   on 2001/01/30  05:38:40
66975         Log: Nits from earlier integrates.
66976      Branch: maint-5.6/perl
66977            ! lib/Carp/Heavy.pm
66978           !> sv.c
66979 ____________________________________________________________________________
66980 [  8603] By: jhi                                   on 2001/01/30  05:27:26
66981         Log: Regenerate Porting files.
66982      Branch: maint-5.6/perl
66983            ! Porting/Glossary Porting/config.sh Porting/config_H
66984 ____________________________________________________________________________
66985 [  8602] By: jhi                                   on 2001/01/30  05:14:59
66986         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
66987              8310,8339,8447,8492,8493,8505,8525: documentation changes.
66988              
66989              Subject: Re: perlfaq style changes
66990              
66991              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
66992              
66993              Subject: [PATCH] docs on NaN
66994              
66995              Subject: [patch] perlfaq7
66996              
66997              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
66998              
66999              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
67000              
67001              Subject: [PATCH] open() example in perlfunc.pod
67002              
67003              Podify README.mpeix (a new version from the web)
67004              
67005              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
67006              
67007              Subject: [PATCH] format and rewording in perlfaq.pod
67008              
67009              Subject: [PATCH] API Variable documentation   
67010              
67011              Memory management calls documentation.
67012              
67013              Subject: [PATCH: perl@8482] README.vms URL updates
67014              
67015              Subject: Minor typos in perlfaq2.pod
67016              
67017              Subject: [PATCH] pod/perlvar.pod
67018      Branch: maint-5.6/perl
67019           +> pod/perl56delta.pod
67020            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67021           !> README.amiga README.epoc README.mpeix README.vms
67022           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
67023           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
67024           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
67025           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
67026           !> pod/perlvar.pod thrdvar.h
67027 ____________________________________________________________________________
67028 [  8601] By: jhi                                   on 2001/01/30  04:38:35
67029         Log: Integrate changes #8036,8096,8253 from mainline:
67030              hints changes.
67031              
67032              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
67033              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
67034              
67035              Output the (apparent) version of gcc in Tru64.
67036      Branch: maint-5.6/perl
67037           +> ext/POSIX/hints/svr4.pl
67038           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
67039           !> hints/svr4.sh t/lib/bigfltpm.t
67040 ____________________________________________________________________________
67041 [  8600] By: jhi                                   on 2001/01/30  04:04:01
67042         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
67043              locale fixes.
67044              
67045              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
67046              
67047              Debian allows /usr/bin/locale to exist without any locales. (7868)
67048              
67049              Allow the locale test needing POSIX and the taint test
67050              needing IPC::SysV to run under 'minitest' (basically,
67051              bail out if loading the extension fails). (8384)
67052              
67053              Cleanup the locale.t output  (8480)
67054      Branch: maint-5.6/perl
67055           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
67056           !> t/pragma/locale.t
67057 ____________________________________________________________________________
67058 [  8599] By: jhi                                   on 2001/01/30  03:51:04
67059         Log: Missing generated files from #8598.
67060      Branch: maint-5.6/perl
67061            ! embed.h global.sym objXSUB.h perlapi.c proto.h
67062 ____________________________________________________________________________
67063 [  8598] By: jhi                                   on 2001/01/30  03:41:54
67064         Log: Integrate change #8555 from mainline, manually integrate parts
67065              of changes 8452 and 8583.
67066              
67067              Subject: [PATCH] utf8.c documentation (8452)
67068              
67069              No point in checking the length if the pointer is bogus. (8555)
67070              
67071              Introduce bytes_from_utf8() and implement sv_eq() using it,
67072              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
67073              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
67074              was malformed. (8583)
67075      Branch: maint-5.6/perl
67076            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
67077           !> pod/perlapi.pod sv.c utf8.c
67078 ____________________________________________________________________________
67079 [  8597] By: gsar                                  on 2001/01/30  02:37:26
67080         Log: get PERL_OBJECT build going again on windows
67081      Branch: maint-5.6/perl
67082            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
67083            ! pod/perlapi.pod proto.h sv.c
67084 ____________________________________________________________________________
67085 [  8596] By: jhi                                   on 2001/01/30  02:16:17
67086         Log: Signedness nit.
67087      Branch: perl
67088            ! sv.c
67089 ____________________________________________________________________________
67090 [  8595] By: jhi                                   on 2001/01/30  02:11:07
67091         Log: EBCDIC patch for Storable, from Peter Prymmer.
67092      Branch: perl
67093            ! t/lib/st-06compat.t
67094 ____________________________________________________________________________
67095 [  8594] By: jhi                                   on 2001/01/30  01:04:48
67096         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
67097              From: Peter Prymmer <pvhp@forte.com>
67098              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
67099              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
67100      Branch: perl
67101            ! t/lib/b.t
67102 ____________________________________________________________________________
67103 [  8593] By: jhi                                   on 2001/01/30  00:56:47
67104         Log: Subject: [PATCH: perl@8585] pod problems in io
67105              From: Peter Prymmer <pvhp@forte.com>
67106              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
67107              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
67108      Branch: perl
67109            ! pod/perlapio.pod pod/perliol.pod
67110 ____________________________________________________________________________
67111 [  8592] By: jhi                                   on 2001/01/30  00:48:20
67112         Log: Integrate perlio:
67113              
67114              [  8591]
67115              GNU 'merge' Simon's copy of perliol.pod with version
67116              patched by Craig's patch.
67117              
67118              [  8590]
67119              PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
67120      Branch: perl
67121           !> pod/perlapio.pod pod/perliol.pod
67122 ____________________________________________________________________________
67123 [  8591] By: nick                                  on 2001/01/29  22:02:28
67124         Log: GNU 'merge' Simon's copy of perliol.pod with version
67125              patched by Craig's patch.
67126      Branch: perlio
67127            ! pod/perliol.pod
67128 ____________________________________________________________________________
67129 [  8590] By: nick                                  on 2001/01/29  21:55:10
67130         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
67131      Branch: perlio
67132            ! pod/perlapio.pod pod/perliol.pod
67133 ____________________________________________________________________________
67134 [  8589] By: jhi                                   on 2001/01/29  15:35:33
67135         Log: Integrate change #8586 from maint-5.6/perl.
67136              
67137              make the BOM detection code not call tell() until it has to
67138              (meant to fix esoteric compatibility issues where PL_rsfp
67139              is overridden)
67140      Branch: perl
67141           !> toke.c
67142 ____________________________________________________________________________
67143 [  8588] By: jhi                                   on 2001/01/29  15:29:11
67144         Log: Subject: MAking Solaris malloc() the default
67145              From: Lupe Christoph <lupe@lupe-christoph.de>
67146              Date: Mon, 29 Jan 2001 12:59:36 +0100
67147              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
67148              
67149              The README.solaris part slightly tweaked.
67150      Branch: perl
67151            ! README.solaris hints/solaris_2.sh
67152 ____________________________________________________________________________
67153 [  8587] By: jhi                                   on 2001/01/29  15:17:34
67154         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
67155              From: root@ak-75.mind.de
67156              Date: Sun, 28 Jan 2001 20:32:29 +0100
67157              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
67158      Branch: perl
67159            ! pod/perlre.pod
67160 ____________________________________________________________________________
67161 [  8586] By: gsar                                  on 2001/01/29  13:43:44
67162         Log: make the BOM detection code not call tell() until it has to
67163              (meant to fix esoteric compatibility issues where PL_rsfp
67164              is overridden)
67165      Branch: maint-5.6/perl
67166            ! toke.c
67167 ____________________________________________________________________________
67168 [  8585] By: jhi                                   on 2001/01/28  20:05:45
67169         Log: Update Changes.
67170      Branch: perl
67171            ! Changes patchlevel.h
67172 ____________________________________________________________________________
67173 [  8584] By: jhi                                   on 2001/01/28  19:30:02
67174         Log: Integrate perlio:
67175              
67176              [  8582]
67177              Add pod/perliol.pod to MANIFEST :-(
67178              
67179              [  8581]
67180              PerlIO documentation. Proofing and sub-editing requested.
67181      Branch: perl
67182           +> pod/perliol.pod
67183           !> MANIFEST pod/perlapio.pod
67184 ____________________________________________________________________________
67185 [  8583] By: jhi                                   on 2001/01/28  19:28:40
67186         Log: Patch from Inaba Hiroto:
67187              - canonical UTF-8 hash keys: if a key string for a hash is
67188              UTF8-on, try downgrade the string and use it if
67189              unicode::distinct is not in effect.
67190              For the task, I added a function bytes_from_utf8() to utf8.c.
67191              It might resemble utf8_to_bytes() but it is not convenient
67192              to the task.
67193              Made a test for it and added to t/op/each.t
67194              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
67195              the mortal copy of the argument SV.
67196              And changed t/io/utf8.t test 18 which expects print() to
67197              upgrade its argument.
67198              - re-implement sv_eq with bytes_from_utf8()
67199              - some bug fixes
67200              - tr/// does not handle UTF8 range (\x{}-\x{})
67201              - \ before raw UTF8 character produced
67202              "Malformed UTF-8 character" warning.
67203              - "\x{100}\N{CENT SIGN}" is Malformed.
67204              Added tests for these 3.
67205              - and one silly bug (by me) with qu operator.
67206      Branch: perl
67207            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
67208            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
67209            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
67210 ____________________________________________________________________________
67211 [  8582] By: nick                                  on 2001/01/28  19:25:04
67212         Log: Add pod/perliol.pod to MANIFEST :-(
67213      Branch: perlio
67214            ! MANIFEST
67215 ____________________________________________________________________________
67216 [  8581] By: nick                                  on 2001/01/28  19:22:40
67217         Log: PerlIO documentation. Proofing and sub-editing requested.
67218      Branch: perlio
67219            + pod/perliol.pod
67220            ! pod/perlapio.pod
67221 ____________________________________________________________________________
67222 [  8580] By: jhi                                   on 2001/01/28  05:16:25
67223         Log: Revert the change to sv_2pv() done by #8054: Someone who
67224              did SvNV_set() on a scalar that also happened to be POK,
67225              followed by sv_2pv() won't get the right coercion anymore.
67226              [Sarathy]
67227      Branch: maint-5.6/perl
67228            ! sv.c
67229 ____________________________________________________________________________
67230 [  8579] By: jhi                                   on 2001/01/28  05:15:04
67231         Log: Remove the #8084 effect: do not allow -Q to be interpreted
67232              as -&Q(), this is too much wiggle room.
67233      Branch: maint-5.6/perl
67234            ! toke.c
67235 ____________________________________________________________________________
67236 [  8578] By: jhi                                   on 2001/01/28  05:12:45
67237         Log: Needed bits of #8439 (should have been in #8576),
67238              mainly for lval substr().
67239      Branch: maint-5.6/perl
67240            ! mg.c pp.c pp_hot.c
67241 ____________________________________________________________________________
67242 [  8577] By: jhi                                   on 2001/01/28  05:02:46
67243         Log: A missing check-in.
67244      Branch: maint-5.6/perl
67245            ! utf8.c
67246 ____________________________________________________________________________
67247 [  8576] By: jhi                                   on 2001/01/28  04:26:18
67248         Log: Integrate changes #8425,8436,8439,8517 from mainline.
67249              The 8439 was not truly integrated because it had too many
67250              dependencies on the development branch and because it introduced
67251              concepts too bold for a maintenance branch (such as the qu operator).
67252              
67253              Subject: [PATCH perl@8342] -Wformat
67254              
67255              Tighten some of the UTF-8 tests a bit.
67256              
67257              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
67258              - The substr lval was still not okay.
67259              - Now pp_stringify and sv_setsv copies source's UTF8 flag
67260              even if IN_BYTE.  pp_stringify is called from fold_constants
67261              at optimization phase and "\x{100}" was made SvUTF8_off under
67262              use bytes (the bytes pragma is for "byte semantics" and not
67263              for "do not produce UTF8 data")
67264      Branch: maint-5.6/perl
67265            ! t/lib/charnames.t t/op/substr.t toke.c
67266           !> sv.c t/pragma/utf8.t
67267 ____________________________________________________________________________
67268 [  8575] By: jhi                                   on 2001/01/28  04:01:51
67269         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
67270              
67271              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
67272              
67273              Subject: [ID 20001230.003] UTF-8 tr still hurts
67274              
67275              Test cases for #8385 (from Simon's "torture.pl")
67276              
67277              Start fixing UTF-8 lval substr() (8405)
67278      Branch: maint-5.6/perl
67279           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
67280           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
67281 ____________________________________________________________________________
67282 [  8574] By: jhi                                   on 2001/01/28  03:09:06
67283         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
67284              from mainline.
67285              
67286              UTF-8 cleanup.
67287              
67288              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
67289              
67290              "\x{FF}\xFF" was broken.
67291              
67292              Tests for #8329 and #8330.
67293              
67294              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
67295              
67296              IRIX compiler noticed that the bof initialization might be
67297              bypassed by control flow.
67298              
67299              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
67300      Branch: maint-5.6/perl
67301           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
67302           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
67303 ____________________________________________________________________________
67304 [  8573] By: jhi                                   on 2001/01/28  02:06:12
67305         Log: Retract #8552.
67306      Branch: perl
67307            ! lib/Text/Wrap.pm t/lib/textwrap.t
67308 ____________________________________________________________________________
67309 [  8572] By: jhi                                   on 2001/01/28  02:04:49
67310         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
67311              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
67312              not really integrated but instead salvaged by hand
67313              (they had too many dependencies on the development release
67314              to be cleanly integratable).
67315              
67316              Subject: more UTF8 test suites and an UTF8 patch
67317              
67318              Tweak for MULTIPLICITY/USE_PERLIO
67319              
67320              Signedness nit.
67321              
67322              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
67323              
67324              Use the UTF8_XXX macros in is_utf8_char().
67325              
67326              Rewrite pp_concat() in terms of sv_catsv().  The . operator
67327              should now be UTF-8-proof.
67328              
67329              Subject: [PATCH perl@8269] scanning two hex-constants
67330              fails on EBCDIC environment (script length.t)
67331              
67332              Add some Unicode chop() tests.
67333      Branch: maint-5.6/perl
67334            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
67335           !> sv.c t/op/chop.t utf8.h
67336 ____________________________________________________________________________
67337 [  8571] By: jhi                                   on 2001/01/28  00:35:59
67338         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
67339              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
67340              
67341              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
67342              
67343              The maxiters upper limit sanity check (guarding against
67344              non-progress) assumed bytes instead of characters in s///
67345              and split().
67346              
67347              Signedness nit.
67348              
67349              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
67350              join() should now be UTF-8-proof.
67351              
67352              More split // UTF-8 tests. (8250)
67353      Branch: maint-5.6/perl
67354           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
67355           !> util.c
67356 ____________________________________________________________________________
67357 [  8570] By: jhi                                   on 2001/01/27  22:15:46
67358         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
67359              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
67360              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
67361              8084,8204,8244,8333 from mainline.
67362              
67363              For -Q where Q might be a one-letter sub name one does no more
67364              get a warning about an unknown filetest (7941,7943,7944,8084).
67365              
67366              Subject: Re: [ID 20001130.011] expression parsing bug ?
67367              
67368              Make uv_to_utf8() to zero-terminate its output buffer.
67369              
67370              Split off t/op/length.t (7995)
67371              
67372              Split off t/op/utf8decode.t (7996)
67373              
67374              Remove an unnecessary 'use utf8' from the utf8.t (7998)
67375              
67376              Split off t/op/concat.t (8004)
67377              
67378              Split off t/op/ver.t (8005)
67379              
67380              Document utf8_length(), utf8_distance(), and utf8_hop().
67381              
67382              Document utf8_to_uv() better.
67383              
67384              Introduce macros for UTF8 decoding (8028,8033).
67385              
67386              Add test for reverse() (8030,8031).
67387              
67388              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
67389              
67390              Do not return the Unicode replacement character    on UTF-8
67391              decoding failure.
67392              
67393              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
67394              not this_utf8 i.e. the output string has one, but don't mess
67395              with source assumption. (8052,8053)
67396              
67397              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
67398              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
67399              was not expecting to be called with something that was already
67400              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
67401              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
67402              (8054)
67403              
67404              Recode the naughty binary bytes in utf8decode.t using the \xHH.
67405              
67406              Make some panic messages a bit more logical.
67407      Branch: maint-5.6/perl
67408           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
67409           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
67410           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
67411           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
67412           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
67413           !> utf8.c utf8.h
67414 ____________________________________________________________________________
67415 [  8569] By: jhi                                   on 2001/01/27  19:16:43
67416         Log: Integrate changes #7750 from perlio and #8566 from mainline.
67417      Branch: maint-5.6/perl
67418           !> regexec.c sv.c
67419 ____________________________________________________________________________
67420 [  8568] By: jhi                                   on 2001/01/27  18:06:51
67421         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
67422              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
67423              7935[-perlio.c],7936,7959,7965 from mainline.
67424              
67425              Change the "big byte" error message to "Wide character".
67426              (7355, the croak-if-wide-chars-in-print part ignored)
67427              
67428              Use UINT64_C().
67429              
67430              Introduce Perl_utf8_length().
67431              
67432              diff -se shows these as different (7753, forgotten check-ins)
67433              
67434              Subject: [PATCH] doop.c - UTF8 tr///
67435              
67436              If we use (aTHX_ ...) then put Perl_ on the front.
67437              
67438              Make utf8_length() and utf8_distance() to be less forgiving
67439              about bad UTF-8.
67440              
67441              Test line numbers are different with utf8.
67442              
67443              No need to scan till infinity, 13 is enough. (7872,7911)
67444              
67445              Subject: [PATCH] Tokeniser debugging
67446              
67447              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
67448              
67449              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
67450              
67451              Be more careful in Perl_sv_utf8_downgrade().
67452              
67453              Use DO_UTF8().
67454              
67455              Raw zero bytes in text files confuse at least GNU patch 2.1.
67456      Branch: maint-5.6/perl
67457           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
67458           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
67459           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
67460           !> t/pragma/utf8.t toke.c utf8.c utf8.h
67461 ____________________________________________________________________________
67462 [  8567] By: nick                                  on 2001/01/27  11:10:38
67463         Log: Integrate mainline
67464      Branch: perlio
67465           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
67466           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
67467           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
67468           !> toke.c
67469 ____________________________________________________________________________
67470 [  8566] By: jhi                                   on 2001/01/27  06:22:48
67471         Log: More documentation for the regexp context stack.
67472      Branch: perl
67473            ! regexec.c
67474 ____________________________________________________________________________
67475 [  8565] By: jhi                                   on 2001/01/27  05:21:57
67476         Log: Update Changes.
67477      Branch: perl
67478            ! Changes patchlevel.h
67479 ____________________________________________________________________________
67480 [  8564] By: jhi                                   on 2001/01/27  04:44:04
67481         Log: Threadedness patch for #8562 from Doug MacEachern.
67482      Branch: perl
67483            ! toke.c
67484 ____________________________________________________________________________
67485 [  8563] By: jhi                                   on 2001/01/27  04:26:24
67486         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
67487              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67488              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
67489              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
67490      Branch: perl
67491            ! op.c
67492 ____________________________________________________________________________
67493 [  8562] By: jhi                                   on 2001/01/27  04:20:30
67494         Log: Subject: Re: Announce : Tokener reporting patch
67495              From: Simon Cozens <simon@cozens.net>
67496              Date: Mon, 22 Jan 2001 02:17:22 +0000
67497              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
67498      Branch: perl
67499            ! embed.h embed.pl proto.h toke.c
67500 ____________________________________________________________________________
67501 [  8561] By: jhi                                   on 2001/01/27  04:17:24
67502         Log: Forgot from #8545.  Oops.
67503      Branch: perl
67504            ! pp.c t/pragma/overload.t
67505 ____________________________________________________________________________
67506 [  8560] By: jhi                                   on 2001/01/27  03:01:47
67507         Log: A better module compilation test, use MANIFEST as suggested
67508              by Spider.
67509      Branch: perl
67510            ! t/lib/1_compile.t
67511 ____________________________________________________________________________
67512 [  8559] By: jhi                                   on 2001/01/27  02:50:48
67513         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
67514              From: Peter Prymmer <pvhp@forte.com>
67515              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
67516              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
67517      Branch: perl
67518            ! t/lib/b.t
67519 ____________________________________________________________________________
67520 [  8558] By: jhi                                   on 2001/01/27  02:27:05
67521         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
67522              From: Peter Prymmer <pvhp@forte.com>
67523              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
67524              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
67525      Branch: perl
67526            ! t/pragma/sub_lval.t
67527 ____________________________________________________________________________
67528 [  8557] By: jhi                                   on 2001/01/27  02:26:03
67529         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
67530              From: Peter Prymmer <pvhp@forte.com>
67531              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
67532              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
67533      Branch: perl
67534            ! t/lib/st-06compat.t
67535 ____________________________________________________________________________
67536 [  8556] By: jhi                                   on 2001/01/27  02:24:33
67537         Log: Subject: [PATCH: perl@8531] minor update to README.os390
67538              From: Peter Prymmer <pvhp@forte.com>
67539              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
67540              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
67541      Branch: perl
67542            ! README.os390
67543 ____________________________________________________________________________
67544 [  8555] By: jhi                                   on 2001/01/27  00:35:47
67545         Log: No point in checking the length before we know whether the pointer
67546              is bogus or not, fixes Abigail's odbm failures in Linux.
67547      Branch: perl
67548            ! sv.c
67549 ____________________________________________________________________________
67550 [  8554] By: nick                                  on 2001/01/26  19:01:31
67551         Log: Integrate mainline
67552      Branch: perlio
67553           !> lib/Text/Wrap.pm t/lib/textwrap.t
67554 ____________________________________________________________________________
67555 [  8553] By: jhi                                   on 2001/01/26  15:19:39
67556         Log: Integrate change #7792 from perlio (multiplicity fix),
67557              fix the AV leak in regex DEBUGGING (tiny part of the
67558              polymorphic regexp patch #8143).
67559      Branch: maint-5.6/perl
67560            ! regcomp.c
67561           !> scope.h
67562 ____________________________________________________________________________
67563 [  8552] By: jhi                                   on 2001/01/26  15:03:23
67564         Log: (Retracted by #8573)
67565              
67566              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
67567              From: Michael G Schwern <schwern@pobox.com>
67568              Date: Fri, 26 Jan 2001 09:28:31 -0500
67569              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
67570      Branch: perl
67571            ! lib/Text/Wrap.pm t/lib/textwrap.t
67572 ____________________________________________________________________________
67573 [  8551] By: jhi                                   on 2001/01/26  02:33:19
67574         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
67575              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
67576              
67577              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
67578              
67579              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
67580              
67581              Message nit.
67582              
67583              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
67584              
67585              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
67586              
67587              (the cleanup of unused submatches in regtry() and regcppop())
67588              
67589              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
67590              stored and restored, and thusly was trounced by the utf8 swash
67591              routines.
67592              
67593              use utf8 not required to use \x{}.
67594              
67595              Removed two more tests that make no sense in UTF-8 since the test
67596              data is not in UTF-8.
67597              
67598              Get the three different space character classes right under utf8.
67599              
67600              Implement ANYOFUTF8 regprop() dumping.
67601              
67602              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
67603              
67604              Document the regex context pushing/popping a bit better.
67605      Branch: maint-5.6/perl
67606           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
67607           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
67608           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
67609           !> t/op/regmesg.t utf8.c
67610 ____________________________________________________________________________
67611 [  8550] By: nick                                  on 2001/01/25  19:42:30
67612         Log: Integrate mainline
67613      Branch: perlio
67614           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
67615           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
67616           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
67617           !> t/lib/bigint.t t/lib/bigintpm.t
67618 ____________________________________________________________________________
67619 [  8549] By: jhi                                   on 2001/01/25  15:22:28
67620         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
67621      Branch: maint-5.6/perl
67622            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
67623 ____________________________________________________________________________
67624 [  8548] By: jhi                                   on 2001/01/25  15:02:55
67625         Log: Integrate changes #7997,8063,8492,8547 from mainline.
67626              
67627              Subject: Re: STRLEN - what?
67628              
67629              Subject: [PATCH] perlguts.pod
67630              
67631              Memory management calls documentation.
67632              
67633              Layout using tabulator is not a good idea in a pod.
67634      Branch: maint-5.6/perl
67635           !> pod/perlguts.pod
67636 ____________________________________________________________________________
67637 [  8547] By: jhi                                   on 2001/01/25  14:49:05
67638         Log: Layout using tabulator is not a good idea in a pod.
67639      Branch: perl
67640            ! pod/perlguts.pod
67641 ____________________________________________________________________________
67642 [  8546] By: jhi                                   on 2001/01/25  14:31:12
67643         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
67644              from mainline.
67645              
67646              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
67647              
67648              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
67649              
67650              More Win32 editor/IDE/shell hints.
67651              
67652              More Win32 Perling.
67653              
67654              Yet another editor edit.
67655              
67656              Edit edit edit.
67657              
67658              IDE/editor section tweaking.
67659              
67660              Few more IDE/editor nits from p5p.
67661      Branch: maint-5.6/perl
67662           !> pod/perlfaq3.pod
67663 ____________________________________________________________________________
67664 [  8545] By: jhi                                   on 2001/01/25  04:16:32
67665         Log: Subject: [PATCH 5.7.0] overload int()
67666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67667              Date: Wed, 24 Jan 2001 19:06:57 -0500
67668              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
67669      Branch: perl
67670            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
67671            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
67672            ! t/lib/bigintpm.t
67673 ____________________________________________________________________________
67674 [  8544] By: jhi                                   on 2001/01/25  04:15:11
67675         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
67676              From: Peter Prymmer <pvhp@forte.com>
67677              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
67678              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
67679      Branch: perl
67680            ! Makefile.SH README.os390 hints/os390.sh installperl
67681 ____________________________________________________________________________
67682 [  8543] By: jhi                                   on 2001/01/25  03:52:08
67683         Log: Integrate change #8462,8469 from mainline.
67684              
67685              In VMS Perl subversion (perl -V) is undef.
67686      Branch: maint-5.6/perl
67687           !> configure.com
67688 ____________________________________________________________________________
67689 [  8542] By: jhi                                   on 2001/01/25  03:44:55
67690         Log: Integrate changes #7835,7850,8315,8316 from mainline.
67691              
67692              Solaris hints.
67693      Branch: maint-5.6/perl
67694           !> hints/solaris_2.sh
67695 ____________________________________________________________________________
67696 [  8541] By: jhi                                   on 2001/01/25  03:39:28
67697         Log: Integrate #8336 from mainline.
67698      Branch: maint-5.6/perl
67699           !> hv.c
67700 ____________________________________________________________________________
67701 [  8540] By: jhi                                   on 2001/01/25  03:23:50
67702         Log: Retract #8539.
67703      Branch: maint-5.6/perl
67704            ! pod/perlfaq3.pod
67705 ____________________________________________________________________________
67706 [  8539] By: jhi                                   on 2001/01/25  03:21:55
67707         Log: (Retracted by #8540.)
67708      Branch: maint-5.6/perl
67709            ! pod/perlfaq3.pod
67710 ____________________________________________________________________________
67711 [  8538] By: jhi                                   on 2001/01/25  03:14:07
67712         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
67713              From: Peter Prymmer <pvhp@forte.com>
67714              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
67715              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
67716              
67717              The VMS bits.
67718      Branch: maint-5.6/perl
67719            ! configure.com vms/descrip_mms.template
67720 ____________________________________________________________________________
67721 [  8537] By: jhi                                   on 2001/01/25  03:06:09
67722         Log: Integrate #7710,7824,7973 from mainline.
67723      Branch: maint-5.6/perl
67724           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67725           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
67726           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
67727           !> vos/config.ga.def vos/config.ga.h win32/config.bc
67728           !> win32/config.gc win32/config.vc
67729 ____________________________________________________________________________
67730 [  8536] By: jhi                                   on 2001/01/24  13:50:20
67731         Log: Revert the edits made by me so far to the 5.6 branch since
67732              the TRIAL1 since I did edits when I should have been using
67733              integrates.  Bad programmer.   (Will integrate them properly later.)
67734              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
67735              The #8353 will not be reapplied at least for now since
67736              the UTF-8 hash keys need more thinking.
67737              (The patches #8347, #8354, #8454, #8473 were okay since they
67738              were original edits made specifically for the 5.6.1-TRIAL1.)
67739      Branch: maint-5.6/perl
67740            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67741            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
67742            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
67743            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
67744            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
67745            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67746            ! win32/config.bc win32/config.gc win32/config.vc
67747 ____________________________________________________________________________
67748 [  8535] By: bailey                                on 2001/01/24  06:37:02
67749         Log: SYN SYN
67750      Branch: vmsperl
67751           +> (branch 26 files)
67752           !> (integrate 130 files)
67753 ____________________________________________________________________________
67754 [  8534] By: nick                                  on 2001/01/23  19:30:57
67755         Log: Integrate mainline.
67756      Branch: perlio
67757           !> Changes Configure Porting/Glossary Porting/config.sh
67758           !> Porting/config_H embed.h embed.pl ext/Encode/compile
67759           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
67760           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
67761           !> pod/perlvar.pod proto.h t/lib/1_compile.t
67762 ____________________________________________________________________________
67763 [  8533] By: jhi                                   on 2001/01/23  16:15:46
67764         Log: Forgotten from #8501.
67765      Branch: perl
67766            ! Porting/Glossary Porting/config.sh Porting/config_H
67767 ____________________________________________________________________________
67768 [  8532] By: jhi                                   on 2001/01/23  16:13:27
67769         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
67770              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67771              Date: Mon, 22 Jan 2001 17:51:58 +0100
67772              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
67773      Branch: perl
67774            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
67775 ____________________________________________________________________________
67776 [  8531] By: jhi                                   on 2001/01/23  15:46:01
67777         Log: Update Changes.
67778      Branch: perl
67779            ! Changes patchlevel.h
67780 ____________________________________________________________________________
67781 [  8530] By: jhi                                   on 2001/01/23  15:38:39
67782         Log: De-cut-and-pasto.
67783      Branch: perl
67784            ! t/lib/1_compile.t
67785 ____________________________________________________________________________
67786 [  8529] By: jhi                                   on 2001/01/23  15:11:04
67787         Log: Document the mkdir trailing slashes case.
67788      Branch: perl
67789            ! pod/perlfunc.pod
67790 ____________________________________________________________________________
67791 [  8528] By: jhi                                   on 2001/01/23  15:08:28
67792         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
67793              get installed:
67794              
67795              Subject: lib/lib.pm
67796              From: <abigail@foad.org>
67797              Date: Mon, 28 Aug 2000 20:35:08 -0400
67798              Message-ID: <20000829003508.21281.qmail@foad.org>
67799      Branch: perl
67800            ! installperl
67801 ____________________________________________________________________________
67802 [  8527] By: jhi                                   on 2001/01/23  14:44:04
67803         Log: Metaconfig unit change for #8526.
67804      Branch: metaconfig
67805            ! U/threads/archname.U
67806 ____________________________________________________________________________
67807 [  8526] By: jhi                                   on 2001/01/23  14:43:19
67808         Log: Attach -perlio to the archname if so selected.
67809      Branch: perl
67810            ! Configure
67811 ____________________________________________________________________________
67812 [  8525] By: jhi                                   on 2001/01/23  14:24:01
67813         Log: Subject: [PATCH] pod/perlvar.pod
67814              From: abigail@foad.org
67815              Date: Tue, 23 Jan 2001 01:41:10 +0100
67816              Message-ID: <20010123004110.22259.qmail@foad.org>
67817      Branch: perl
67818            ! pod/perlvar.pod
67819 ____________________________________________________________________________
67820 [  8524] By: jhi                                   on 2001/01/23  14:22:32
67821         Log: A bug introduced in #8217 (the undefined variable in the
67822              lib/safe1_t #3) fixed, by Charles Lane:
67823              
67824              The earlier patch made it so that stuff running in Safe
67825              compartments could do a "caller" and see "main".  That
67826              little change in name is done right before the code in
67827              the compartment is run, and apparantly the parser
67828              was picking up the stash name before it got changed.
67829              
67830              (why it was threaded vs. unthreaded Perl that was sensitive to this
67831              I still don't know...and it probably doesn't matter).
67832              
67833              I tryed removing the stash name-change and saw that threaded Perl
67834              did indeed pass the lib/safe1.t tests.
67835              
67836              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
67837              do the name change (and to connect _ in the compartment to the global
67838              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
67839              to call _safe_pkg_prep when creating a new compartment.
67840              
67841              Passes all tests with threaded perl on linux; passes all tests
67842              with unthreaded perl on VMS.
67843              
67844              At some point I'll probably want to revisit Safe and Opcode to
67845              provide more sensible handling of global variables...and to get
67846              formats working in Safe compartments, which they don't do currently.
67847      Branch: perl
67848            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
67849 ____________________________________________________________________________
67850 [  8523] By: jhi                                   on 2001/01/23  14:11:58
67851         Log: Also the lib/Thread.pm itself needs to be ignored if
67852              the Thread extension hasn't been built.
67853      Branch: perl
67854            ! t/lib/1_compile.t
67855 ____________________________________________________________________________
67856 [  8522] By: jhi                                   on 2001/01/23  13:51:28
67857         Log: print() instead of warn() so that stderr doesn't get
67858              unnecessarily polluted.
67859      Branch: perl
67860            ! ext/Encode/compile
67861 ____________________________________________________________________________
67862 [  8521] By: jhi                                   on 2001/01/23  13:49:48
67863         Log: Integrate perlio:
67864              
67865              [  8520]
67866              More messing with Encode:
67867              Extra fields in header to allow multiple names and to record
67868              other things "compile" knows.
67869              Re-organise compile to factor out common output routines.
67870              
67871              [  8519]
67872              Change file-of-files command line from -F to -f to avoid case issues on VMS.
67873      Branch: perl
67874           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
67875           !> ext/Encode/encode.h
67876 ____________________________________________________________________________
67877 [  8520] By: nick                                  on 2001/01/22  21:44:00
67878         Log: More messing with Encode:
67879              Extra fields in header to allow multiple names and to record
67880              other things "compile" knows.
67881              Re-organise compile to factor out common output routines.
67882      Branch: perlio
67883            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
67884 ____________________________________________________________________________
67885 [  8519] By: nick                                  on 2001/01/22  20:33:50
67886         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
67887      Branch: perlio
67888            ! ext/Encode/Makefile.PL ext/Encode/compile
67889 ____________________________________________________________________________
67890 [  8518] By: nick                                  on 2001/01/22  20:28:13
67891         Log: Integrate mainline
67892      Branch: perlio
67893           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
67894           !> vos/config.alpha.def vos/config.alpha.h
67895 ____________________________________________________________________________
67896 [  8517] By: jhi                                   on 2001/01/22  15:37:17
67897         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
67898              by Inaba Hiroto.
67899      Branch: perl
67900            ! sv.c
67901 ____________________________________________________________________________
67902 [  8516] By: jhi                                   on 2001/01/22  14:55:15
67903         Log: More SIG_SIZE fixes.
67904      Branch: perl
67905            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
67906 ____________________________________________________________________________
67907 [  8515] By: jhi                                   on 2001/01/22  14:50:27
67908         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
67909              From: "Craig A. Berry" <craigberry@mac.com>
67910              Date: Mon, 22 Jan 2001 00:42:24 -0600
67911              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
67912      Branch: perl
67913            ! configure.com
67914 ____________________________________________________________________________
67915 [  8514] By: jhi                                   on 2001/01/22  14:31:17
67916         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
67917              From: "Craig A. Berry" <craigberry@mac.com>
67918              Date: Sun, 21 Jan 2001 23:03:25 -0600
67919              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
67920      Branch: perl
67921            ! configure.com
67922 ____________________________________________________________________________
67923 [  8513] By: jhi                                   on 2001/01/22  14:14:00
67924         Log: Add the .ucm encoding tables to the MANIFEST.
67925      Branch: perl
67926            ! MANIFEST
67927 ____________________________________________________________________________
67928 [  8512] By: jhi                                   on 2001/01/22  13:43:33
67929         Log: Integrate perlio:
67930              
67931              [  8511]
67932              Make "real" layers of ":utf8" and ":raw".
67933              So now PERLIO=utf8 perl ...
67934              does what Andreas wanted.
67935              Fix arg passing in open.pm (still have a Carp issue).
67936              
67937              [  8508]
67938              Switch "compiled in" encodings to .ucm format.
67939              (Leave others as .enc till we can run-time load .ucm,
67940              or find some other way to load them.)
67941      Branch: perl
67942           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
67943           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
67944           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
67945           +> ext/Encode/Encode/iso8859-10.ucm
67946           +> ext/Encode/Encode/iso8859-13.ucm
67947           +> ext/Encode/Encode/iso8859-14.ucm
67948           +> ext/Encode/Encode/iso8859-15.ucm
67949           +> ext/Encode/Encode/iso8859-16.ucm
67950           +> ext/Encode/Encode/iso8859-2.ucm
67951           +> ext/Encode/Encode/iso8859-3.ucm
67952           +> ext/Encode/Encode/iso8859-4.ucm
67953           +> ext/Encode/Encode/iso8859-5.ucm
67954           +> ext/Encode/Encode/iso8859-6.ucm
67955           +> ext/Encode/Encode/iso8859-7.ucm
67956           +> ext/Encode/Encode/iso8859-8.ucm
67957           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
67958           +> ext/Encode/Encode/symbol.ucm
67959           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
67960           !> perliol.h
67961 ____________________________________________________________________________
67962 [  8511] By: nick                                  on 2001/01/21  23:44:47
67963         Log: Make "real" layers of ":utf8" and ":raw".
67964              So now PERLIO=utf8 perl ...
67965              does what Andreas wanted.
67966              Fix arg passing in open.pm (still have a Carp issue).
67967      Branch: perlio
67968            ! lib/open.pm perlio.c perliol.h
67969 ____________________________________________________________________________
67970 [  8510] By: jhi                                   on 2001/01/21  22:56:53
67971         Log: Document the regex content pushing/popping a bit better.
67972      Branch: perl
67973            ! regexec.c
67974 ____________________________________________________________________________
67975 [  8509] By: jhi                                   on 2001/01/21  22:55:44
67976         Log: Tweak the mkdir trailing slash code some more.
67977              
67978              TO DO: the same handling should probably be done for
67979              all the other filesystem functions that can have directories
67980              as their arguments.
67981      Branch: perl
67982            ! pp_sys.c
67983 ____________________________________________________________________________
67984 [  8508] By: nick                                  on 2001/01/21  21:37:43
67985         Log: Switch "compiled in" encodings to .ucm format.
67986              (Leave others as .enc till we can run-time load .ucm,
67987              or find some other way to load them.)
67988      Branch: perlio
67989            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
67990            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
67991            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
67992            + ext/Encode/Encode/iso8859-10.ucm
67993            + ext/Encode/Encode/iso8859-13.ucm
67994            + ext/Encode/Encode/iso8859-14.ucm
67995            + ext/Encode/Encode/iso8859-15.ucm
67996            + ext/Encode/Encode/iso8859-16.ucm
67997            + ext/Encode/Encode/iso8859-2.ucm
67998            + ext/Encode/Encode/iso8859-3.ucm
67999            + ext/Encode/Encode/iso8859-4.ucm
68000            + ext/Encode/Encode/iso8859-5.ucm
68001            + ext/Encode/Encode/iso8859-6.ucm
68002            + ext/Encode/Encode/iso8859-7.ucm
68003            + ext/Encode/Encode/iso8859-8.ucm
68004            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
68005            + ext/Encode/Encode/symbol.ucm
68006            ! ext/Encode/Makefile.PL ext/Encode/compile
68007 ____________________________________________________________________________
68008 [  8507] By: nick                                  on 2001/01/21  21:02:03
68009         Log: Integrate (partial) mainline.
68010      Branch: perlio
68011           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
68012           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
68013           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68014 ____________________________________________________________________________
68015 [  8506] By: jhi                                   on 2001/01/21  20:09:30
68016         Log: Update Changes.
68017      Branch: perl
68018            ! Changes patchlevel.h
68019 ____________________________________________________________________________
68020 [  8505] By: jhi                                   on 2001/01/21  19:39:59
68021         Log: Subject: Minor typos in perlfaq2.pod
68022              From: "Stephen P. Potter" <spp@spotter.yi.org>
68023              Message-Id: <200101192101.QAA11911@spotter.yi.org>
68024              Date: Fri, 19 Jan 2001 16:01:13 -0500
68025              
68026              with a nit from Philip Newton.
68027      Branch: perl
68028            ! pod/perlfaq2.pod
68029 ____________________________________________________________________________
68030 [  8504] By: jhi                                   on 2001/01/21  19:33:05
68031         Log: Metaconfig change for #8503.
68032      Branch: metaconfig
68033            ! U/threads/usethreads.U
68034 ____________________________________________________________________________
68035 [  8503] By: jhi                                   on 2001/01/21  19:32:21
68036         Log: Sanity check for conflicting thread flavours.
68037      Branch: perl
68038            ! Configure config_h.SH
68039 ____________________________________________________________________________
68040 [  8502] By: jhi                                   on 2001/01/21  19:23:00
68041         Log: Metaconfig change for #8501.
68042      Branch: metaconfig
68043            ! U/modified/sig_name.U
68044 ____________________________________________________________________________
68045 [  8501] By: jhi                                   on 2001/01/21  19:22:26
68046         Log: The SIG_SIZE is the number of the elements *excluding*
68047              the terminating NULL.
68048      Branch: perl
68049            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
68050            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
68051            ! win32/config_H.vc
68052 ____________________________________________________________________________
68053 [  8500] By: jhi                                   on 2001/01/21  18:31:31
68054         Log: Integrate perlio:
68055              
68056              [  8498]
68057              Encode cleanup.
68058              Add command line control over "compile" so that Makefile.PL
68059              needs can be combined with other uses.
68060              Use command line options in Makefile.PL.
68061              Fix multi-byte parsing in .ucm files.
68062              
68063              [  8497]
68064              Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
68065              
68066              [  8496]
68067              Fixup after integrate:
68068              missed the .sym files that are changed by regen_headers
68069              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
68070              
68071              [  8484]
68072              Infrastructure to allow:
68073              open($fh,"|-",@array);
68074              to be implemented
68075              i.e. mark pp_open as needing a stack mark, and make pp_open
68076              process its args in that style (and pass them _all_ to tied handles OPEN).
68077              Invent do_openn() which takes SV ** at allow it to see multiple args.
68078              Note this does not _do_ anything yet.
68079      Branch: perl
68080           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
68081           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
68082           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
68083           !> pp_sys.c proto.h sv.c
68084 ____________________________________________________________________________
68085 [  8499] By: jhi                                   on 2001/01/21  17:43:57
68086         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
68087              From: Hugo <hv@crypt.compulink.co.uk>
68088              Date: Sun, 21 Jan 2001 13:34:05 +0000
68089              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
68090              
68091              In sprintf UTF8ize only if necessary.
68092      Branch: perl
68093            ! sv.c
68094 ____________________________________________________________________________
68095 [  8498] By: nick                                  on 2001/01/21  16:25:32
68096         Log: Encode cleanup.
68097              Add command line control over "compile" so that Makefile.PL
68098              needs can be combined with other uses.
68099              Use command line options in Makefile.PL.
68100              Fix multi-byte parsing in .ucm files.
68101      Branch: perlio
68102            ! ext/Encode/Makefile.PL ext/Encode/compile
68103 ____________________________________________________________________________
68104 [  8497] By: nick                                  on 2001/01/21  12:56:27
68105         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
68106      Branch: perlio
68107            ! ext/Encode/Encode.xs
68108 ____________________________________________________________________________
68109 [  8496] By: nick                                  on 2001/01/21  12:18:45
68110         Log: Fixup after integrate:
68111              missed the .sym files that are changed by regen_headers
68112              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
68113      Branch: perlio
68114            ! global.sym pp.sym sv.c
68115 ____________________________________________________________________________
68116 [  8495] By: nick                                  on 2001/01/21  11:51:07
68117         Log: Integrate mainline.
68118      Branch: perlio
68119           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
68120           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
68121           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
68122           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
68123           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
68124           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
68125           !> win32/Makefile win32/makefile.mk
68126 ____________________________________________________________________________
68127 [  8494] By: jhi                                   on 2001/01/20  23:12:11
68128         Log: Forgot the expect_number() prototype.
68129      Branch: perl
68130            ! embed.h embed.pl proto.h
68131 ____________________________________________________________________________
68132 [  8493] By: jhi                                   on 2001/01/20  22:56:39
68133         Log: Subject: [PATCH: perl@8482] README.vms URL updates
68134              From: Peter Prymmer <pvhp@forte.com>
68135              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
68136              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
68137              
68138              Plus Craig A. Berry's suggestion to use compaq.com instead
68139              of digital.com.
68140      Branch: perl
68141            ! README.vms
68142 ____________________________________________________________________________
68143 [  8492] By: jhi                                   on 2001/01/20  22:50:05
68144         Log: Memory management calls documentation.
68145      Branch: perl
68146            ! pod/perlguts.pod
68147 ____________________________________________________________________________
68148 [  8491] By: jhi                                   on 2001/01/20  22:38:33
68149         Log: Signedness nit plus few memcpy/Copy nits.
68150      Branch: perl
68151            ! sv.c
68152 ____________________________________________________________________________
68153 [  8490] By: jhi                                   on 2001/01/20  22:25:53
68154         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
68155              From: Peter Prymmer <pvhp@forte.com>
68156              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
68157              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
68158      Branch: perl
68159            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
68160 ____________________________________________________________________________
68161 [  8489] By: jhi                                   on 2001/01/20  22:24:41
68162         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
68163              From: Peter Prymmer <pvhp@forte.com>
68164              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
68165              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
68166      Branch: perl
68167            ! win32/Makefile win32/makefile.mk
68168 ____________________________________________________________________________
68169 [  8488] By: jhi                                   on 2001/01/20  22:22:27
68170         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
68171              From: Peter Prymmer <pvhp@forte.com>
68172              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
68173              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
68174      Branch: perl
68175            ! Makefile.SH
68176 ____________________________________________________________________________
68177 [  8487] By: jhi                                   on 2001/01/20  22:21:18
68178         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
68179              From: Peter Prymmer <pvhp@forte.com>
68180              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
68181              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
68182      Branch: perl
68183            + ext/DynaLoader/dl_dllload.xs
68184            ! MANIFEST Makefile.SH hints/os390.sh
68185 ____________________________________________________________________________
68186 [  8486] By: jhi                                   on 2001/01/20  22:17:53
68187         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
68188              From: Peter Prymmer <pvhp@forte.com>
68189              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
68190              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
68191      Branch: perl
68192            ! README.os390 README.posix-bc
68193 ____________________________________________________________________________
68194 [  8485] By: jhi                                   on 2001/01/20  20:15:30
68195         Log: Document and test the new qu operator.
68196      Branch: perl
68197            + t/op/qu.t
68198            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
68199            ! pod/perlretut.pod pod/perlunicode.pod
68200 ____________________________________________________________________________
68201 [  8484] By: nick                                  on 2001/01/20  19:42:30
68202         Log: Infrastructure to allow:
68203              open($fh,"|-",@array);
68204              to be implemented
68205              i.e. mark pp_open as needing a stack mark, and make pp_open
68206              process its args in that style (and pass them _all_ to tied handles OPEN).
68207              Invent do_openn() which takes SV ** at allow it to see multiple args.
68208              Note this does not _do_ anything yet.
68209      Branch: perlio
68210            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
68211            ! perlapi.c pp_proto.h pp_sys.c proto.h
68212 ____________________________________________________________________________
68213 [  8483] By: nick                                  on 2001/01/20  17:23:14
68214         Log: Integrate mainline.
68215      Branch: perlio
68216           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
68217           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
68218 ____________________________________________________________________________
68219 [  8482] By: jhi                                   on 2001/01/19  15:37:49
68220         Log: Update Changes.
68221      Branch: perl
68222            ! Changes patchlevel.h
68223 ____________________________________________________________________________
68224 [  8481] By: jhi                                   on 2001/01/19  14:41:24
68225         Log: Subject: Re: new feature: s?printf parameter reordering 
68226              From: Hugo <hv@crypt.compulink.co.uk>
68227              Date: Thu, 11 Jan 2001 17:09:03 +0000
68228              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
68229              
68230              - support reordering for all parameters: %, *v, *, .*
68231              - lay down that the reordering specification must immediately
68232              follow that parameter: %3$, *v3$, *3$, .*3$
68233              - fix vectorisation of a zero-length string
68234              - factor out the code choosing the argument to format
68235              
68236              Possibly unwanted side-effects:
68237              - the special format specifiers ' +-0' must now precede any
68238              vectorisation specifier. Tests in op/sprintf and op/ver
68239              have been changed to reflect this.
68240              - sprintf.t test #214 changed its expectations because in many
68241              cases, the next parameter has already been consumed when an
68242              invalid type letter is detected.
68243              
68244              Probably wanted side-effects:
68245              - attempts to format a non-existent parameter will warn as if C<undef>
68246              - attempt to write to non-existent parameter with '%n' will complain
68247              of "attempt to modify read-only value" instead of being silent
68248      Branch: perl
68249            ! sv.c t/op/sprintf.t t/op/ver.t
68250 ____________________________________________________________________________
68251 [  8480] By: jhi                                   on 2001/01/19  14:08:37
68252         Log: Subject: PATCH pragma/locale.t
68253              From: andreas.koenig@anima.de (Andreas J. Koenig)
68254              Date: 18 Jan 2001 09:45:37 +0100
68255              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
68256      Branch: perl
68257            ! t/pragma/locale.t
68258 ____________________________________________________________________________
68259 [  8479] By: jhi                                   on 2001/01/19  13:19:58
68260         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
68261      Branch: perl
68262            ! configure.com
68263 ____________________________________________________________________________
68264 [  8478] By: jhi                                   on 2001/01/19  02:12:35
68265         Log: Automate 1_compile.t.
68266      Branch: perl
68267            ! t/lib/1_compile.t
68268 ____________________________________________________________________________
68269 [  8477] By: jhi                                   on 2001/01/19  01:49:56
68270         Log: Integrate perlio:
68271              
68272              [  8475]
68273              Win32 "safe signals" co-existance fix.
68274              Fix SIG_SIZE value.
68275              Clear PL_sig_pending when cloning (fork).
68276      Branch: perl
68277           !> sv.c win32/config.bc win32/config.gc win32/config.vc
68278           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68279 ____________________________________________________________________________
68280 [  8476] By: nick                                  on 2001/01/18  21:51:52
68281         Log: Integrate mainline
68282      Branch: perlio
68283           +> t/lib/1_compile.t t/lib/compmod.pl
68284           !> MANIFEST configure.com lib/unicode/distinct.pm
68285 ____________________________________________________________________________
68286 [  8475] By: nick                                  on 2001/01/18  21:48:02
68287         Log: Win32 "safe signals" co-existance fix.
68288              Fix SIG_SIZE value.
68289              Clear PL_sig_pending when cloning (fork).
68290      Branch: perlio
68291            ! sv.c win32/config.bc win32/config.gc win32/config.vc
68292            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68293 ____________________________________________________________________________
68294 [  8474] By: jhi                                   on 2001/01/18  14:40:57
68295         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
68296      Branch: perl
68297            ! t/lib/1_compile.t
68298 ____________________________________________________________________________
68299 [  8473] By: gsar                                  on 2001/01/18  11:42:31
68300         Log: unsubmitted trial1 change
68301      Branch: maint-5.6/perl
68302            ! Changes
68303 ____________________________________________________________________________
68304 [  8472] By: jhi                                   on 2001/01/18  04:30:24
68305         Log: The first bug found by 1_compile.t.
68306      Branch: perl
68307            ! lib/unicode/distinct.pm
68308 ____________________________________________________________________________
68309 [  8471] By: jhi                                   on 2001/01/18  04:29:42
68310         Log: Add Schwern's 1_compile test.  The compile_module script renamed
68311              to be a bit shorter for the 8.3 people.
68312      Branch: perl
68313            + t/lib/1_compile.t t/lib/compmod.pl
68314            ! MANIFEST
68315 ____________________________________________________________________________
68316 [  8470] By: jhi                                   on 2001/01/18  04:16:00
68317         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)
68318              From: Peter Prymmer <pvhp@forte.com>
68319              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
68320              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
68321              Replace #8463.
68322      Branch: maint-5.6/perl
68323            ! configure.com
68324 ____________________________________________________________________________
68325 [  8469] By: jhi                                   on 2001/01/18  04:13:02
68326         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)
68327              From: Peter Prymmer <pvhp@forte.com>
68328              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
68329              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
68330              Replace #8462.
68331      Branch: perl
68332            ! configure.com
68333 ____________________________________________________________________________
68334 [  8468] By: jhi                                   on 2001/01/18  03:42:08
68335         Log: Integrate perlio:
68336              
68337              [  8467]
68338              "Safe" signals - trial implementation.
68339              gv.c tweaked to zero PL_sig_pend array
68340              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
68341              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
68342              Odd thing is that it "works" with PERLIO=stdio as well (linux).
68343      Branch: perl
68344           !> gv.c mg.c perlio.c util.c
68345 ____________________________________________________________________________
68346 [  8467] By: nick                                  on 2001/01/17  22:41:10
68347         Log: "Safe" signals - trial implementation.
68348              gv.c tweaked to zero PL_sig_pend array
68349              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
68350              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
68351              Odd thing is that it "works" with PERLIO=stdio as well (linux).
68352      Branch: perlio
68353            ! gv.c mg.c perlio.c util.c
68354 ____________________________________________________________________________
68355 [  8466] By: nick                                  on 2001/01/17  20:40:20
68356         Log: Integrate mainline.
68357      Branch: perlio
68358           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
68359           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
68360           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
68361           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68362           !> vos/config.ga.h win32/config.bc win32/config.gc
68363           !> win32/config.vc
68364 ____________________________________________________________________________
68365 [  8465] By: jhi                                   on 2001/01/17  18:37:13
68366         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
68367              From: Nicholas Clark <nick@ccl4.org>
68368              Date: Wed, 17 Jan 2001 17:31:33 +0000
68369              Message-ID: <20010117173133.I2633@plum.flirble.org>
68370      Branch: perl
68371            ! t/op/int.t
68372 ____________________________________________________________________________
68373 [  8464] By: jhi                                   on 2001/01/17  14:43:17
68374         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
68375              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68376              Date: Wed, 17 Jan 2001 15:16:43 +0100
68377              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
68378              
68379              pp_int() was dropping an NV to the floor,
68380              int(279964589018079/59) either returned not an integer
68381              4745162525730.15, or one got "Attempt to free unreferenced scalar."
68382      Branch: perl
68383            ! pp.c
68384 ____________________________________________________________________________
68385 [  8463] By: jhi                                   on 2001/01/17  06:12:42
68386         Log: (Replaced by #8470)
68387              
68388              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)
68389              From: "Craig A. Berry" <craigberry@mac.com>
68390              Date: Tue, 16 Jan 2001 23:38:46 -0600
68391              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
68392      Branch: maint-5.6/perl
68393            ! configure.com
68394 ____________________________________________________________________________
68395 [  8462] By: jhi                                   on 2001/01/17  06:11:31
68396         Log: (Replaced by #8469)
68397              
68398              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)
68399              From: "Craig A. Berry" <craigberry@mac.com>
68400              Date: Tue, 16 Jan 2001 23:38:46 -0600
68401              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
68402      Branch: perl
68403            ! configure.com
68404 ____________________________________________________________________________
68405 [  8461] By: jhi                                   on 2001/01/17  05:56:12
68406         Log: Allow for one trailing slash in the directory of mkdir().
68407      Branch: perl
68408            ! pp_sys.c
68409 ____________________________________________________________________________
68410 [  8460] By: jhi                                   on 2001/01/17  03:26:01
68411         Log: Metaconfig unit changes for #8459.
68412      Branch: metaconfig
68413            ! U/modified/Loc.U U/modified/sig_name.U
68414 ____________________________________________________________________________
68415 [  8459] By: jhi                                   on 2001/01/17  03:24:48
68416         Log: Define SIG_SIZE, the number of elements in the sig_name and
68417              sig_num arrays, including the final NULL entry.
68418      Branch: perl
68419            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68420            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
68421            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
68422            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68423            ! win32/config.bc win32/config.gc win32/config.vc
68424 ____________________________________________________________________________
68425 [  8458] By: jhi                                   on 2001/01/17  01:41:33
68426         Log: Integrate perlio:
68427              
68428              [  8457]
68429              Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
68430              Provides all the "cost" but no benefit yet - it is to allow cost
68431              to be measured, and implementation experiments (just in mg.c?).
68432      Branch: perl
68433           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
68434           !> perlapi.h proto.h sv.c
68435 ____________________________________________________________________________
68436 [  8457] By: nick                                  on 2001/01/16  22:07:26
68437         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
68438              Provides all the "cost" but no benefit yet - it is to allow cost
68439              to be measured, and implementation experiments (just in mg.c?).
68440      Branch: perlio
68441            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
68442            ! perlapi.h proto.h sv.c
68443 ____________________________________________________________________________
68444 [  8456] By: nick                                  on 2001/01/16  21:07:07
68445         Log: Integrate mainline.
68446      Branch: perlio
68447           !> (integrate 51 files)
68448 ____________________________________________________________________________
68449 [  8455] By: jhi                                   on 2001/01/16  18:13:43
68450         Log: Subject: [PATCH] regcomp.c old feature removal
68451              From: mjd@plover.com
68452              Date: 16 Jan 2001 14:43:18 -0000 
68453              Message-ID: <20010116144318.7140.qmail@plover.com> 
68454      Branch: perl
68455            ! regcomp.c
68456 ____________________________________________________________________________
68457 [  8454] By: jhi                                   on 2001/01/16  16:12:39
68458         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
68459              From: "Indy Singh" <indy@nusphere.com>
68460              Date: Wed, 10 Jan 2001 20:17:49 -0500
68461              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
68462      Branch: maint-5.6/perl
68463            ! win32/Makefile
68464 ____________________________________________________________________________
68465 [  8453] By: jhi                                   on 2001/01/16  16:09:33
68466         Log: Update Changes.
68467      Branch: perl
68468            ! Changes patchlevel.h
68469 ____________________________________________________________________________
68470 [  8452] By: jhi                                   on 2001/01/16  15:42:04
68471         Log: Subject: Re: API Cleanup
68472              To: perl5-porters@perl.org
68473              Date: Tue, 16 Jan 2001 13:42:30 +0000
68474              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
68475              
68476              Subject: [PATCH] utf8.c documentation
68477              From: Simon Cozens <simon@cozens.net>
68478              Date: Tue, 16 Jan 2001 13:52:48 +0000
68479              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
68480              
68481              Subject: Re: API Cleanup
68482              From: Simon Cozens <simon@cozens.net>
68483              Date: Tue, 16 Jan 2001 14:58:55 +0000
68484              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
68485              
68486              UTF-8 doc patches.
68487      Branch: perl
68488            ! embed.pl pod/perlapi.pod utf8.c
68489 ____________________________________________________________________________
68490 [  8451] By: jhi                                   on 2001/01/16  14:41:39
68491         Log: podlators 1.07, from Russ Allbery.
68492      Branch: perl
68493            ! lib/Pod/Man.pm
68494 ____________________________________________________________________________
68495 [  8450] By: jhi                                   on 2001/01/16  14:24:19
68496         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
68497              From: "Indy Singh" <indy@nusphere.com>
68498              Date: Mon, 15 Jan 2001 20:59:40 -0500
68499              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
68500      Branch: perl
68501            ! win32/Makefile
68502 ____________________________________________________________________________
68503 [  8449] By: jhi                                   on 2001/01/16  03:42:55
68504         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
68505              at the setting of the ofs_sv in new_struct_thread() as the
68506              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
68507              uninitialized fields are, uh, initialized with),
68508              SvREFCNT_inc()ing that invited a core dump.
68509      Branch: perl
68510            ! util.c
68511 ____________________________________________________________________________
68512 [  8448] By: jhi                                   on 2001/01/16  01:49:07
68513         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
68514              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68515              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
68516              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
68517              
68518              Replace #8444 and #8445.
68519      Branch: perl
68520            ! ext/B/B.xs ext/B/B/Debug.pm
68521 ____________________________________________________________________________
68522 [  8447] By: jhi                                   on 2001/01/15  21:05:35
68523         Log: Subject: [PATCH] API Variable documentation   
68524              From: Simon Cozens <simon@cozens.net>
68525              Date: Mon, 15 Jan 2001 19:35:54 +0000
68526              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
68527      Branch: perl
68528            ! pod/perlapi.pod thrdvar.h
68529 ____________________________________________________________________________
68530 [  8446] By: jhi                                   on 2001/01/15  20:49:20
68531         Log: Signedness nit.
68532      Branch: perl
68533            ! pp_ctl.c
68534 ____________________________________________________________________________
68535 [  8445] By: jhi                                   on 2001/01/15  20:28:48
68536         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
68537      Branch: perl
68538            ! ext/B/B/Debug.pm
68539 ____________________________________________________________________________
68540 [  8444] By: jhi                                   on 2001/01/15  13:09:10
68541         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
68542      Branch: perl
68543            ! ext/B/B.xs
68544 ____________________________________________________________________________
68545 [  8443] By: jhi                                   on 2001/01/15  13:06:26
68546         Log: Missing from #8439.
68547      Branch: perl
68548            ! keywords.h mg.c
68549 ____________________________________________________________________________
68550 [  8442] By: jhi                                   on 2001/01/15  13:02:38
68551         Log: Subject: [PATCH @8436] Eliminate op_children
68552              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68553              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
68554              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
68555              
68556              Subject: [PATCH @8436] Re: Eliminate op_children
68557              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68558              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
68559              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
68560      Branch: perl
68561            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
68562            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
68563            ! op.c op.h
68564 ____________________________________________________________________________
68565 [  8441] By: jhi                                   on 2001/01/15  12:57:08
68566         Log: Use the /^Perl_/-less form of is_lvalue_sub().
68567      Branch: perl
68568            ! pp.h
68569 ____________________________________________________________________________
68570 [  8440] By: jhi                                   on 2001/01/15  05:13:09
68571         Log: Revert #8437 and #8438, the Linux large files story is more complex.
68572      Branch: metaconfig/U/perl
68573            ! d_fpos64_t.U d_off64_t.U
68574      Branch: perl
68575            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68576            ! config_h.SH configure.com epoc/config.sh perl.h
68577            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
68578            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68579            ! win32/config.bc win32/config.gc win32/config.vc
68580 ____________________________________________________________________________
68581 [  8439] By: jhi                                   on 2001/01/15  05:02:24
68582         Log: More UTF-8 patches from Inaba Hiroto.
68583              - The substr lval was still not okay.
68584              - Now pp_stringify and sv_setsv copies source's UTF8 flag
68585              even if IN_BYTE.  pp_stringify is called from fold_constants
68586              at optimization phase and "\x{100}" was made SvUTF8_off under
68587              use bytes (the bytes pragma is for "byte semantics" and not
68588              for "do not produce UTF8 data")
68589              - New `qu' operator to generate UTF8 string explicitly.
68590              Though I agree with the policy "0x00-0xff always produce bytes",
68591              sometimes want to such a string to be coded in UTF8.
68592              I can use pack"U0a*" but it requires more typing and has
68593              runtime overhead.
68594              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
68595              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
68596              string is not UTF8_on and has char 0x80-0xff.
68597              
68598              TODO: document and test qu.
68599      Branch: perl
68600            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
68601            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
68602            ! toke.c
68603 ____________________________________________________________________________
68604 [  8438] By: jhi                                   on 2001/01/14  05:10:23
68605         Log: (Reverted by #8440)
68606              
68607              Metaconfig unit changes for #8437.
68608      Branch: metaconfig/U/perl
68609            ! d_fpos64_t.U d_off64_t.U
68610 ____________________________________________________________________________
68611 [  8437] By: jhi                                   on 2001/01/14  04:55:34
68612         Log: (Reverted by #8440)
68613              
68614              Add <features.h> probing, seems to be needed for (some?)
68615              Linux largefileness.
68616      Branch: perl
68617            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68618            ! config_h.SH configure.com epoc/config.sh perl.h
68619            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
68620            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68621            ! win32/config.bc win32/config.gc win32/config.vc
68622 ____________________________________________________________________________
68623 [  8436] By: jhi                                   on 2001/01/13  17:47:21
68624         Log: Tighten some of the tests a bit.
68625      Branch: perl
68626            ! t/pragma/utf8.t
68627 ____________________________________________________________________________
68628 [  8435] By: jhi                                   on 2001/01/13  17:31:54
68629         Log: Integrate perlio:
68630              
68631              [  8434]
68632              Run dmake regen_config_h for Win32
68633              
68634              [  8433]
68635              VMS friendly patch to Encode compile process
68636      Branch: perl
68637           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
68638           !> win32/config_H.gc win32/config_H.vc
68639 ____________________________________________________________________________
68640 [  8434] By: nick                                  on 2001/01/13  11:36:53
68641         Log: Run dmake regen_config_h for Win32
68642      Branch: perlio
68643            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68644 ____________________________________________________________________________
68645 [  8433] By: nick                                  on 2001/01/13  11:31:55
68646         Log: VMS friendly patch to Encode compile process
68647      Branch: perlio
68648            ! ext/Encode/Makefile.PL ext/Encode/compile
68649 ____________________________________________________________________________
68650 [  8432] By: nick                                  on 2001/01/13  11:06:44
68651         Log: Integrate mainline
68652      Branch: perlio
68653           +> ext/B/B/Concise.pm
68654           !> (integrate 52 files)
68655 ____________________________________________________________________________
68656 [  8431] By: jhi                                   on 2001/01/13  05:55:55
68657         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
68658              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68659              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
68660              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
68661      Branch: perl
68662            ! ext/B/B/Concise.pm
68663 ____________________________________________________________________________
68664 [  8430] By: jhi                                   on 2001/01/13  04:24:18
68665         Log: The LVRET macro needed an aTHX.
68666      Branch: perl
68667            ! pp.h
68668 ____________________________________________________________________________
68669 [  8429] By: jhi                                   on 2001/01/13  02:12:42
68670         Log: Update Changes.
68671      Branch: perl
68672            ! Changes patchlevel.h
68673 ____________________________________________________________________________
68674 [  8428] By: jhi                                   on 2001/01/13  02:08:50
68675         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
68676              From: Peter Prymmer <pvhp@forte.com>
68677              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
68678              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
68679              
68680              Add a BEGIN guard for sloppy floating point division.
68681      Branch: perl
68682            ! lib/Math/BigInt.pm lib/bigint.pl
68683 ____________________________________________________________________________
68684 [  8427] By: jhi                                   on 2001/01/13  01:47:16
68685         Log: The B::Terse drop-in replacement wasn't quite drop-in.
68686      Branch: perl
68687            ! ext/B/B/Terse.pm
68688 ____________________________________________________________________________
68689 [  8426] By: jhi                                   on 2001/01/12  21:20:43
68690         Log: Use UVXf.
68691      Branch: perl
68692            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68693            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
68694            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
68695            ! vos/config.ga.def vos/config.ga.h win32/config.bc
68696            ! win32/config.gc win32/config.vc
68697 ____________________________________________________________________________
68698 [  8425] By: jhi                                   on 2001/01/12  20:20:14
68699         Log: Subject: [PATCH perl@8342] -Wformat
68700              From: Robin Barker <rmb1@cise.npl.co.uk>
68701              Date: Fri, 12 Jan 2001 20:03:14 GMT
68702              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
68703      Branch: perl
68704            ! ext/Encode/Encode.xs mg.c sv.c toke.c
68705 ____________________________________________________________________________
68706 [  8424] By: jhi                                   on 2001/01/12  20:01:48
68707         Log: Subject: B::Concise -- an improved replacement for B::Terse 
68708              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68709              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
68710              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
68711      Branch: perl
68712            + ext/B/B/Concise.pm
68713            ! MANIFEST ext/B/B/Terse.pm
68714 ____________________________________________________________________________
68715 [  8423] By: jhi                                   on 2001/01/12  19:24:02
68716         Log: The new metaconfig unit from the #8421.
68717      Branch: metaconfig/U/perl
68718            + d_sigprocmask.U
68719 ____________________________________________________________________________
68720 [  8422] By: jhi                                   on 2001/01/12  19:23:43
68721         Log: Forgot the microperl config from the #8421.
68722      Branch: perl
68723            ! uconfig.h uconfig.sh
68724 ____________________________________________________________________________
68725 [  8421] By: jhi                                   on 2001/01/12  19:05:27
68726         Log: Add sigprocmask() probe, regen Configure, regen toc.
68727      Branch: perl
68728            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68729            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
68730            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68731            ! vos/config.ga.h win32/config.bc win32/config.gc
68732            ! win32/config.vc
68733 ____________________________________________________________________________
68734 [  8420] By: jhi                                   on 2001/01/12  18:34:31
68735         Log: Add sockatmark() to the todo list.
68736      Branch: perl
68737            ! Todo-5.6
68738 ____________________________________________________________________________
68739 [  8419] By: jhi                                   on 2001/01/12  18:09:46
68740         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
68741      Branch: perl
68742            ! op.c
68743 ____________________________________________________________________________
68744 [  8418] By: jhi                                   on 2001/01/12  18:05:30
68745         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
68746              From: Radu Greab <radu@netsoft.ro>
68747              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
68748              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
68749      Branch: perl
68750            ! op.c t/pragma/sub_lval.t
68751 ____________________________________________________________________________
68752 [  8417] By: jhi                                   on 2001/01/12  16:09:09
68753         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
68754              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
68755              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
68756              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
68757      Branch: perl
68758            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
68759            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
68760            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
68761            ! t/pragma/sub_lval.t toke.c
68762 ____________________________________________________________________________
68763 [  8416] By: jhi                                   on 2001/01/12  15:42:06
68764         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
68765              From: "Richard Soderberg" <rs@crystalflame.net>
68766              Date: Fri, 12 Jan 2001 04:49:35 -0800
68767              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
68768              
68769              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
68770              according to the platform.
68771      Branch: perl
68772            ! op.c
68773 ____________________________________________________________________________
68774 [  8415] By: jhi                                   on 2001/01/12  15:33:41
68775         Log: One more UTF-8 fix from Inaba Hiroto.
68776      Branch: perl
68777            ! pp.c regexec.c t/pragma/utf8.t
68778 ____________________________________________________________________________
68779 [  8414] By: jhi                                   on 2001/01/12  15:30:18
68780         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
68781      Branch: perl
68782            ! regexec.c
68783 ____________________________________________________________________________
68784 [  8413] By: jhi                                   on 2001/01/12  15:22:10
68785         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
68786              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68787              Date: Thu, 11 Jan 2001 12:53:36 +0100
68788              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
68789      Branch: perl
68790            ! toke.c
68791 ____________________________________________________________________________
68792 [  8412] By: jhi                                   on 2001/01/12  15:20:25
68793         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
68794              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68795              Date: Fri, 12 Jan 2001 14:37:55 +0100
68796              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
68797      Branch: perl
68798            ! hints/posix-bc.sh
68799 ____________________________________________________________________________
68800 [  8411] By: jhi                                   on 2001/01/12  15:14:14
68801         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
68802              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68803              Date: Fri, 12 Jan 2001 10:42:21 +0100
68804              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
68805      Branch: perl
68806            ! t/op/regmesg.t
68807 ____________________________________________________________________________
68808 [  8410] By: jhi                                   on 2001/01/12  05:48:55
68809         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
68810              From: Nicholas Clark <nick@ccl4.org> 
68811              Date: Sun, 7 Jan 2001 19:47:14 +0000
68812              Message-ID: <20010107194714.B1048@plum.flirble.org>
68813      Branch: perl
68814            ! t/op/numconvert.t
68815 ____________________________________________________________________________
68816 [  8409] By: jhi                                   on 2001/01/12  05:41:28
68817         Log: Integrate perlio:
68818              
68819              [  8408]
68820              Remove variables that were used in experiments.
68821              
68822              [  8407]
68823              Catch die in %SIG handler and unblock the signal before re-dying.
68824              This make Linux work _without_ sigsetjmp().
68825              Turn off sigsetjmp() to see what else it does.
68826              May need Configure probe for sigprocmask() if anything has sigaction()
68827              but not sigprocmask().
68828      Branch: perl
68829           !> mg.c scope.h
68830 ____________________________________________________________________________
68831 [  8408] By: nick                                  on 2001/01/11  22:43:28
68832         Log: Remove variables that were used in experiments.
68833      Branch: perlio
68834            ! mg.c
68835 ____________________________________________________________________________
68836 [  8407] By: nick                                  on 2001/01/11  20:57:44
68837         Log: Catch die in %SIG handler and unblock the signal before re-dying.
68838              This make Linux work _without_ sigsetjmp().
68839              Turn off sigsetjmp() to see what else it does.
68840              May need Configure probe for sigprocmask() if anything has sigaction()
68841              but not sigprocmask().
68842      Branch: perlio
68843            ! mg.c scope.h
68844 ____________________________________________________________________________
68845 [  8406] By: nick                                  on 2001/01/11  19:32:07
68846         Log: Integrate mainline
68847      Branch: perlio
68848           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
68849           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
68850           !> t/op/substr.t
68851 ____________________________________________________________________________
68852 [  8405] By: jhi                                   on 2001/01/11  17:11:01
68853         Log: Fix UTF-8 lval substr().
68854      Branch: perl
68855            ! mg.c t/op/substr.t
68856 ____________________________________________________________________________
68857 [  8404] By: jhi                                   on 2001/01/11  05:13:58
68858         Log: Update Changes.
68859      Branch: perl
68860            ! Changes patchlevel.h
68861 ____________________________________________________________________________
68862 [  8403] By: jhi                                   on 2001/01/11  04:38:24
68863         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
68864              From: Hugo <hv@crypt.compulink.co.uk>
68865              Date: Mon, 30 Oct 2000 01:33:26 +0000
68866              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
68867      Branch: perl
68868            ! regexec.c t/op/re_tests
68869 ____________________________________________________________________________
68870 [  8402] By: jhi                                   on 2001/01/11  04:26:12
68871         Log: Integrate perlio:
68872              
68873              [  8401]
68874              Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
68875              (So Alan and Ilya can try setting via hints.)
68876              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
68877              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
68878              doing the save everywhere seems to restart read() correctly, but just
68879              doing it once "round" the handler does not.
68880              
68881              [  8399]
68882              Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
68883              
68884              [  8393]
68885              Back out Simon's pid hackery for now.
68886              
68887              [  8371]
68888              Fix "scalars leaked" bugs caused by overload magic
68889              (Highlighted by Ilya's DESTROY optimization.)
68890      Branch: perl
68891           !> scope.h util.c
68892 ____________________________________________________________________________
68893 [  8401] By: nick                                  on 2001/01/10  22:52:55
68894         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
68895              (So Alan and Ilya can try setting via hints.)
68896              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
68897              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
68898              doing the save everywhere seems to restart read() correctly, but just
68899              doing it once "round" the handler does not.
68900      Branch: perlio
68901            ! scope.h
68902 ____________________________________________________________________________
68903 [  8400] By: jhi                                   on 2001/01/10  21:57:54
68904         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
68905              of IRIX, HP-UX is unaffected.
68906      Branch: perl
68907            ! perl.h
68908 ____________________________________________________________________________
68909 [  8399] By: nick                                  on 2001/01/10  21:29:19
68910         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
68911      Branch: perlio
68912            ! util.c
68913 ____________________________________________________________________________
68914 [  8398] By: jhi                                   on 2001/01/10  20:55:31
68915         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
68916              also have ReusePort.
68917      Branch: perl
68918            ! ext/IO/lib/IO/Socket/INET.pm
68919 ____________________________________________________________________________
68920 [  8397] By: jhi                                   on 2001/01/10  20:50:57
68921         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
68922              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
68923              Date: Wed, 10 Jan 2001 01:38:13 -0800
68924              Message-ID: <20010110013813.B41744@yahoo-inc.com>
68925      Branch: perl
68926            ! ext/IO/lib/IO/Socket/INET.pm
68927 ____________________________________________________________________________
68928 [  8396] By: jhi                                   on 2001/01/10  20:49:30
68929         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
68930              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
68931              Date: Wed, 10 Jan 2001 01:37:32 -0800
68932              Message-ID: <20010110013732.A41744@yahoo-inc.com>
68933      Branch: perl
68934            ! ext/Socket/Socket.pm
68935 ____________________________________________________________________________
68936 [  8395] By: jhi                                   on 2001/01/10  20:41:37
68937         Log: Test for bug id 20010105.016 (fixed by #8378).
68938      Branch: perl
68939            ! t/op/split.t
68940 ____________________________________________________________________________
68941 [  8394] By: jhi                                   on 2001/01/10  20:26:32
68942         Log: Integrate perlio.
68943      Branch: perl
68944            ! util.c
68945 ____________________________________________________________________________
68946 [  8393] By: nick                                  on 2001/01/10  19:34:30
68947         Log: Back out Simon's pid hackery for now.
68948      Branch: perlio
68949            ! util.c
68950 ____________________________________________________________________________
68951 [  8392] By: nick                                  on 2001/01/10  19:23:13
68952         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
68953      Branch: perlio
68954           !> (integrate 29 files)
68955 ____________________________________________________________________________
68956 [  8391] By: jhi                                   on 2001/01/10  18:43:15
68957         Log: Subject: [PATCH] Fix my_pclose segfault
68958              From: Simon Cozens <simon@cozens.net>
68959              Date: Wed, 10 Jan 2001 18:39:35 +0000
68960              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
68961      Branch: perl
68962            ! util.c
68963 ____________________________________________________________________________
68964 [  8390] By: jhi                                   on 2001/01/10  18:42:08
68965         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
68966              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68967              Date:     Wed, 10 Jan 2001 13:23:02 EST
68968              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
68969      Branch: perl
68970            ! ext/Opcode/Opcode.xs
68971 ____________________________________________________________________________
68972 [  8389] By: jhi                                   on 2001/01/10  15:16:07
68973         Log: Turn off the integer preservation for now.
68974      Branch: perl
68975            ! perl.h
68976 ____________________________________________________________________________
68977 [  8388] By: jhi                                   on 2001/01/10  15:01:25
68978         Log: Few more IDE/editor nits from p5p.
68979      Branch: perl
68980            ! pod/perlfaq3.pod
68981 ____________________________________________________________________________
68982 [  8387] By: jhi                                   on 2001/01/10  06:53:16
68983         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
68984              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
68985              Date: Tue, 9 Jan 2001 23:16:02 +0000
68986              Message-ID: <20010109231602.A81101@plum.flirble.org>
68987      Branch: perl
68988            ! sv.c
68989 ____________________________________________________________________________
68990 [  8386] By: jhi                                   on 2001/01/10  03:17:54
68991         Log: Test cases for #8385 (from Simon's "torture.pl")
68992      Branch: perl
68993            ! t/op/tr.t
68994 ____________________________________________________________________________
68995 [  8385] By: jhi                                   on 2001/01/10  03:17:11
68996         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
68997              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
68998              Date: Wed, 10 Jan 2001 11:39:39 +0900
68999              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
69000              
69001              Some more UTF-8 tr cases fixed.
69002      Branch: perl
69003            ! doop.c
69004 ____________________________________________________________________________
69005 [  8384] By: jhi                                   on 2001/01/09  22:45:40
69006         Log: Allow the locale test needing POSIX and the taint test
69007              needing IPC::SysV to run under 'minitest' (basically,
69008              bail out if loading the extension fails)
69009      Branch: perl
69010            ! t/op/misc.t t/op/taint.t
69011 ____________________________________________________________________________
69012 [  8383] By: jhi                                   on 2001/01/09  21:36:04
69013         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
69014              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69015              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
69016              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
69017      Branch: perl
69018            ! t/io/openpid.t
69019 ____________________________________________________________________________
69020 [  8382] By: jhi                                   on 2001/01/09  21:06:08
69021         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
69022              Should finish up the bug id 20001205.022.
69023      Branch: perl
69024            ! pp.c pp_hot.c scope.c
69025 ____________________________________________________________________________
69026 [  8381] By: jhi                                   on 2001/01/09  18:27:43
69027         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
69028              From: Andy Dougherty <doughera@lafayette.edu>
69029              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
69030              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
69031              
69032              More robust yacc/bison error detection.
69033      Branch: perl
69034            ! t/comp/proto.t
69035 ____________________________________________________________________________
69036 [  8380] By: jhi                                   on 2001/01/09  15:21:38
69037         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
69038              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69039              Date:     Tue, 9 Jan 2001 07:53:55 EST
69040              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
69041      Branch: perl
69042            ! t/op/misc.t vms/test.com
69043 ____________________________________________________________________________
69044 [  8379] By: jhi                                   on 2001/01/09  15:20:38
69045         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
69046              From: jhi@cc.hut.fi
69047              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
69048              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
69049              
69050              The #8378 fixed this.
69051      Branch: perl
69052            ! t/op/tr.t
69053 ____________________________________________________________________________
69054 [  8378] By: jhi                                   on 2001/01/09  15:05:32
69055         Log: Subject: One more patch for UTF8 
69056              From: Inaba Hiroto <inaba@st.rim.or.jp>
69057              Date: Tue, 09 Jan 2001 01:04:32 +0900
69058              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
69059              
69060              UTF-8 fixes for 'x' and tr///.
69061      Branch: perl
69062            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
69063            ! regcomp.c regexec.c toke.c utf8.c
69064 ____________________________________________________________________________
69065 [  8377] By: jhi                                   on 2001/01/09  14:32:17
69066         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
69067      Branch: perl
69068            ! t/op/length.t
69069 ____________________________________________________________________________
69070 [  8376] By: jhi                                   on 2001/01/09  04:32:32
69071         Log: integrate changes #7775, #8316, #8316 from mainline
69072      Branch: maint-5.6/perl
69073            ! hints/solaris_2.sh
69074 ____________________________________________________________________________
69075 [  8375] By: jhi                                   on 2001/01/09  04:26:43
69076         Log: Update Changes.
69077      Branch: perl
69078            ! Changes patchlevel.h
69079 ____________________________________________________________________________
69080 [  8374] By: jhi                                   on 2001/01/09  04:14:32
69081         Log: IDE/editor section tweaking.
69082      Branch: perl
69083            ! pod/perlfaq3.pod
69084 ____________________________________________________________________________
69085 [  8373] By: jhi                                   on 2001/01/09  02:38:26
69086         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
69087              From: Peter Prymmer <pvhp@forte.com>
69088              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
69089              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
69090              
69091              In preparation os OS/390 dynamic loading.
69092      Branch: perl
69093            ! README.os390 hints/os390.sh
69094 ____________________________________________________________________________
69095 [  8372] By: jhi                                   on 2001/01/09  00:24:30
69096         Log: Integrate with perlio.
69097      Branch: perl
69098           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
69099 ____________________________________________________________________________
69100 [  8371] By: nick                                  on 2001/01/08  23:54:33
69101         Log: Fix "scalars leaked" bugs caused by overload magic
69102              (Highlighted by Ilya's DESTROY optimization.)
69103      Branch: perlio
69104            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
69105 ____________________________________________________________________________
69106 [  8370] By: nick                                  on 2001/01/08  20:19:41
69107         Log: Integrate mainline
69108      Branch: perlio
69109           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
69110           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
69111           !> t/op/64bitint.t
69112 ____________________________________________________________________________
69113 [  8369] By: jhi                                   on 2001/01/08  17:30:52
69114         Log: save_delete() Safefree() doesn't (anymore?) work with shared
69115              strings, one test failure in op/misc and almost all of lib/b.
69116              (Outcomments #8369.)
69117      Branch: perl
69118            ! scope.c
69119 ____________________________________________________________________________
69120 [  8368] By: jhi                                   on 2001/01/08  14:47:10
69121         Log: (Outcommented by #8369.)
69122              
69123              Subject: Re: Perl BugID 20001205.022 ---- save_delete
69124              From: Simon Cozens <simon@cozens.net>
69125              Date: Sat, 6 Jan 2001 11:48:40 +0000
69126              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
69127              
69128              The save_delete() does need the Safefree.
69129      Branch: perl
69130            ! scope.c
69131 ____________________________________________________________________________
69132 [  8367] By: bailey                                on 2001/01/08  08:53:52
69133         Log: Once again syncing after too long an absence
69134      Branch: vmsperl
69135           +> (branch 55 files)
69136            - MAINTAIN fix_pl vos/config.def vos/config.h
69137            - vos/config_h.SH_orig
69138           !> (integrate 498 files)
69139 ____________________________________________________________________________
69140 [  8366] By: jhi                                   on 2001/01/08  02:42:59
69141         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
69142              From: nick@ccl4.org
69143              Date: Sun, 7 Jan 2001 21:07:18 +0000
69144              Message-Id: <20010107210717.D1048@plum.flirble.org>
69145      Branch: perl
69146            ! sv.c t/op/64bitint.t
69147 ____________________________________________________________________________
69148 [  8365] By: jhi                                   on 2001/01/08  02:35:16
69149         Log: Subject: [PATCH] environ nit
69150              From: Simon Cozens <simon@cozens.net>
69151              Date: Sun, 7 Jan 2001 17:57:07 +0000
69152              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
69153              
69154              Use environ only if we have it.
69155      Branch: perl
69156            ! mg.c
69157 ____________________________________________________________________________
69158 [  8364] By: jhi                                   on 2001/01/08  02:24:51
69159         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
69160      Branch: perl
69161            ! ext/GDBM_File/GDBM_File.xs
69162 ____________________________________________________________________________
69163 [  8363] By: jhi                                   on 2001/01/08  02:19:24
69164         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
69165              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69166              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
69167              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
69168      Branch: perl
69169            ! dump.c op.c
69170 ____________________________________________________________________________
69171 [  8362] By: jhi                                   on 2001/01/08  02:17:43
69172         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
69173              From: Doug MacEachern <dougm@covalent.net>
69174              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
69175              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
69176              
69177              Allow AUTOLOAD to be an xsub and allow such xsubs
69178              to avoid use of $AUTOLOAD.
69179      Branch: perl
69180            ! gv.c
69181 ____________________________________________________________________________
69182 [  8361] By: jhi                                   on 2001/01/08  02:16:07
69183         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
69184              From: Radu Greab <radu@netsoft.ro>
69185              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
69186              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
69187              
69188              No need for the potentially nonportable $SIG{CHLD}.
69189      Branch: perl
69190            ! t/io/pipe.t
69191 ____________________________________________________________________________
69192 [  8360] By: jhi                                   on 2001/01/08  01:58:23
69193         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
69194      Branch: perl
69195            ! lib/Getopt/Long.pm
69196 ____________________________________________________________________________
69197 [  8359] By: jhi                                   on 2001/01/08  01:55:44
69198         Log: Integrate perlio:
69199              
69200              [  8356]
69201              FILE * in XS code for PerlIO world:
69202              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
69203              - Add FILE * T_STDIO typemap.
69204              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
69205              
69206              [  8346]
69207              Fixup accumulated integrate muddles (perlio == devperl again)
69208      Branch: perl
69209           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
69210           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
69211           !> utf8.c win32/Makefile
69212 ____________________________________________________________________________
69213 [  8358] By: jhi                                   on 2001/01/07  21:16:50
69214         Log: Update the EPOC cross SDK URL.
69215      Branch: perl
69216            ! README.epoc
69217 ____________________________________________________________________________
69218 [  8357] By: jhi                                   on 2001/01/07  21:16:09
69219         Log: Update the EPOC cross SDK URL.
69220      Branch: maint-5.6/perl
69221            ! README.epoc
69222 ____________________________________________________________________________
69223 [  8356] By: nick                                  on 2001/01/06  21:47:52
69224         Log: FILE * in XS code for PerlIO world:
69225              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
69226              - Add FILE * T_STDIO typemap.
69227              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
69228      Branch: perlio
69229            ! lib/ExtUtils/typemap perlio.c perlio.h
69230 ____________________________________________________________________________
69231 [  8355] By: jhi                                   on 2001/01/06  20:27:15
69232         Log: integrate change #8336 from mainline
69233              
69234              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
69235      Branch: maint-5.6/perl
69236            ! hv.c
69237 ____________________________________________________________________________
69238 [  8354] By: jhi                                   on 2001/01/06  20:24:29
69239         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69240              From: Robin Barker <rmb1@cise.npl.co.uk>
69241              Date: Fri, 22 Dec 2000 12:17:38 GMT
69242              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
69243              
69244              The patch reformats some long =item lines so they give
69245              correct output via pod2man | nroff -man
69246              
69247              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69248              From: Robin Barker <rmb1@cise.npl.co.uk>
69249              Date: Tue, 2 Jan 2001 15:35:03 GMT
69250              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
69251              
69252              Here is a _further_ patch which corrects a few more errors:
69253              * an empty C<=item> in CPAN.pm
69254              * patching the wrong file (pod/perlamiga.pod not README.amiga)
69255              * leaving empty C<=item>s which formatted incorrectly
69256              * over long C<=item>s revealed by latest patch to Pod::Man
69257      Branch: maint-5.6/perl
69258            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
69259            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
69260            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
69261            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
69262            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
69263            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
69264 ____________________________________________________________________________
69265 [  8353] By: jhi                                   on 2001/01/06  20:21:10
69266         Log: integrate changes #7980, 8056, 8057 from mainline
69267              
69268              UTF-8 hash keys.
69269      Branch: maint-5.6/perl
69270            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
69271 ____________________________________________________________________________
69272 [  8352] By: jhi                                   on 2001/01/06  20:18:44
69273         Log: Forgotten from #8438.
69274      Branch: maint-5.6/perl
69275            ! epoc/epocish.h
69276 ____________________________________________________________________________
69277 [  8351] By: jhi                                   on 2001/01/06  20:18:12
69278         Log: Forgotten from #8347.
69279      Branch: maint-5.6/perl
69280            ! config_h.SH
69281 ____________________________________________________________________________
69282 [  8350] By: jhi                                   on 2001/01/06  20:00:19
69283         Log: Thinko in #8347.
69284      Branch: maint-5.6/perl
69285            ! regcomp.c
69286 ____________________________________________________________________________
69287 [  8349] By: jhi                                   on 2001/01/06  18:05:30
69288         Log: Copy the FAQ3 IDE section from the development branch,
69289              changes originally by Peter Prymmer.
69290      Branch: maint-5.6/perl
69291            ! pod/perlfaq3.pod
69292 ____________________________________________________________________________
69293 [  8348] By: jhi                                   on 2001/01/06  18:03:02
69294         Log: EPOC updates for TRIAL1.
69295              
69296              Subject: [5.6.1 trial1] EPOC update
69297              From: Olaf Flebbe <O.Flebbe@science-computing.de>
69298              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
69299              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
69300              
69301              Subject: epoc patch2 for perl-5.6.1-trial1
69302              From: Olaf Flebbe <O.Flebbe@science-computing.de>
69303              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
69304              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
69305      Branch: maint-5.6/perl
69306            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
69307            ! epoc/epocish.c
69308 ____________________________________________________________________________
69309 [  8347] By: jhi                                   on 2001/01/06  17:29:10
69310         Log: integrate changes #7710,7824,7973 from mainline,
69311              plus VMS nits from Peter Prymmer and Dan Sugalski.
69312              
69313              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
69314              library (getprotobyname and getprotobynumber are outversioned by
69315              the same calls in libc, at least for xlc version 3.
69316              
69317              Add HAS_SBRK_PROTO.
69318              
69319              Fixes for signedness warnings noticed by VMSperlers.
69320      Branch: maint-5.6/perl
69321            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69322            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
69323            ! sv.c vms/descrip_mms.template vos/config.alpha.def
69324            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69325            ! win32/config.bc win32/config.gc win32/config.vc
69326 ____________________________________________________________________________
69327 [  8346] By: nick                                  on 2001/01/06  14:36:01
69328         Log: Fixup accumulated integrate muddles (perlio == devperl again)
69329      Branch: perlio
69330            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
69331 ____________________________________________________________________________
69332 [  8345] By: nick                                  on 2001/01/06  14:24:58
69333         Log: Integrate mainline
69334      Branch: perlio
69335           !> (integrate 55 files)
69336 ____________________________________________________________________________
69337 [  8344] By: jhi                                   on 2001/01/06  02:24:02
69338         Log: Subject: [patch] PerlIO_cleanup() prototype
69339              From: Doug MacEachern <dougm@covalent.net>
69340              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
69341              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
69342      Branch: perl
69343            ! perlio.h
69344 ____________________________________________________________________________
69345 [  8343] By: jhi                                   on 2001/01/06  01:04:09
69346         Log: IRIX compiler noticed that the bof initialization might be
69347              bypassed by control flow.
69348      Branch: perl
69349            ! toke.c
69350 ____________________________________________________________________________
69351 [  8342] By: jhi                                   on 2001/01/06  00:10:48
69352         Log: Update Changes.
69353      Branch: perl
69354            ! Changes patchlevel.h
69355 ____________________________________________________________________________
69356 [  8341] By: jhi                                   on 2001/01/05  23:52:33
69357         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
69358      Branch: perl
69359            ! toke.c
69360 ____________________________________________________________________________
69361 [  8340] By: jhi                                   on 2001/01/05  22:44:08
69362         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
69363              From: Radu Greab <radu@netsoft.ro>
69364              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
69365              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
69366      Branch: perl
69367            ! t/io/pipe.t util.c
69368 ____________________________________________________________________________
69369 [  8339] By: jhi                                   on 2001/01/05  22:35:17
69370         Log: Subject: [PATCH] format and rewording in perlfaq.pod
69371              From: Robin Barker <rmb1@cise.npl.co.uk>
69372              Date: Fri, 5 Jan 2001 18:51:20 GMT
69373              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
69374      Branch: perl
69375            ! pod/perlfaq.pod
69376 ____________________________________________________________________________
69377 [  8338] By: jhi                                   on 2001/01/05  22:31:17
69378         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
69379              From: Peter Prymmer <pvhp@forte.com>
69380              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
69381              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
69382      Branch: perl
69383            ! utils/perlbug.PL
69384 ____________________________________________________________________________
69385 [  8337] By: jhi                                   on 2001/01/05  18:15:11
69386         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
69387              From: Robin Barker <rmb1@cise.npl.co.uk>
69388              Date: Tue, 2 Jan 2001 15:24:07 GMT
69389              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
69390              
69391              If you call configure as C<./Configure> or C<sh ./Configure>,
69392              $src is set to the absolute path name, not '.'.
69393              
69394              This, in turn, means -Dmksymlink tries to do its stuff because
69395              it does not think it is in the src directory.
69396              
69397              (plus a metaconfig nitfix)
69398      Branch: metaconfig
69399            ! U/compline/ccflags.U U/modified/src.U
69400      Branch: perl
69401            ! Configure config_h.SH
69402 ____________________________________________________________________________
69403 [  8336] By: jhi                                   on 2001/01/05  17:48:32
69404         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
69405              From: Alan Burlison <Alan.Burlison@uk.sun.com>
69406              Message-ID: <3A5606C4.473D2226@uk.sun.com>
69407              Date: Fri, 05 Jan 2001 17:39:16 +0000
69408      Branch: perl
69409            ! hv.c
69410 ____________________________________________________________________________
69411 [  8335] By: jhi                                   on 2001/01/05  16:05:44
69412         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
69413      Branch: perl
69414            ! lib/Getopt/Long.pm
69415 ____________________________________________________________________________
69416 [  8334] By: jhi                                   on 2001/01/05  16:00:51
69417         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
69418              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
69419              Date: Fri, 05 Jan 2001 13:46:51 +0100
69420              Message-ID: <13693.978698811@nice.ram.loc>
69421              
69422              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
69423              accurate reading of the "atime".  
69424      Branch: perl
69425            ! t/io/fs.t
69426 ____________________________________________________________________________
69427 [  8333] By: jhi                                   on 2001/01/05  15:57:37
69428         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
69429              From: Simon Cozens <simon@cozens.net>
69430              Date: Fri, 8 Dec 2000 13:33:31 +0000
69431              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
69432              
69433              A lost patch fragment.
69434      Branch: perl
69435            ! doop.c
69436 ____________________________________________________________________________
69437 [  8332] By: jhi                                   on 2001/01/05  15:40:42
69438         Log: Do away with strncpy() and a fixed length buffer.
69439      Branch: perl
69440            ! utf8.c
69441 ____________________________________________________________________________
69442 [  8331] By: jhi                                   on 2001/01/05  15:03:07
69443         Log: Tests for #8329 and #8330.
69444      Branch: perl
69445            ! t/op/bop.t
69446 ____________________________________________________________________________
69447 [  8330] By: jhi                                   on 2001/01/05  15:02:38
69448         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
69449              raw 8-bit form to the UTF-8 string.
69450      Branch: perl
69451            ! toke.c
69452 ____________________________________________________________________________
69453 [  8329] By: jhi                                   on 2001/01/05  14:55:13
69454         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
69455              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69456              Date: Fri, 5 Jan 2001 12:28:52 +0100
69457              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
69458              
69459              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
69460              no effect.  (changed the strncpy() to Copy())
69461      Branch: perl
69462            ! toke.c
69463 ____________________________________________________________________________
69464 [  8328] By: jhi                                   on 2001/01/05  06:44:27
69465         Log: UTF-8 cleanup.
69466      Branch: perl
69467            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
69468            ! regexec.c sv.c toke.c
69469 ____________________________________________________________________________
69470 [  8327] By: jhi                                   on 2001/01/05  01:11:29
69471         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')
69472              From: Radu Greab <radu@netsoft.ro>
69473              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
69474              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
69475              
69476              Cleans up Harness to not use FileHandle, which uses IO.
69477      Branch: perl
69478            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69479 ____________________________________________________________________________
69480 [  8326] By: jhi                                   on 2001/01/05  00:56:37
69481         Log: Update Changes.
69482      Branch: perl
69483            ! Changes patchlevel.h
69484 ____________________________________________________________________________
69485 [  8325] By: jhi                                   on 2001/01/05  00:53:18
69486         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
69487              From: Peter Prymmer <pvhp@forte.com>
69488              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
69489              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
69490              
69491              plus a couple more tailing whitespace removals.
69492      Branch: perl
69493            ! win32/Makefile
69494 ____________________________________________________________________________
69495 [  8324] By: jhi                                   on 2001/01/05  00:47:39
69496         Log: Add some Unicode chop() tests.
69497      Branch: perl
69498            ! t/op/chop.t
69499 ____________________________________________________________________________
69500 [  8323] By: jhi                                   on 2001/01/05  00:47:23
69501         Log: Unify UTF-8 malformedness handling.
69502      Branch: perl
69503            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
69504 ____________________________________________________________________________
69505 [  8322] By: jhi                                   on 2001/01/04  22:21:54
69506         Log: The new $issymlink was unknown to Mksymlinks.
69507      Branch: metaconfig/U/perl
69508            ! Mksymlinks.U issymlink.U
69509      Branch: perl
69510            ! Configure config_h.SH
69511 ____________________________________________________________________________
69512 [  8321] By: jhi                                   on 2001/01/04  21:51:05
69513         Log: The test didn't work under the core test framework.
69514      Branch: perl
69515            ! t/lib/st-lock.t
69516 ____________________________________________________________________________
69517 [  8320] By: jhi                                   on 2001/01/04  21:14:22
69518         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
69519      Branch: perl
69520            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
69521 ____________________________________________________________________________
69522 [  8319] By: jhi                                   on 2001/01/04  20:46:17
69523         Log: Typo in #8312 when manually applying a problematic patch fragment.
69524      Branch: perl
69525            ! ext/Storable/Storable.xs
69526 ____________________________________________________________________________
69527 [  8318] By: jhi                                   on 2001/01/04  20:43:01
69528         Log: The $sh_c didn't fly.
69529      Branch: metaconfig
69530            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
69531            ! U/modified/Loc.U U/modified/myhostname.U
69532            ! U/modified/spitshell.U
69533      Branch: metaconfig/U/perl
69534            ! issymlink.U
69535      Branch: perl
69536            ! Configure config_h.SH
69537 ____________________________________________________________________________
69538 [  8317] By: jhi                                   on 2001/01/04  19:58:01
69539         Log: AIX builtin test -h is broken, changes based on
69540              
69541              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
69542              Date: Tue, 02 Jan 2001 11:24:39 +0100
69543              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69544              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
69545      Branch: metaconfig
69546            + U/modified/spitshell.U
69547            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
69548            ! U/modified/Loc.U U/modified/myhostname.U
69549      Branch: metaconfig/U/perl
69550            ! Mksymlinks.U issymlink.U
69551      Branch: perl
69552            ! Configure
69553 ____________________________________________________________________________
69554 [  8316] By: jhi                                   on 2001/01/04  19:02:22
69555         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
69556              From: Andy Dougherty <doughera@lafayette.edu>
69557              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
69558              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
69559              
69560              Beware of GNU ld.
69561      Branch: perl
69562            ! hints/solaris_2.sh
69563 ____________________________________________________________________________
69564 [  8315] By: jhi                                   on 2001/01/04  18:56:48
69565         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
69566              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
69567              Date: Wed, 3 Jan 2001 07:58:51 +0100
69568              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
69569      Branch: perl
69570            ! hints/solaris_2.sh
69571 ____________________________________________________________________________
69572 [  8314] By: jhi                                   on 2001/01/04  18:54:07
69573         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
69574              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69575              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
69576              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
69577              
69578              Doc tweak on #8313.
69579      Branch: perl
69580            ! ext/B/B/Deparse.pm
69581 ____________________________________________________________________________
69582 [  8313] By: jhi                                   on 2001/01/04  18:52:27
69583         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
69584              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
69585              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69586              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
69587              
69588              Make the peephole optimizer to bypass more null ops and
69589              and rewrite the deparse handling of continue blocks.
69590      Branch: perl
69591            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
69592 ____________________________________________________________________________
69593 [  8312] By: jhi                                   on 2001/01/04  18:47:39
69594         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
69595      Branch: perl
69596            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
69597            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
69598            ! t/lib/st-lock.t
69599 ____________________________________________________________________________
69600 [  8311] By: jhi                                   on 2001/01/04  18:36:08
69601         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
69602              filter to be run on each .pm during the pm_to_blib() phase,
69603              a fixed version of
69604              
69605              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
69606              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
69607              Date: Wed, 03 Jan 2001 22:01:30 +0100
69608              Message-ID: <5296.978555690@nice.ram.loc>
69609      Branch: perl
69610            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
69611            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
69612            ! lib/ExtUtils/MakeMaker.pm
69613 ____________________________________________________________________________
69614 [  8310] By: jhi                                   on 2001/01/04  18:32:54
69615         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69616              From: Robin Barker <rmb1@cise.npl.co.uk>
69617              Date: Tue, 2 Jan 2001 15:35:03 GMT
69618              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
69619      Branch: perl
69620            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
69621            ! pod/perlrequick.pod
69622 ____________________________________________________________________________
69623 [  8309] By: jhi                                   on 2001/01/04  18:29:07
69624         Log: Subject: Re: [patch] static-ize XS()
69625              From: Doug MacEachern <dougm@covalent.net>
69626              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
69627              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
69628              
69629              Provide prototypes for the XS functions.
69630      Branch: perl
69631            ! lib/ExtUtils/xsubpp
69632 ____________________________________________________________________________
69633 [  8308] By: jhi                                   on 2001/01/04  18:27:44
69634         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
69635              From: Doug MacEachern <dougm@covalent.net>
69636              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
69637              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
69638      Branch: perl
69639            ! lib/ExtUtils/typemap
69640 ____________________________________________________________________________
69641 [  8307] By: jhi                                   on 2001/01/04  18:25:25
69642         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
69643              From: Doug MacEachern <dougm@covalent.net>
69644              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
69645              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
69646              
69647              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
69648      Branch: perl
69649            ! lib/ExtUtils/MM_Unix.pm
69650 ____________________________________________________________________________
69651 [  8306] By: jhi                                   on 2001/01/04  18:23:00
69652         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
69653              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69654              Date: Thu, 4 Jan 2001 12:47:10 +0100 
69655              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
69656              
69657              The toke.c part only, patching embed.h and proto.h is futile.
69658      Branch: perl
69659            ! toke.c
69660 ____________________________________________________________________________
69661 [  8305] By: jhi                                   on 2001/01/04  18:05:51
69662         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
69663              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69664              Date: Thu, 4 Jan 2001 17:50:12 +0100 
69665              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
69666      Branch: perl
69667            ! toke.c
69668 ____________________________________________________________________________
69669 [  8304] By: jhi                                   on 2001/01/04  18:03:26
69670         Log: Subject: [PATCH perl@8269]
69671              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69672              Date: Thu, 4 Jan 2001 12:53:39 +0100 
69673              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
69674              
69675              If running byacc write-enable also perly.h.
69676      Branch: perl
69677            ! Makefile.SH
69678 ____________________________________________________________________________
69679 [  8303] By: jhi                                   on 2001/01/04  15:40:49
69680         Log: Rewrite pp_concat() in terms of sv_catsv().
69681      Branch: perl
69682            ! pp_hot.c
69683 ____________________________________________________________________________
69684 [  8302] By: nick                                  on 2001/01/03  22:43:22
69685         Log: Integrate mainline.
69686      Branch: perlio
69687           !> ext/Encode/Encode.xs sv.c utf8.c
69688 ____________________________________________________________________________
69689 [  8301] By: jhi                                   on 2001/01/02  23:40:26
69690         Log: Variable naming tweak.
69691      Branch: perl
69692            ! sv.c
69693 ____________________________________________________________________________
69694 [  8300] By: jhi                                   on 2001/01/02  23:40:02
69695         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
69696              in is_utf8_string().
69697      Branch: perl
69698            ! utf8.c
69699 ____________________________________________________________________________
69700 [  8299] By: jhi                                   on 2001/01/02  22:14:40
69701         Log: Integrate perlio:
69702              
69703              [  8298]
69704              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
69705              
69706              [  8296]
69707              Add Encode and correct Filter/Util/Call in nmake Makefile
69708      Branch: perl
69709           !> pp.c pp_hot.c win32/Makefile
69710 ____________________________________________________________________________
69711 [  8298] By: nick                                  on 2001/01/02  22:03:06
69712         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
69713      Branch: perlio
69714            ! pp.c pp_hot.c
69715 ____________________________________________________________________________
69716 [  8297] By: jhi                                   on 2001/01/02  04:26:28
69717         Log: Signedness nit.
69718      Branch: perl
69719            ! ext/Encode/Encode.xs
69720 ____________________________________________________________________________
69721 [  8296] By: nick                                  on 2001/01/01  23:49:36
69722         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
69723      Branch: perlio
69724            ! win32/Makefile
69725 ____________________________________________________________________________
69726 [  8295] By: jhi                                   on 2001/01/01  23:05:48
69727         Log: Integrate perlio:
69728              
69729              [  8293]
69730              More rigor in UTF-8-ness of Encode's toUnicode
69731              XS export some of the utf8 internal functions.
69732              Test some of the functions.
69733              Fix pp_concat() bug shown by said tests.
69734      Branch: perl
69735           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
69736           !> t/lib/encode.t
69737 ____________________________________________________________________________
69738 [  8294] By: nick                                  on 2001/01/01  22:48:34
69739         Log: Integrate mainline
69740      Branch: perlio
69741            ! pp_hot.c t/lib/encode.t
69742           !> (integrate 65 files)
69743 ____________________________________________________________________________
69744 [  8293] By: nick                                  on 2001/01/01  21:58:50
69745         Log: More rigor in UTF-8-ness of Encode's toUnicode
69746              XS export some of the utf8 internal functions.
69747              Test some of the functions.
69748              Fix pp_concat() bug shown by said tests.
69749      Branch: perlio
69750            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
69751            ! t/lib/encode.t
69752 ____________________________________________________________________________
69753 [  8292] By: jhi                                   on 2001/01/01  18:11:44
69754         Log: Integrate perlio:
69755              
69756              [  8290]
69757              Loose the "Loading..." warning.
69758              Another bug in fallback support
69759              
69760              [  8288]
69761              Fix .ucm reading - forgot a chr()
69762              Start of .ucm write (for .enc to .ucm)
69763              
69764              [  8285]
69765              Start of support of ICU-style .ucm files:
69766              - teach compile how to read a .ucm file
69767              - first guess at how to represent fallbacks in "tries".
69768              - use fallbacks if check == 0
69769              - new return code to indicate we used one.
69770      Branch: perl
69771           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
69772           !> ext/Encode/encengine.c ext/Encode/encode.h
69773 ____________________________________________________________________________
69774 [  8291] By: jhi                                   on 2001/01/01  18:10:58
69775         Log: Podify README.mpeix (a new version from the web),
69776              add a dummy NAME to Carp::Heavy, regen toc.
69777      Branch: perl
69778            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
69779            ! pod/perltoc.pod
69780 ____________________________________________________________________________
69781 [  8290] By: nick                                  on 2001/01/01  17:43:47
69782         Log: Loose the "Loading..." warning.
69783              Another bug in fallback support
69784      Branch: perlio
69785            ! ext/Encode/Encode.pm ext/Encode/encengine.c
69786 ____________________________________________________________________________
69787 [  8289] By: jhi                                   on 2001/01/01  00:01:57
69788         Log: Bump up Larry's copyright.
69789      Branch: perl
69790            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
69791            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
69792            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
69793            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
69794            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
69795            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
69796            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
69797            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
69798 ____________________________________________________________________________
69799 [  8288] By: nick                                  on 2000/12/31  21:27:53
69800         Log: Fix .ucm reading - forgot a chr()
69801              Start of .ucm write (for .enc to .ucm)
69802      Branch: perlio
69803            ! ext/Encode/compile
69804 ____________________________________________________________________________
69805 [  8287] By: jhi                                   on 2000/12/31  18:15:56
69806         Log: Comment away a diagnostic message as noted by Craig A. Berry
69807              (the unexpected message was confusing testing)
69808      Branch: perl
69809            ! ext/Encode/Encode.pm
69810 ____________________________________________________________________________
69811 [  8286] By: jhi                                   on 2000/12/31  18:14:51
69812         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
69813              Date: Sun, 31 Dec 2000 11:17:37 -0600
69814              From: "Craig A. Berry" <craigberry@mac.com>
69815              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
69816      Branch: perl
69817            ! ext/Encode/Makefile.PL
69818 ____________________________________________________________________________
69819 [  8285] By: nick                                  on 2000/12/31  18:11:54
69820         Log: Start of support of ICU-style .ucm files:
69821              - teach compile how to read a .ucm file
69822              - first guess at how to represent fallbacks in "tries".
69823              - use fallbacks if check == 0
69824              - new return code to indicate we used one.
69825      Branch: perlio
69826            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
69827            ! ext/Encode/encengine.c ext/Encode/encode.h
69828 ____________________________________________________________________________
69829 [  8284] By: jhi                                   on 2000/12/31  18:04:41
69830         Log: Pacify picky VMS compiler.
69831              
69832              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
69833              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69834              Date: Sat, 30 Dec 2000 18:10:02 -0600
69835              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
69836      Branch: perl
69837            ! sv.c
69838 ____________________________________________________________________________
69839 [  8283] By: jhi                                   on 2000/12/31  16:11:47
69840         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
69841      Branch: perl
69842            ! t/lib/glob-basic.t
69843 ____________________________________________________________________________
69844 [  8282] By: jhi                                   on 2000/12/31  15:26:11
69845         Log: Integrate perlio:
69846              
69847              [  8281]
69848              Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
69849              is available to be exported
69850              
69851              [  8280]
69852              Ilya's OS2 patch (testing for damage on Win32)
69853      Branch: perl
69854           !> makedef.pl opcode.pl os2/os2.c perlio.c
69855 ____________________________________________________________________________
69856 [  8281] By: nick                                  on 2000/12/31  10:06:15
69857         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
69858              is available to be exported
69859      Branch: perlio
69860            ! makedef.pl perlio.c
69861 ____________________________________________________________________________
69862 [  8280] By: nick                                  on 2000/12/31  09:41:26
69863         Log: Ilya's OS2 patch (testing for damage on Win32)
69864      Branch: perlio
69865            ! makedef.pl opcode.pl os2/os2.c
69866 ____________________________________________________________________________
69867 [  8279] By: jhi                                   on 2000/12/30  21:52:07
69868         Log: Test nits.
69869      Branch: perl
69870            ! t/lib/syslfs.t t/op/lfs.t
69871 ____________________________________________________________________________
69872 [  8278] By: jhi                                   on 2000/12/30  21:47:49
69873         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
69874              From: andreas.koenig@anima.de (Andreas J. Koenig)
69875              Date: 30 Dec 2000 22:35:37 +0100
69876              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
69877              
69878              The 32-bit wraparound test wasn't quite right.
69879      Branch: perl
69880            ! t/lib/syslfs.t t/op/lfs.t
69881 ____________________________________________________________________________
69882 [  8277] By: jhi                                   on 2000/12/30  21:33:44
69883         Log: Subject: [PATCH] open() example in perlfunc.pod 
69884              From: Karsten Sperling <s_sperli@ira.uka.de>
69885              Date: Sat, 30 Dec 2000 22:27:09 +0100
69886              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
69887      Branch: perl
69888            ! pod/perlfunc.pod
69889 ____________________________________________________________________________
69890 [  8276] By: jhi                                   on 2000/12/30  20:32:40
69891         Log: Not quite that many tests yet.
69892      Branch: perl
69893            ! t/op/pat.t
69894 ____________________________________________________________________________
69895 [  8275] By: jhi                                   on 2000/12/30  20:26:58
69896         Log: Integrate perlio:
69897              
69898              [  8272]
69899              Tweak for MULTIPLICITY/USE_PERLIO
69900      Branch: perl
69901           !> toke.c
69902 ____________________________________________________________________________
69903 [  8274] By: jhi                                   on 2000/12/30  20:24:56
69904         Log: Signedness nit.
69905      Branch: perl
69906            ! utf8.c
69907 ____________________________________________________________________________
69908 [  8273] By: jhi                                   on 2000/12/30  20:15:46
69909         Log: Add a test case for 20000731.001 which was fixed by the #8267.
69910      Branch: perl
69911            ! t/op/pat.t
69912 ____________________________________________________________________________
69913 [  8272] By: nick                                  on 2000/12/30  19:47:51
69914         Log: Tweak for MULTIPLICITY/USE_PERLIO
69915      Branch: perlio
69916            ! toke.c
69917 ____________________________________________________________________________
69918 [  8271] By: nick                                  on 2000/12/30  19:46:45
69919         Log: Integrate mainline
69920      Branch: perlio
69921           +> lib/unicode/distinct.pm
69922           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
69923           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
69924           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
69925 ____________________________________________________________________________
69926 [  8270] By: jhi                                   on 2000/12/30  19:39:50
69927         Log: Subject: RE: perl@8269
69928              From: "Richard Soderberg" <rs@crystalflame.net>
69929              Date: Sat, 30 Dec 2000 11:36:27 -0800
69930              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
69931              
69932              A missing aTHX_.
69933      Branch: perl
69934            ! toke.c
69935 ____________________________________________________________________________
69936 [  8269] By: jhi                                   on 2000/12/30  18:55:48
69937         Log: Update Changes.
69938      Branch: perl
69939            ! Changes patchlevel.h
69940 ____________________________________________________________________________
69941 [  8268] By: jhi                                   on 2000/12/30  17:18:40
69942         Log: Add a test for Unicode split //.  The #8267 was the cure.
69943      Branch: perl
69944            ! t/op/split.t
69945 ____________________________________________________________________________
69946 [  8267] By: jhi                                   on 2000/12/30  17:14:19
69947         Log: Subject: more UTF8 test suites and an UTF8 patch
69948              From: Inaba Hiroto <inaba@st.rim.or.jp>
69949              Date: Sat, 30 Dec 2000 14:27:10 +0900
69950              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
69951              
69952              Just the patch part for now, and the pragma renamed
69953              as unicode::distinct.
69954      Branch: perl
69955            + lib/unicode/distinct.pm
69956            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
69957            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
69958            ! regcomp.h regexec.c sv.c toke.c utf8.c
69959 ____________________________________________________________________________
69960 [  8266] By: nick                                  on 2000/12/30  16:40:49
69961         Log: Integrate mainline
69962      Branch: perlio
69963           +> lib/Pod/Text/Overstrike.pm
69964           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
69965           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
69966           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
69967           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
69968           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
69969 ____________________________________________________________________________
69970 [  8265] By: jhi                                   on 2000/12/30  07:28:55
69971         Log: The sv_catsv() fix, take two.
69972      Branch: perl
69973            ! sv.c t/op/join.t
69974 ____________________________________________________________________________
69975 [  8264] By: jhi                                   on 2000/12/30  06:19:18
69976         Log: Undo all the join-related changes since #8248: relevant
69977              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
69978              The new sv_catsv() doesn't fly so it must go back to
69979              the drawing board.
69980      Branch: perl
69981            ! sv.c t/op/join.t t/pragma/utf8.t
69982 ____________________________________________________________________________
69983 [  8263] By: jhi                                   on 2000/12/30  01:08:32
69984         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
69985      Branch: perl
69986            ! sv.c
69987 ____________________________________________________________________________
69988 [  8262] By: jhi                                   on 2000/12/30  00:45:14
69989         Log: Retract #8261.
69990      Branch: perl
69991            ! hv.c util.c
69992 ____________________________________________________________________________
69993 [  8261] By: jhi                                   on 2000/12/30  00:38:32
69994         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
69995      Branch: perl
69996            ! hv.c util.c
69997 ____________________________________________________________________________
69998 [  8260] By: jhi                                   on 2000/12/29  22:51:33
69999         Log: (Retracted by #8264)  More fixing for #8251.
70000      Branch: perl
70001            ! sv.c
70002 ____________________________________________________________________________
70003 [  8259] By: jhi                                   on 2000/12/29  18:27:30
70004         Log: Subject: podlators 1.06 released
70005              From: Russ Allbery <rra@stanford.edu>
70006              Date: 25 Dec 2000 05:09:30 -0800
70007              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
70008      Branch: perl
70009            + lib/Pod/Text/Overstrike.pm
70010            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
70011            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
70012 ____________________________________________________________________________
70013 [  8258] By: jhi                                   on 2000/12/29  18:20:45
70014         Log: Make the large file tests more robust/talkative as suggested by
70015              
70016              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
70017              From: andreas.koenig@anima.de (Andreas J. Koenig)
70018              Date: 29 Dec 2000 14:23:01 +0100
70019              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
70020      Branch: perl
70021            ! t/lib/syslfs.t t/op/lfs.t
70022 ____________________________________________________________________________
70023 [  8257] By: jhi                                   on 2000/12/29  17:48:04
70024         Log: Further VMS piping fixes from Charles Lane:
70025              
70026              In summary, error messages produced when a subprocess terminated
70027              abnormally were being sent not just to the parent process, but to
70028              grandparents, because of default values for error output that were
70029              not completely overridden when the subprocess was started.
70030              
70031              This patch fixes this behavior by defining user-mode (i.e., temporary
70032              for the duration of the program) logical names for SYS$OUTPUT and
70033              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
70034              changes to make it so that the user-mode logicals are the ones that
70035              control where Perl's error messages go if it terminates abnormally.
70036              
70037              I also added some gratuitous fixes to the indentation of braces in
70038              the piping code.  It just looked ugly, before.
70039      Branch: perl
70040            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
70041 ____________________________________________________________________________
70042 [  8256] By: jhi                                   on 2000/12/29  17:45:12
70043         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
70044              From: "Casey R. Tweten" <crt@kiski.net>
70045              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
70046              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
70047              
70048              Tests for for #8240.
70049      Branch: perl
70050            ! t/pragma/constant.t
70051 ____________________________________________________________________________
70052 [  8255] By: jhi                                   on 2000/12/29  17:43:07
70053         Log: Subject: Re: [PATCH] Interesting syntax idea
70054              From: Simon Cozens <simon@cozens.net>
70055              Date: Fri, 29 Dec 2000 14:34:04 +0000
70056              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
70057              
70058              Tests for #8254.
70059      Branch: perl
70060            ! t/pragma/sub_lval.t
70061 ____________________________________________________________________________
70062 [  8254] By: jhi                                   on 2000/12/29  17:42:11
70063         Log: Subject: [PATCH] Interesting syntax idea
70064              From: Simon Cozens <simon@cozens.net>
70065              Date: Wed, 27 Dec 2000 05:08:57 +0000
70066              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
70067              
70068              Make opens + bareword assigns do typeglob assigns.
70069      Branch: perl
70070            ! op.c
70071 ____________________________________________________________________________
70072 [  8253] By: jhi                                   on 2000/12/29  17:36:45
70073         Log: Output the (apparent) version of gcc, as suggested by
70074              
70075              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
70076              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
70077              Date: 26 Dec 2000 04:29:17 -0500
70078              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
70079              
70080              (The patch as such didn't any more apply as the misparsing had
70081              already been addressed in #6474.)  Also change the wording about
70082              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
70083      Branch: perl
70084            ! hints/dec_osf.sh
70085 ____________________________________________________________________________
70086 [  8252] By: nick                                  on 2000/12/29  12:14:31
70087         Log: Integrate mainline
70088      Branch: perlio
70089           !> (integrate 27 files)
70090 ____________________________________________________________________________
70091 [  8251] By: jhi                                   on 2000/12/29  08:45:46
70092         Log: (Retracted by #8264)
70093              
70094              (Fixed by #8260.)
70095              
70096              sv_catsv() needs one more byte space than seems reasonable.
70097              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
70098              Curiouser and curiouser.
70099      Branch: perl
70100            ! sv.c
70101 ____________________________________________________________________________
70102 [  8250] By: jhi                                   on 2000/12/29  07:57:52
70103         Log: More split // UTF-8 tests.
70104      Branch: perl
70105            ! t/pragma/utf8.t
70106 ____________________________________________________________________________
70107 [  8249] By: jhi                                   on 2000/12/29  07:54:51
70108         Log: (Retracted by #8264)  More join() testing which was good because
70109              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
70110      Branch: perl
70111            ! pp.c t/op/join.t utf8.c utf8.h
70112 ____________________________________________________________________________
70113 [  8248] By: jhi                                   on 2000/12/29  07:08:32
70114         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
70115              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
70116              that the only cases to care about are byte+byte and byte+character.
70117              
70118              TODO: See how well pp_concat() could be implemented in terms
70119              of sv_catsv().
70120      Branch: perl
70121            ! doop.c sv.c t/op/join.t utf8.h
70122 ____________________________________________________________________________
70123 [  8247] By: jhi                                   on 2000/12/29  06:35:23
70124         Log: Signedness nit.
70125      Branch: perl
70126            ! pp_hot.c
70127 ____________________________________________________________________________
70128 [  8246] By: jhi                                   on 2000/12/29  01:23:31
70129         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
70130              From: Lupe Christoph <lupe@lupe-christoph.de>
70131              Date: Thu, 28 Dec 2000 23:00:00 +0100
70132              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
70133              
70134              Suggest rsync --delete --dry-run.
70135      Branch: perl
70136            ! pod/perlhack.pod
70137 ____________________________________________________________________________
70138 [  8245] By: jhi                                   on 2000/12/28  23:57:05
70139         Log: The maxiters upper limit sanity check (guarding against
70140              non-progress) assumed bytes instead of characters in s///
70141              and split().
70142      Branch: perl
70143            ! pp.c pp_hot.c
70144 ____________________________________________________________________________
70145 [  8244] By: jhi                                   on 2000/12/28  23:34:08
70146         Log: Make some panic messages a bit more logical.
70147      Branch: perl
70148            ! doop.c pod/perldiag.pod pp.c pp_hot.c
70149 ____________________________________________________________________________
70150 [  8243] By: jhi                                   on 2000/12/28  22:59:16
70151         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
70152              From: Simon Cozens <simon@cozens.net>
70153              Date: Wed, 27 Dec 2000 02:30:03 +0000
70154              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
70155      Branch: perl
70156            ! pp.c t/pragma/sub_lval.t
70157 ____________________________________________________________________________
70158 [  8242] By: jhi                                   on 2000/12/28  22:56:53
70159         Log: Subject: [PATCH blead] Fix B::Terse indentation
70160              From: Daniel Chetlin <daniel@chetlin.com>
70161              Date: Wed, 27 Dec 2000 06:43:30 -0800
70162              Message-ID: <20001227064329.B9573@darkstar>
70163      Branch: perl
70164            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
70165 ____________________________________________________________________________
70166 [  8241] By: jhi                                   on 2000/12/28  22:48:59
70167         Log: The latter patch from the
70168              
70169              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
70170              From: Peter Prymmer <pvhp@forte.com> 
70171              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
70172              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
70173              
70174              (the former patch from the above should have been
70175              taken care of by Nick I-S)
70176      Branch: perl
70177            ! win32/Makefile
70178 ____________________________________________________________________________
70179 [  8240] By: jhi                                   on 2000/12/28  22:45:22
70180         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
70181              From: "Casey R. Tweten" <crt@kiski.net>
70182              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
70183              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
70184      Branch: perl
70185            ! lib/constant.pm
70186 ____________________________________________________________________________
70187 [  8239] By: jhi                                   on 2000/12/28  22:37:45
70188         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
70189              From: Simon Cozens <simon@cozens.net>
70190              Date: Wed, 27 Dec 2000 14:12:44 +0000
70191              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
70192      Branch: perl
70193            ! t/op/method.t t/op/sort.t toke.c
70194 ____________________________________________________________________________
70195 [  8238] By: jhi                                   on 2000/12/28  22:30:32
70196         Log: Subject: [PATCH perl@8229] Call.pm
70197              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
70198              Date: Mon, 25 Dec 2000 10:47:15 -0000
70199              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
70200      Branch: perl
70201            ! ext/Filter/Util/Call/Call.pm
70202 ____________________________________________________________________________
70203 [  8237] By: jhi                                   on 2000/12/28  22:19:21
70204         Log: Subject: [PATCH blead] Fix problem with `&' prototype
70205              From: Daniel Chetlin <daniel@chetlin.com>
70206              Date: Wed, 27 Dec 2000 15:55:32 -0800
70207              Message-ID: <20001227155532.D9573@darkstar>
70208      Branch: perl
70209            ! op.c t/comp/proto.t
70210 ____________________________________________________________________________
70211 [  8236] By: jhi                                   on 2000/12/28  22:09:25
70212         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
70213              From: Daniel Chetlin <daniel@chetlin.com>
70214              Date: Sun, 24 Dec 2000 04:09:49 -0800
70215              Message-ID: <20001224040949.B3090@darkstar>
70216      Branch: perl
70217            ! gv.c mg.c t/op/attrs.t
70218 ____________________________________________________________________________
70219 [  8235] By: jhi                                   on 2000/12/28  22:07:11
70220         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
70221              From: Jan Dubois <jand@ActiveState.com>
70222              Date: Tue, 26 Dec 2000 20:57:31 -0800
70223              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
70224      Branch: perl
70225            ! win32/win32.c
70226 ____________________________________________________________________________
70227 [  8234] By: jhi                                   on 2000/12/28  21:52:42
70228         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
70229              From: Simon Cozens <simon@cozens.net>
70230              Date: Thu, 28 Dec 2000 20:33:13 +0000
70231              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
70232      Branch: perl
70233            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
70234 ____________________________________________________________________________
70235 [  8233] By: jhi                                   on 2000/12/28  19:40:49
70236         Log: Integrate perlio:
70237              
70238              [  8232]
70239              Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
70240              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
70241              
70242              [  8231]
70243              "Compiled" encode build cleanup
70244              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
70245              - .c files do not export sub-tables
70246      Branch: perl
70247           !> ext/Encode/Makefile.PL ext/Encode/compile
70248 ____________________________________________________________________________
70249 [  8232] By: nick                                  on 2000/12/23  16:06:00
70250         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
70251              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
70252      Branch: perlio
70253            ! ext/Encode/Makefile.PL
70254 ____________________________________________________________________________
70255 [  8231] By: nick                                  on 2000/12/23  14:30:34
70256         Log: "Compiled" encode build cleanup
70257              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
70258              - .c files do not export sub-tables
70259      Branch: perlio
70260            ! ext/Encode/Makefile.PL ext/Encode/compile
70261 ____________________________________________________________________________
70262 [  8230] By: nick                                  on 2000/12/23  12:50:37
70263         Log: Integrate mainline
70264      Branch: perlio
70265           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
70266           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
70267           !> pod/perl5004delta.pod pod/perl5005delta.pod
70268           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
70269           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
70270           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
70271           !> pod/perlsub.pod
70272 ____________________________________________________________________________
70273 [  8229] By: jhi                                   on 2000/12/22  15:32:12
70274         Log: Integrate perlio:
70275              
70276              [  8226]
70277              Handy script for when one forgets to "dmake clean" 
70278              
70279              [  8225]
70280              CRLF platform issue with io/utf8 fix.
70281      Branch: perl
70282           +> win32/distclean.bat
70283           !> MANIFEST t/io/utf8.t
70284 ____________________________________________________________________________
70285 [  8228] By: jhi                                   on 2000/12/22  15:29:40
70286         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
70287              From: Robin Barker <rmb1@cise.npl.co.uk>
70288              Date: Fri, 22 Dec 2000 12:17:38 GMT
70289              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
70290      Branch: perl
70291            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
70292            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
70293            ! pod/perl5004delta.pod pod/perl5005delta.pod
70294            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
70295            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
70296            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
70297            ! pod/perlsub.pod
70298 ____________________________________________________________________________
70299 [  8227] By: jhi                                   on 2000/12/22  15:24:28
70300         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
70301              From: "John L. Allen" <allen@grumman.com>
70302              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
70303              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
70304              
70305              Document APPLLIB_EXP.
70306      Branch: perl
70307            ! INSTALL
70308 ____________________________________________________________________________
70309 [  8226] By: nick                                  on 2000/12/21  22:11:50
70310         Log: Handy script for when one forgets to "dmake clean" 
70311      Branch: perlio
70312            + win32/distclean.bat
70313            ! MANIFEST
70314 ____________________________________________________________________________
70315 [  8225] By: nick                                  on 2000/12/21  21:54:04
70316         Log: CRLF platform issue with io/utf8 fix.
70317      Branch: perlio
70318            ! t/io/utf8.t
70319 ____________________________________________________________________________
70320 [  8224] By: nick                                  on 2000/12/21  21:02:20
70321         Log: Integrate mainline
70322      Branch: perlio
70323           !> Changes Configure Makefile.SH Porting/Glossary
70324           !> Porting/config.sh Porting/config_H configure.com
70325           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
70326           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
70327           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
70328           !> win32/config.bc win32/config.gc win32/config.vc
70329 ____________________________________________________________________________
70330 [  8223] By: jhi                                   on 2000/12/21  17:09:16
70331         Log: Update Changes.
70332      Branch: perl
70333            ! Changes patchlevel.h
70334 ____________________________________________________________________________
70335 [  8222] By: jhi                                   on 2000/12/21  16:24:01
70336         Log: Metaconfig unit changes for #8221.
70337      Branch: metaconfig/U/perl
70338           +> issymlink.U
70339            - testsyml.U
70340            ! Mksymlinks.U
70341 ____________________________________________________________________________
70342 [  8221] By: jhi                                   on 2000/12/21  16:23:48
70343         Log: Rename testsyml to issymlink.
70344      Branch: perl
70345            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70346            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
70347            ! win32/config.vc
70348 ____________________________________________________________________________
70349 [  8220] By: jhi                                   on 2000/12/21  15:47:26
70350         Log: Robustness support for #8218 (symlink forest) since the GNU
70351              tools seem to be overly picky about symlinkage depths.
70352      Branch: perl
70353            ! Makefile.SH t/io/fs.t
70354 ____________________________________________________________________________
70355 [  8219] By: jhi                                   on 2000/12/21  15:38:27
70356         Log: Metaconfig changes for #8218.
70357      Branch: metaconfig
70358            ! U/modified/Oldconfig.U
70359      Branch: metaconfig/U/perl
70360            + Mksymlinks.U
70361            ! testsyml.U
70362 ____________________________________________________________________________
70363 [  8218] By: jhi                                   on 2000/12/21  15:37:57
70364         Log: Add Configure option -Dmksymlinks which will create a symlink
70365              forest if the current/build differs from the source directory.
70366              TODO: mkdir -p is not portable.
70367      Branch: perl
70368            ! Configure
70369 ____________________________________________________________________________
70370 [  8217] By: jhi                                   on 2000/12/21  14:39:12
70371         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
70372              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
70373              Date: Thu, 21 Dec 2000 09:38:18 GMT
70374              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
70375              
70376              The ofs became an SV.
70377      Branch: perl
70378            ! ext/Thread/Thread.xs
70379 ____________________________________________________________________________
70380 [  8216] By: jhi                                   on 2000/12/21  05:40:21
70381         Log: The polymorphism seems to have fixed 20000517.001.
70382      Branch: perl
70383            ! t/pragma/utf8.t
70384 ____________________________________________________________________________
70385 [  8215] By: jhi                                   on 2000/12/21  04:44:52
70386         Log: read() documentation tweak for 20001121.004.
70387      Branch: perl
70388            ! pod/perlfunc.pod
70389 ____________________________________________________________________________
70390 [  8214] By: jhi                                   on 2000/12/21  03:54:11
70391         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
70392      Branch: perl
70393            ! pp_sys.c t/op/misc.t
70394 ____________________________________________________________________________
70395 [  8213] By: jhi                                   on 2000/12/21  00:28:10
70396         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
70397              From: Peter Prymmer <pvhp@forte.com>
70398              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
70399              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
70400      Branch: perl
70401            ! configure.com
70402 ____________________________________________________________________________
70403 [  8212] By: jhi                                   on 2000/12/21  00:26:21
70404         Log: Edit edit edit.
70405      Branch: perl
70406            ! pod/perlfaq3.pod
70407 ____________________________________________________________________________
70408 [  8211] By: jhi                                   on 2000/12/20  18:52:46
70409         Log: Update Changes.
70410      Branch: perl
70411            ! Changes patchlevel.h
70412 ____________________________________________________________________________
70413 [  8210] By: jhi                                   on 2000/12/20  18:34:47
70414         Log: Yet another editor edit.
70415      Branch: perl
70416            ! pod/perlfaq3.pod
70417 ____________________________________________________________________________
70418 [  8209] By: jhi                                   on 2000/12/20  15:33:28
70419         Log: More Win32 Perling.
70420      Branch: perl
70421            ! pod/perlfaq3.pod
70422 ____________________________________________________________________________
70423 [  8208] By: jhi                                   on 2000/12/20  15:07:46
70424         Log: More Win32 editor/IDE/shell hints.
70425      Branch: perl
70426            ! pod/perlfaq3.pod
70427 ____________________________________________________________________________
70428 [  8207] By: jhi                                   on 2000/12/20  03:54:08
70429         Log: Subject: [PATCH] obscure timing knowledge
70430              From: Nicholas Clark <nick@ccl4.org>
70431              Date: Tue, 19 Dec 2000 19:22:31 +0000
70432              Message-ID: <20001219192231.F2827@plum.flirble.org>
70433      Branch: perl
70434            ! sv.c
70435 ____________________________________________________________________________
70436 [  8206] By: jhi                                   on 2000/12/20  03:45:57
70437         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
70438              From: Spider Boardman <spider@leggy.zk3.dec.com>
70439              Date: Tue, 19 Dec 2000 21:30:16 -0500
70440              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
70441      Branch: perl
70442            ! sv.c
70443 ____________________________________________________________________________
70444 [  8205] By: jhi                                   on 2000/12/19  23:02:01
70445         Log: Update Changes.
70446      Branch: perl
70447            ! Changes patchlevel.h
70448 ____________________________________________________________________________
70449 [  8204] By: jhi                                   on 2000/12/19  22:58:18
70450         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
70451              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
70452              on editors and diffing/patching.
70453      Branch: perl
70454            ! t/op/utf8decode.t
70455 ____________________________________________________________________________
70456 [  8203] By: nick                                  on 2000/12/19  21:36:16
70457         Log: Integrate mainline (forgot my own change...)
70458      Branch: perlio
70459           !> ext/Encode/compile
70460 ____________________________________________________________________________
70461 [  8202] By: nick                                  on 2000/12/19  21:34:42
70462         Log: Integrate mainline.
70463      Branch: perlio
70464           !> (integrate 61 files)
70465 ____________________________________________________________________________
70466 [  8201] By: nick                                  on 2000/12/19  21:34:06
70467         Log: Avoid looking for File::Glob when we don't need it.
70468      Branch: perl
70469            ! ext/Encode/compile
70470 ____________________________________________________________________________
70471 [  8200] By: jhi                                   on 2000/12/19  18:35:49
70472         Log: Update Changes.
70473      Branch: perl
70474            ! Changes patchlevel.h
70475 ____________________________________________________________________________
70476 [  8199] By: jhi                                   on 2000/12/19  18:35:07
70477         Log: Microperl tweaks.
70478      Branch: perl
70479            ! sv.c uconfig.h uconfig.sh
70480 ____________________________________________________________________________
70481 [  8198] By: jhi                                   on 2000/12/19  18:29:59
70482         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
70483      Branch: perl
70484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70485            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
70486 ____________________________________________________________________________
70487 [  8197] By: jhi                                   on 2000/12/19  17:55:29
70488         Log: In VMS embedded perls couldn't access the statically built Socket,
70489              from Charles Lane.
70490      Branch: perl
70491            ! configure.com
70492 ____________________________________________________________________________
70493 [  8196] By: jhi                                   on 2000/12/19  17:49:50
70494         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
70495              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
70496              Date: Sun, 17 Dec 2000 19:11:44 -0000
70497              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
70498      Branch: perl
70499            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
70500            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
70501 ____________________________________________________________________________
70502 [  8195] By: jhi                                   on 2000/12/19  17:47:53
70503         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
70504              From: Jonathan Stowe <gellyfish@gellyfish.com>
70505              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
70506              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
70507      Branch: perl
70508            ! utils/h2xs.PL
70509 ____________________________________________________________________________
70510 [  8194] By: jhi                                   on 2000/12/19  17:46:28
70511         Log: Subject: Re: useless use of void context work-around
70512              From: andreas.koenig@anima.de (Andreas J. Koenig)
70513              Date: 16 Dec 2000 15:13:36 +0100
70514              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
70515              
70516              Document (comment) the q(di ds ig) trick in the code.
70517      Branch: perl
70518            ! op.c
70519 ____________________________________________________________________________
70520 [  8193] By: jhi                                   on 2000/12/19  17:10:57
70521         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
70522              From: "Mark J. Reed" <mreed@strange.turner.com>
70523              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
70524              Message-Id: <200012160222.VAA13986@strange.turner.com>
70525      Branch: perl
70526            ! ext/Sys/Syslog/Syslog.pm
70527 ____________________________________________________________________________
70528 [  8192] By: jhi                                   on 2000/12/19  17:07:45
70529         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
70530              From: Nicholas Clark <nick@ccl4.org>
70531              Date: Sat, 16 Dec 2000 19:03:13 +0000
70532              Message-ID: <20001216190313.D68304@plum.flirble.org>
70533      Branch: perl
70534            ! t/op/64bitint.t
70535 ____________________________________________________________________________
70536 [  8191] By: jhi                                   on 2000/12/19  17:06:13
70537         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
70538              From: Dominic Dunlop <domo@computer.org>
70539              Date: Mon, 18 Dec 2000 12:00:15 +0100
70540              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
70541              
70542              This patchlet is needed in order that perl can be statically linked.  
70543      Branch: perl
70544            ! regexec.c
70545 ____________________________________________________________________________
70546 [  8190] By: jhi                                   on 2000/12/19  17:03:08
70547         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
70548              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70549              Date: Sun, 17 Dec 2000 00:18:35 -0600
70550              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
70551      Branch: perl
70552            ! perlio.h vms/gen_shrfls.pl
70553 ____________________________________________________________________________
70554 [  8189] By: jhi                                   on 2000/12/19  16:20:28
70555         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
70556              From: Prymmer/Kahn <pvhp@best.com>
70557              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
70558              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
70559              
70560              A better version of #8188.
70561      Branch: perl
70562            ! pod/perlfaq3.pod
70563 ____________________________________________________________________________
70564 [  8188] By: jhi                                   on 2000/12/19  15:57:06
70565         Log: (Replaced by #8189)
70566              
70567              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
70568              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
70569              From: Prymmer/Kahn <pvhp@best.com>
70570              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
70571              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
70572              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
70573              Date: Mon, 18 Dec 2000 11:10:45 -0500
70574              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
70575      Branch: perl
70576            ! pod/perlfaq3.pod
70577 ____________________________________________________________________________
70578 [  8187] By: jhi                                   on 2000/12/19  15:54:19
70579         Log: Email address fix for Anton Berezin.
70580      Branch: perl
70581            ! AUTHORS
70582 ____________________________________________________________________________
70583 [  8186] By: jhi                                   on 2000/12/19  15:38:54
70584         Log: Subject: [PATCH perl@8102] cygwin port
70585              From: "Eric Fifer" <efifer@dircon.co.uk> 
70586              Date: Thu, 14 Dec 2000 13:41:29 -0000
70587              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
70588              
70589              When compiling modules the data item that is being imported
70590              from libperl.dll needs to be tagged as imported/shared data:
70591              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
70592      Branch: perl
70593            ! perliol.h
70594 ____________________________________________________________________________
70595 [  8185] By: jhi                                   on 2000/12/19  14:53:24
70596         Log: Regen uconfig.h and uconfig.sh.
70597      Branch: perl
70598            ! uconfig.h uconfig.sh
70599 ____________________________________________________________________________
70600 [  8184] By: jhi                                   on 2000/12/18  20:43:49
70601         Log: Comments work so much better when they are closed.
70602      Branch: perl
70603            ! regcomp.c
70604 ____________________________________________________________________________
70605 [  8183] By: jhi                                   on 2000/12/18  18:04:02
70606         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
70607              Fixes the bug 20001218.016.
70608      Branch: perl
70609            ! regcomp.c
70610 ____________________________________________________________________________
70611 [  8182] By: gsar                                  on 2000/12/18  09:53:47
70612         Log: delete spurious files
70613      Branch: maint-5.6/perl
70614            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
70615            - vos/config.h vos/config_h.SH_orig
70616 ____________________________________________________________________________
70617 [  8181] By: gsar                                  on 2000/12/18  09:46:08
70618         Log: regen perltoc
70619      Branch: maint-5.6/perl
70620            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
70621 ____________________________________________________________________________
70622 [  8180] By: gsar                                  on 2000/12/18  09:20:27
70623         Log: integrate changes#7924..7926,7946,7952 from mainline
70624              
70625              A test works better if it has the right 1..$n output.
70626              
70627              All the core library users of Class::Struct seem to be
70628              using "use Class::Struct 'struct';" instead of the bare
70629              "use Class::Struct;", which isn't documented in Class::Struct.
70630              This can't be right.
70631              
70632              Make the Class::Struct import() wiser.
70633              
70634              Upgrade to CPAN 1.59_51, from Andreas König.
70635              
70636              Subject: Re: long shell lines
70637              Split overly long shell command lines.
70638      Branch: maint-5.6/perl
70639           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
70640           !> lib/File/stat.pm t/lib/class-struct.t
70641 ____________________________________________________________________________
70642 [  8179] By: gsar                                  on 2000/12/18  08:55:54
70643         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
70644              7918,7919,7988,8907 from mainline (various)
70645              
70646              Subject: [ID 20001127.004] White space problem in perlamiga.pod
70647              
70648              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
70649              
70650              Subject: [PATCH] perlcc.PL cleanups
70651              
70652              Subject: [PATCH] Updating perltie.pod for arrays
70653              
70654              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
70655              Subject: Re: [PATCH] Updating perltie.pod for arrays
70656              Subject: Re: [PATCH] Updating perltie.pod for arrays
70657              
70658              One more perltie.pod nit from Casey R. Tweten.
70659              
70660              Subject: [PATCH] $^O  win32 -> MSWin32
70661              plus similar nits for vms, err, VMS, and UNICOS.
70662              
70663              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
70664              More checking in case someone has broken their services or
70665              protocol databases.
70666              
70667              Make "use Class::Struct 'struct';" work again (broken by #7617);
70668              add a test for Class::Struct.
70669              
70670              Integrate the "skip" messages to explain().
70671              
70672              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
70673      Branch: maint-5.6/perl
70674           +> t/lib/class-struct.t
70675           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
70676           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
70677           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
70678 ____________________________________________________________________________
70679 [  8178] By: gsar                                  on 2000/12/18  08:16:30
70680         Log: avoid redefinition warnings on windows due to sys/socket.h getting
70681              #included before win32.h
70682      Branch: maint-5.6/perl
70683            ! win32/include/sys/socket.h
70684 ____________________________________________________________________________
70685 [  8177] By: gsar                                  on 2000/12/18  05:24:04
70686         Log: make regen_headers; fix POSIX.xs problems; remove outdated
70687              code from sys/socket.h that makes build fail now
70688      Branch: maint-5.6/perl
70689            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
70690            ! pod/perlapi.pod
70691           !> win32/include/sys/socket.h
70692 ____________________________________________________________________________
70693 [  8176] By: gsar                                  on 2000/12/18  05:20:17
70694         Log: update Changes
70695      Branch: maint-5.6/perl
70696            ! Changes patchlevel.h
70697 ____________________________________________________________________________
70698 [  8175] By: gsar                                  on 2000/12/18  04:57:48
70699         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
70700              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
70701              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
70702              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
70703              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
70704              7823,7825,7838
70705              
70706              Subject: Re: [PATCH] README.solaris
70707              
70708              Add getpagesize() probing, on non-UNIX guess 'undef'.
70709              
70710              Simplify the getpagesize() unit by dropping the
70711              pagesize probe since it's nowadays slightly more
70712              complicated because of sysconf(). (Note: if some
70713              platform really needs the -lPW for getpagesize,
70714              I just broke it.)
70715              TODO: a new pagesize unit.
70716              
70717              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
70718              
70719              MachTen doesn't really do mmap() and munmap().
70720              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
70721              
70722              More README.solaris updates from Andy Dougherty.
70723              
70724              Copy the s// information of README.hpux also to the perlrun.
70725              
70726              Add HAS_FSYNC, lack noticed by Nicholas Clark.
70727              
70728              Add a metaconfig unit for fsync.
70729              
70730              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
70731              
70732              Many subdocumented return values of the IO extension now documented.
70733              ungetc and write still left subdocumented.
70734              Subject: [PATCH] (was Re: IO::Handle::ungetc)
70735              
70736              Document tell() on special streams.
70737              
70738              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
70739              
70740              Subject: [ID 20001112.007] sfio's sftell isn't ftell
70741              
70742              Couple of tests from #7660 salvaged.
70743              
70744              Tweak the definition of the bit complement on UTF-8 data:
70745              if none of the characters in the string are > 0xff,
70746              the result is a complemented byte string, not a (UTF-8)
70747              char string.  Based on the summary in
70748              Subject: Re: [ID 20000918.005] ~ on wide chars
70749              This should give us the maximum backward (pre-char string)
70750              compatibility and utf8 compatibility.  The other alternative
70751              would be to limit the bit complement to be always byte only,
70752              taking the least significant byte of the chars.
70753              
70754              Cleanup messy #ifdef.
70755              
70756              Typos in #7667.
70757              
70758              Declare reg_data like reg_substr_data.
70759              
70760              Placate nervous compilers that see longer than ints switch()ing.
70761              
70762              Remove the new two tests of lib/io_xs for now, they seem to
70763              fail under perlio on some platforms.
70764              
70765              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
70766              
70767              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
70768              
70769              Subject: tiny typo in perl5db.pl
70770              
70771              Subject: some additions for makefiles for win32 (for perl@7674)
70772              
70773              Hoist the duplicated socket/netdb include logic to perl.h;
70774              undef SETERRNO in case SOCKS has defined it.  Based on:
70775              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
70776              
70777              Regen Configure.
70778              
70779              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
70780              (a macro to define signed and unsigned integer constants).
70781              
70782              Use UINT64_C().
70783              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
70784              
70785              Use u_int32_t for the size of hash_cb(), not size_t.
70786              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
70787              
70788              Quit utf8_to_uv() instantly if curlen == 0.
70789              
70790              Subject: [PATCH: perl@7674] updates to README.os390
70791              
70792              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
70793              
70794              EBCDIC tweaks.
70795              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
70796              
70797              Linenumber fix.
70798              
70799              SOCKS has its own USE_THREADS, based on
70800              Subject: [ID 20001114.002] et. al. bugfix followup
70801              
70802              UINT64_C() work continues.
70803              
70804              Detypo.
70805              
70806              The type of the hash_cb() size argument is tricky.
70807              
70808              Add fwalk() probe to the configuration files and regen perltoc.
70809              
70810              Subject: perllocale.pod changes
70811              
70812              Avoid an infinite loop in VMS when utils scripts are run
70813              with no arguments, from Charles Lane.
70814              
70815              Subject: Re: Bug in Carp::Heavy/5.6.0?
70816              
70817              For Solaris use64bitall the stdchar needs a little bit of help.
70818              
70819              The long double hints can be here or there.
70820              
70821              Test tweak for the open pragma.
70822              
70823              Also the 64bitall hints can be either here or there.
70824              
70825              As surmised the #7719 wasn't a good move.
70826              
70827              Subject: Fix for 20000409.001
70828              
70829              Subject: Fix for 20000815.006
70830              It's really 20000518.006.
70831              
70832              Subject: [PATCH 5.6.0 README.win32] very minor typos
70833              
70834              Subject: Fix for README.amiga (20000323.033)
70835              
70836              Explain in more detail the {} syntax ambiguousity.
70837              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
70838              
70839              Sparc 64-bit pack() fix from Jens Hamisch.
70840              
70841              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
70842              
70843              Subject: podlators 1.05 available        
70844              
70845              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
70846              
70847              Subject: [perl 7711: EPOC] updates
70848              
70849              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
70850              
70851              Miraculous typo.
70852              
70853              sysseek() instead of seek().
70854              
70855              Solaris hints tweaks.
70856              
70857              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
70858              This may be overly harsh but until proven otherwise, we think this
70859              way, or until we have a simple test for Configure (having to start
70860              up servers is does not count as simple) to check for the problems.
70861              
70862              Remove the shared object before attempting to create
70863              (by linking) a new one.  E.g. in AIX not removing
70864              becomes quite painful if one tries to do more than one
70865              build in the same tree (an interrupted build, for example),
70866              since the AIX' shared dynaloader seemingly keeps the shared
70867              objects open and therefore 'busy' for quite a while, even when
70868              nobody is using the objects, leading into link failures.
70869              
70870              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
70871              
70872              Subject: DOC PATCH 5.6.0 perlreftut
70873              
70874              Subject: [PATCH: perl@7777] add system locale testing for VMS
70875              
70876              Subject: [PATCH] Test.pm POD peculiarity
70877              
70878              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
70879              
70880              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
70881              
70882              Subject: Re: perl@7777 
70883              Detypoing.
70884              
70885              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
70886              
70887              Go ahead and #include <unistd.h> in perl.h.
70888              
70889              Subject: [PATCH perl@7795] small cleanup task for test suite
70890              
70891              Subject: Re: av.c patch (having slight problems)
70892              unshift() speedup.
70893              
70894              Reach back one higher up when searching for PERL_SRC.
70895      Branch: maint-5.6/perl
70896           +> lib/File/Spec/Epoc.pm
70897           !> (integrate 88 files)
70898 ____________________________________________________________________________
70899 [  8174] By: gsar                                  on 2000/12/18  03:53:09
70900         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
70901              7625..7629,7631..7634,7637,7639,7642 from mainline
70902              
70903              Fix for the tie-refhash string table leaks.
70904              
70905              Subject: [patch perl@7595] VMS configure.com tweak
70906              
70907              More careful detection of how well NVs and UVs mix.
70908              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))
70909              Added some SIGFPE paranoia.
70910              
70911              Forgot to bump the line numbers in #7601.
70912              
70913              Subject: PATCH std stdio for (Free)BSD
70914              
70915              Deleting $ENV{PATH} in VMS is not recommendable.
70916              
70917              Locale buglets.
70918              Subject: RE: Locales support (setlocale) fixes
70919              
70920              Do not test UTF-8 locales since that the tests would require
70921              polymorphic regexen.
70922              
70923              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
70924              
70925              A missing aTHX_.
70926              
70927              Subject: [ID 20001108.013] spelling
70928              
70929              Subject: [PATCH] Class::Struct at compile time
70930              
70931              Make deleting for %ENV work for (newer versions of) VMS,
70932              from Craig A. Berry.
70933              
70934              Forgot from #7618.
70935              
70936              More VMS moves on environment handling, from Charles Lane.
70937              
70938              Remove unused extra arguments.
70939              
70940              Typo in an ifndef.
70941              Subject: Re: [PATCH 5.7.0] better messages from malloc()
70942              
70943              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
70944              All except the "cow orker" change.
70945              
70946              The generated boot_* headers are wrong.  Pickier compiler,
70947              such as KAI C++ will refuse to compile the resulting perlmain.
70948              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
70949              
70950              There's no =head3.
70951              
70952              Disable only the tests 99 and 166 for UTF-8 locales.
70953              
70954              Missing dTHXs.
70955              Subject: RE: perl@7595 builds not on cygwin
70956              
70957              Subject: Re: bash -c exit and linux hints 
70958              
70959              Various doc oddball characters.
70960              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
70961              
70962              Subject: [PATCH] IO::Seekable pod
70963              
70964              Amdahl UTS hints updates.
70965              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
70966              
70967              Explain better why certain regex tests are skipped.
70968              Subject: Re: tests skipped: unknown reason
70969              
70970              Subject: [PATCH] README.solaris
70971              
70972              Subject: [PATCH perl@7638] cygwin port
70973      Branch: maint-5.6/perl
70974           +> README.solaris
70975           !> (integrate 26 files)
70976 ____________________________________________________________________________
70977 [  8173] By: gsar                                  on 2000/12/18  03:37:02
70978         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
70979              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
70980              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
70981              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
70982              
70983              Better create a true mailing list for the repository keepers.
70984              
70985              Subject: [ID 20001027.007] uniq array in perlfaq
70986              
70987              De-quoted-unreadable to ISO Latin 1.
70988              (There's one ISO-2022-JP name in Changes5.004.)
70989              
70990              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
70991              
70992              The #7476 needs a MANIFEST change, too.
70993              
70994              Add also emailless people.
70995              
70996              UTF-8 decoder tweak.
70997              
70998              Make \x{...} consistently produce UTF-8.
70999              Subject: Re: \x{...} is confused 
71000              
71001              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
71002              
71003              Add a perlbug flag, -A, to avoid acknowledgement messages.
71004              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
71005              
71006              Use Errno magic.
71007              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
71008              
71009              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
71010              
71011              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
71012              
71013              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
71014              
71015              Be more lenient on bad UTF-8 when doing bit arithmetics.
71016              Subject: Re: [ID 20000918.005] ~ on wide chars
71017              (The ord() part of the patch skipped.)
71018              
71019              Subject: perlfaq style changes
71020              
71021              AUTHORS tweaks.
71022              
71023              Whitespace style tweak.  Was originally going to see to
71024              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71025              but that had already been taken care of.
71026              
71027              The compiler is either gcc or cc, from Tom Bates.
71028              
71029              The osname has been lowercased by now, from Tom Bates.
71030              
71031              The NonStop-UX libraries have a novel way to say NaN.
71032              
71033              printf UVs the correct way, noticed by Robin Barker.
71034              
71035              Subject: [PATCH] startperl to respect versiononly
71036              
71037              AUTHORS updates.
71038              
71039              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71040              
71041              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
71042              
71043              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
71044              
71045              Generalize the Camel wording.
71046              Subject: Re: perlfaq style changes
71047              
71048              Subject: [ID 20001005.006] Documentation -- description of qr//
71049              
71050              C.pm part of
71051              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
71052              
71053              Locale warning explanation tweak.
71054              
71055              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
71056              
71057              Make the POSIX::setuid and POSIX::setgid to really call setuid()
71058              and setgid() because they were just changing $< and $( which means
71059              only changing the real uid/gid, as opposed to changing both
71060              real and effective ids.  (The alternative way could have been
71061              in POSIX.pm to change $> and $), too, but making a direct call
71062              to the C API feels cleaner.)  Fixes the bug
71063              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
71064              
71065              Expand %Config variables and %ENV variables only if
71066              so requested during build time using the
71067              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
71068              Not expanding makes relocating distributions easier.
71069              
71070              More tweaking on the #7522 theme.
71071              
71072              Test::Harness revealed buglets in the new DynaLoader.
71073              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
71074              
71075              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
71076              fix a autovivification bug in Tie::RefHash, add tests for both.
71077              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
71078              
71079              Detpyo.
71080              
71081              recv() can fail and return undef.
71082              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
71083              
71084              Fix the problem discussed in
71085              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
71086              originally from Linc Madison.  Also Andreas König's comments
71087              taken into account.  Some other problems with Tie::SubstrHash
71088              fixed: didn't croak when the table exceeded the requested number
71089              of entries (as documented) but instead when the number of entries
71090              exceeded the size of the table, a croak() had an unnecessary \n,
71091              didn't have a CLEAR method, documented that there is no exists().
71092              Didn't fix to be strict-proof because the module uses &foo; and
71093              dynamic scope.  Added a test script exercizing both first tamely 
71094              the basic functionality, and then the failure cases reported by
71095              Linc Madison.
71096              
71097              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
71098              
71099              The #7521 touched things it shouldn't have.
71100              
71101              Subject: [PATCH 5.7.0] better messages from malloc()
71102              
71103              Subject: Re: README.aix
71104              
71105              Add FCNTL_CAN_LOCK.
71106              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71107              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71108              
71109              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
71110              create a "fast path" for locale name probing using "locale -a"
71111              if available, squash finally hopefully the s?printf resetting
71112              the numeric locale (since, IIUC perllocale, it never shouldn't). 
71113              
71114              More Changes tweakery.
71115              
71116              Dying is too strict here, better just skip.
71117              
71118              Subject: Locales support (setlocale) fixes
71119              Modified quite a bit to be more portable.
71120              
71121              Configure would use a bad $myuname from an old config.sh.
71122              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
71123              
71124              Fix for
71125              Subject: [ID 20001004.006] undef is never tainted
71126              An undef read from a slurped file was not tainted.
71127              
71128              Fix for
71129              Subject: [ID 20001004.007] taint propogation is inconsistent
71130              The culprit was sv_setsv() which was rather blindly
71131              propagating taint, which lead to behaviour where if
71132              a tainted anon hash value was seen all the hash values
71133              from then on at that level became tainted, or at any
71134              upper levels in the case of nested anon hashes.
71135              
71136              Test tweak: show also the failed locales.
71137              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
71138              
71139              A fix of sorts for 20000329.026, a better error message
71140              for a missing "use charnames" when using the \N{...}. 
71141              
71142              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
71143              
71144              Add =pod to be tidy.
71145              
71146              Fix for bug id 19990615.008, pos() unset during s///ge.
71147              
71148              Add a note for future generations about bug id 20000229.006.
71149              
71150              Use -dM for gcc (the suggested patch did it only for Linux,
71151              but I think it can be generalized).
71152              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
71153              
71154              opmini.o can linger from Configures past.
71155              
71156              Document that the evaled syntax errors cause scalar leaks.
71157              
71158              Fix for
71159              Subject: [ID 20000728.005] perl -P broken
71160              (hopefully).  The fix is also not complete, it seems to break
71161              BOM swallowing for libc5 systems, but until someone figures
71162              out a way to do this without ftell(), this will do.
71163              
71164              AUTHORS updates.
71165              
71166              Subject: Re: rsync'ed patches vs. rsync'ed source
71167              
71168              Admit that the test leaks scalars.
71169              
71170              Sanitize the environment further.
71171              
71172              VOS updates from Paul Green.
71173              
71174              Document %ENV = () portability issues.
71175              
71176              Make the stdio test program of 7427 less noisy while being 
71177              compiled so that Digital UNIX wouldn't get both
71178              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
71179              undefined.  This makes perlio happy.
71180              
71181              glibc5 detection by __GNU_LIBRARY__.
71182              
71183              %ENV note tweaks from Dan Sugalski.
71184              
71185              Varargs don't always work too well if one puts an unsigned
71186              char on the stack and pop an unsigned quad off the stack.
71187              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
71188              
71189              Subject: Pod updates
71190              
71191              Fake support of holey files in win/dosish platforms.
71192              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
71193              
71194              A doc addition for bug id 20001105.019, beware \p.
71195              
71196              Tweak #7587.
71197              
71198              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
71199              
71200              perlhack updates from H.Merijn Brand.
71201              
71202              Subject: [PATCH perl@7573] cygwin port
71203              Synchronize with Cygwin 1.1.5.
71204              
71205              Bad thinko in #7581 (I used the test program with the expanded
71206              values as-is).
71207              
71208              Make perlbug not insist on dumping to a file when stdout isn't a tty.
71209              Subject: [PATCH] perlbug.PL
71210              
71211              Overrideable keys, each, pop, push, shift, splice, unshift.
71212              Subject: [PATCH] prototyped functions that should be overrideable
71213              
71214              Try to avoid flockless and emulationless places.
71215      Branch: maint-5.6/perl
71216           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
71217            - MAINTAIN
71218           !> (integrate 111 files)
71219 ____________________________________________________________________________
71220 [  8172] By: jhi                                   on 2000/12/18  02:49:27
71221         Log: Regen pods.
71222      Branch: perl
71223            ! pod/perlmodlib.pod pod/perltoc.pod
71224 ____________________________________________________________________________
71225 [  8171] By: gsar                                  on 2000/12/18  02:49:24
71226         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
71227              7465..7471 from mainline
71228              
71229              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
71230              in platforms that strictly require all the symbols being present
71231              at link time.
71232              
71233              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
71234              
71235              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
71236              
71237              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
71238              
71239              Subject: [PATCH] todo
71240              
71241              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
71242              
71243              Use $sort, $uniq (and $tr) consistently as wondered
71244              by Nicholas Clark.
71245              
71246              Too enthusiastic editing in #7460.
71247              
71248              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
71249              
71250              Upgrade to CPAN 1.58_55.
71251              Subject: CPAN.pm status
71252              
71253              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
71254              
71255              Make target reordering to avoid pointless re-makes.
71256              Subject: Re: Total re-make of 'make okfile' after 7451 ?
71257              
71258              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
71259              
71260              Subject: DOC PATCH 5.6.0
71261              
71262              Add the repository doc by Malcolm, Sarathy, and by Simon,
71263              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
71264      Branch: maint-5.6/perl
71265           +> Porting/repository.pod
71266           !> Configure MANIFEST Makefile.SH README.dos README.os2
71267           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
71268           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
71269           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
71270 ____________________________________________________________________________
71271 [  8169] By: gsar                                  on 2000/12/18  02:33:34
71272         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
71273              7435..7441,7445 from mainline
71274              
71275              Make the UTF-8 decoding stricter and more verbose when
71276              malformation happens.  This involved adding an argument
71277              to utf8_to_uv_chk(), which involved changing its prototype,
71278              and prefer STRLEN over I32 for the UTF-8 length, which as
71279              a domino effect necessitated changing the prototypes of
71280              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
71281              The stricter UTF-8 decoding checking uses Markus Kuhn's
71282              UTF-8 Decode Stress Tester from
71283              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
71284              
71285              Run vms/vms_yfix.pl, should have done that after changing
71286              perly.c in #7382.
71287              
71288              Subject: [PATCH 5.7.0] static linking with uninstalled perl
71289              
71290              (Replaced by #7440.)
71291              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71292              
71293              Fix the bug ID 20001024.005, the bug introduced by #7416.
71294              
71295              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
71296              
71297              Fix the bug reported in
71298              From: andreas.koenig@anima.de (Andreas J. Koenig)
71299              Also make is_utf8_char() stricter.
71300              
71301              Missed the header file changes from #7425.
71302              
71303              Check if stdio supports tweaking lval and cnt simultaneously.
71304              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71305              
71306              Stratus VOS updates from Paul Green.
71307              
71308              Podify README.epoc and README.vos.
71309              
71310              Add targets to Makefile.SH, most importantly
71311              'regen_all' which also remembers to update vms/perly*.
71312              
71313              Subject: Minor update to find2perl, for portability
71314              
71315              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
71316              
71317              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
71318              
71319              Rename UTF8LEN() to be UNISKIP(), too confusing to have
71320              UTF8LEN() and UTF8SKIP(). 
71321              
71322              Allow poking holes at the UTF-8 decoding strictness.
71323              
71324              Continue the internal UTF-8 API tweaking.
71325              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
71326              used much more than the simpler API, now called utf8_to_uv_simple().
71327              Still not quite happy with API, too much partial duplication
71328              of functionality.
71329              
71330              A new version of making the syslog test more robust.
71331              (Replaces #7421.)
71332              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71333              
71334              buildtoc target tweaks.
71335              
71336              Integrate with vmsperl #7430 by Charles Bailey:
71337              
71338              Cleanup from prior patch (Charles Lane?):
71339              - improve handling of MFDs in Basename and Path
71340              - default to no xsubpp line # munging when building debug images
71341      Branch: maint-5.6/perl
71342           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71343           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
71344           !> (integrate 67 files)
71345 ____________________________________________________________________________
71346 [  8168] By: gsar                                  on 2000/12/18  02:05:49
71347         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
71348              
71349              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71350              From: Martin Husemann <martin@duskware.de>
71351              
71352              Subject: [PATCH 5.7.0] restore match data on backtracing
71353              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71354      Branch: maint-5.6/perl
71355           !> regcomp.c regexec.c t/op/re_tests
71356 ____________________________________________________________________________
71357 [  8167] By: gsar                                  on 2000/12/18  01:55:22
71358         Log: integrate changes#7858,7986 from mainline
71359              
71360              C<foreach my $x ...> in pseudo-fork()ed process may diddle
71361              parent's memory; fix it by keeping track of the actual pad
71362              offset rather than a raw pointer (this change is probably also
71363              relevant to non-ithreads case to avoid fallout from reallocs of
71364              the pad array, but is currently only enabled for the ithreads
71365              case in the interests of minimal disruption to existing "well
71366              tested" code)
71367              
71368              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
71369              due to the notorious GetFileType() bug in Windows 9x, which fstat()
71370              tickles)
71371      Branch: maint-5.6/perl
71372           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
71373           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
71374           !> win32/win32.c win32/win32.h win32/win32sck.c
71375 ____________________________________________________________________________
71376 [  8166] By: gsar                                  on 2000/12/18  01:52:59
71377         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
71378              from mainline (xsubpp and ExtUtils::LibList fixups, various
71379              other small items)
71380              
71381              The generated boot_* headers are wrong.  Pickier compiler,
71382              such as KAI C++ will refuse to compile the resulting perlmain.
71383              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
71384              
71385              Various doc oddball characters.
71386              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
71387              
71388              Subject: [PATCH] Re: 20001101.003 PDL
71389              
71390              Subject: [PATCH 5.7.0] etags broken again
71391              
71392              Subject: [PATCH 5.7.0] Liblist finally works
71393              
71394              Subject: [PATCH 5.7.0] Liblist returns found libraries
71395              
71396              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
71397              
71398              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
71399              
71400              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
71401              OUT keyword nits.
71402              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
71403              OUT and IN_OUT documentation.
71404      Branch: maint-5.6/perl
71405           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
71406           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
71407           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
71408           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
71409           !> win32/bin/search.pl
71410 ____________________________________________________________________________
71411 [  8165] By: gsar                                  on 2000/12/18  01:28:45
71412         Log: integrate changes#7533,7563,7611,7623 from mainline (various
71413              malloc.c embellishments)
71414      Branch: maint-5.6/perl
71415           !> malloc.c pod/perldiag.pod
71416 ____________________________________________________________________________
71417 [  8164] By: gsar                                  on 2000/12/18  01:23:33
71418         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
71419              fixups)
71420      Branch: maint-5.6/perl
71421           !> utils/h2xs.PL
71422 ____________________________________________________________________________
71423 [  8163] By: gsar                                  on 2000/12/18  01:17:50
71424         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
71425              fixups)
71426      Branch: maint-5.6/perl
71427           !> Makefile.SH utils/perlbug.PL
71428 ____________________________________________________________________________
71429 [  8162] By: gsar                                  on 2000/12/18  00:25:43
71430         Log: always export Perl_deb() (it is required by re.xs whether
71431              Perl is built with or without -DDEBUGGING)
71432      Branch: maint-5.6/perl
71433            ! makedef.pl
71434 ____________________________________________________________________________
71435 [  8161] By: gsar                                  on 2000/12/18  00:23:38
71436         Log: integrate change#7414 from mainline
71437              
71438              Undo the basename() part of #7412 since the lib/basename
71439              tests would need upgrading too.
71440              
71441              squelch two tests in tr.t that rely on tr/// paranoia change
71442              that's not in 5.6.x
71443      Branch: maint-5.6/perl
71444            ! t/op/tr.t
71445           !> lib/File/Basename.pm
71446 ____________________________________________________________________________
71447 [  8160] By: gsar                                  on 2000/12/18  00:05:30
71448         Log: missing change in previous integrate
71449      Branch: maint-5.6/perl
71450           !> README.aix
71451 ____________________________________________________________________________
71452 [  8159] By: gsar                                  on 2000/12/18  00:03:38
71453         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
71454              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
71455              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
71456              7410..7413 from mainline
71457              
71458              Introduce the man[24-8] variables, from Andy Dougherty.
71459              
71460              Upgrade to CPAN 1.58, from Andreas König.
71461              
71462              An updated EBCDIC tr patch.
71463              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
71464              
71465              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
71466              
71467              Two thirds of
71468              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
71469              The Install.pm changes will be submitted separately because
71470              they need some work and discussion still.
71471              
71472              The Install.pm third of
71473              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
71474              
71475              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
71476              
71477              Subject: [PATCH 5.7.0] IVs in mtats
71478              
71479              Subject: [PATCH 5.7.0] Perl API for mstats
71480              
71481              Ilya implemented the memory profiling API.
71482              
71483              In Amdahl UTS "struct sv" is defined by a system header,
71484              <ksync.h>.
71485              
71486              Slight tweak of the code to appease Amdahl UTS cc.
71487              
71488              Amdahl UTS doesn't seem to do dynaloading.
71489              
71490              Use UTF8SKIP(), from Simon Cozens.
71491              
71492              Thinko in #7222.
71493              
71494              op/sprintf.t patch for OS/390 (and any other host with limited
71495              floating-point exponent length)
71496              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
71497              
71498              Tweak #7225.
71499              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
71500              
71501              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
71502              
71503              Needs to be conditional on SunOS 4.
71504              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
71505              
71506              Test cases for bug id 20000323.056 (the bug seems to be fixed).
71507              
71508              Add test for bug id 20000427.003 (which seems to have
71509              been fixed) (also duplicate as 20000427.004, though
71510              with a higher severity).  Move one utf8 from op/append
71511              to pragma/utf8, tag the tests with bug ids.
71512              
71513              Document FNCASE=y as discussed in the bug 20000902.009.
71514              
71515              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
71516              The problem was that rx->minlen was in chars while pp_split()
71517              thought it would be in bytes. 
71518              
71519              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
71520              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
71521              
71522              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
71523              
71524              Fix a couple of compiler-noted nits in #7235.
71525              
71526              Tweak the test of #7235.
71527              
71528              One more ~utf8 tweak.
71529              
71530              -w cleanup.
71531              Subject: Re: Problems with bleadperl 
71532              
71533              Subject: small pod patch
71534              
71535              Subject: [PATCH perlguts.pod] Document offset hack
71536              
71537              Add Charles Lane.
71538              
71539              Add the capability to include/exclude branches.
71540              
71541              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
71542              
71543              Detect early whether the std streams have gone bad.
71544              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
71545              
71546              More IoTYPE sprinkling.
71547              
71548              Workaround for a sfio bug where the stream error indicator
71549              is not cleared as documented.
71550              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
71551              
71552              Clarify documentation on 'use bytes'.
71553              Subject: Re: What does 'use bytes' "mean" ?
71554              
71555              Show the failed remote port, instead of the failing line number.
71556              Subject: [PATCH 5.6.1 Debugger] More diagnostics
71557              
71558              Make Cwd more bulletproof in chrooted environments.
71559              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
71560              
71561              Subject: Pod patch for Devel::Peek
71562              
71563              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
71564              
71565              Borland C fstat() never saw the fd as writable.
71566              Subject: fix for Borland's weak "stat" (perl@7211)
71567              
71568              Missing change from #7362.
71569              
71570              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
71571              
71572              Add the test case for the bug id 20000730.004 which seems
71573              to have been fixed by now.
71574              
71575              Fix of sorts for bug id 20000901.092.  There seems to be no trace
71576              of a 'pmshort' anywhere in the B, so the offending line was simply
71577              removed.
71578              
71579              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
71580              
71581              Subject: PATCH do_print has 2 PerlIO_error()s
71582              
71583              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
71584              
71585              Typo noted by Mark Lutz.
71586              
71587              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
71588              
71589              In the latest compiler builds cccdlflags must not become -fpic,
71590              from Wilfredo Sánchez.
71591              
71592              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
71593              
71594              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
71595              
71596              SOCKS function redefinitions need prototypes, too, otherwise
71597              for example 32 bit versus 64 bit differences cause a lot of
71598              problems.  Part of
71599              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
71600              
71601              Portability tweak on #7377.
71602              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
71603              
71604              Don't write double values through long double pointers,
71605              based on a part of
71606              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
71607              
71608              Reëntrancy fix.
71609              Subject: [PATCH perl@7229] Rentrant parser and yylex()
71610              
71611              Make scan_num() reëntrant, as suggested in
71612              Subject: [PATCH perl@7229] Rentrant parser and yylex()
71613              
71614              Fix for ID 20001020.006, concatenating an unset submatch
71615              with utf8 resulted in "Modification of a read-only value".
71616              
71617              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
71618              
71619              The #7383 was right only in the context of the original bug report,
71620              not in more general case.
71621              
71622              Update Changes.
71623              
71624              Testcases for a #7383,#7385 related bug.
71625              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
71626              
71627              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
71628              
71629              Tweak the Is* definitions of Unicode character classes
71630              to better match the official categorizations; embrace
71631              the official categorizations; add the combining marks
71632              as alpha (and -numeric); fix DCinital (a typo and edito)
71633              to be DCmedial.
71634              
71635              Hints tweak from Anton Berezin.
71636              
71637              Subject: installman go-faster stripes
71638              Subject: Re: installman go-faster stripes
71639              
71640              Subject: [ID 20001021.003] updated hints/openbsd.sh
71641              
71642              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
71643              
71644              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
71645              
71646              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
71647              
71648              Doc patch.
71649              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
71650              
71651              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
71652              
71653              Subject: Re: [ID 20001021.005] SEGV with regex match 
71654              
71655              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
71656              
71657              The change #7187 was not so good on VMS.
71658              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
71659              
71660              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
71661              
71662              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
71663              
71664              Document PERL_INSTALL_ROOT of #7210.
71665      Branch: maint-5.6/perl
71666           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
71667           +> t/lib/tie-splice.t
71668            - lib/unicode/Is/DCinital.pl
71669           !> (integrate 112 files)
71670 ____________________________________________________________________________
71671 [  8158] By: jhi                                   on 2000/12/17  23:04:24
71672         Log: Subject: [PATCHES] RE: perl@8150 
71673              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
71674              Date: Sun, 17 Dec 2000 21:46:39 +0100
71675              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
71676              
71677              Neither cygwin has a getpwuid() one can trust on.
71678      Branch: perl
71679            ! t/lib/glob-basic.t
71680 ____________________________________________________________________________
71681 [  8157] By: jhi                                   on 2000/12/17  23:01:54
71682         Log: More MAN.PODS => {} fixes.
71683      Branch: perl
71684            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
71685            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
71686            ! os2/OS2/REXX/Makefile.PL
71687 ____________________________________________________________________________
71688 [  8156] By: gsar                                  on 2000/12/17  22:49:13
71689         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
71690              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
71691              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
71692              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
71693              7201,7204 from mainline
71694              
71695              Remove vestiges of tr//CU.
71696              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71697              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71698              
71699              The return value of setlocale must be copied away.
71700              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
71701              
71702              Allow chop() and chomp() to be overridden.
71703              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
71704              
71705              Hints optimization.
71706              Subject: Minor nit
71707              
71708              Subject: [PATCH] de-wall t/README
71709              
71710              Subject: Re: Two advertising clauses need to be removed
71711              
71712              Batch of UTF-8 patches from Simon Cozens.
71713              
71714              Fix for a parsing bug, not for the original bug.
71715              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
71716              
71717              Compilation warnings and an error.
71718              
71719              Subject: File::Find 5.7.0 POD nits
71720              
71721              Subject: [PATCH perl-5.7.0] continued -Wformat support
71722              
71723              The one that got away.
71724              
71725              Subject: Re: perl@7078
71726              
71727              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
71728              convertable to bytes by checking it doesn't go above 0xc3
71729              Subject: Re: perl@7078
71730              
71731              Replace #7084 with
71732              Subject: Re: perl@7078 
71733              
71734              We don't need to count the high bit bytes, a boolean is enough. 
71735              
71736              Subject: [PATCH] utf8.c apidoc
71737              
71738              Subject: Re: perl@7078 
71739              
71740              Botched the #7090 check-in.
71741              
71742              Fix for the charnames.t failures from Spider Boardman.
71743              
71744              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
71745              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
71746              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
71747              0 to checking to get the warning.
71748              
71749              Subject: [PATCH] Nits in perlmod.pod
71750              
71751              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
71752              
71753              Subject: Re: unicode support and perl [ID 20000901.097]
71754              
71755              Subject: Re: unicode support and perl [ID 20000901.097]
71756              
71757              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
71758              
71759              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
71760              
71761              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
71762              
71763              Subject: [PATCH@blead] Fix some recursion in overload.pm
71764              
71765              s/Robin Parker/Robin Barker/
71766              
71767              Subject: [PATCH] Fix aliasing of tied filehandles
71768              
71769              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
71770              
71771              Subject: Re: [PATCH 5.005_64 missed]
71772              
71773              SOCK_DGRAM and listen() do not mix as reported in
71774              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
71775              The patch for 5.7.0+ had to be reengineered, though.
71776              
71777              Subject: DOC PATCH 5.6.0
71778              
71779              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
71780              
71781              Document the issue (is not a syntax error, kind of)
71782              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
71783              
71784              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
71785              Did not apply cleanly, manual intervention was needed.
71786              
71787              Subject: [PATCH] DLL not restartabke with threaded perl
71788              
71789              Inside require() $^S was always left undefined.
71790              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
71791              
71792              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
71793              
71794              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
71795              
71796              Regen headers.
71797              
71798              Subject: [PATCH 5.7.0] Epoc update
71799              
71800              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
71801              as suggested by Olaf Flebbe and Nick Clark.
71802              
71803              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
71804              
71805              Misplaced else.
71806              
71807              Scale down the VMS message boxes, by Charles Lane.
71808              Fix for ID 20000903.009, workaround at
71809              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
71810              
71811              Subject: [ID 20001003.006] B::Debug not -w clean
71812              
71813              Test harness update to sync with the new perlcc,
71814              from Simon Cozens.
71815              
71816              One remaining nit less at the VMS mailbox sizing.
71817              
71818              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71819              
71820              It is possible to have no hosts database at all.  Pointed out in
71821              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71822              
71823              Subject: [PATCH 5.7.0] h2xs not working
71824              Subject: [PATCH 5.7.0] h2xs not documenting the created module
71825              
71826              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
71827              
71828              Subject: perlhack.pod Patch for Externals Tools
71829              
71830              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
71831              
71832              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
71833              
71834              Enable disabling scripts installation by Configure -Uinstallscripts,
71835              suggested by H. Merijn Brand.
71836              
71837              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
71838              reported several times by Dominic Dunlop, for example in
71839              ID 20000315.008.  Patch from Dominic.  Patch affects at
71840              least MachTen, and possibly other oldish BSDs. Should not
71841              break non-broken platforms (tested on LinuxPPC). 
71842              
71843              Regen toc.
71844              
71845              Subject: Re: Questions about Tie::Array and perl modules
71846              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
71847              
71848              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
71849              
71850              Tweak #7153.
71851              
71852              IO::Handle->syswrite() did not handle length omission
71853              like CORE::syswrite() does.
71854              Subject: [Fwd] IO::Handle, syswrite and arguments
71855              The original patch from andrew@ugh.net.au.
71856              
71857              Also the $ccflags is needed for the C compiler check.
71858              Subject: Configure (check for C-compiler)
71859              
71860              Eliminate $Is_VMS code from the test.
71861              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
71862              
71863              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
71864              as the first option of cc/ld because of ultrapicky compilers
71865              (e.g. OS/390 R2.5)
71866              
71867              Change the version number of Tie::Handle in the core to 4.0,
71868              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
71869              Subject: Note on Tie::Handle
71870              
71871              UTF8ize split() so that the cloned substrings get the UTF8
71872              flag of the original scalar.  Problem reported by Simon Cozens.
71873              
71874              save_re_context() could reset PL_curcop to freed memory, causing core
71875              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
71876              
71877              Subject: PATCH 5.6 perldebguts grammar cleanup
71878              
71879              Add a todo note about overloadable assertions.
71880              
71881              on Windows, LoadLibrary() could load an extension DLL multiple
71882              times if forward slashes are used in the path
71883              
71884              on Windows, cwd strings in the environment should be of the
71885              form =X:=X:\foo instead of =X=X:\foo\
71886              
71887              on Windows, avoid potential exception (could happen if MSVCRT isn't
71888              being used) when closing a socket handle
71889              
71890              avoid nonportable example code
71891              
71892              Windows9x doesn't support link(), despite what Config.pm
71893              might think
71894              
71895              pod nit
71896              
71897              Change #7160 had a nasty typo.
71898              
71899              Warn about unknown scripts.
71900              Subject: Re: ideas? patches? [PATCH bleadperl]
71901              
71902              on Windows, clean targets might not work under some flavors of the shell
71903              
71904              tweak for change#7173
71905              
71906              Make eq work again with utf8 (disabling the upgrading
71907              should no more be necessary since the copies of the
71908              scalars are upgraded, not the scalars themselves).
71909              Takes care of ID 20001009.001.  (The claimed length()
71910              bug in 20001009.001 seems bogus to me.)
71911              
71912              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
71913              
71914              Upgrade to CGI.pm 2.74, from Lincoln Stein.
71915              
71916              Upgrade to podlators 1.04, from Russ Allbery.
71917              
71918              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
71919              
71920              Quote the temp file name, needed in Win32 because the
71921              default name unfortunately contains spaces, shouldn't
71922              hurt elsewhere.
71923              Subject: FW: perldoc fails if $TEMP contains spaces
71924              
71925              Subject: RE: [ID 19990803.001] README.win32 suggestions 
71926              
71927              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
71928              
71929              Subject: Re: utf8 concat, mg_get
71930              
71931              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
71932              
71933              Subject: [PATCH: perl@7181] op/tr tests on OS/390
71934              
71935              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
71936              
71937              Use the versiononly instead of the installscripts,
71938              retract the changes 7146 and 7147.
71939              
71940              Reapply Andy's patch and regen Configure.
71941              
71942              Add the test case for #7190, from the original bug report
71943              by Andreas König.
71944              
71945              Remove duplicated code.
71946              
71947              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
71948              
71949              restore change#7202
71950      Branch: maint-5.6/perl
71951           !> (integrate 121 files)
71952 ____________________________________________________________________________
71953 [  8155] By: jhi                                   on 2000/12/17  22:30:58
71954         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
71955              From: "Craig A. Berry" <craigberry@mac.com>
71956              Date: Sun, 17 Dec 2000 13:09:28 -0600
71957              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
71958              
71959              MAN.PODS => ' ' is naughty.
71960      Branch: perl
71961            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
71962 ____________________________________________________________________________
71963 [  8154] By: nick                                  on 2000/12/17  22:07:13
71964         Log: MULTIPLICITY nit.
71965      Branch: perl
71966            ! mg.c
71967 ____________________________________________________________________________
71968 [  8153] By: gsar                                  on 2000/12/17  21:23:05
71969         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
71970              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
71971              from mainline
71972              
71973              Document the SvIOK_.*UV().
71974              
71975              Update Unicode todo list.
71976              
71977              Guard against bad string->int conversion for quads.
71978              
71979              Subject: small apidoc fix
71980              
71981              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
71982              
71983              Subject: [PATCH] Tied filehandle documentation
71984              
71985              Subject: [PATCH] Modernize Opcode.pm documentation
71986              
71987              Make Data::Dumper (non-XS) to work with changed semantics of ref().
71988              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
71989              [applied even though said semantics didn't change in 5.6.x]
71990              
71991              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
71992              
71993              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
71994              
71995              Fix the URL, but the server is still missing in action.
71996              Subject: [ID 20000905.002] perlfaq1.pod URL error
71997              
71998              Subject: [ID 20000903.001] \w in utf8-strings
71999              
72000              Fix the ccversion detection for 5.1 and beyond.
72001              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72002              
72003              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
72004              
72005              Subject: [ID 20000904.008] Tiny fix for perldiag
72006              
72007              Subject: Re: [ID 20000906.004] segfault with bad perl statement
72008              
72009              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72010              
72011              Subject: [ID 20000908.002] perlipc documentation bug.
72012              
72013              Subject: [PATCH lib/Benchmark.pm]
72014              
72015              Re-allow vec() for characters > 255.
72016              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
72017              
72018              Do away with memory models cruft.  Sorry, PDP users.
72019              
72020              Continue #7041.
72021              
72022              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
72023              
72024              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
72025              
72026              Upgrade to CPAN 1.57_65, from Andreas König.
72027              
72028              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
72029              by Russ Allbery.
72030              
72031              Silence t/pod/*.t about alternate quote-mappings now implemented
72032              by Pod::Text, from Brad Appleton.
72033              
72034              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
72035              Subject: borland C++ win32.c tweak
72036              
72037              C<@a = @b = split(...)> optimization coredumps under ithreads
72038              (missed a spot when fixing up op_pmreplroot hack for ithreads)
72039              
72040              Document the SvUTF8*().
72041              
72042              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
72043              
72044              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
72045              
72046              Do in VMS as the #7054 does.
72047              
72048              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
72049              
72050              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
72051              
72052              Subject: [patch: perl@7045] vms updates
72053              
72054              Test for the #7049.
72055              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
72056              
72057              Break up the myconfig lines a bit.
72058              Subject: perlbug/perl -V output format
72059              
72060              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
72061              
72062              The #7054 truncated Configure badly.
72063              
72064              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
72065              initialization in all the threads on Windows
72066              
72067              Allow for whitespace between "#" and "line" in cpp output.
72068              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
72069              
72070              Remove vestiges of tr//CU.
72071              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72072              
72073              The return value of setlocale must be copied away.
72074              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
72075              
72076              Allow chop() and chomp() to be overridden.
72077              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
72078              
72079              Hints optimization.
72080              Subject: Minor nit
72081              
72082              Subject: [PATCH] de-wall t/README
72083              
72084              Subject: Re: Two advertising clauses need to be removed
72085      Branch: maint-5.6/perl
72086           !> (integrate 75 files)
72087 ____________________________________________________________________________
72088 [  8152] By: gsar                                  on 2000/12/17  20:30:11
72089         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
72090              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
72091              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
72092              
72093              Don't attach -ld to the archname if pointless.
72094              
72095              Document UNTIE in a very minimalistic way.
72096              
72097              POSIX doesn't report long double values under -Duselongdouble
72098              when the long doubles are "real" (bigger than doubles).
72099              
72100              More author updates.
72101              
72102              Try to deduce NV_MAX.  Really should be Configure fodder.
72103              
72104              :: not allowed in pathnames, change to .
72105              Subject: [PATCH perl@6938] cygwin port
72106              
72107              Forget about NV_MAX (#6951).  Various floating point tweaks,
72108              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
72109              
72110              Move the Solaris 7 scan to use64bitall, make the
72111              failure to find 64-bot sparc libc to mention the
72112              possibility of being in an intel, from Lupe and Alan.
72113              
72114              Regen perltoc.
72115              
72116              AUTHORS tweaks, from Peter Prymmer.
72117              
72118              More address tweaking.
72119              
72120              Small tweaks all over.
72121              
72122              File::Temp patches from Andreas König,
72123              
72124              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
72125              
72126              Subject: CPAN.pm beta 1.57_57 for the core
72127              
72128              Part of the solution.
72129              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
72130              
72131              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
72132              
72133              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72134              
72135              Add the overload warnings to perldiag.
72136              
72137              Drop unused argument.
72138              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
72139              
72140              Subject: Nit in Configure (bleadperl@6961)
72141              
72142              Update to PodParser 1.18, from Brad Appleton.
72143              
72144              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
72145              
72146              Subject: [PATCH: 6948] add SCNfldbl to configure.com
72147              
72148              Document UNTIE. Also tweak implementation to suppress the 'inner references'
72149              warning when UNTIE exists and instead pass the cound of extra references to
72150              the UNTIE method.
72151              
72152              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
72153              so that case-ignoring systems like DCL can tell them from
72154              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
72155              
72156              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72157              
72158              Feature ordering tweak.
72159              
72160              Regen perltoc.
72161              
72162              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
72163              
72164              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
72165              
72166              Subject: http:// in L<>
72167              
72168              Detypo.
72169              
72170              change#6791 accidentally clobbered change#6710, put it back
72171              
72172              Only the first line, thank you very much.
72173              
72174              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
72175              plus rework the http: spots as suggested by Tom Christiansen,
72176              plus regen perltoc.
72177              
72178              Undo part of change 6489 which looks like a bulk edit which
72179              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
72180              The supressing of main:: on return from select() is undesirable.
72181              
72182              Apparently avoiding the swapping is too costly.
72183              
72184              Various Configure nits by Philip Newton,
72185              plus the ebcdic one by me.
72186              
72187              Make certain cc is set before trying to run it.
72188              
72189              If overloaded %{} etc. return the object do not loop.
72190              Thus  sub deref { $_[0] } functions if object is wanted type.
72191              
72192              Update perlhist.
72193              
72194              More %{} and other deref special casing - do not pass to 'nomethod'.
72195      Branch: maint-5.6/perl
72196           !> (integrate 59 files)
72197 ____________________________________________________________________________
72198 [  8151] By: gsar                                  on 2000/12/17  19:14:38
72199         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
72200              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
72201              
72202              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
72203              
72204              Make the epsilon to be relative, not absolute.
72205              
72206              Put back the flags dump as reasoned in
72207              Subject: Re: [PATCH] Glob dumping
72208              
72209              Introduce ccname to keep track of what compiler kind of we have.
72210              
72211              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
72212              
72213              Put back the slice accidentally removed by #6907.
72214              
72215              Reset archname and archname64 always, forcing them be
72216              recomputed at each Configure run, make Configure and
72217              the hints files agree on the naming of largefiles variables.
72218              
72219              Don't say "Perl 5.0 source kit".
72220              
72221              Subject: [PATCH] fix misc cast warnings
72222              
72223              Subject: typos in pods
72224              
72225              NVs not necessarily doubles, as pointed out by Yitzchak.
72226              
72227              Subject: [PATCH 6889] add a few ldbl formats to configure.com
72228              
72229              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
72230              
72231              Better options for rsync.
72232              
72233              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
72234              
72235              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
72236              
72237              Subject: [PATCH] Re: UNTIE method 
72238              
72239              A better fix for the Socket building problem from Craig Berry.
72240              
72241              Retract the dummy test, skip the security tests (instead of failing),
72242              explain what the warnings mean.
72243              
72244              Heap decorruption.
72245              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
72246              
72247              Update to Unicode 3.0.1.
72248              
72249              Missed one Unicode file.
72250              
72251              Subject: Re: typos in pods
72252              
72253              The #6929 was too skimpy.
72254              
72255              sscanf() may be the only way to read long doubles from strings.
72256              
72257              Reveal Borland's isnan.
72258              Subject: build with BC++ tweak
72259              
72260              Issue useful diagnostic on unknown pod commands.
72261              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
72262              
72263              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
72264              
72265              Clarify the third case of ftmp-security warnings.
72266              
72267              Make -Dusemorebits find long doubles in Solaris.
72268              
72269              Wrap the test in eval.
72270      Branch: maint-5.6/perl
72271           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
72272           +> lib/unicode/PropList.txt lib/unicode/README.perl
72273           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
72274           +> lib/unicode/Unicode.301 vms/vmspipe.com
72275            - lib/unicode/Props.txt lib/unicode/UCD300.html
72276            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
72277           !> (integrate 305 files)
72278 ____________________________________________________________________________
72279 [  8150] By: jhi                                   on 2000/12/17  18:47:57
72280         Log: Uncheckedin generated files.
72281      Branch: perl
72282            ! global.sym perlapi.c pod/perlapi.pod
72283 ____________________________________________________________________________
72284 [  8149] By: jhi                                   on 2000/12/17  18:41:22
72285         Log: Update Changes.
72286      Branch: perl
72287            ! Changes patchlevel.h
72288 ____________________________________________________________________________
72289 [  8148] By: jhi                                   on 2000/12/17  18:39:16
72290         Log: Subject: [PATCH] Fcntl constants speedup
72291              From: Nicholas Clark <nick@ccl4.org>
72292              Date: Sun, 17 Dec 2000 16:29:24 +0000
72293              Message-ID: <20001217162924.E97668@plum.flirble.org>
72294              
72295              Use IVs for the Fcntl constants instead of NVs.
72296      Branch: perl
72297            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
72298 ____________________________________________________________________________
72299 [  8147] By: jhi                                   on 2000/12/17  18:33:41
72300         Log: Add test for #8145 (binmode() warning), add warning for
72301              ioctl() and sockpair(), document them. (fileno() cannot
72302              be tripwired with the same kind of warning because
72303              'defined fileno($foo)' seems to be an idiom.)
72304      Branch: perl
72305            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
72306 ____________________________________________________________________________
72307 [  8146] By: gsar                                  on 2000/12/17  18:09:08
72308         Log: update Changes
72309      Branch: maint-5.6/perl
72310            ! Changes
72311 ____________________________________________________________________________
72312 [  8145] By: jhi                                   on 2000/12/17  17:39:35
72313         Log: Subject: [PATCH] Re: The long awaited feature ...
72314              From: Simon Cozens <simon@cozens.net>
72315              Date: Sun, 17 Dec 2000 12:31:56 +0000
72316              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
72317              
72318              Add a warning to binmode() about using bad filehandles
72319              (can happen e.g. if someone forgets the filehandle argument)
72320      Branch: perl
72321            ! pp_sys.c
72322 ____________________________________________________________________________
72323 [  8144] By: jhi                                   on 2000/12/17  17:33:48
72324         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
72325              From: Jonathan Stowe <gellyfish@gellyfish.com>
72326              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
72327              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
72328      Branch: perl
72329            ! lib/Net/Ping.pm
72330 ____________________________________________________________________________
72331 [  8143] By: jhi                                   on 2000/12/17  05:31:37
72332         Log: Polymorphic regexps.
72333              
72334              Fixes at least the bugs 20001028.003 (both of them...) and
72335              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
72336              also to be fixed by now, probably already before this patch.
72337      Branch: perl
72338            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
72339            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
72340            ! t/op/utf8decode.t t/pragma/utf8.t
72341 ____________________________________________________________________________
72342 [  8142] By: jhi                                   on 2000/12/16  17:16:05
72343         Log: Subject: [patch perl@8102] dos/djgpp update
72344              From: Laszlo Molnar <ml1050@freemail.hu>
72345              Date: Sat, 16 Dec 2000 01:40:52 +0100
72346              Message-ID: <20001216014052.A335@freemail.hu>
72347      Branch: perl
72348            ! djgpp/config.over t/base/commonsense.t
72349 ____________________________________________________________________________
72350 [  8141] By: jhi                                   on 2000/12/16  17:09:27
72351         Log: Few uncheckedin files.
72352      Branch: perl
72353            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
72354 ____________________________________________________________________________
72355 [  8140] By: nick                                  on 2000/12/15  22:14:31
72356         Log: Integrate mainline
72357      Branch: perlio
72358           !> (integrate 53 files)
72359 ____________________________________________________________________________
72360 [  8139] By: jhi                                   on 2000/12/15  19:49:49
72361         Log: One more IVUV tweak from Nicholas Clark.
72362      Branch: perl
72363            ! sv.c
72364 ____________________________________________________________________________
72365 [  8138] By: jhi                                   on 2000/12/15  19:17:06
72366         Log: Return of the IVUV-preservation, now seems to be happy even
72367              in Digital UNIX (the broken strtoul brokenness detection
72368              seems to have been the fly in the ointment).
72369      Branch: perl
72370            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72371            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
72372            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
72373            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
72374            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
72375            ! vos/config.ga.h win32/config.bc win32/config.gc
72376            ! win32/config.vc
72377 ____________________________________________________________________________
72378 [  8137] By: jhi                                   on 2000/12/15  18:12:14
72379         Log: Metaconfig unit change for #8136.
72380      Branch: metaconfig
72381            ! U/modified/d_strtoul.U
72382      Branch: metaconfig/U/perl
72383            ! d_strtoull.U d_strtouq.U
72384 ____________________________________________________________________________
72385 [  8136] By: jhi                                   on 2000/12/15  18:11:35
72386         Log: I don't think it's sensible or portable to test the strtou*
72387              on /^-/ strings.
72388      Branch: perl
72389            ! Configure
72390 ____________________________________________________________________________
72391 [  8135] By: jhi                                   on 2000/12/15  17:18:49
72392         Log: Metaconfig unit change for #8134.
72393      Branch: metaconfig
72394            ! U/modified/d_strtoul.U
72395 ____________________________________________________________________________
72396 [  8134] By: jhi                                   on 2000/12/15  17:14:13
72397         Log: If longsize is 8 we don't need a LL suffix for integer constants.
72398      Branch: perl
72399            ! Configure config_h.SH
72400 ____________________________________________________________________________
72401 [  8133] By: jhi                                   on 2000/12/15  16:00:23
72402         Log: Update Changes.
72403      Branch: perl
72404            ! Changes patchlevel.h
72405 ____________________________________________________________________________
72406 [  8132] By: jhi                                   on 2000/12/15  15:44:16
72407         Log: Some compilers get huffy if you do not cast a const pointer
72408              to a non-const when assigning.
72409      Branch: perl
72410            ! gv.c
72411 ____________________________________________________________________________
72412 [  8131] By: jhi                                   on 2000/12/15  15:38:30
72413         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
72414              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72415              Date: Fri, 15 Dec 2000 05:26:57 -0500
72416              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
72417      Branch: perl
72418            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
72419            ! t/pragma/overload.t
72420 ____________________________________________________________________________
72421 [  8130] By: jhi                                   on 2000/12/15  15:36:08
72422         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
72423              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72424              Date: Thu, 14 Dec 2000 22:02:43 -0500
72425              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
72426      Branch: perl
72427            ! gv.c perl.h
72428 ____________________________________________________________________________
72429 [  8129] By: jhi                                   on 2000/12/15  15:34:16
72430         Log: Subject: PATCH: h2xs nit
72431              From: Tim Jenness <t.jenness@jach.hawaii.edu>
72432              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
72433              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
72434              
72435              Add a template README.
72436      Branch: perl
72437            ! utils/h2xs.PL
72438 ____________________________________________________________________________
72439 [  8128] By: jhi                                   on 2000/12/15  15:32:22
72440         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
72441      Branch: perl
72442            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
72443 ____________________________________________________________________________
72444 [  8127] By: jhi                                   on 2000/12/15  15:19:34
72445         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
72446              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72447              Date:     Thu, 14 Dec 2000 20:04:42 EST
72448              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
72449      Branch: perl
72450            ! ext/Opcode/Opcode.xs
72451 ____________________________________________________________________________
72452 [  8126] By: jhi                                   on 2000/12/15  15:17:49
72453         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
72454              From: Peter Prymmer <pvhp@forte.com>
72455              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
72456              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
72457      Branch: perl
72458            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
72459            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
72460            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
72461 ____________________________________________________________________________
72462 [  8125] By: jhi                                   on 2000/12/15  15:11:05
72463         Log: This seems to be a stage sane and stable enough to checkin.
72464              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
72465      Branch: perl
72466            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
72467            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
72468            ! t/op/cmp.t t/op/numconvert.t
72469 ____________________________________________________________________________
72470 [  8124] By: jhi                                   on 2000/12/15  04:20:26
72471         Log: Something is really wonky.
72472      Branch: perl
72473            ! sv.c
72474 ____________________________________________________________________________
72475 [  8123] By: jhi                                   on 2000/12/15  04:00:50
72476         Log: Fixes for the IV UV patches to compile in Digital UNIX.
72477      Branch: perl
72478            ! sv.c
72479 ____________________________________________________________________________
72480 [  8122] By: jhi                                   on 2000/12/15  02:53:40
72481         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
72482              From: "Craig A. Berry" <craigberry@mac.com>
72483              Date: Thu, 14 Dec 2000 19:10:49 -0600
72484              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
72485      Branch: perl
72486            ! vms/vms.c
72487 ____________________________________________________________________________
72488 [  8121] By: jhi                                   on 2000/12/15  02:50:00
72489         Log: Metaconfig changes for #8120.
72490      Branch: metaconfig
72491            + U/modified/d_strtoul.U
72492      Branch: metaconfig/U/perl
72493            ! d_strtoull.U d_strtouq.U
72494 ____________________________________________________________________________
72495 [  8120] By: jhi                                   on 2000/12/15  02:49:42
72496         Log: From: Nicholas Clark <nick@ccl4.org> 
72497              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
72498              Date: Thu, 14 Dec 2000 18:38:57 +0000
72499              Message-ID: <20001214183857.B97909@plum.flirble.org>
72500      Branch: perl
72501            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72502            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
72503            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
72504            ! vos/config.ga.def vos/config.ga.h win32/config.bc
72505            ! win32/config.gc win32/config.vc
72506 ____________________________________________________________________________
72507 [  8119] By: jhi                                   on 2000/12/14  23:40:58
72508         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
72509              From: Nicholas Clark <nick@ccl4.org>
72510              Date: Wed, 13 Dec 2000 20:08:50 +0000
72511              Message-ID: <20001213200849.B71166@plum.flirble.org>
72512      Branch: perl
72513            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
72514            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
72515 ____________________________________________________________________________
72516 [  8118] By: jhi                                   on 2000/12/14  22:46:26
72517         Log: Integrate perlio:
72518              
72519              [  8117]
72520              Win32 tweaks to get Encode to build
72521              - temp hack to makedef.pl till PerlIO is properly "exported".
72522              - MSVC dislikes  
72523              static encpage_t foo[];
72524              so make 'em extern for now.
72525              
72526              [  8116]
72527              Document the new files
72528      Branch: perl
72529           !> MANIFEST ext/Encode/compile makedef.pl
72530 ____________________________________________________________________________
72531 [  8117] By: nick                                  on 2000/12/14  22:38:53
72532         Log: Win32 tweaks to get Encode to build
72533              - temp hack to makedef.pl till PerlIO is properly "exported".
72534              - MSVC dislikes  
72535              static encpage_t foo[];
72536              so make 'em extern for now.
72537      Branch: perlio
72538            ! ext/Encode/compile makedef.pl
72539 ____________________________________________________________________________
72540 [  8116] By: nick                                  on 2000/12/14  22:00:53
72541         Log: Document the new files
72542      Branch: perlio
72543            ! MANIFEST
72544 ____________________________________________________________________________
72545 [  8115] By: jhi                                   on 2000/12/14  21:58:01
72546         Log: MANIFEST new files of #8114.
72547      Branch: perl
72548            ! MANIFEST
72549 ____________________________________________________________________________
72550 [  8114] By: jhi                                   on 2000/12/14  21:50:49
72551         Log: Integrate perlio:
72552              
72553              [  8106]
72554              "Cold" build correction to Encode's Makefile.PL
72555              
72556              [  8105]
72557              "Compiled" encodings.
72558              Correct replacement character in EBCDIC .enc files
72559              Add 0x7F to ASCII repertoire.
72560              
72561              [  8103]
72562              Beginings of compiled encodings - checked in as a snapshot of thoughts
72563              so far and so it does not get lost.
72564      Branch: perl
72565           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
72566           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
72567           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
72568           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
72569           !> ext/Encode/Makefile.PL
72570 ____________________________________________________________________________
72571 [  8113] By: jhi                                   on 2000/12/14  21:48:49
72572         Log: The documentation part of the
72573              
72574              Subject: [ID 20001214.002] Net::Ping patch
72575              From: Jonathan Stowe <gellyfish@gellyfish.com>
72576              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
72577              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
72578              since the #7529 had already addressed the same problem.
72579      Branch: perl
72580            ! lib/Net/Ping.pm
72581 ____________________________________________________________________________
72582 [  8112] By: jhi                                   on 2000/12/14  21:42:57
72583         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
72584              From: Dominic Dunlop <domo@computer.org>
72585              Date: Tue, 12 Dec 2000 10:47:10 +0100
72586              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
72587              
72588              Document how elusive subroutines can be.
72589      Branch: perl
72590            ! pod/perlfunc.pod
72591 ____________________________________________________________________________
72592 [  8111] By: jhi                                   on 2000/12/14  21:38:05
72593         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
72594              From: Dominic Dunlop <domo@computer.org>
72595              Date: Thu, 14 Dec 2000 10:13:51 +0100
72596              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
72597      Branch: perl
72598            ! ext/POSIX/POSIX.pod
72599 ____________________________________________________________________________
72600 [  8110] By: jhi                                   on 2000/12/14  21:36:32
72601         Log: Subject: [patch] perlfaq7
72602              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
72603              Date: Thu, 14 Dec 2000 15:31:07 +0100
72604              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
72605      Branch: perl
72606            ! pod/perlfaq7.pod
72607 ____________________________________________________________________________
72608 [  8109] By: jhi                                   on 2000/12/14  21:29:20
72609         Log: Subject: [8104] Encode
72610              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72611              Date: Thu, 14 Dec 2000 14:49:34 +0100
72612              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
72613              
72614              Type casting for nervous compilers.
72615      Branch: perl
72616            ! ext/Encode/Encode.xs
72617 ____________________________________________________________________________
72618 [  8108] By: jhi                                   on 2000/12/14  21:26:17
72619         Log: Subject: [8104] DB_File
72620              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72621              Date: Thu, 14 Dec 2000 14:49:35 +0100
72622              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
72623              
72624              Type definition incorrect for DB 2.7.7.  Not known when it
72625              changed, so only changed it for a known revision.
72626      Branch: perl
72627            ! ext/DB_File/DB_File.xs
72628 ____________________________________________________________________________
72629 [  8107] By: jhi                                   on 2000/12/14  21:23:41
72630         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
72631              From: Peter Prymmer <pvhp@forte.com>
72632              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
72633              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
72634              
72635              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
72636      Branch: perl
72637            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
72638            ! ext/Encode/Encode/posix-bc.enc
72639 ____________________________________________________________________________
72640 [  8106] By: nick                                  on 2000/12/14  20:36:13
72641         Log: "Cold" build correction to Encode's Makefile.PL
72642      Branch: perlio
72643            ! ext/Encode/Makefile.PL
72644 ____________________________________________________________________________
72645 [  8105] By: nick                                  on 2000/12/14  20:09:37
72646         Log: "Compiled" encodings.
72647              Correct replacement character in EBCDIC .enc files
72648              Add 0x7F to ASCII repertoire.
72649      Branch: perlio
72650            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
72651            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
72652            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
72653            ! ext/Encode/Makefile.PL ext/Encode/compile
72654            ! ext/Encode/encengine.c ext/Encode/encode.h
72655 ____________________________________________________________________________
72656 [  8104] By: nick                                  on 2000/12/14  00:38:20
72657         Log: Integrate mainline
72658      Branch: perlio
72659           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
72660           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
72661           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
72662           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
72663           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
72664           !> t/lib/db-hash.t t/lib/db-recno.t
72665 ____________________________________________________________________________
72666 [  8103] By: nick                                  on 2000/12/13  23:16:13
72667         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
72668              so far and so it does not get lost.
72669      Branch: perlio
72670            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
72671 ____________________________________________________________________________
72672 [  8102] By: jhi                                   on 2000/12/13  17:14:22
72673         Log: Update Changes.
72674      Branch: perl
72675            ! Changes patchlevel.h
72676 ____________________________________________________________________________
72677 [  8101] By: jhi                                   on 2000/12/13  16:53:41
72678         Log: Move the proto of start_glob() to a better place; regen api files.
72679      Branch: perl
72680            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
72681 ____________________________________________________________________________
72682 [  8100] By: jhi                                   on 2000/12/13  16:47:11
72683         Log: Metaconfig change for #8099.
72684      Branch: metaconfig
72685            ! U/modified/Head.U
72686 ____________________________________________________________________________
72687 [  8099] By: jhi                                   on 2000/12/13  16:46:48
72688         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
72689              From: Andy Dougherty <doughera@lafayette.edu>
72690              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
72691              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
72692      Branch: perl
72693            ! Configure
72694 ____________________________________________________________________________
72695 [  8098] By: jhi                                   on 2000/12/13  16:39:02
72696         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
72697              From: rspier@pobox.com (Robert Spier)
72698              Date: Tue, 12 Dec 2000 21:12:39 -0500
72699              Message-ID: <14902.56087.678086.725773@rls.cx>
72700              
72701              fastgetcwd is defined using a glob alias on a $^O dependent basis -
72702              and there was no default assignment or perl subroutine.
72703      Branch: perl
72704            ! lib/Cwd.pm
72705 ____________________________________________________________________________
72706 [  8097] By: jhi                                   on 2000/12/13  16:16:01
72707         Log: Subject: [PATCH] move startglob out of pp_hot.c
72708              From: Nicholas Clark <nick@ccl4.org>
72709              Date: Mon, 11 Dec 2000 23:16:39 +0000
72710              Message-ID: <20001211231638.A55550@plum.flirble.org>
72711      Branch: perl
72712            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
72713 ____________________________________________________________________________
72714 [  8096] By: jhi                                   on 2000/12/13  15:26:23
72715         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
72716              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
72717              Date: Wed, 13 Dec 2000 14:01:37 +0100
72718              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
72719              
72720              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
72721              in turn requires libpthread in libswanted.
72722      Branch: perl
72723            ! hints/hpux.sh
72724 ____________________________________________________________________________
72725 [  8095] By: jhi                                   on 2000/12/12  19:51:05
72726         Log: The integration wars continue.
72727      Branch: perl
72728           !> sv.c
72729 ____________________________________________________________________________
72730 [  8094] By: jhi                                   on 2000/12/12  19:48:26
72731         Log: Subject: [PATCH perl@8070] DB_File-1.74  
72732              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
72733              Date: Mon, 11 Dec 2000 23:07:17 -0000
72734              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
72735      Branch: perl
72736            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
72737            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
72738            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
72739            ! t/lib/db-recno.t
72740 ____________________________________________________________________________
72741 [  8093] By: nick                                  on 2000/12/12  19:42:13
72742         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
72743      Branch: perlio
72744            ! sv.c
72745           !> lib/File/DosGlob.pm
72746 ____________________________________________________________________________
72747 [  8092] By: jhi                                   on 2000/12/12  19:28:11
72748         Log: Integrate perlio:
72749              
72750              [  8091]
72751              Fix for Tk, and upgrading shared SVs.
72752      Branch: perl
72753           !> sv.c
72754 ____________________________________________________________________________
72755 [  8091] By: nick                                  on 2000/12/12  18:49:45
72756         Log: Fix for Tk, and upgrading shared SVs.
72757      Branch: perlio
72758            ! sv.c
72759 ____________________________________________________________________________
72760 [  8090] By: jhi                                   on 2000/12/12  16:48:59
72761         Log: Subject: [PATCH] Re: Breadperl & Tk
72762              From: Nick Ing-Simmons <nik@tiuk.ti.com>
72763              Date: Tue, 12 Dec 2000 14:48:27 GMT
72764              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
72765      Branch: perl
72766            ! sv.c
72767 ____________________________________________________________________________
72768 [  8089] By: jhi                                   on 2000/12/12  03:37:19
72769         Log: Subject: DosGlob.pm diff for bash style brace expansion.
72770              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
72771              Date: Fri, 8 Dec 2000 10:45:30 -0600
72772              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
72773      Branch: perl
72774            ! lib/File/DosGlob.pm
72775 ____________________________________________________________________________
72776 [  8088] By: nick                                  on 2000/12/11  23:59:59
72777         Log: Integrate mainline
72778      Branch: perlio
72779           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
72780           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
72781           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
72782           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
72783           !> t/op/local.t t/pragma/warn/toke toke.c
72784 ____________________________________________________________________________
72785 [  8087] By: jhi                                   on 2000/12/11  23:20:23
72786         Log: Integrate perlio:
72787              
72788              [  8085]
72789              Finish 1st pass of "encoding" layer e.g. :
72790              open($fh,"<encoding(iso8859-7)",$greek) || die;
72791              
72792              [  8082]
72793              Restore mmap function (broken by tweaks to shared buffer
72794              layer for encode(xxxx)).
72795              
72796              [  8076]
72797              Not merge worthy...
72798              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
72799              syntax is modelled on attributes.
72800              Untested fix for io/utf8 on Win32 etc.
72801              Very clumsy start to the encode layer.
72802      Branch: perl
72803           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
72804 ____________________________________________________________________________
72805 [  8086] By: jhi                                   on 2000/12/11  22:50:59
72806         Log: Tune further the OS detection of CGI.
72807      Branch: perl
72808            ! lib/CGI.pm
72809 ____________________________________________________________________________
72810 [  8085] By: nick                                  on 2000/12/11  22:50:46
72811         Log: Finish 1st pass of "encoding" layer e.g. :
72812              open($fh,"<encoding(iso8859-7)",$greek) || die;
72813      Branch: perlio
72814            ! ext/Encode/Encode.xs perlio.c perliol.h
72815 ____________________________________________________________________________
72816 [  8084] By: jhi                                   on 2000/12/11  22:32:06
72817         Log: Revert the -f ambiguousity patch, seems to cause
72818              too much hassle (the interpret -Q as a function
72819              where Q is not a known filetest part is left in).
72820      Branch: perl
72821            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
72822            ! toke.c
72823 ____________________________________________________________________________
72824 [  8083] By: jhi                                   on 2000/12/11  22:27:23
72825         Log: (accidentally empty check-in)
72826      Branch: perl
72827            ! lib/File/DosGlob.pm
72828 ____________________________________________________________________________
72829 [  8082] By: nick                                  on 2000/12/11  19:09:51
72830         Log: Restore mmap function (broken by tweaks to shared buffer
72831              layer for encode(xxxx)).
72832      Branch: perlio
72833            ! perlio.c
72834 ____________________________________________________________________________
72835 [  8081] By: jhi                                   on 2000/12/11  18:29:13
72836         Log: Subject: Re: The long awaited feature ...
72837              From: Simon Cozens <simon@cozens.net>
72838              Date: Mon, 11 Dec 2000 15:54:24 +0000
72839              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
72840              
72841              More io/utf8 tests.
72842      Branch: perl
72843            ! t/io/utf8.t
72844 ____________________________________________________________________________
72845 [  8080] By: jhi                                   on 2000/12/11  18:19:36
72846         Log: Subject: PATCH MakeMaker manpage clarification
72847              From: andreas.koenig@anima.de (Andreas J. Koenig)
72848              Date: 10 Dec 2000 20:46:13 +0100
72849              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
72850      Branch: perl
72851            ! lib/ExtUtils/MakeMaker.pm
72852 ____________________________________________________________________________
72853 [  8079] By: jhi                                   on 2000/12/11  15:35:07
72854         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
72855              From: Simon Cozens <simon@cozens.net>
72856              Date: Sun, 10 Dec 2000 19:06:19 +0000
72857              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
72858      Branch: perl
72859            ! ext/B/B/Deparse.pm t/lib/b.t
72860 ____________________________________________________________________________
72861 [  8078] By: jhi                                   on 2000/12/11  15:09:11
72862         Log: Subject: [PATCH] docs on NaN
72863              From: Nicholas Clark <nick@ccl4.org>
72864              Date: Mon, 11 Dec 2000 01:48:38 +0000
72865              Message-ID: <20001211014838.B99205@plum.flirble.org>
72866      Branch: perl
72867            ! pod/perlop.pod
72868 ____________________________________________________________________________
72869 [  8077] By: jhi                                   on 2000/12/11  15:02:21
72870         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
72871              From: Simon Cozens <simon@cozens.net>
72872              Date: Mon, 11 Dec 2000 01:21:45 +0000
72873              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
72874      Branch: perl
72875            ! pp.c pp_hot.c scope.c t/op/local.t
72876 ____________________________________________________________________________
72877 [  8076] By: nick                                  on 2000/12/10  20:43:32
72878         Log: Not merge worthy...
72879              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
72880              syntax is modelled on attributes.
72881              Untested fix for io/utf8 on Win32 etc.
72882              Very clumsy start to the encode layer.
72883      Branch: perlio
72884            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
72885 ____________________________________________________________________________
72886 [  8075] By: jhi                                   on 2000/12/10  18:39:33
72887         Log: Darwin is not Windows.
72888      Branch: perl
72889            ! lib/CGI.pm
72890 ____________________________________________________________________________
72891 [  8074] By: jhi                                   on 2000/12/10  18:31:27
72892         Log: Subject: Ambiguous -%c() resolved as a file test
72893              From: "Paul Marquess" <Paul.Marquess@openwave.com>
72894              Date: Sun, 10 Dec 2000 15:35:07 -0000
72895              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
72896      Branch: perl
72897            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
72898 ____________________________________________________________________________
72899 [  8073] By: jhi                                   on 2000/12/10  18:16:29
72900         Log: Subject: PATCH installperl misinformed 
72901              From: andreas.koenig@anima.de (Andreas J. Koenig)
72902              Date: 10 Dec 2000 13:01:32 +0100 
72903              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
72904      Branch: perl
72905            ! installperl
72906 ____________________________________________________________________________
72907 [  8072] By: jhi                                   on 2000/12/10  18:07:55
72908         Log: The walkoptree confusion rages; walkoptree() seems to be coming
72909              from B.xs, while walkoptree_slow() comes from B.pm.
72910      Branch: perl
72911            ! ext/B/B.pm
72912 ____________________________________________________________________________
72913 [  8071] By: nick                                  on 2000/12/10  11:45:47
72914         Log: Integrate mainline
72915      Branch: perlio
72916           +> t/base/commonsense.t
72917           !> (integrate 37 files)
72918 ____________________________________________________________________________
72919 [  8070] By: jhi                                   on 2000/12/10  04:46:21
72920         Log: Update Changes.
72921      Branch: perl
72922            ! Changes patchlevel.h
72923 ____________________________________________________________________________
72924 [  8069] By: jhi                                   on 2000/12/10  04:39:19
72925         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
72926              From: andreas.koenig@anima.de (Andreas J. Koenig)
72927              Date: 09 Dec 2000 17:14:25 +0100
72928              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
72929      Branch: perl
72930            + t/base/commonsense.t
72931            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
72932 ____________________________________________________________________________
72933 [  8068] By: jhi                                   on 2000/12/10  04:17:36
72934         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
72935              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
72936              Date: Sat, 9 Dec 2000 16:47:22 -0000
72937              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
72938      Branch: perl
72939            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
72940            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
72941            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
72942            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
72943            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
72944            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
72945            ! t/lib/sdbm.t
72946 ____________________________________________________________________________
72947 [  8067] By: jhi                                   on 2000/12/10  03:52:02
72948         Log: Test case for #8066.
72949      Branch: perl
72950            ! t/op/misc.t
72951 ____________________________________________________________________________
72952 [  8066] By: jhi                                   on 2000/12/10  03:50:30
72953         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
72954              From: Simon Cozens <simon@cozens.net>
72955              Date: Sun, 10 Dec 2000 00:55:37 +0000
72956              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
72957      Branch: perl
72958            ! pp_sys.c
72959 ____________________________________________________________________________
72960 [  8065] By: jhi                                   on 2000/12/10  03:44:52
72961         Log: Test case for #8064.
72962      Branch: perl
72963            ! t/comp/proto.t
72964 ____________________________________________________________________________
72965 [  8064] By: jhi                                   on 2000/12/10  03:42:32
72966         Log: Subject: Re: prototype of substr
72967              From: Simon Cozens <simon@cozens.net>
72968              Date: Sun, 10 Dec 2000 00:13:33 +0000
72969              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
72970              
72971              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
72972              In other words, make the returned prototypes for any function
72973              stop prepending the ';' optionality marker after the first one.
72974              If they start getting optional, all the rest are optional.
72975      Branch: perl
72976            ! pp.c
72977 ____________________________________________________________________________
72978 [  8063] By: jhi                                   on 2000/12/10  03:39:42
72979         Log: Subject: [PATCH] perlguts.pod
72980              From: Simon Cozens <simon@cozens.net>
72981              Date: Sun, 10 Dec 2000 00:06:47 +0000
72982              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
72983              
72984              Documentation of the different types of ops,
72985              plus the functions in dump.c
72986      Branch: perl
72987            ! pod/perlguts.pod
72988 ____________________________________________________________________________
72989 [  8062] By: jhi                                   on 2000/12/10  03:30:04
72990         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
72991              From: Nicholas Clark <nick@talking.bollo.cx>
72992              Date: Sat, 09 Dec 2000 18:57:25 +0000
72993              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
72994              
72995              Be more robust in weird hostname setups.
72996      Branch: perl
72997            ! t/lib/net-hostent.t
72998 ____________________________________________________________________________
72999 [  8061] By: jhi                                   on 2000/12/10  03:28:21
73000         Log: Pacify fussy compiler. 
73001      Branch: perl
73002            ! pp_sys.c
73003 ____________________________________________________________________________
73004 [  8060] By: jhi                                   on 2000/12/10  02:52:46
73005         Log: Integrate perlio:
73006              
73007              [  8059]
73008              read/sysread/recv should now be utf8 aware.
73009              Basic test for utf8 read.
73010      Branch: perl
73011           !> pp_sys.c t/io/utf8.t
73012 ____________________________________________________________________________
73013 [  8059] By: nick                                  on 2000/12/09  23:40:14
73014         Log: read/sysread/recv should now be utf8 aware.
73015              Basic test for utf8 read.
73016      Branch: perlio
73017            ! pp_sys.c t/io/utf8.t
73018 ____________________________________________________________________________
73019 [  8058] By: jhi                                   on 2000/12/09  21:56:02
73020         Log: Integrate perlio:
73021              
73022              [  8055]
73023              Make write() (i.e. formats) utf8-aware by calling do_print() rather
73024              than raw PerlIO_write() - does not seem to break any tests.
73025              
73026              [  8054]
73027              Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
73028              (sysread, recv and write i.e. formats still to do...)
73029              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
73030              open($fh,">:utf8","name")
73031              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
73032              so no extra overhead is involved.
73033              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
73034              to a non-utf8 stream.
73035              Add initial io/utf8.t
73036              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
73037              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
73038              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
73039              
73040              [  8053]
73041              Did not get that has_utf8/this_utf8 fix right last time, another spot
73042              was only testing this_utf8.
73043              
73044              [  8052]
73045              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
73046              i.e. the output string has one, but don't mess with source assumption.
73047      Branch: perl
73048           +> t/io/utf8.t
73049           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
73050 ____________________________________________________________________________
73051 [  8057] By: jhi                                   on 2000/12/09  21:53:35
73052         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
73053              From: Inaba Hiroto <inaba@st.rim.or.jp>
73054              Date: Sun, 10 Dec 2000 05:53:21 +0900
73055              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
73056              
73057              Tests for #8056.
73058      Branch: perl
73059            ! t/op/each.t
73060 ____________________________________________________________________________
73061 [  8056] By: jhi                                   on 2000/12/09  21:51:16
73062         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
73063              From: Inaba Hiroto <inaba@st.rim.or.jp>
73064              Date: Sat, 09 Dec 2000 18:02:00 +0900
73065              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
73066              
73067              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
73068      Branch: perl
73069            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
73070 ____________________________________________________________________________
73071 [  8055] By: nick                                  on 2000/12/09  20:11:48
73072         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
73073              than raw PerlIO_write() - does not seem to break any tests.
73074      Branch: perlio
73075            ! pp_sys.c
73076 ____________________________________________________________________________
73077 [  8054] By: nick                                  on 2000/12/09  19:47:30
73078         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
73079              (sysread, recv and write i.e. formats still to do...)
73080              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
73081              open($fh,">:utf8","name")
73082              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
73083              so no extra overhead is involved.
73084              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
73085              to a non-utf8 stream.
73086              Add initial io/utf8.t
73087              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
73088              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
73089              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
73090      Branch: perlio
73091            + t/io/utf8.t
73092            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
73093 ____________________________________________________________________________
73094 [  8053] By: nick                                  on 2000/12/09  19:26:37
73095         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
73096              was only testing this_utf8.
73097      Branch: perlio
73098            ! toke.c
73099 ____________________________________________________________________________
73100 [  8052] By: nick                                  on 2000/12/09  19:09:41
73101         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
73102              i.e. the output string has one, but don't mess with source assumption.
73103      Branch: perlio
73104            ! toke.c
73105 ____________________________________________________________________________
73106 [  8051] By: jhi                                   on 2000/12/09  16:55:17
73107         Log: Integrate perlio:
73108              
73109              [  8049]
73110              UTF8 output prework.
73111              - Store $\ and $, as SVs so they can have SvUTF8 flag
73112              - use do_print() rather than raw PerlIO_write() to print them.
73113      Branch: perl
73114           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
73115           !> sv.c thrdvar.h util.c
73116 ____________________________________________________________________________
73117 [  8050] By: jhi                                   on 2000/12/09  16:48:07
73118         Log: Nits noticed by Peter Prymmer.
73119      Branch: perl
73120            ! lib/ExtUtils/MM_VMS.pm
73121 ____________________________________________________________________________
73122 [  8049] By: nick                                  on 2000/12/09  13:49:40
73123         Log: UTF8 output prework.
73124              - Store $\ and $, as SVs so they can have SvUTF8 flag
73125              - use do_print() rather than raw PerlIO_write() to print them.
73126      Branch: perlio
73127            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
73128            ! thrdvar.h util.c
73129 ____________________________________________________________________________
73130 [  8048] By: nick                                  on 2000/12/09  12:30:43
73131         Log: Integrate mainline.
73132      Branch: perlio
73133           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
73134           +> t/op/reverse.t
73135           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
73136           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
73137           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
73138           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
73139           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
73140           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
73141 ____________________________________________________________________________
73142 [  8047] By: jhi                                   on 2000/12/09  00:23:27
73143         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
73144              From: Michael G Schwern <schwern@pobox.com>
73145              Date: Fri, 8 Dec 2000 14:43:04 -0600
73146      Branch: perl
73147            ! lib/ExtUtils/MM_VMS.pm
73148 ____________________________________________________________________________
73149 [  8046] By: jhi                                   on 2000/12/08  23:10:27
73150         Log: A missed check-in.
73151      Branch: perl
73152            ! lib/ExtUtils/Manifest.pm
73153 ____________________________________________________________________________
73154 [  8045] By: jhi                                   on 2000/12/08  21:57:12
73155         Log: (null check-in)
73156      Branch: perl
73157            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
73158 ____________________________________________________________________________
73159 [  8044] By: jhi                                   on 2000/12/08  21:11:06
73160         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
73161              at the final draft stage.
73162      Branch: perl
73163            + ext/Encode/Encode/iso8859-16.enc
73164            ! MANIFEST
73165 ____________________________________________________________________________
73166 [  8043] By: jhi                                   on 2000/12/08  16:39:04
73167         Log: Update Changes.
73168      Branch: perl
73169            ! Changes patchlevel.h
73170 ____________________________________________________________________________
73171 [  8042] By: jhi                                   on 2000/12/08  16:33:39
73172         Log: Do not return the Unicode replacement character if UTF-8
73173              decoding goes awry, it should be up to the caller to decide.
73174      Branch: perl
73175            ! pod/perlapi.pod utf8.c
73176 ____________________________________________________________________________
73177 [  8041] By: jhi                                   on 2000/12/08  16:22:28
73178         Log: metaconfig maintenance.
73179      Branch: metaconfig
73180            ! U/modified/stdchar.U
73181      Branch: metaconfig/U/perl
73182            + testsyml.U
73183 ____________________________________________________________________________
73184 [  8040] By: jhi                                   on 2000/12/08  16:03:08
73185         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
73186              From: sthoenna@efn.org
73187              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
73188              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
73189      Branch: perl
73190            ! Changes lib/ExtUtils/MM_OS2.pm
73191 ____________________________________________________________________________
73192 [  8039] By: jhi                                   on 2000/12/08  15:57:11
73193         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
73194              From: Simon Cozens <simon@cozens.net>
73195              Date: Fri, 8 Dec 2000 13:33:31 +0000
73196              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
73197              
73198              (The pp_hot part needed a rewrite.)
73199      Branch: perl
73200            ! doop.c pp_hot.c utf8.c
73201 ____________________________________________________________________________
73202 [  8038] By: jhi                                   on 2000/12/08  15:25:08
73203         Log: Subject: djSP
73204              From: Michael Stevens <michael@etla.org>
73205              Date: Wed, 6 Dec 2000 23:24:01 +0000
73206              Message-ID: <20001206232400.A21381@firedrake.org>
73207              
73208              Plus a note from Nick Ing-Simmons.
73209      Branch: perl
73210            ! pp.h
73211 ____________________________________________________________________________
73212 [  8037] By: jhi                                   on 2000/12/08  15:18:35
73213         Log: Filetype is text.
73214      Branch: perl
73215            ! t/op/utf8decode.t
73216 ____________________________________________________________________________
73217 [  8036] By: jhi                                   on 2000/12/08  03:31:27
73218         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
73219              From: Andy Dougherty <doughera@lafayette.edu>
73220              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
73221              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
73222              
73223              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
73224              From: Andy Dougherty <doughera@lafayette.edu>
73225              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
73226              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
73227      Branch: perl
73228            + ext/POSIX/hints/svr4.pl
73229            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
73230 ____________________________________________________________________________
73231 [  8035] By: jhi                                   on 2000/12/08  03:26:01
73232         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
73233              From: Andy Dougherty <doughera@lafayette.edu>
73234              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
73235              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
73236      Branch: perl
73237            ! t/README t/base/term.t
73238 ____________________________________________________________________________
73239 [  8034] By: jhi                                   on 2000/12/08  03:21:59
73240         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
73241              From: mjd@plover.com  
73242              Date: 7 Dec 2000 21:04:20 -0000
73243              Message-ID: <20001207210420.22282.qmail@plover.com>
73244              
73245              Plus -z doc.
73246      Branch: perl
73247            ! pod/perlfunc.pod
73248 ____________________________________________________________________________
73249 [  8033] By: jhi                                   on 2000/12/08  03:19:03
73250         Log: Use the UTF8 macros a bit.  They can't be used with abandon
73251              everywhere because we do generate illegal UTF-8 in some situations.
73252              This is of course naughty.
73253      Branch: perl
73254            ! pod/perlapi.pod utf8.c utf8.h
73255 ____________________________________________________________________________
73256 [  8032] By: jhi                                   on 2000/12/08  03:00:09
73257         Log: Out of sync?
73258      Branch: perl
73259            ! t/pragma/warn/utf8
73260 ____________________________________________________________________________
73261 [  8031] By: jhi                                   on 2000/12/08  02:22:39
73262         Log: Cnt spl.
73263      Branch: perl
73264            ! MANIFEST
73265 ____________________________________________________________________________
73266 [  8030] By: jhi                                   on 2000/12/08  01:23:54
73267         Log: Add test for reverse().
73268      Branch: perl
73269            + t/op/reverse.t
73270            ! MANIFEST
73271 ____________________________________________________________________________
73272 [  8029] By: jhi                                   on 2000/12/08  01:21:47
73273         Log: Integrate perlio:
73274              
73275              [  8026]
73276              Various oddities p4 diff -se showed up
73277              Remove 'our' from warnings.pl
73278              
73279              [  8025]
73280              Change PerlIO_(get|set)pos to take SV *
73281              Should fix, OS/2, VMS, (sfio??)
73282      Branch: perl
73283           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
73284           !> perlio.c perlio.h perlsdio.h warnings.pl
73285 ____________________________________________________________________________
73286 [  8028] By: jhi                                   on 2000/12/08  01:19:08
73287         Log: Introduce macros for UTF8 decoding.
73288      Branch: perl
73289            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
73290 ____________________________________________________________________________
73291 [  8027] By: nick                                  on 2000/12/07  22:18:19
73292         Log: Integrate mainline
73293      Branch: perlio
73294           !> embed.pl pod/perlapi.pod utf8.c
73295 ____________________________________________________________________________
73296 [  8026] By: nick                                  on 2000/12/07  21:45:08
73297         Log: Various oddities p4 diff -se showed up
73298              Remove 'our' from warnings.pl
73299      Branch: perlio
73300            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
73301 ____________________________________________________________________________
73302 [  8025] By: nick                                  on 2000/12/07  21:43:32
73303         Log: Change PerlIO_(get|set)pos to take SV *
73304              Should fix, OS/2, VMS, (sfio??)
73305      Branch: perlio
73306            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
73307 ____________________________________________________________________________
73308 [  8024] By: jhi                                   on 2000/12/07  19:05:32
73309         Log: Document utf8_to_uv() better.
73310      Branch: perl
73311            ! pod/perlapi.pod utf8.c
73312 ____________________________________________________________________________
73313 [  8023] By: jhi                                   on 2000/12/07  18:23:47
73314         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
73315      Branch: perl
73316            ! embed.pl pod/perlapi.pod utf8.c
73317 ____________________________________________________________________________
73318 [  8022] By: jhi                                   on 2000/12/07  04:13:51
73319         Log: Integrate perlio:
73320              
73321              [  8021]
73322              Various attempts at MSVC debug - not sure what has
73323              changed but works now. 
73324              Seems atexit() _may_ work for DLLs built with MSVC so don't
73325              call cleanup that way.
73326              
73327              [  8019]
73328              Add useperlio to config.vc
73329              Turn off binmode in config_H.PL
73330              Regen all the config_H.xx
73331              Attempt to get debugging build with MSVC.
73332              
73333              [  8018]
73334              Test various dup/external program options on all platforms.
73335              
73336              [  8017]
73337              Fix harness to be less picky
73338      Branch: perl
73339           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
73340           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
73341           !> win32/makefile.mk
73342 ____________________________________________________________________________
73343 [  8021] By: nick                                  on 2000/12/07  00:28:14
73344         Log: Various attempts at MSVC debug - not sure what has
73345              changed but works now. 
73346              Seems atexit() _may_ work for DLLs built with MSVC so don't
73347              call cleanup that way.
73348      Branch: perlio
73349            ! perlio.c win32/makefile.mk
73350 ____________________________________________________________________________
73351 [  8020] By: nick                                  on 2000/12/06  19:57:20
73352         Log: Integrate mainline
73353      Branch: perlio
73354           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
73355           !> (integrate 75 files)
73356 ____________________________________________________________________________
73357 [  8019] By: nick                                  on 2000/12/06  19:28:21
73358         Log: Add useperlio to config.vc
73359              Turn off binmode in config_H.PL
73360              Regen all the config_H.xx
73361              Attempt to get debugging build with MSVC.
73362      Branch: perlio
73363            ! win32/config.vc win32/config_H.bc win32/config_H.gc
73364            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
73365 ____________________________________________________________________________
73366 [  8018] By: nick                                  on 2000/12/06  19:21:57
73367         Log: Test various dup/external program options on all platforms.
73368      Branch: perlio
73369            ! t/io/dup.t
73370 ____________________________________________________________________________
73371 [  8017] By: nick                                  on 2000/12/06  19:20:47
73372         Log: Fix harness to be less picky
73373      Branch: perlio
73374            ! lib/Test/Harness.pm
73375 ____________________________________________________________________________
73376 [  8016] By: jhi                                   on 2000/12/06  16:45:12
73377         Log: Update Changes.
73378      Branch: perl
73379            ! Changes patchlevel.h
73380 ____________________________________________________________________________
73381 [  8015] By: jhi                                   on 2000/12/06  16:41:03
73382         Log: Test \x{...} with ord().
73383      Branch: perl
73384            ! t/op/ord.t
73385 ____________________________________________________________________________
73386 [  8014] By: jhi                                   on 2000/12/06  16:20:33
73387         Log: Test tweak because of #8013.
73388      Branch: perl
73389            ! t/lib/b.t
73390 ____________________________________________________________________________
73391 [  8013] By: jhi                                   on 2000/12/06  16:09:09
73392         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
73393              From: Michael G Schwern <schwern@pobox.com>
73394              Date: Tue, 5 Dec 2000 21:23:28 -0500
73395              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
73396              
73397              Carp::Heavy parts not very applicable because of recent changes.
73398      Branch: perl
73399            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
73400            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
73401            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
73402            ! lib/Exporter.pm lib/Exporter/Heavy.pm
73403            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
73404            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
73405            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
73406            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
73407            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
73408            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
73409            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
73410            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
73411            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
73412            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
73413            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
73414            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
73415            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
73416            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
73417            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
73418            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
73419            ! warnings.pl
73420 ____________________________________________________________________________
73421 [  8012] By: jhi                                   on 2000/12/06  15:22:38
73422         Log: Subject: [PATCH] Re: New harness is failing things
73423              From: Nick Ing-Simmons <nik@tiuk.ti.com>
73424              Date: Wed, 6 Dec 2000 13:00:30 GMT
73425              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
73426      Branch: perl
73427            ! lib/Test/Harness.pm
73428 ____________________________________________________________________________
73429 [  8011] By: jhi                                   on 2000/12/06  15:12:08
73430         Log: Subject: installhtml changes
73431              From: Michael Stevens <michael@etla.org>
73432              Date: Wed, 6 Dec 2000 13:15:53 +0000
73433              Message-ID: <20001206131553.A27317@firedrake.org>
73434      Branch: perl
73435            ! installhtml
73436 ____________________________________________________________________________
73437 [  8010] By: jhi                                   on 2000/12/06  15:06:05
73438         Log: Subject: the dTHR hits
73439              From: Michael Stevens <michael@etla.org>
73440              Date: Wed, 6 Dec 2000 12:06:03 +0000
73441              Message-ID: <20001206120603.A24581@firedrake.org>
73442              
73443              More, errrm, less dTHRs.
73444      Branch: perl
73445            ! bytecode.pl ext/B/B/C.pm
73446 ____________________________________________________________________________
73447 [  8009] By: jhi                                   on 2000/12/06  15:04:25
73448         Log: Subject: MakeMaker mailing list gone?
73449              From: Michael G Schwern <schwern@pobox.com>
73450              Date: Tue, 5 Dec 2000 19:29:59 -0500
73451              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
73452              
73453              The MakeMaker mailing list is dead, perlbug is the right
73454              address to report bugs.
73455      Branch: perl
73456            ! lib/ExtUtils/MakeMaker.pm
73457 ____________________________________________________________________________
73458 [  8008] By: jhi                                   on 2000/12/06  15:00:32
73459         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
73460              From: Michael G Schwern <schwern@pobox.com>
73461              Date: Tue, 5 Dec 2000 19:21:21 -0500
73462              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
73463              
73464              Add a default MANIFEST skip that ignores things like
73465              version control files, editor temporary files, and the Makefile.
73466      Branch: perl
73467            + lib/ExtUtils/MANIFEST.SKIP
73468            ! MANIFEST lib/ExtUtils/Manifest.pm
73469 ____________________________________________________________________________
73470 [  8007] By: jhi                                   on 2000/12/06  14:57:20
73471         Log: In Amiga more manual hackery of the scripts seems to be needed,
73472              from Jan-Erik Karlsson.  Why Configure does not get this right
73473              is unknown, may be shell-induced.
73474      Branch: perl
73475            ! README.amiga
73476 ____________________________________________________________________________
73477 [  8006] By: jhi                                   on 2000/12/05  23:53:12
73478         Log: Add TOPm1s to peek at the second topmost stack item.
73479      Branch: perl
73480            ! pp.h
73481 ____________________________________________________________________________
73482 [  8005] By: jhi                                   on 2000/12/05  23:13:55
73483         Log: Avaunt, you foul UTF-8 tests.
73484      Branch: perl
73485            ! t/op/ver.t t/pragma/utf8.t
73486 ____________________________________________________________________________
73487 [  8004] By: jhi                                   on 2000/12/05  23:09:54
73488         Log: Continue utf8 dispersal. 
73489      Branch: perl
73490            + t/op/concat.t
73491            ! MANIFEST t/pragma/utf8.t
73492 ____________________________________________________________________________
73493 [  8003] By: nick                                  on 2000/12/05  23:02:39
73494         Log: Integrate mainline.
73495      Branch: perlio
73496           +> t/op/length.t t/op/utf8decode.t
73497           !> (integrate 69 files)
73498 ____________________________________________________________________________
73499 [  8002] By: jhi                                   on 2000/12/05  22:59:28
73500         Log: Integrate perlio:
73501              
73502              [  8001]
73503              Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
73504              - calloc/free suffer from damage on TerminateThread()
73505              - use PerlMemShared (as originally planned) now fixed
73506              - avoid doing anything important on DLL "detach".
73507              
73508              [  8000]
73509              Fix gross PerlMemShared issue.
73510      Branch: perl
73511           !> iperlsys.h perl.c perlio.c win32/perllib.c
73512 ____________________________________________________________________________
73513 [  8001] By: nick                                  on 2000/12/05  22:07:52
73514         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
73515              - calloc/free suffer from damage on TerminateThread()
73516              - use PerlMemShared (as originally planned) now fixed
73517              - avoid doing anything important on DLL "detach".
73518      Branch: perlio
73519            ! perl.c perlio.c win32/perllib.c
73520 ____________________________________________________________________________
73521 [  8000] By: nick                                  on 2000/12/05  21:05:09
73522         Log: Fix gross PerlMemShared issue.
73523      Branch: perlio
73524            ! iperlsys.h
73525 ____________________________________________________________________________
73526 [  7999] By: jhi                                   on 2000/12/05  20:46:58
73527         Log: Test for Unicode (UTF-8) hash keys.
73528      Branch: perl
73529            ! t/op/each.t
73530 ____________________________________________________________________________
73531 [  7998] By: jhi                                   on 2000/12/05  20:30:35
73532         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
73533              is now always UTF-8), empty line cosmetics.
73534      Branch: perl
73535            ! t/pragma/utf8.t
73536 ____________________________________________________________________________
73537 [  7997] By: jhi                                   on 2000/12/05  20:15:40
73538         Log: Subject: Re: STRLEN - what?
73539              From: Andy Dougherty <doughera@lafayette.edu>
73540              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
73541              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
73542              
73543              Explain STRLEN.
73544      Branch: perl
73545            ! pod/perlguts.pod
73546 ____________________________________________________________________________
73547 [  7996] By: jhi                                   on 2000/12/05  20:13:34
73548         Log: Split off the UTF-8 decoder tests, make them to check also
73549              the error message.
73550      Branch: perl
73551            + t/op/utf8decode.t
73552            ! MANIFEST t/pragma/utf8.t utf8.c
73553 ____________________________________________________________________________
73554 [  7995] By: jhi                                   on 2000/12/05  16:39:47
73555         Log: Start migrating bits of pragma/utf8 to elsewhere
73556              (since the long term plan is to obsolete 'use utf8').
73557      Branch: perl
73558            + t/op/length.t
73559            ! MANIFEST t/pragma/utf8.t
73560 ____________________________________________________________________________
73561 [  7994] By: jhi                                   on 2000/12/05  16:30:21
73562         Log: Fix a manual edit typo from #7993, fix the message formatting
73563              for Unicode, add few our declarations.
73564      Branch: perl
73565            ! lib/Carp/Heavy.pm
73566 ____________________________________________________________________________
73567 [  7993] By: jhi                                   on 2000/12/05  16:09:15
73568         Log: Subject: Need help with warnings :-(
73569              From: "Ben Tilly" <ben_tilly@hotmail.com>
73570              Date: Tue, 05 Dec 2000 01:35:54 -0500
73571              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
73572              
73573              Subject: UPDATE: Carp/Heavy now passes all tests
73574              From: "Ben Tilly" <ben_tilly@hotmail.com>
73575              Date: Tue, 05 Dec 2000 07:59:41 -0500
73576              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
73577              
73578              The Brave New Carp.
73579      Branch: perl
73580            ! lib/Carp.pm lib/Carp/Heavy.pm
73581 ____________________________________________________________________________
73582 [  7992] By: jhi                                   on 2000/12/05  15:55:08
73583         Log: Subject: [PATCH perl@7979] cygwin port
73584              From: "Eric Fifer" <efifer@dircon.co.uk>
73585              Date: Tue, 5 Dec 2000 14:04:09 -0000
73586              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
73587      Branch: perl
73588            ! t/lib/net-hostent.t
73589 ____________________________________________________________________________
73590 [  7991] By: jhi                                   on 2000/12/05  15:52:34
73591         Log: Subject: Re: [PATCH] The largest hoax of all times?
73592              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73593              Date: Tue, 5 Dec 2000 00:40:25 -0500
73594              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
73595              
73596              Subject: Re: [PATCH] The largest hoax of all times?
73597              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73598              Date: Mon, 4 Dec 2000 23:55:53 -0500
73599              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
73600              
73601              Subject: Re: [PATCH] The largest hoax of all times?
73602              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73603              Date: Tue, 5 Dec 2000 01:28:45 -0500
73604              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
73605              
73606              Fix the unpredictable order of DESTROYs.
73607      Branch: perl
73608            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
73609            ! sv.c sv.h t/op/ref.t
73610 ____________________________________________________________________________
73611 [  7990] By: jhi                                   on 2000/12/05  14:38:53
73612         Log: Subject: [PATCH] shrink pp_hot fractionally
73613              From: Nicholas Clark <nick@ccl4.org>
73614              Date: Tue, 5 Dec 2000 12:44:31 +0000
73615              Message-ID: <20001205124431.E74518@plum.flirble.org>
73616              
73617              Use report_evil_fh().
73618      Branch: perl
73619            ! opcode.pl opnames.h pp_hot.c util.c
73620 ____________________________________________________________________________
73621 [  7989] By: jhi                                   on 2000/12/05  14:21:27
73622         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
73623              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73624              Date: Mon, 04 Dec 2000 22:21:59 -0800
73625              Message-ID: <HmIL6gzkgepS092yn@efn.org>
73626              
73627              Harness shouldn't ignore responses like "ok 3\r\r\n".
73628      Branch: perl
73629            ! lib/Test/Harness.pm
73630 ____________________________________________________________________________
73631 [  7988] By: jhi                                   on 2000/12/05  13:51:28
73632         Log: Integrate the "skip" messages to explain().
73633      Branch: perl
73634            ! t/lib/syslfs.t t/op/lfs.t
73635 ____________________________________________________________________________
73636 [  7987] By: jhi                                   on 2000/12/05  12:34:54
73637         Log: The one that got away in #7984.
73638              
73639              Subject: Re: dTHR - what and why?
73640              From: Michael Stevens <michael@etla.org> 
73641              Date: Tue, 5 Dec 2000 11:15:52 +0000
73642              Message-ID: <20001205111552.A4647@firedrake.org>
73643      Branch: perl
73644            ! sv.h
73645 ____________________________________________________________________________
73646 [  7986] By: gsar                                  on 2000/12/05  09:14:44
73647         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
73648              due to the notorious GetFileType() bug in Windows 9x, which fstat()
73649              tickles)
73650      Branch: perl
73651            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
73652 ____________________________________________________________________________
73653 [  7985] By: jhi                                   on 2000/12/05  05:49:03
73654         Log: Integrate perlio:
73655              
73656              [  7983]
73657              PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
73658      Branch: perl
73659           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
73660           !> win32/perlhost.h win32/perllib.c
73661 ____________________________________________________________________________
73662 [  7984] By: jhi                                   on 2000/12/05  05:48:16
73663         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
73664      Branch: perl
73665            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
73666            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
73667            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
73668            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
73669            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
73670            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
73671            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
73672            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
73673            ! win32/win32.c
73674 ____________________________________________________________________________
73675 [  7983] By: nick                                  on 2000/12/04  23:27:43
73676         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
73677      Branch: perlio
73678            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
73679            ! win32/perlhost.h win32/perllib.c
73680 ____________________________________________________________________________
73681 [  7982] By: jhi                                   on 2000/12/04  19:44:09
73682         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
73683              uncovered by #7980.
73684      Branch: perl
73685            ! op.c
73686 ____________________________________________________________________________
73687 [  7981] By: jhi                                   on 2000/12/04  19:42:07
73688         Log: Subject: [PATCH] Trivial dump.c feature
73689              From: Simon Cozens <simon@cozens.net>
73690              Date: Mon, 4 Dec 2000 18:08:38 +0000
73691              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
73692              
73693              Show whether a constant is UTF-8.
73694      Branch: perl
73695            ! dump.c
73696 ____________________________________________________________________________
73697 [  7980] By: jhi                                   on 2000/12/04  19:36:51
73698         Log: UTF-8 hash keys, patch from Inaba Hiroto.
73699      Branch: perl
73700            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
73701 ____________________________________________________________________________
73702 [  7979] By: jhi                                   on 2000/12/04  17:36:28
73703         Log: Update Changes.
73704      Branch: perl
73705            ! Changes patchlevel.h
73706 ____________________________________________________________________________
73707 [  7978] By: jhi                                   on 2000/12/04  16:42:17
73708         Log: Retract #7977, still too volatile (the euphemism of the day
73709              for unfinished and buggy :-)
73710      Branch: perl
73711            ! doop.c hv.c pp.c sv.h
73712 ____________________________________________________________________________
73713 [  7977] By: jhi                                   on 2000/12/04  16:25:15
73714         Log: (Retracted by #7978, too shaky yet.)
73715              
73716              Subject: Re: utf8 in hash keys, implementor missing
73717              From: Simon Cozens <simon@cozens.net>
73718              Date: Sat, 2 Dec 2000 19:49:35 +0000
73719              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
73720              
73721              The first step at UTF-8 hash keys.
73722      Branch: perl
73723            ! doop.c hv.c pp.c sv.h
73724 ____________________________________________________________________________
73725 [  7976] By: jhi                                   on 2000/12/04  16:13:53
73726         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
73727              From: sthoenna@efn.org
73728              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
73729              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
73730      Branch: perl
73731            ! os2/os2.c perlio.c
73732 ____________________________________________________________________________
73733 [  7975] By: jhi                                   on 2000/12/04  16:05:25
73734         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
73735              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73736              Date: Thu, 30 Nov 2000 20:50:37 -0800
73737              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
73738      Branch: perl
73739            ! os2/os2.c
73740 ____________________________________________________________________________
73741 [  7974] By: jhi                                   on 2000/12/04  16:03:57
73742         Log: Subject: [PATCH] ++ 20% faster
73743              From: Nicholas Clark <nick@ccl4.org>
73744              Date: Mon, 4 Dec 2000 12:17:27 +0000
73745              Message-ID: <20001204121726.B52976@plum.flirble.org>
73746              
73747              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
73748      Branch: perl
73749            ! sv.c
73750 ____________________________________________________________________________
73751 [  7973] By: jhi                                   on 2000/12/04  16:00:48
73752         Log: 
73753              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
73754              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73755              Date: Mon, 04 Dec 2000 12:30:45 +0100
73756              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
73757              
73758              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
73759              library (getprotobyname and getprotobynumber are outversioned by
73760              the same calls in libc, at least for xlc version 3.
73761      Branch: perl
73762            ! hints/aix.sh
73763 ____________________________________________________________________________
73764 [  7972] By: jhi                                   on 2000/12/04  02:58:31
73765         Log: Integrate perlio:
73766              
73767              [  7971]
73768              Quieten some noise in Win32 builds:
73769              - win32.h is included after <sys/socket.h>, so need to 
73770              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
73771              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
73772              
73773              [  7970]
73774              PERL_IMPLICIT_SYS compiles but does not work.
73775      Branch: perl
73776           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
73777           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
73778           !> win32/win32.h win32/win32iop.h win32/win32thread.h
73779 ____________________________________________________________________________
73780 [  7971] By: nick                                  on 2000/12/04  00:24:33
73781         Log: Quieten some noise in Win32 builds:
73782              - win32.h is included after <sys/socket.h>, so need to 
73783              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
73784              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
73785      Branch: perlio
73786            ! doio.c perl.h toke.c win32/win32.h
73787 ____________________________________________________________________________
73788 [  7970] By: nick                                  on 2000/12/03  22:57:46
73789         Log: PERL_IMPLICIT_SYS compiles but does not work.
73790      Branch: perlio
73791            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
73792            ! win32/perlhost.h win32/perllib.c win32/win32.h
73793            ! win32/win32iop.h win32/win32thread.h
73794 ____________________________________________________________________________
73795 [  7969] By: jhi                                   on 2000/12/03  22:12:58
73796         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
73797              used to swash_init(), makes regprop() dumps more informative
73798              (+utf8::IsAlpha, -utf8::IsDigit, for example).
73799      Branch: perl
73800            ! regcomp.c regexec.c
73801 ____________________________________________________________________________
73802 [  7968] By: jhi                                   on 2000/12/03  21:39:56
73803         Log: Implement ANYOFUTF8 regprop() dumping.
73804      Branch: perl
73805            ! regcomp.c
73806 ____________________________________________________________________________
73807 [  7967] By: jhi                                   on 2000/12/03  20:57:19
73808         Log: Make uv_to_utf8() to zero-terminate its output buffer,
73809              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
73810      Branch: perl
73811            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
73812 ____________________________________________________________________________
73813 [  7966] By: nick                                  on 2000/12/03  18:41:21
73814         Log: Integrate mainline (STDCHAR)
73815      Branch: perlio
73816           !> Configure t/pragma/utf8.t
73817 ____________________________________________________________________________
73818 [  7965] By: jhi                                   on 2000/12/03  17:58:20
73819         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
73820      Branch: perl
73821            ! t/pragma/utf8.t
73822 ____________________________________________________________________________
73823 [  7964] By: jhi                                   on 2000/12/03  17:35:56
73824         Log: Integrate perlio:
73825              
73826              [  7961]
73827              Make iperlsys.h vector stdio not PerlIO.
73828      Branch: perl
73829           !> iperlsys.h perlio.c
73830 ____________________________________________________________________________
73831 [  7963] By: jhi                                   on 2000/12/03  17:33:55
73832         Log: Metaconfig unit change for #7962.
73833      Branch: metaconfig
73834            ! U/modified/stdchar.U
73835 ____________________________________________________________________________
73836 [  7962] By: jhi                                   on 2000/12/03  17:33:27
73837         Log: Untangle the <stdio.h> #include nest for the stdchar test,
73838              from Andy Dougherty.
73839      Branch: perl
73840            ! Configure
73841 ____________________________________________________________________________
73842 [  7961] By: nick                                  on 2000/12/03  16:53:00
73843         Log: Make iperlsys.h vector stdio not PerlIO.
73844      Branch: perlio
73845            ! iperlsys.h perlio.c
73846 ____________________________________________________________________________
73847 [  7960] By: nick                                  on 2000/12/03  14:43:01
73848         Log: Integrate mainline
73849      Branch: perlio
73850           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
73851           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
73852 ____________________________________________________________________________
73853 [  7959] By: jhi                                   on 2000/12/03  08:16:36
73854         Log: Use DO_UTF8().
73855      Branch: perl
73856            ! op.c
73857 ____________________________________________________________________________
73858 [  7958] By: jhi                                   on 2000/12/02  18:33:05
73859         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
73860              From: Mike Guy <mjtg@cam.ac.uk>         
73861              Date: Sat, 02 Dec 2000 17:27:13 +0000
73862              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
73863              
73864              An extraneous argument.
73865      Branch: perl
73866            ! toke.c
73867 ____________________________________________________________________________
73868 [  7957] By: jhi                                   on 2000/12/02  18:22:32
73869         Log: A missing hunk.
73870      Branch: perl
73871            ! t/lib/net-hostent.t
73872 ____________________________________________________________________________
73873 [  7956] By: jhi                                   on 2000/12/02  18:06:20
73874         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
73875              From: Nicholas Clark <nick@ccl4.org>
73876              Date: Sat, 2 Dec 2000 14:28:27 +0000
73877              Message-ID: <20001202142827.A12308@plum.flirble.org>
73878              
73879              Test robustness.
73880      Branch: perl
73881            ! t/lib/net-hostent.t
73882 ____________________________________________________________________________
73883 [  7955] By: jhi                                   on 2000/12/02  17:58:06
73884         Log: Metaconfig unit change for #7954.
73885      Branch: metaconfig
73886            ! U/modified/stdchar.U
73887 ____________________________________________________________________________
73888 [  7954] By: jhi                                   on 2000/12/02  17:54:32
73889         Log: An inconvenient hang would happen if the stdio _ptr wasn't
73890              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
73891              would be grepping stdin for all eternity for the _ptr.)
73892      Branch: perl
73893            ! Configure
73894 ____________________________________________________________________________
73895 [  7953] By: jhi                                   on 2000/12/02  00:07:15
73896         Log: Update Changes.
73897      Branch: perl
73898            ! Changes patchlevel.h
73899 ____________________________________________________________________________
73900 [  7952] By: jhi                                   on 2000/12/01  23:54:47
73901         Log: Subject: Re: long shell lines
73902              From: Andy Dougherty <doughera@lafayette.edu>
73903              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
73904              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
73905              
73906              Split overly long shell command lines.
73907      Branch: perl
73908            ! lib/ExtUtils/MM_Unix.pm
73909 ____________________________________________________________________________
73910 [  7951] By: jhi                                   on 2000/12/01  23:48:02
73911         Log: The metaconfig unit change for #7950.
73912      Branch: metaconfig
73913            + U/modified/stdchar.U
73914 ____________________________________________________________________________
73915 [  7950] By: jhi                                   on 2000/12/01  23:47:39
73916         Log: Try to find stdchar also from <stdio_impl.h>.
73917      Branch: perl
73918            ! Configure config_h.SH
73919 ____________________________________________________________________________
73920 [  7949] By: jhi                                   on 2000/12/01  23:46:45
73921         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
73922              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
73923              Date: Fri, 1 Dec 2000 16:26:08 -0500
73924              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
73925              
73926              Reword the diagnostic message.
73927      Branch: perl
73928            ! pod/perldiag.pod
73929 ____________________________________________________________________________
73930 [  7948] By: nick                                  on 2000/12/01  22:49:43
73931         Log: Integrate mainline (for s/y/m as sub names stuff).
73932      Branch: perlio
73933           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
73934           !> t/pragma/warn/toke toke.c
73935 ____________________________________________________________________________
73936 [  7947] By: jhi                                   on 2000/12/01  20:55:41
73937         Log: Integrate perlio:
73938              
73939              [  7942]
73940              Fix 'mmap' lib/filehand.t (ungetc) test fail.
73941              Make 'unix' pass most tests
73942              - do unread by temporary push of layer ("pending") holding unread chars
73943              - fast_gets is now based on per-handle flag
73944              - relax one of io/pipe.t tests to allow print to fail and close to
73945              succeed so that it passes on unbuffered "unix" layer.
73946              Remaining fail is sporadic and a genuine race condition between
73947              parent/child in fork test.
73948      Branch: perl
73949           !> perlio.c perliol.h t/io/pipe.t
73950 ____________________________________________________________________________
73951 [  7946] By: jhi                                   on 2000/12/01  20:36:51
73952         Log: Upgrade to CPAN 1.59_51, from Andreas König.
73953      Branch: perl
73954            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
73955 ____________________________________________________________________________
73956 [  7945] By: nick                                  on 2000/12/01  20:31:32
73957         Log: Integrate mainline
73958      Branch: perlio
73959           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
73960           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
73961           +> t/lib/net-hostent.t
73962           !> (integrate 35 files)
73963 ____________________________________________________________________________
73964 [  7944] By: jhi                                   on 2000/12/01  20:23:29
73965         Log: Some help for 20001130.011.  Now one gets warnings like
73966              "Ambiguous -f() resolved as a file test ..."
73967      Branch: perl
73968            ! pod/perldiag.pod t/pragma/warn/toke toke.c
73969 ____________________________________________________________________________
73970 [  7943] By: jhi                                   on 2000/12/01  19:44:44
73971         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
73972              that also breaks using them as methods. 
73973      Branch: perl
73974            ! pod/perldiag.pod t/op/misc.t toke.c
73975 ____________________________________________________________________________
73976 [  7942] By: nick                                  on 2000/12/01  17:56:46
73977         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
73978              Make 'unix' pass most tests
73979              - do unread by temporary push of layer ("pending") holding unread chars
73980              - fast_gets is now based on per-handle flag
73981              - relax one of io/pipe.t tests to allow print to fail and close to
73982              succeed so that it passes on unbuffered "unix" layer.
73983              Remaining fail is sporadic and a genuine race condition between
73984              parent/child in fork test.
73985      Branch: perlio
73986            ! perlio.c perliol.h t/io/pipe.t
73987 ____________________________________________________________________________
73988 [  7941] By: jhi                                   on 2000/12/01  15:28:58
73989         Log: (Retracted by #7943.)
73990              
73991              Reserve the short named string operator names.
73992      Branch: perl
73993            ! pod/perldiag.pod t/op/misc.t toke.c
73994 ____________________________________________________________________________
73995 [  7940] By: jhi                                   on 2000/12/01  06:45:53
73996         Log: Get the three different space character classes right under utf8.
73997      Branch: perl
73998            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
73999            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
74000            ! regexec.c t/op/pat.t utf8.c
74001 ____________________________________________________________________________
74002 [  7939] By: jhi                                   on 2000/12/01  03:26:26
74003         Log: Two more tests that make no sense in UTF-8 since the test
74004              data is not in UTF-8.
74005      Branch: perl
74006            ! t/op/regexp.t
74007 ____________________________________________________________________________
74008 [  7938] By: jhi                                   on 2000/12/01  03:20:39
74009         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
74010              should it be required inside regexen?
74011      Branch: perl
74012            ! regcomp.c t/op/regmesg.t
74013 ____________________________________________________________________________
74014 [  7937] By: jhi                                   on 2000/12/01  02:58:53
74015         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
74016              stored and restored, and thusly was trounced by the utf8 swash
74017              routines.
74018      Branch: perl
74019            ! regcomp.c
74020 ____________________________________________________________________________
74021 [  7936] By: jhi                                   on 2000/11/30  20:41:39
74022         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
74023              Why the different platforms behave so differently (core dump vs
74024              no core dump) on this bug is a but of a mystery, but if I had to
74025              guess I would mumble something like 'alignment'.
74026      Branch: perl
74027            ! sv.c
74028 ____________________________________________________________________________
74029 [  7935] By: jhi                                   on 2000/11/30  16:17:02
74030         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
74031              From: Robin Barker <rmb1@cise.npl.co.uk>
74032              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
74033              Date: Thu, 30 Nov 2000 14:27:12 GMT
74034      Branch: perl
74035            ! perlio.c toke.c
74036 ____________________________________________________________________________
74037 [  7934] By: jhi                                   on 2000/11/30  16:04:49
74038         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
74039      Branch: perl
74040            ! t/lib/net-hostent.t
74041 ____________________________________________________________________________
74042 [  7933] By: jhi                                   on 2000/11/30  06:07:26
74043         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
74044              From: Peter Prymmer <pvhp@forte.com>
74045              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
74046              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
74047              
74048              In VMS the localhost may be LOCALHOST.
74049      Branch: perl
74050            ! t/lib/net-hostent.t
74051 ____________________________________________________________________________
74052 [  7932] By: jhi                                   on 2000/11/30  01:11:11
74053         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
74054              From: Peter Prymmer <pvhp@forte.com>
74055              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
74056              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
74057              
74058              plus regen perlapi.pod.
74059      Branch: perl
74060            ! pod/perlapi.pod utf8.c
74061 ____________________________________________________________________________
74062 [  7931] By: jhi                                   on 2000/11/30  01:06:19
74063         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
74064              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74065              Date:     Wed, 29 Nov 2000 17:15:11 EST
74066              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
74067      Branch: perl
74068            ! t/lib/filter-util.pl t/lib/filter-util.t
74069 ____________________________________________________________________________
74070 [  7930] By: jhi                                   on 2000/11/29  18:51:55
74071         Log: Update Changes.
74072      Branch: perl
74073            ! Changes patchlevel.h
74074 ____________________________________________________________________________
74075 [  7929] By: jhi                                   on 2000/11/29  18:50:55
74076         Log: Update the va_copy() metaconfig unit.
74077      Branch: metaconfig/U/perl
74078            ! need_va_copy.U
74079 ____________________________________________________________________________
74080 [  7928] By: jhi                                   on 2000/11/29  17:50:43
74081         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
74082              From: Dominic Dunlop <domo@computer.org>
74083              Date: Tue, 28 Nov 2000 16:41:57 +0100
74084              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
74085              
74086              Patch to catch a core dump in the Configure va_copy test.
74087      Branch: perl
74088            ! Configure config_h.SH
74089 ____________________________________________________________________________
74090 [  7927] By: jhi                                   on 2000/11/29  17:31:59
74091         Log: Retract #7921, the patch shouldn't be needed.
74092      Branch: perl
74093            ! sv.c
74094 ____________________________________________________________________________
74095 [  7926] By: jhi                                   on 2000/11/29  17:01:41
74096         Log: Make the Class::Struct import() wiser.
74097      Branch: perl
74098            ! lib/Class/Struct.pm t/lib/class-struct.t
74099 ____________________________________________________________________________
74100 [  7925] By: jhi                                   on 2000/11/29  16:36:33
74101         Log: All the core library users of Class::Struct seem to be
74102              using "use Class::Struct 'struct';" instead of the bare
74103              "use Class::Struct;", which isn't documented in Class::Struct.
74104              This can't be right.
74105      Branch: perl
74106            ! lib/File/stat.pm
74107 ____________________________________________________________________________
74108 [  7924] By: jhi                                   on 2000/11/29  16:32:15
74109         Log: A test works better if it has the right 1..$n output.
74110      Branch: perl
74111            ! t/lib/class-struct.t
74112 ____________________________________________________________________________
74113 [  7923] By: jhi                                   on 2000/11/29  16:29:11
74114         Log: Forgot to MANIFEST the new Net::hostent test.
74115      Branch: perl
74116            ! MANIFEST
74117 ____________________________________________________________________________
74118 [  7922] By: jhi                                   on 2000/11/29  16:27:49
74119         Log: Integrate perlio:
74120              
74121              [  7906]
74122              Initial tidy of setmode() muddle (UNIX does not have, nor need it).
74123      Branch: perl
74124           !> iperlsys.h perlio.c
74125 ____________________________________________________________________________
74126 [  7921] By: jhi                                   on 2000/11/29  16:27:10
74127         Log: (Retracted by #7927.)
74128              
74129              Subject: [PATCH] Is infinity a number?
74130              From: Simon Cozens <simon@cozens.net>
74131              Date: Wed, 29 Nov 2000 14:48:20 +0000
74132              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
74133      Branch: perl
74134            ! sv.c
74135 ____________________________________________________________________________
74136 [  7920] By: jhi                                   on 2000/11/29  16:23:02
74137         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
74138              From: rspier@pobox.com (Robert Spier)
74139              Date: Wed, 29 Nov 2000 02:17:49 -0500
74140              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
74141              
74142              Add a test for Net::hostent.
74143      Branch: perl
74144            + t/lib/net-hostent.t
74145 ____________________________________________________________________________
74146 [  7919] By: jhi                                   on 2000/11/29  16:21:31
74147         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
74148              add a test for Class::Struct.
74149      Branch: perl
74150            + t/lib/class-struct.t
74151            ! MANIFEST lib/Class/Struct.pm
74152 ____________________________________________________________________________
74153 [  7918] By: jhi                                   on 2000/11/29  15:48:40
74154         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
74155              From: rspier@pobox.com (Robert Spier)
74156              Date: Wed, 29 Nov 2000 02:25:39 -0500
74157              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
74158              
74159              More checking in case someone has broken their services or
74160              protocol databases.
74161      Branch: perl
74162            ! ext/Sys/Syslog/Syslog.pm
74163 ____________________________________________________________________________
74164 [  7917] By: jhi                                   on 2000/11/29  15:46:25
74165         Log: Subject: [PATCH] $^O  win32 -> MSWin32
74166              From: rspier@pobox.com (Robert Spier)
74167              Date: Wed, 29 Nov 2000 02:17:38 -0500
74168              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
74169              
74170              plus similar nits for vms, err, VMS, and UNICOS.
74171      Branch: perl
74172            ! t/lib/syslfs.t t/op/lfs.t
74173 ____________________________________________________________________________
74174 [  7916] By: jhi                                   on 2000/11/29  15:42:51
74175         Log: Subject: [PATCH] Tokeniser debugging
74176              From: Simon Cozens <simon@cozens.net>
74177              Date: Wed, 29 Nov 2000 14:15:45 +0000
74178              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
74179      Branch: perl
74180            ! perl.c perl.h pod/perlrun.pod toke.c
74181 ____________________________________________________________________________
74182 [  7915] By: jhi                                   on 2000/11/29  15:41:36
74183         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
74184              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74185              Date: Wed, 29 Nov 2000 02:13:14 -0500
74186              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
74187              
74188              OUT keyword nits.
74189              
74190              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
74191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74192              Date: Wed, 29 Nov 2000 03:09:04 -0500
74193              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
74194              
74195              OUT and IN_OUT documentation.
74196      Branch: perl
74197            ! lib/ExtUtils/xsubpp pod/perlxs.pod
74198 ____________________________________________________________________________
74199 [  7914] By: jhi                                   on 2000/11/29  03:35:01
74200         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
74201              From: John Tobey <jtobey@john-edwin-tobey.org>
74202              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
74203              Message-Id: <m140e1N-000FOoC@feynman.localnet>
74204              
74205              plus a performance speedup noticed by Sarathy.
74206      Branch: perl
74207            ! op.c
74208 ____________________________________________________________________________
74209 [  7913] By: jhi                                   on 2000/11/29  03:16:59
74210         Log: Use "1 while unlink" so that VMS gets clean, too.
74211      Branch: perl
74212            ! t/lib/filter-util.t
74213 ____________________________________________________________________________
74214 [  7912] By: jhi                                   on 2000/11/29  03:09:08
74215         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
74216              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74217              Date: Tue, 28 Nov 2000 03:27:09 -0500
74218              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
74219      Branch: perl
74220            ! lib/ExtUtils/xsubpp
74221 ____________________________________________________________________________
74222 [  7911] By: jhi                                   on 2000/11/29  03:06:30
74223         Log: This should have been part of #7872: no need to scan UTF-8
74224              until eternity.
74225      Branch: perl
74226            ! utf8.c
74227 ____________________________________________________________________________
74228 [  7910] By: jhi                                   on 2000/11/29  02:50:04
74229         Log: One more perltie.pod nit from Casey R. Tweten.
74230      Branch: perl
74231            ! pod/perltie.pod
74232 ____________________________________________________________________________
74233 [  7909] By: jhi                                   on 2000/11/29  02:44:23
74234         Log: Document the known sprintf test failures, exact standard
74235              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
74236      Branch: perl
74237            ! pod/perldelta.pod t/op/sprintf.t
74238 ____________________________________________________________________________
74239 [  7908] By: jhi                                   on 2000/11/29  02:36:23
74240         Log: Add the Encoding table format documentation.
74241      Branch: perl
74242            + ext/Encode/Encode/EncodeFormat.pod
74243            ! MANIFEST
74244 ____________________________________________________________________________
74245 [  7907] By: jhi                                   on 2000/11/29  02:07:24
74246         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
74247              From: "Casey R. Tweten" <crt@kiski.net>
74248              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
74249              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
74250              
74251              Subject: Re: [PATCH] Updating perltie.pod for arrays
74252              From: "Casey R. Tweten" <crt@kiski.net>
74253              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
74254              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
74255      Branch: perl
74256            ! pod/perltie.pod
74257 ____________________________________________________________________________
74258 [  7906] By: nick                                  on 2000/11/28  22:40:59
74259         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
74260      Branch: perlio
74261            ! iperlsys.h perlio.c
74262 ____________________________________________________________________________
74263 [  7905] By: nick                                  on 2000/11/28  22:04:34
74264         Log: Integrate mainline
74265      Branch: perlio
74266           !> (integrate 39 files)
74267 ____________________________________________________________________________
74268 [  7904] By: jhi                                   on 2000/11/28  16:44:43
74269         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
74270              From: Nicholas Clark <nick@babyhippo.co.uk>
74271              Date: Tue, 28 Nov 2000 11:16:57 +0000
74272              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
74273      Branch: perl
74274            ! pod/perlipc.pod
74275 ____________________________________________________________________________
74276 [  7903] By: jhi                                   on 2000/11/28  16:40:31
74277         Log: Subject: [PATCH] Updating perltie.pod for arrays
74278              From: "Casey R. Tweten" <crt@kiski.net>
74279              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
74280              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
74281      Branch: perl
74282            ! pod/perltie.pod
74283 ____________________________________________________________________________
74284 [  7902] By: jhi                                   on 2000/11/28  16:39:37
74285         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
74286              From: Robin Barker <rmb1@cise.npl.co.uk>
74287              Date: Mon, 27 Nov 2000 17:56:44 GMT
74288              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
74289      Branch: perl
74290            ! pod/perlfunc.pod t/op/split.t
74291 ____________________________________________________________________________
74292 [  7901] By: jhi                                   on 2000/11/28  16:28:04
74293         Log: setmode() is a DOSish-only thing.
74294      Branch: perl
74295            ! perlio.c
74296 ____________________________________________________________________________
74297 [  7900] By: jhi                                   on 2000/11/28  16:21:46
74298         Log: Subject: [PATCH] perlcc.PL cleanups
74299              From: Simon Cozens <simon@cozens.net>
74300              Date: Tue, 28 Nov 2000 12:44:35 +0000
74301              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
74302      Branch: perl
74303            ! utils/perlcc.PL
74304 ____________________________________________________________________________
74305 [  7899] By: gsar                                  on 2000/11/28  06:32:55
74306         Log: reintegrate files missed by change#7895
74307      Branch: maint-5.6/perl
74308           +> ext/ByteLoader/bytecode.h utils/Makefile
74309            - utils/perlbc.PL
74310 ____________________________________________________________________________
74311 [  7897] By: gsar                                  on 2000/11/27  18:22:47
74312         Log: can't integrate these two files, for some reason
74313      Branch: maint-5.6/perl
74314            - ext/ByteLoader/bytecode.h utils/Makefile
74315 ____________________________________________________________________________
74316 [  7895] By: gsar                                  on 2000/11/27  18:11:21
74317         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
74318              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
74319              6757..6890,6892..6901 from mainline
74320              
74321              Bytecompiler patches from Benjamin Stuhl.
74322              
74323              More bytecompiler.
74324              
74325              Subject: [PATCH blead] B:: missing dependency
74326              
74327              Subject: [PATCH: 6757] configure.com updates and syslog build
74328              
74329              Long double Gconvert fixes from Yitzchak Scott-Thoennes
74330              and Spider Boardman.
74331              
74332              Subject: [PATCH blead] nextchar() abuse misses an optimisation
74333              
74334              Long double fixes from Spider Boardman.
74335              
74336              Make the selection of NVff et al stricter.
74337              
74338              cSVOPo_*v things index into the current PL_curpad
74339              under ithreads, which is different from the curpad
74340              used by the XSUB.  (In other words, the code as-is
74341              before this patch wouldn't work under ithreads.)
74342              
74343              Be portable.
74344              
74345              VMS MMS (make) wants null action.
74346              
74347              Mac and other portability updates from Chris Nandor.
74348              
74349              Storable support, v-version fixes.
74350              Subject: CPAN.pm beta for testing available
74351              
74352              Portability fix from Hugo van der Sanden.
74353              
74354              Bad makefile.
74355              
74356              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
74357              
74358              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
74359              
74360              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
74361              
74362              Replace #6705 with a minimal doc patch.
74363              Subject: [PATCH 5.6.0] replace change #6705
74364              
74365              Drop the separate perlbc, perlcc -b should be enough.
74366              
74367              installperl couldn't tell whether it had run tests or not.
74368              Subject: [PATCH] Re: installperl and t/TEST
74369              
74370              Add silencer flags to installperl.
74371              Subject: [PATCH] Making installperl silent.
74372              
74373              Make "make install" by default silent.  A new "install-verbose"
74374              target is verbose.
74375              
74376              More liberal parsing of version numbers.
74377              Subject: Re: CPAN.pm beta for testing available
74378              
74379              Create directories in silence.
74380              Subject: [PATCH] Another silencer for MakeMaker
74381              
74382              DOS patches and portability/porting notes, from Tim Jenness.
74383              
74384              Make installman to recognize the silence flag -S.
74385              
74386              Actually do something with the silencer option.
74387              
74388              Continue silencing.
74389              
74390              Show the doc file, not the temp file.
74391              
74392              Regen perltoc.
74393              
74394              Subject: [PATCH] More silencing of installman.
74395              
74396              Better wording for the vec lvalue diagnostic.
74397              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
74398              
74399              Subject: [PATCH: 6805] several more tweaks to configure.com
74400              
74401              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
74402              
74403              Missing parts of 
74404              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
74405              
74406              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
74407              (applied slightly modified)
74408              
74409              installperl --verbose and --silent.
74410              Subject: Re: [PATCH] More silencing of installman.
74411              
74412              Add install-silent target.
74413              
74414              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
74415              the problem reported in
74416              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
74417              
74418              Tweak the sfio/useperlio logic, hopefully as wished in
74419              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
74420              
74421              One forgotten file from #6816.
74422              
74423              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
74424              
74425              Remove duplicately applied patch shards.
74426              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
74427              
74428              Support preserving extremely big/small angles.
74429              
74430              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
74431              
74432              Subject: [PATCH] installation not quite silent yet.
74433              
74434              Update the test count.
74435              
74436              Use UVxf, PTR2UV, NVff.
74437              
74438              Document PTR2XX and INT2PTR.
74439              
74440              no-install target a la make -n.
74441              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
74442              
74443              grep -e isn't portable.
74444              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
74445              
74446              Can't get the test to reliably work thanks to the
74447              inaccurateness of floating point.  "Resolves" bug ids
74448              20000826.003, 20000826.009, 20000826.010,
74449              
74450              Subject: installman buglet
74451              
74452              DJGPP update from Laszlo Molnar.
74453              
74454              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
74455              
74456              Passing -R in ldflags makes now it to appear in the default
74457              for lddlflags, just like with -L.
74458              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
74459              
74460              Test nit.
74461              
74462              Use the actual thread type, not the pointer-to-struct.
74463              
74464              Provice virtual $Config{ccflags_nolargefiles} etc. 
74465              
74466              display_format used as a class method without arguments was broken,
74467              reported in
74468              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
74469              
74470              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
74471              
74472              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
74473              
74474              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
74475              
74476              opmini.o may be left around if a build is interrupted.
74477              
74478              Typo in #6858.
74479              
74480              Fix for ID 20000828.001, long doubles were not formatted
74481              correctly (showed up in $], which stopped installing perl).
74482              
74483              An attempt to fix the problem reported in
74484              Subject: Building perl@6856 using gcc/AIX 4.3.3 
74485              I can't test this properly since the gcc installation I have
74486              access to seems to be botched (gcc is calling the AIX cpp,
74487              a losing proposition...)
74488              
74489              Add -ld to archname on long tr...double platforms.
74490              
74491              Subject: hv.h Doc Patch
74492              
74493              Potential cruft.
74494              
74495              Subject: [PATCH bleedperl@6856] warnings fixes
74496              
74497              -S is the silent flag, -s is the strip flag.
74498              Subject: [PATCH] Re: [PATCH] make no-install          
74499              
74500              Take out the SUIDMAIL thing, that will not be
74501              a problem in 5.7.*.
74502              
74503              Subject: [PATCH bleedperl@6866] spellings
74504              
74505              Subject: [PATCH] Re: files not cleaned even by veryclean
74506              
74507              Use minimal @INC in tests, most of the time just '../lib',
74508              so that we simply can't pick up stuff from other Perls than
74509              the one we are testing.  Pointed out by
74510              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
74511              
74512              Update to Getopt::Long 2.24, from Johan Vromans.
74513              
74514              Fix for thinko in #6848.
74515              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
74516              
74517              Patches all over for people and the files they (hopefully) care about.
74518              
74519              Subject: Net::protoent does not export 'getproto'
74520              
74521              Missed a change in #6869.
74522              
74523              Subject: [PATCH] Warnings in B::Deparse
74524              
74525              Subject: [PATCH] Glob dumping
74526              
74527              Disable one of the tests for now.
74528              
74529              Disabling the one test is a bit tricky.
74530              
74531              Don't forget to tidy up.
74532              
74533              The #6881 removed one dump line.
74534              
74535              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
74536              
74537              Under usethreads the dumped variable is IN_PAD.
74538              Subject: Re: [PATCH] Glob dumping
74539              
74540              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
74541              
74542              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
74543              
74544              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
74545              
74546              Regen Configure for #6894.
74547              
74548              Subject: [PATCH: 6889] updates to perlebcdic.pod
74549              
74550              Undo namespace pollution of #6878.
74551              Subject: Re: Net::protoent does not export 'getproto'
74552              
74553              Admit that we are leaking scalars.
74554              
74555              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
74556      Branch: maint-5.6/perl
74557           !> (integrate 271 files)
74558 ____________________________________________________________________________
74559 [  7894] By: gsar                                  on 2000/11/27  16:00:34
74560         Log: a couple of nits
74561      Branch: maint-5.6/perl
74562            ! MANIFEST pp_sys.c
74563 ____________________________________________________________________________
74564 [  7893] By: gsar                                  on 2000/11/27  15:10:56
74565         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
74566              6740..6745,6747..6757,6760
74567              
74568              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
74569              
74570              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
74571              
74572              Doc nits spotted by Richard Soderberg.
74573              
74574              move WNOHANG definition to where other such things are
74575              
74576              Make $Config{byteorder} more magical so that it is
74577              dynamically computed: nice for 'fat binaries'.
74578              Subject: [PATCH]: default byteorder
74579              
74580              Subject: [PATCH] Cwd.pm now uses strict
74581              
74582              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
74583              
74584              Get -DLEAKTEST to compile (not necessarily to work, mind)
74585              Subject: [ID 20000724.006] -DLEAKTEST problem
74586              
74587              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
74588              
74589              Add perlebcdic from Peter Prymmer, regen toc.
74590              
74591              Don't propose using modules built for 5.005 if no binary
74592              compatibility with 5.005 is attempted.
74593              
74594              Do not use prototyping here.
74595              Subject: [ID 20000817.016] [PATCH] Peek.xs
74596              
74597              Document what the backtick returns if the command fails.
74598              
74599              Add byteorder to the myconfig output.
74600              
74601              Introduce NVef, NVff, and NVgf, use the middle one.
74602              (helps for lib/peek + Linux + long doubles)  Reported in
74603              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
74604              Use NVs in POSIX math, not doubles.
74605              Subject: [ID 20000817.014] POSIX & modfl
74606              
74607              Subject: [PATCH 5.6.0+] newSVrv() memory leak
74608              
74609              The byteorder code in #6671 was wrong.
74610              
74611              Fix the lib/complex failure of
74612              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
74613              Linux long double accuracy issue: something that
74614              when printed with %g looks like "2" but int() of it is 1.
74615              
74616              Propagate new Configure vars.
74617              
74618              Unbuffer the output.
74619              
74620              Subject: [PATCH] perltrap.pod spring cleaning
74621              
74622              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
74623              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
74624              
74625              Tiny Getopt::Long patch from Johan Vromans.
74626              
74627              Document code point which makes if (defined %stash::) to work
74628              (noted by Spider Boardman).
74629              
74630              Subject: [PATCH perl@6698] cygwin port
74631              
74632              Document the NDBM_File and ODBM_File as SDBM_File
74633              was documented in #6417.
74634              
74635              The new tests were missing from #6415.
74636              
74637              Add [[:blank:]] as suggested in
74638              Subject: [ID 20000716.024] [=cc=] / [:blank:]
74639              (the [=cc=] has already been taken care of by #6439
74640              so the whole bug report can be closed)
74641              and make [[:space:]] to be equivalent to isspace(3)
74642              (as opposed to \s, which is isSPACE()).  The difference
74643              is that now [[:space:]] matches the mythical vertical tab,
74644              while \s doesn't.
74645              
74646              Don't eat leading os from index entries.
74647              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
74648              
74649              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
74650              
74651              Typo in pp_complement().
74652              Subject: [PATCH perl-current] Deparse
74653              
74654              Add warnif(), check warnings further up the stack,
74655              all the warnings functions now can take an optional object reference.
74656              Subject: [PATCH bleedperl@6691] warnings pragma update
74657              
74658              Fix a core dump in lib/selfloader under -DDEBUGGING.
74659              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
74660              
74661              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
74662              
74663              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
74664              
74665              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
74666              Put back the long double avoidance code to POSIX.xs
74667              because VMS seems to need it still.
74668              
74669              Introduce a 'veryclean' target that is like 'distclean'
74670              but also removes *~ and *.orig.
74671              
74672              Subject: [ID 20000817.023] endianness description in perlfunc.pod
74673              
74674              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
74675              
74676              Let's try #6717 again.
74677              
74678              UTF8 concat fixes.
74679              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
74680              
74681              pp_open() could pass an uninitialized filename down to do_open9().
74682              
74683              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
74684              
74685              Update to CGI 2.72, from Lincoln Stein.
74686              
74687              Subject: [PATCH] Silence MakeMaker (Was: installman)
74688              
74689              Use temporary directory instead of current directory.
74690              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
74691              
74692              Document odd vs even subreleases and -Dusedevel.
74693              
74694              The veryclean target needs to clobber.
74695              
74696              Use File::Spec->tmpdir().
74697              
74698              Document the number of exponent digits.
74699              
74700              Mention perlebcdic and perlposix-bc.
74701              
74702              s/this one/the 5.6.0 release/
74703              
74704              The #6724 is here.
74705              
74706              The correct cleaning order is an art.
74707              
74708              small tweaks for change#6705: avoid C++ style comments in C code;
74709              use Perl's malloc API rather than the low level system one
74710              
74711              Array context keeps slithering in.
74712              
74713              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
74714              
74715              Subject: [PATCH] os2.c fix for use64bitint
74716              
74717              Update to Pod::LaTeX 0.53.
74718              Subject: [PATCH] lib/Pod/LaTeX.pm updates
74719              
74720              Document the endianness of Alpha more precisely.
74721              
74722              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
74723              
74724              Rename the macro argument because some preprocessors
74725              can't tell the difference and expand arguments also inside
74726              double quoted strings.
74727              
74728              free TLS slot properly on Windows
74729              
74730              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
74731              
74732              Unicos/mk requires elaborate paranoia.
74733              
74734              Tweak the floating point output routine preferences.
74735              
74736              Also under djgpp the timestamps are funky.
74737              
74738              Apply some PodParser 1.18 patches; the Pod/Find.pm
74739              patches cannot be applied since #6712 conflicts.
74740              
74741              Use PodParser 1.18 new test.
74742              
74743              A pod nit.
74744              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
74745              
74746              Be verydeepclean.
74747      Branch: maint-5.6/perl
74748           +> pod/perlebcdic.pod
74749           !> (integrate 106 files)
74750 ____________________________________________________________________________
74751 [  7892] By: jhi                                   on 2000/11/27  15:02:32
74752         Log: Update Changes.
74753      Branch: perl
74754            ! Changes patchlevel.h
74755 ____________________________________________________________________________
74756 [  7891] By: jhi                                   on 2000/11/27  14:57:23
74757         Log: Subject: Re: perlfaq style changes
74758              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74759              Date: Sat, 25 Nov 2000 23:32:26 -0800
74760              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
74761              
74762              plus a note from Ronald Kimball.
74763      Branch: perl
74764            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
74765 ____________________________________________________________________________
74766 [  7890] By: jhi                                   on 2000/11/27  14:53:14
74767         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
74768              From: Benjamin Holzman <bah@ecnvantage.com>
74769              Date: Sun, 26 Nov 2000 16:27:33 -0500
74770              Message-ID: <20001126162733.J25040@ecnvantage.com>
74771      Branch: perl
74772            ! gv.c
74773 ____________________________________________________________________________
74774 [  7889] By: jhi                                   on 2000/11/27  14:43:11
74775         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
74776              From: lvirden@cas.org
74777              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
74778              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
74779      Branch: perl
74780            ! README.amiga
74781 ____________________________________________________________________________
74782 [  7888] By: jhi                                   on 2000/11/27  14:32:34
74783         Log: Restore also the locale test to no-sprintf-taint state.
74784              Fixes the bug 20001127.003.
74785      Branch: perl
74786            ! sv.c t/pragma/locale.t
74787 ____________________________________________________________________________
74788 [  7887] By: gsar                                  on 2000/11/27  14:13:05
74789         Log: integrate changes#6613..6616,6620..6665 from mainline
74790              
74791              VMS configure.com update continues.
74792              
74793              Subject: Test fails / warnings with perl-current #6612
74794              
74795              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
74796              
74797              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
74798              
74799              For now remove the mail code.
74800              
74801              Subject: Re: [PATCH] @+, @- readonly
74802              
74803              Subject: warning: storage class after type is obsolescent
74804              
74805              Subject: sfio2000
74806              
74807              Subject: Re: File::Temp problems on VMS in bleedperl
74808              
74809              README.os2 update.
74810              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
74811              
74812              Make the user to give up his firstborn, err, to knowingly
74813              verify installing an unstable developer release.  Also bump
74814              the release to 5.7.0, but leave a patch tag in the local
74815              patches saying that this is not yet the real thing.
74816              
74817              Update (kinda) to Test 1.14, from Joshua Pritikin.
74818              
74819              make ok etc also for win32.
74820              
74821              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
74822              
74823              Don't blow limited stacks, a lower number is enough to
74824              tickle the lookbehind limit.
74825              
74826              Use -Dusedevel; regen Configure and the respective Porting stuff.
74827              
74828              Subject: [PATCH] debugger exit code should reflect user exit code
74829              
74830              Subject: [PATCH perl@6620] cygwin port
74831              
74832              Missed a file from #6638.
74833              
74834              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)
74835              
74836              magic callbacks all need to have same type signature
74837              
74838              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
74839              
74840              Fix a dependency problem.
74841              Subject: [PATCH: 6640] VMS Makefile.SH update
74842              
74843              The numeric locale was reset to "C" by s?printf and never restored.
74844              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
74845              No test since adding the failing example to locale.t
74846              does not fail -- probably because the locale settings are so
74847              thoroughly tweaked by that time.  Running the example standalone
74848              does fail, though.  UPDATE: test case added at change #7540.
74849              
74850              Subject: [ID 20000324.040] minor fix to perlhpux.pod
74851              
74852              Update to CPAN 1.57.
74853              
74854              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
74855              
74856              Change the perlbug address to perl.org since it's more forgiving.
74857              
74858              Change the regx compilation error markers to use = instead of <
74859              since pod makes using the latter quite messy.  Reported in
74860              ID 20000814.006 by Abigail and in
74861              Subject: Unknown escape E<> ?
74862              
74863              Update to perldebtut 1.9, from Richard Foley.
74864              
74865              check that the number pseudo children doesn't exceed
74866              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
74867              the WaitForMultipleObjects() limit that would cause wait()
74868              to crash)
74869              wait() and waitpid() could potentially be rewritten to use
74870              more than one thread to do the waiting to eliminate this
74871              limitation
74872              
74873              change#6328 could make close(SOCKET) return false on windows
74874              when it shouldn't
74875              
74876              pod nit seen in passing
74877              
74878              on windows, the return values from wait() and waitpid() don't
74879              match those of pseudo-pids
74880              
74881              waitpid() now handles externally spawned pids correctly;
74882              fixes for backtick/wait/waitpid failures on Windows 9x
74883              these changes make the pid returned by process functions on
74884              Windows 9x always positive by clearing the high bit (which
74885              is always set on Win9x); pseudo-process PIDs are likewise
74886              always negative now on Win9x (just as on NT/2000)
74887              
74888              trailing new %ENV entries weren't being pushed into the real
74889              environment of subprocesses on Windows
74890              
74891              Tweak the regex compilation errors once more.
74892              
74893              avoid warnings from dense compiler
74894              
74895              add "ok" targets from change#6632 in makefile.mk
74896      Branch: maint-5.6/perl
74897            - lib/Pod/PlainText.pm vms/configure.com
74898           !> (integrate 66 files)
74899 ____________________________________________________________________________
74900 [  7886] By: jhi                                   on 2000/11/27  13:54:18
74901         Log: __FUNCTION__ isn't portable and trying to emulate it leads
74902              into practically spelling out the name of the function.
74903              Takes care of the bug 20001127.001.
74904      Branch: perl
74905            ! perlio.c
74906 ____________________________________________________________________________
74907 [  7885] By: gsar                                  on 2000/11/27  13:53:18
74908         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
74909              6610..6611 from mainline
74910              
74911              Make regular expression parse error messages easier to understand.
74912              Subject: Re: enhanced(?) regex error messages
74913              
74914              Tiny tidying on report_evil_fh().
74915              
74916              Subject: Re: enhanced(?) regex error messages 
74917              plus Capitalize the error messages, plus perldiag them.
74918              
74919              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
74920              
74921              Document here-doc better.
74922              
74923              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
74924              
74925              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
74926              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
74927              (either perlbug or p5p ate the original), plus regen
74928              perlapi and perltoc. 
74929              
74930              Regen global.sym.
74931              
74932              Double check that we have a dirhandle.
74933              
74934              Subject: Re: enhanced(?) regex error messages
74935              (plus two small patches sent privately)
74936              (this still seems to leave few test failures)
74937              
74938              warn is a macro, avoid using at a variable to avoid warnings
74939              in some configurations; readdir.t is too conservative in
74940              estimating number of *.t's
74941              
74942              Get back into sync with Jeffrey on the enhanced regex warnings.
74943              
74944              Subject: [PATCH 5.6.0] cygwin port
74945              
74946              Zero entries were skipped, fix from Adrian Goalby
74947              <argoalby@yahoo.co.uk>
74948              
74949              Subject: Remove dead entry in perldiag
74950              
74951              Amend the description of Perl6.
74952              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
74953              
74954              detypo
74955              
74956              It's the 2ndO'ROSSC.
74957              
74958              Revert the sv.c part of #6559, a better fix is needed.
74959              
74960              Iterating perl6 description.
74961              
74962              Update to Term::ANSIColor 1.03, from Russ Allbery.
74963              
74964              Update to Getopt::Long 2.23_05, from Johan Vromans.
74965              
74966              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
74967              
74968              Update to Pod::Parser 1.17, from Brad Appleton.
74969              
74970              Update to CPAN 1.56, from Andreas König.
74971              
74972              Update to CGI 2.70, from Lincoln Stein.
74973              
74974              Put back the std @INC thing.
74975              
74976              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
74977              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
74978              
74979              Document the IO::Select timeout.
74980              
74981              sleep(1) does not necessarily return 1.
74982              Subject: [PATCH bleadperl] op/lex_assign.t  
74983              
74984              Subject: debugger "d" command doesnt check line number
74985              
74986              B::Deparse didn't do sub attributes.
74987              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
74988              
74989              Preprocessing and postprocessing for File::Find.
74990              Subject: Patch to Find::File.pm to allow alphabetical results
74991              
74992              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
74993              
74994              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
74995              
74996              Subject: Re: [ID 20000730.003] utf8::length() bad
74997              
74998              Subject: Getting perlio and threads to compile
74999              (the Solaris version changes in Configure skipped)
75000              
75001              Tests for #6589.
75002              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75003              
75004              Add Perl debugging tutorial, regen toc. 
75005              Subject: perldebtut.pod
75006              
75007              Add a few missing files, update MANIFEST.
75008              
75009              Rewrite of vms/subconfigure.com as configure.com,
75010              from Peter Prymmer and the vmsperl crew.
75011              
75012              Should have deleted this in #6603.
75013              
75014              Fix the test for 5005threads.
75015              
75016              Fix-n-skip the tests under 5005threads.
75017              
75018              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
75019              
75020              Upgrade to CGI 2.71, from Lincoln Stein.
75021      Branch: maint-5.6/perl
75022           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
75023           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
75024           +> t/op/regmesg.t t/pod/find.t vms/configure.com
75025            - vms/subconfigure.com
75026            ! lib/lib.pm
75027           !> (integrate 115 files)
75028 ____________________________________________________________________________
75029 [  7884] By: jhi                                   on 2000/11/27  13:44:33
75030         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
75031              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75032              Date:     Mon, 27 Nov 2000 08:23:54 EST
75033              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
75034      Branch: perl
75035            ! vms/descrip_mms.template vms/test.com
75036 ____________________________________________________________________________
75037 [  7883] By: gsar                                  on 2000/11/27  11:50:46
75038         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
75039              6511..6513,6515..6523,6525..6536
75040              
75041              The swallow_bom() saga continues.  The #23 of require.t
75042              (UTF16-LE) still fails (silently, no output) but the #22
75043              (UTF16-BE) seems to be working now.  The root of the
75044              failure may be in sv_gets(): is it UTF-16LE-aware,
75045              especially when it comes to line endings? 
75046              
75047              Document the problem with -P in HP-UX and its workaround.
75048              
75049              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
75050              (aka ID 20000730.002)
75051              
75052              Subject: fix and question re: waitpid() under win32
75053              
75054              Make the safety catch for buggy gccs work with triple version
75055              numbers like 2.95.2.  Reported in
75056              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
75057              
75058              In Digital UNIX warn if gcc explicitly chosen because even
75059              2.95.2 is known to cause problems.
75060              
75061              Make chr() for values >127 to create utf8 when under utf8.
75062              
75063              various syntax errors and such (not fixed: comp/require.t#22 coredump
75064              on Windows)
75065              
75066              Stash away the largefiles flags and libswanted.
75067              
75068              BOM patching from Simon Cozens.
75069              
75070              If gccosandvers is equal to osname, clear gccosandvers.
75071              
75072              Make p4desc to skip non-mainperl branches by default.
75073              
75074              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
75075              
75076              The test from this
75077              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
75078              
75079              In new BSDs changes to argv[] do not show up in ps(1) output,
75080              instead one must use setproctitle().  This was already addressed
75081              by change #6457, but the below has a new variant for FreeBSD 4.0
75082              or later, and the matter is also documented more.
75083              
75084              FreeBSD 3.* updates from
75085              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
75086              
75087              regen_headers, regen perltoc.
75088              
75089              Document in one place the memory abstractions used in Perl core.
75090              
75091              memcpy has n o in it, as pinted ut by Sarathy.
75092              
75093              Remove the extraneous "main::" prefix from all the
75094              "opened only for", "on closed", and "never opened" warnings.
75095              
75096              The name of a filehandle does not have <these>.
75097              
75098              The tr utf8 patching continues.
75099              
75100              The new setproctitle() feature is available only in 
75101              bleeding edge FreeBSD.  From Paul Saab.
75102              
75103              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
75104              
75105              Dump UVs as UVs in Data::Dumper.
75106              
75107              detypo #6494
75108              
75109              Document the IVdf UVuf UVof UVxf.
75110              
75111              require.t needs binmode() to work on windows
75112              
75113              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
75114              that are hopefully soon put into use.
75115              
75116              Allow "no Module;" even if there is no 'unimport'.
75117              
75118              Better skip message for the test; one of the two problems in
75119              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
75120              
75121              The subtest 4 may fail also on VOBS, as pointed out
75122              by Nick Ing-Simmons in November 1999, bug id 19991124.003
75123              (but the failure in that bug report isn't the subtest 4).
75124              
75125              Be more informative on what is skipped and why,
75126              also repeat the list at the end.
75127              
75128              Add a URL for FSF.
75129              
75130              Subject: [PATCH] sv.h documentation - SvLEN
75131              
75132              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
75133              
75134              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
75135              
75136              Subject: [PATCH] bad cppsymbols on os2 + Configure question
75137              
75138              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
75139              
75140              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
75141              mention the idea of @( and @)
75142              
75143              This is 6512.  Really.
75144              
75145              Subject: [ID 19990721.004] Documentation bug in perlfunc
75146              
75147              Subject: Minor tweak to perlvar.pod
75148              
75149              In the warnings call filehandles consistently so;
75150              add "unopened" warning for stat().
75151              
75152              After the #6519 a warning about stat() is just that,
75153              not about a filetest, which now have their own warning.
75154              
75155              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
75156              
75157              Subject: Re: Array vs. List context
75158              
75159              Subject: New perlcc, take 2
75160              
75161              Weed buglets pointed out by
75162              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
75163              
75164              gcc versions might have (parentheses) in them.
75165              
75166              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
75167              
75168              Essential prototype changes were missing from #6527.
75169              Also make report_evil_fh() more bomb-proof.
75170              
75171              Zap lib/Sys directory when cleaning up.
75172              
75173              Change the Policy policy: now -Dprefix= with an existing
75174              Policy.sh and prefix == siteprefix == vendorprefix, then all
75175              of them follow along the new prefix.
75176              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
75177              
75178              Continue fixing the io warnings.  This also
75179              sort of fixes bug ID 20000802.003: the core dump
75180              is no more.  Whether the current behaviour is correct
75181              (giving a warning: "Not a format reference"), is another matter.
75182              
75183              Have symbols for the IoTYPEs.
75184              
75185              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
75186              
75187              Document a bit that UDP is not what you might think.
75188              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
75189              tr memory corruption fix from Simon Cozens.
75190              
75191              Plug the security hole described in the Aug 05 2000 bugtraq message
75192              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
75193              The security hole exists only in suidperls, which isn't
75194              installed or even built by default.
75195      Branch: maint-5.6/perl
75196           !> (integrate 71 files)
75197 ____________________________________________________________________________
75198 [  7882] By: gsar                                  on 2000/11/27  10:25:36
75199         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
75200              from mainline
75201              
75202              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
75203              to be fatal errors (instead of by default ignoring them, and
75204              ignoring with a bug: even though -w gave an error, the opening [
75205              was left in)  Reported in:
75206              
75207              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
75208              
75209              Subject: [PATCH] split /^/
75210              
75211              MacOS nits from Matthias Neeracher.
75212              
75213              More split() doc and test patches from Mike Guy.
75214              
75215              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
75216              from Graham Barr in the module list.
75217              
75218              docfix from Peter Scott <Peter@PSDT.com>.
75219              
75220              File::Temp patches for VMS and OS/2 from Tim Jenness.
75221              
75222              open() wariness in perlbug.
75223              
75224              Subject: [PATCH] minor doc change - perlguts
75225              
75226              Subject: Minor doc patch: handy.h
75227              
75228              Be wary of close()s, too.
75229              
75230              Further File::Temp patches from Yitzchak Scott-Thoennes
75231              and Craig A. Berry.
75232              
75233              Subject: [PATCH] fixes bug 20000508.004
75234              
75235              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
75236              
75237              Allow "no AutoLoader;", based on change #6444,
75238              suggested by Graham Barr.
75239              
75240              Use setproctitle() if available to modify $0.
75241              
75242              Warn if the version of the operating system used to compile gcc
75243              differs from the current version of the operating system.
75244              Also display the gcc compilation os and version in myconfig.
75245              Inspiration from
75246              
75247              Tiny fixes for #6460.
75248              
75249              The problem described in this
75250              Subject: [ID 20000322.018] named chars aren't magical enough
75251              has been fixed in perl 5.6.0 but just in case added a test
75252              to keep it away.  (The report from Joseph Hall.)
75253              
75254              Tune the comments and hopefully stop a memory leak.
75255              
75256              Subject: UTF8 concat
75257              (with a memory leak fixed, plus a few casts added)
75258              This also seems to help for
75259              Subject: [ID 20000716.015] join UTF8 weirdness
75260              
75261              Do not upgrade SVs into utf8 just because they participate
75262              in eq or cmp.  Reported and fix suggested in
75263              Subject: [ID 20000720.009] sv_eq UTF8 bug
75264              
75265              Fix the HALF_UPGRADE() macro introduced in #6263.
75266              
75267              Find green threads before native threads.
75268              Subject: Re: Patch to jpl/JNI/Makefile.PL
75269      Branch: maint-5.6/perl
75270           !> (integrate 30 files)
75271 ____________________________________________________________________________
75272 [  7881] By: jhi                                   on 2000/11/27  05:48:41
75273         Log: It seems that *both* the unused submatch loop cleanup
75274              codes are needed.
75275      Branch: perl
75276            ! regexec.c
75277 ____________________________________________________________________________
75278 [  7880] By: jhi                                   on 2000/11/27  04:50:07
75279         Log: Clean .exists deeper.
75280      Branch: perl
75281            ! Makefile.SH
75282 ____________________________________________________________________________
75283 [  7879] By: jhi                                   on 2000/11/27  02:31:35
75284         Log: The code in regcppop() (see #7878) contains the correct lower
75285              limit for the unused submatch 'cleanup' loop so that under
75286              "use utf8" the following code wouldn't dump core:
75287              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
75288              the cleanup loop in regtry() stomped beyond allocated area
75289              in the startp[] array.  Therefore, copied the correct lower
75290              loop limit (*PL_reglastparen) to regtry().  Note: something
75291              may still not be quite right: why was the _higher_ loop limit
75292              (prog->nparens) different in the utf8 case?
75293              
75294              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
75295              without core dumps, there were about 17 of them before
75296              the patch (with us since Perl 5.7.0).  Two failures, still:
75297              496 and 505 (though these may not be severe).
75298              
75299              Patch #7881 is also needed since both the cleanup loops
75300              seem to be needed.
75301              
75302              Also, the t/op/pat#44 seems to core dump under utf8.
75303              Plus a couple of failures.  UGH-8.
75304      Branch: perl
75305            ! regexec.c
75306 ____________________________________________________________________________
75307 [  7878] By: jhi                                   on 2000/11/27  02:21:17
75308         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
75309              the code in regcppop() seems to be redundant for the test suite --
75310              but it contains a germ of truth, and it needed for the build
75311              process itself: see #7879 and #7881.
75312      Branch: perl
75313            ! regexec.c
75314 ____________________________________________________________________________
75315 [  7877] By: jhi                                   on 2000/11/27  01:53:09
75316         Log: Comment on comment.
75317      Branch: perl
75318            ! regexec.c
75319 ____________________________________________________________________________
75320 [  7876] By: jhi                                   on 2000/11/27  00:49:59
75321         Log: Adjust the docs to agree with #7875.
75322      Branch: perl
75323            ! pod/perllocale.pod
75324 ____________________________________________________________________________
75325 [  7875] By: jhi                                   on 2000/11/27  00:49:27
75326         Log: Retract #7863.  It makes more sense not to taint formatted output,
75327              not even by sprintf().
75328      Branch: perl
75329            ! sv.c
75330 ____________________________________________________________________________
75331 [  7874] By: jhi                                   on 2000/11/26  23:36:02
75332         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
75333              Not really fixed (should really dump the UTF-8 charclass),
75334              but stopped displaying the garbage.
75335              
75336              Also add a note on the (missing) Unicode PSXSPC and BLANK.
75337      Branch: perl
75338            ! regcomp.c
75339 ____________________________________________________________________________
75340 [  7873] By: jhi                                   on 2000/11/26  21:31:13
75341         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
75342      Branch: perl
75343            ! regexec.c
75344 ____________________________________________________________________________
75345 [  7872] By: jhi                                   on 2000/11/26  21:06:04
75346         Log: No need to scan till infinity, 13 is enough.
75347      Branch: perl
75348            ! handy.h utf8.c
75349 ____________________________________________________________________________
75350 [  7871] By: jhi                                   on 2000/11/26  20:20:32
75351         Log: Test line numbers are different with utf8.
75352      Branch: perl
75353            ! t/op/re_tests
75354 ____________________________________________________________________________
75355 [  7870] By: jhi                                   on 2000/11/26  20:10:12
75356         Log: Message nit.
75357      Branch: perl
75358            ! regcomp.c
75359 ____________________________________________________________________________
75360 [  7869] By: jhi                                   on 2000/11/26  19:01:05
75361         Log: Make utf8_length() and utf8_distance() (the latter of which
75362              is unused at the moment) to be less forgiving about bad UTF-8.
75363      Branch: perl
75364            ! embed.h embed.pl objXSUB.h proto.h utf8.c
75365 ____________________________________________________________________________
75366 [  7868] By: jhi                                   on 2000/11/26  18:45:56
75367         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
75368              From: Benjamin Holzman <bah@ecnvantage.com>
75369              Date: Sat, 25 Nov 2000 20:40:20 -0500       
75370              Message-ID: <20001125204020.A25040@ecnvantage.com>              
75371              
75372              Debian allows installing /usr/bin/locale without installing
75373              any locales, an error message will ensue.
75374      Branch: perl
75375            ! t/pragma/locale.t
75376 ____________________________________________________________________________
75377 [  7867] By: jhi                                   on 2000/11/26  18:31:12
75378         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
75379              From: Benjamin Holzman <bah@ecnvantage.com>
75380              Date: Sun, 26 Nov 2000 02:42:34 -0500
75381              Message-ID: <20001126024234.G25040@ecnvantage.com>
75382              
75383              Patch for the bug 20000212.002.
75384      Branch: perl
75385            ! sv.c t/op/array.t
75386 ____________________________________________________________________________
75387 [  7866] By: jhi                                   on 2000/11/26  18:28:09
75388         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
75389              From: Tim Jenness <t.jenness@jach.hawaii.edu>
75390              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
75391              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
75392              
75393              File::Temp 0.11.
75394      Branch: perl
75395            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
75396 ____________________________________________________________________________
75397 [  7865] By: jhi                                   on 2000/11/26  18:24:22
75398         Log: The metaconfig unit change for #7864.
75399      Branch: metaconfig/U/perl
75400            ! need_va_copy.U
75401 ____________________________________________________________________________
75402 [  7864] By: jhi                                   on 2000/11/26  18:23:41
75403         Log: Make the va_copy() test not to be so talkative.
75404      Branch: perl
75405            ! Configure config_h.SH
75406 ____________________________________________________________________________
75407 [  7863] By: jhi                                   on 2000/11/26  18:11:02
75408         Log: Fix locale inconsistencies unearthed by Hugo's work.
75409              Now the floating point sprintf really does taint the result
75410              string as perllocale promises (has promised for a long time)
75411              if "use locale" is in the lexical scope.
75412      Branch: perl
75413            ! sv.c t/pragma/locale.t
75414 ____________________________________________________________________________
75415 [  7862] By: jhi                                   on 2000/11/26  00:35:15
75416         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
75417              From: Nicholas Clark <nick@ccl4.org>
75418              Date: Sun, 26 Nov 2000 00:07:50 +0000
75419              Message-ID: <20001126000750.A22446@plum.flirble.org>
75420              
75421              Infinit.
75422      Branch: perl
75423            ! sv.c
75424 ____________________________________________________________________________
75425 [  7861] By: jhi                                   on 2000/11/26  00:01:26
75426         Log: Integrate perlio:
75427              
75428              [  7860]
75429              Correct relative path from new ext\Filter\Util\Call location
75430              back to miniperl.
75431              
75432              [  7857]
75433              All tests pass on Win32/gcc/USE_PERLIO.
75434              - when crlf layer is pushed make unix-level binary.
75435              - remove :crlf injection in pp_backtick in pp_sys.c
75436              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
75437              
75438              [  7853]
75439              Re-arrange crlf vs binary for platforms that care.
75440              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
75441              Lip-service to making stdio layer work on such platforms (untested).
75442              Now fails 3 tests rather than one, checkin to see if I can debug 
75443              the issue under linux. (Do not merge.)
75444      Branch: perl
75445           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
75446 ____________________________________________________________________________
75447 [  7860] By: nick                                  on 2000/11/25  22:04:17
75448         Log: Correct relative path from new ext\Filter\Util\Call location
75449              back to miniperl.
75450      Branch: perlio
75451            ! win32/makefile.mk
75452 ____________________________________________________________________________
75453 [  7859] By: nick                                  on 2000/11/25  21:26:54
75454         Log: Integrate mainline.
75455      Branch: perlio
75456           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
75457           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
75458           +> t/lib/filter-util.t
75459            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75460            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75461            - t/lib/filt-util.t
75462           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
75463           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
75464           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
75465           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
75466           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
75467           !> win32/makefile.mk
75468 ____________________________________________________________________________
75469 [  7858] By: gsar                                  on 2000/11/25  20:52:17
75470         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
75471              parent's memory; fix it by keeping track of the actual pad
75472              offset rather than a raw pointer (this change is probably also
75473              relevant to non-ithreads case to avoid fallout from reallocs of
75474              the pad array, but is currently only enabled for the ithreads
75475              case in the interests of minimal disruption to existing "well
75476              tested" code)
75477      Branch: perl
75478            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
75479            ! proto.h scope.c scope.h sv.c t/op/fork.t
75480 ____________________________________________________________________________
75481 [  7857] By: nick                                  on 2000/11/25  20:01:28
75482         Log: All tests pass on Win32/gcc/USE_PERLIO.
75483              - when crlf layer is pushed make unix-level binary.
75484              - remove :crlf injection in pp_backtick in pp_sys.c
75485              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
75486      Branch: perlio
75487            ! doio.c perlio.c pp_sys.c win32/makefile.mk
75488 ____________________________________________________________________________
75489 [  7856] By: jhi                                   on 2000/11/25  18:38:30
75490         Log: Update the metaconfig units for #7855.
75491      Branch: metaconfig/U/perl
75492            ! useperlio.U usesocks.U
75493 ____________________________________________________________________________
75494 [  7855] By: jhi                                   on 2000/11/25  18:37:54
75495         Log: Undo the SOCKS workarounds, instead start using PerlIO
75496              if SOCKS is selected.
75497              
75498              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
75499              From: Jens Hamisch <jens@Strawberry.COM>
75500              Date: Fri, 24 Nov 2000 18:31:30 +0100
75501              Message-ID: <20001124183130.E28337@Strawberry.COM>
75502              
75503              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
75504              From: Jens Hamisch <jens@Strawberry.COM>
75505              Date: Fri, 24 Nov 2000 19:11:51 +0100
75506              Message-ID: <20001124191151.A28753@Strawberry.COM>
75507      Branch: perl
75508            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
75509            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
75510 ____________________________________________________________________________
75511 [  7854] By: jhi                                   on 2000/11/25  17:39:08
75512         Log: Undo #7848.  Some of the code seems to use walkoptree(),
75513              some walkoptree_slow().  An unfinished renaming?
75514              Now the sub is walkoptree() (which is @EXPORT_OK),
75515              the walkoptree_slow() is a typeglob alias to walkoptree.
75516              This makes the tests to pass, at least.
75517      Branch: perl
75518            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
75519 ____________________________________________________________________________
75520 [  7853] By: nick                                  on 2000/11/24  22:24:33
75521         Log: Re-arrange crlf vs binary for platforms that care.
75522              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
75523              Lip-service to making stdio layer work on such platforms (untested).
75524              Now fails 3 tests rather than one, checkin to see if I can debug 
75525              the issue under linux. (Do not merge.)
75526      Branch: perlio
75527            ! doio.c perlio.c perliol.h
75528 ____________________________________________________________________________
75529 [  7852] By: jhi                                   on 2000/11/24  18:57:39
75530         Log: AUTHORS edits.
75531      Branch: perl
75532            ! AUTHORS
75533 ____________________________________________________________________________
75534 [  7851] By: jhi                                   on 2000/11/24  17:34:56
75535         Log: Add Jan-Erik Karlsson.
75536      Branch: perl
75537            ! AUTHORS
75538 ____________________________________________________________________________
75539 [  7850] By: jhi                                   on 2000/11/24  17:27:56
75540         Log: Configure should find stdchar on its own.
75541      Branch: perl
75542            ! hints/solaris_2.sh
75543 ____________________________________________________________________________
75544 [  7849] By: jhi                                   on 2000/11/24  17:24:55
75545         Log: Subject: PATCH over 7848: Filter test flawed
75546              From: andreas.koenig@anima.de (Andreas J. Koenig)
75547              Date: 24 Nov 2000 10:28:29 +0100
75548              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
75549      Branch: perl
75550            ! t/lib/filter-util.t
75551 ____________________________________________________________________________
75552 [  7848] By: jhi                                   on 2000/11/24  17:22:15
75553         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
75554              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
75555              Date: Fri, 24 Nov 2000 16:12:58 +0000
75556              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
75557      Branch: perl
75558            ! ext/B/B.pm
75559 ____________________________________________________________________________
75560 [  7847] By: jhi                                   on 2000/11/24  03:07:01
75561         Log: Integrate perlio:
75562              
75563              [  7844]
75564              Win32/perlio Now just fails one io/argv.t test - lack 
75565              of default :crlf on standard streams.
75566              
75567              [  7843]
75568              Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
75569              peek fail is showing a real problem (multiple crlf layers
75570              are getting pushed.)
75571              
75572              [  7842]
75573              Implement PerlIO_binmode()
75574              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
75575              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
75576              make binmode in t/lib/io_tell.t unconditional so that works.
75577              Checkin just so Win32 machine can see these changes.
75578              
75579              [  7836]
75580              Implement crlf layer - not ready for merge.
75581      Branch: perl
75582           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
75583           !> win32/makefile.mk
75584 ____________________________________________________________________________
75585 [  7846] By: gsar                                  on 2000/11/24  00:55:57
75586         Log: integrate changes#6415..6418,6420..6438 from mainline
75587              
75588              Fix the bitvector ops for utf8 (tricky since past 7 bits
75589              the utf8 'characters' can be more than one octet).
75590              
75591              MPE/ix updates for perl 5.6.0 from Mark Bixby.
75592              
75593              Subject: SDBM_File documentation
75594              
75595              Detypo.
75596              
75597              Decutandpasto.
75598              
75599              Send all installperl messages to STDERR and be -w clean.
75600              
75601              Out-of-date note removed.
75602              
75603              Protect against "wild next"s, that is, callbacks doing "next"
75604              instead of "return".
75605              
75606              Use STDOUT consistently.
75607              
75608              The output might have been produced in the wrong order.
75609              
75610              A missing 'break' after the [[:space:]] switch case.
75611              
75612              Add tests for
75613              [ID 19991110.003] another matching finding by pcre author
75614              which has already been fixed by some patch, as verified in
75615              
75616              Documentation to explain the behaviour of map().
75617              
75618              Add an optimization for map-maps-a-list-element-to-more-list-elements
75619              case, but add also notes explaining the relationship of this
75620              patch and the earlier notes by Sarathy.
75621              
75622              Subject: [ID 20000716.023] syslog test fails without sockets
75623              
75624              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
75625              Test cases for #6431.
75626              
75627              File::Spec::VMS fixup for tmpdir from Craig Berry.
75628              
75629              Make the "uninit variable" warning to say "concat or string"
75630              or "join or string" when in concat or join .
75631              
75632              Get UTF16 BOMs working.  Patch from
75633              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
75634              
75635              Subject: [PATCH] Make large file tests deal with SIGXFSZ
75636              
75637              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
75638              
75639              Subject: [PATCH] av.c apidoc
75640      Branch: maint-5.6/perl
75641           !> (integrate 43 files)
75642 ____________________________________________________________________________
75643 [  7845] By: gsar                                  on 2000/11/24  00:20:45
75644         Log: integrate changes#6406..6414 from mainline
75645              
75646              Merge perlhacktut into perlhack, update perlguts.
75647              
75648              Fix AutoSplit to use File::Spec the right way in VMS,
75649              from Peter Prymmer.
75650              
75651              The bug report
75652              [ID 19991110.002] minimal matching discrepancy found by pcre author
75653              seems to have been fixed (though differently from what was suggested
75654              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
75655              
75656              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
75657              not in pod, from Peter Prymmer
75658              
75659              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
75660              From: Hugo <hv@crypt.compulink.co.uk>
75661              Date: Fri, 14 Jul 2000 23:05:20 +0100
75662              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
75663              
75664              Didn't anymore apply, but that point still could use another fix.
75665              
75666              lib/b test fixes from Peter Prymmer.
75667              
75668              More docs for sv functions.
75669              
75670              perlvms.pod whitespace cleanup to keep pod utils happy.
75671              
75672              another VMS build tweak from Peter Prymmer
75673      Branch: maint-5.6/perl
75674           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
75675           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
75676           !> vms/descrip_mms.template vms/perlvms.pod
75677 ____________________________________________________________________________
75678 [  7844] By: nick                                  on 2000/11/23  23:42:45
75679         Log: Win32/perlio Now just fails one io/argv.t test - lack 
75680              of default :crlf on standard streams.
75681      Branch: perlio
75682            ! doio.c perlio.c
75683 ____________________________________________________________________________
75684 [  7843] By: nick                                  on 2000/11/23  23:04:05
75685         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
75686              peek fail is showing a real problem (multiple crlf layers
75687              are getting pushed.)
75688      Branch: perlio
75689            ! doio.c perlio.c win32/makefile.mk
75690 ____________________________________________________________________________
75691 [  7842] By: nick                                  on 2000/11/23  19:46:23
75692         Log: Implement PerlIO_binmode()
75693              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
75694              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
75695              make binmode in t/lib/io_tell.t unconditional so that works.
75696              Checkin just so Win32 machine can see these changes.
75697      Branch: perlio
75698            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
75699 ____________________________________________________________________________
75700 [  7841] By: jhi                                   on 2000/11/23  19:30:00
75701         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
75702      Branch: perl
75703            ! README.amiga
75704 ____________________________________________________________________________
75705 [  7840] By: jhi                                   on 2000/11/23  17:18:02
75706         Log: SOCKS wrestling continues, patches from Jens Hamisch.
75707      Branch: perl
75708            ! doio.c embed.h embed.pl perlsdio.h proto.h
75709 ____________________________________________________________________________
75710 [  7839] By: jhi                                   on 2000/11/23  16:54:14
75711         Log: Push Filter::Util::Call one level deeper.
75712      Branch: perl
75713            + t/lib/filter-util.t
75714           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
75715           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
75716            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75717            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75718            - t/lib/filt-util.t
75719            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
75720            ! win32/Makefile win32/makefile.mk
75721 ____________________________________________________________________________
75722 [  7838] By: jhi                                   on 2000/11/23  16:52:40
75723         Log: Reach back one higher up when searching for PERL_SRC.
75724      Branch: perl
75725            ! lib/ExtUtils/MM_Unix.pm
75726 ____________________________________________________________________________
75727 [  7837] By: jhi                                   on 2000/11/23  16:05:41
75728         Log: Subject: Re: perl@7826
75729              Date: Thu, 23 Nov 2000 02:20:25 -0600
75730              From: "Craig A. Berry" <craigberry@mac.com>
75731              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
75732              
75733              Make VMS to like Filter::Util::Call. 
75734      Branch: perl
75735            ! configure.com ext/Filter/Util/Makefile.PL
75736 ____________________________________________________________________________
75737 [  7836] By: nick                                  on 2000/11/23  16:04:08
75738         Log: Implement crlf layer - not ready for merge.
75739      Branch: perlio
75740            ! perlio.c win32/makefile.mk
75741 ____________________________________________________________________________
75742 [  7835] By: jhi                                   on 2000/11/23  15:56:52
75743         Log: STDCHAR is different in Sparc v9 vs x86.
75744      Branch: perl
75745            ! hints/solaris_2.sh
75746 ____________________________________________________________________________
75747 [  7834] By: jhi                                   on 2000/11/23  15:50:47
75748         Log: The type needs to be visible to protos.
75749      Branch: perl
75750            ! perl.h
75751 ____________________________________________________________________________
75752 [  7833] By: jhi                                   on 2000/11/23  15:40:46
75753         Log: Finish unfinished SOCKS workaround changes.
75754      Branch: perl
75755            ! doio.c
75756 ____________________________________________________________________________
75757 [  7832] By: jhi                                   on 2000/11/23  15:33:30
75758         Log: Integrate perlio:
75759              
75760              [  7831]
75761              Correct makefile.mk dependancies for ext/Filter/Util
75762              Build ext/Encode
75763              Run dmake regen_config_h
75764      Branch: perl
75765           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
75766           !> win32/makefile.mk
75767 ____________________________________________________________________________
75768 [  7831] By: nick                                  on 2000/11/23  10:31:07
75769         Log: Correct makefile.mk dependancies for ext/Filter/Util
75770              Build ext/Encode
75771              Run dmake regen_config_h
75772      Branch: perlio
75773            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75774            ! win32/makefile.mk
75775 ____________________________________________________________________________
75776 [  7830] By: nick                                  on 2000/11/23  08:05:07
75777         Log: Integrate mainline
75778      Branch: perlio
75779           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75780           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
75781           +> t/lib/filt-util.pl t/lib/filt-util.t
75782           !> (integrate 41 files)
75783 ____________________________________________________________________________
75784 [  7829] By: gsar                                  on 2000/11/23  03:07:11
75785         Log: build the Filter extension on windows
75786      Branch: perl
75787            ! win32/Makefile win32/makefile.mk
75788 ____________________________________________________________________________
75789 [  7828] By: gsar                                  on 2000/11/23  02:46:35
75790         Log: regenerate win32/config* and fix some inconsistencies in the
75791              makefiles; always export Perl_deb() because it is needed
75792              by ext/re/* (whether perl itself is built with -DDEBUGGING
75793              or not)
75794      Branch: perl
75795            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
75796            ! win32/config_H.vc win32/makefile.mk
75797 ____________________________________________________________________________
75798 [  7827] By: gsar                                  on 2000/11/23  02:18:38
75799         Log: get sources building on windows+MSVC again (untested with other
75800              compilers)
75801      Branch: perl
75802            ! win32/include/sys/socket.h win32/perllib.c
75803 ____________________________________________________________________________
75804 [  7826] By: jhi                                   on 2000/11/23  01:18:26
75805         Log: Update Changes.
75806      Branch: perl
75807            ! Changes patchlevel.h
75808 ____________________________________________________________________________
75809 [  7825] By: jhi                                   on 2000/11/23  00:20:41
75810         Log: Subject: Re: av.c patch (having slight problems)
75811              From: "Ben Tilly" <ben_tilly@hotmail.com>
75812              Date: Tue, 21 Nov 2000 23:29:31 -0500
75813              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
75814              
75815              unshift() speedup.
75816      Branch: perl
75817            ! av.c
75818 ____________________________________________________________________________
75819 [  7824] By: jhi                                   on 2000/11/22  23:59:15
75820         Log: Fixes for signedness warnings noticed by VMSperlers.
75821      Branch: perl
75822            ! ext/Storable/Storable.xs regcomp.c sv.c
75823 ____________________________________________________________________________
75824 [  7823] By: jhi                                   on 2000/11/22  23:19:31
75825         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
75826              From: Peter Prymmer <pvhp@forte.com>
75827              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
75828              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
75829      Branch: perl
75830            ! t/pragma/warn/pp_hot
75831 ____________________________________________________________________________
75832 [  7822] By: jhi                                   on 2000/11/22  22:52:20
75833         Log: Be clean.
75834      Branch: perl
75835            ! Makefile.SH
75836 ____________________________________________________________________________
75837 [  7821] By: jhi                                   on 2000/11/22  22:46:39
75838         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
75839              by Damian Conway, as suggested by Paul Marquess.
75840      Branch: perl
75841            + lib/Filter/Simple.pm
75842 ____________________________________________________________________________
75843 [  7820] By: jhi                                   on 2000/11/22  22:45:51
75844         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
75845      Branch: perl
75846            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75847            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75848            + t/lib/filt-util.t
75849            ! MANIFEST
75850 ____________________________________________________________________________
75851 [  7819] By: jhi                                   on 2000/11/22  22:03:27
75852         Log: Integrate perlio:
75853              
75854              [  7802]
75855              Win32 PerlIO intermediate state now working as expected.
75856              - In current state we are still using C runtime in text/binary
75857              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
75858              - PERLIO=stdio and PERLIO=unix pass all expected tests.
75859              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
75860              and PerlIO_seek() and the dummy crlf layer is not making adjustments
75861              for CRLF translation happening in C runtime. All other tests pass.
75862              Added note to README.win32 to point out the snags of doing a perl build
75863              with Norton AntiVirus turned on.
75864              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
75865              which file a fail comes from.
75866              Updated "canned" config.h to match the one generated.
75867      Branch: perl
75868           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
75869           !> win32/makefile.mk
75870 ____________________________________________________________________________
75871 [  7818] By: jhi                                   on 2000/11/22  21:56:02
75872         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
75873      Branch: perl
75874            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
75875            ! t/lib/io_sock.t
75876 ____________________________________________________________________________
75877 [  7817] By: jhi                                   on 2000/11/22  21:39:49
75878         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
75879              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75880              Date: Wed, 22 Nov 2000 16:08:12 -0500
75881              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
75882      Branch: perl
75883            ! lib/ExtUtils/Liblist.pm
75884 ____________________________________________________________________________
75885 [  7816] By: jhi                                   on 2000/11/22  21:38:25
75886         Log: Go ahead and #include <unistd.h> in perl.h.
75887      Branch: perl
75888            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
75889            ! util.c
75890 ____________________________________________________________________________
75891 [  7815] By: jhi                                   on 2000/11/22  21:22:52
75892         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
75893              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75894              Date: Mon, 20 Nov 2000 18:30:52 -0500
75895              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
75896      Branch: perl
75897            ! pod/perlre.pod regcomp.c t/op/re_tests
75898 ____________________________________________________________________________
75899 [  7814] By: jhi                                   on 2000/11/22  21:21:46
75900         Log: Subject: [PATCH 5.7.0] Liblist finally works
75901              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75902              Date: Tue, 21 Nov 2000 22:02:17 -0500
75903              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
75904      Branch: perl
75905            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
75906            ! lib/ExtUtils/MakeMaker.pm
75907 ____________________________________________________________________________
75908 [  7813] By: jhi                                   on 2000/11/22  21:20:23
75909         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
75910              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75911              Date: Wed, 22 Nov 2000 17:53:15 +0100
75912              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
75913              
75914              AIX dynaloader and perlio patch.
75915      Branch: perl
75916            ! ext/DynaLoader/dl_aix.xs
75917 ____________________________________________________________________________
75918 [  7812] By: jhi                                   on 2000/11/22  21:17:52
75919         Log: (Accidentally empty patch.)
75920      Branch: perl
75921            ! av.c
75922 ____________________________________________________________________________
75923 [  7811] By: jhi                                   on 2000/11/22  21:16:31
75924         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
75925              From: Peter Prymmer <pvhp@forte.com>
75926              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
75927              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
75928      Branch: perl
75929            ! vms/test.com
75930 ____________________________________________________________________________
75931 [  7810] By: jhi                                   on 2000/11/22  21:15:36
75932         Log: Subject: Re: perl@7777 
75933              From: "John P. Linderman" <jpl@research.att.com>
75934              Date: Wed, 22 Nov 2000 13:11:11 -0500
75935              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
75936              
75937              Detypoing.
75938      Branch: perl
75939            ! lib/CPAN.pm
75940 ____________________________________________________________________________
75941 [  7809] By: jhi                                   on 2000/11/22  21:14:19
75942         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
75943              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75944              Date:     Wed, 22 Nov 2000 13:51:37 EST
75945              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
75946      Branch: perl
75947            ! perlsdio.h
75948 ____________________________________________________________________________
75949 [  7808] By: jhi                                   on 2000/11/22  21:13:27
75950         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
75951              From: Casey Tweten <crt@kiski.net>
75952              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
75953              Message-Id: <200011201653.LAA10194@home.kiski.net>
75954      Branch: perl
75955            ! t/lib/io_udp.t
75956 ____________________________________________________________________________
75957 [  7807] By: jhi                                   on 2000/11/22  21:12:35
75958         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
75959              From: Casey Tweten <crt@kiski.net>
75960              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
75961              Message-Id: <200011201636.LAA07227@home.kiski.net>
75962      Branch: perl
75963            ! t/lib/io_sock.t
75964 ____________________________________________________________________________
75965 [  7806] By: jhi                                   on 2000/11/22  21:10:59
75966         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
75967              From: "Casey R. Tweten" <crt@kiski.net>
75968              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
75969              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
75970      Branch: perl
75971            ! utils/h2xs.PL
75972 ____________________________________________________________________________
75973 [  7805] By: nick                                  on 2000/11/22  21:05:06
75974         Log: Integrate mainline
75975      Branch: perlio
75976           !> Changes Porting/genlog ext/DB_File/DB_File.xs
75977           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
75978           !> utils/perlbug.PL
75979 ____________________________________________________________________________
75980 [  7804] By: jhi                                   on 2000/11/22  21:01:12
75981         Log: Subject: [PATCH] Test.pm POD peculiarity
75982              From: "Casey R. Tweten" <crt@kiski.net>
75983              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
75984              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
75985      Branch: perl
75986            ! lib/Test.pm
75987 ____________________________________________________________________________
75988 [  7803] By: jhi                                   on 2000/11/22  20:59:59
75989         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
75990              From: "Philip Newton" <pnewton@gmx.de>
75991              Date: Wed, 22 Nov 2000 14:25:53 +0100
75992              Message-Id: <3A1BD771.25462.1939FAD@localhost>
75993              
75994              Be case-understanding also on 's', and use the -oi of sendmail
75995              not to terminate the transmission on a lone '.'.
75996      Branch: perl
75997            ! utils/perlbug.PL
75998 ____________________________________________________________________________
75999 [  7802] By: nick                                  on 2000/11/22  20:51:42
76000         Log: Win32 PerlIO intermediate state now working as expected.
76001              - In current state we are still using C runtime in text/binary
76002              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
76003              - PERLIO=stdio and PERLIO=unix pass all expected tests.
76004              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
76005              and PerlIO_seek() and the dummy crlf layer is not making adjustments
76006              for CRLF translation happening in C runtime. All other tests pass.
76007              
76008              Added note to README.win32 to point out the snags of doing a perl build
76009              with Norton AntiVirus turned on.
76010              
76011              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
76012              which file a fail comes from.
76013              
76014              Updated "canned" config.h to match the one generated.
76015      Branch: perlio
76016            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
76017            ! win32/makefile.mk
76018 ____________________________________________________________________________
76019 [  7801] By: jhi                                   on 2000/11/22  06:50:20
76020         Log: Nickety nits.
76021      Branch: perl
76022            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
76023 ____________________________________________________________________________
76024 [  7800] By: jhi                                   on 2000/11/22  01:29:55
76025         Log: Changes had accidentally gone too silent on non-main branches.
76026      Branch: perl
76027            ! Changes Porting/genlog patchlevel.h
76028 ____________________________________________________________________________
76029 [  7799] By: gsar                                  on 2000/11/22  01:02:56
76030         Log: some lib_pm.PL changes snuck in via change#7772
76031      Branch: maint-5.6/perl
76032            ! Makefile.SH
76033 ____________________________________________________________________________
76034 [  7798] By: nick                                  on 2000/11/21  21:59:40
76035         Log: Integrate mainline
76036      Branch: perlio
76037           !> (integrate 28 files)
76038 ____________________________________________________________________________
76039 [  7797] By: jhi                                   on 2000/11/21  21:01:45
76040         Log: Integrate perlio:
76041              
76042              [  7796]
76043              Win32 builds and runs (mostly) with USE_PERLIO.
76044              PERLIO=perlio passes all tests. 
76045              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
76046              
76047              [  7790]
76048              If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
76049              
76050              [  7788]
76051              Make extra buffer layer work (dummy crlf layer)
76052      Branch: perl
76053           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
76054 ____________________________________________________________________________
76055 [  7796] By: nick                                  on 2000/11/21  20:36:22
76056         Log: Win32 builds and runs (mostly) with USE_PERLIO.
76057              PERLIO=perlio passes all tests. 
76058              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
76059      Branch: perlio
76060            ! perlio.c win32/perllib.c win32/win32.c
76061 ____________________________________________________________________________
76062 [  7795] By: jhi                                   on 2000/11/21  19:03:44
76063         Log: Update Changes.
76064      Branch: perl
76065            ! Changes patchlevel.h
76066 ____________________________________________________________________________
76067 [  7794] By: jhi                                   on 2000/11/21  18:56:34
76068         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
76069              From: "Craig A. Berry" <craigberry@mac.com>
76070              Date: Mon, 20 Nov 2000 20:27:06 -0600
76071              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
76072              
76073              A cut-and-pasto.
76074      Branch: perl
76075            ! perlio.h
76076 ____________________________________________________________________________
76077 [  7793] By: jhi                                   on 2000/11/21  18:54:41
76078         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
76079              From: Dominic Dunlop <domo@computer.org> 
76080              Date: Mon, 20 Nov 2000 18:55:29 +0100
76081              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
76082              
76083              va_copy() and the need of it.
76084              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
76085      Branch: metaconfig/U/perl
76086            + need_va_copy.U
76087      Branch: perl
76088            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76089            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
76090            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
76091            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
76092            ! win32/config.bc win32/config.gc win32/config.vc
76093 ____________________________________________________________________________
76094 [  7792] By: jhi                                   on 2000/11/21  17:04:10
76095         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
76096      Branch: perl
76097           !> scope.h
76098 ____________________________________________________________________________
76099 [  7791] By: jhi                                   on 2000/11/21  17:01:16
76100         Log: Export the SOCKS workaround symbols only if necessary.
76101      Branch: perl
76102            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
76103 ____________________________________________________________________________
76104 [  7790] By: nick                                  on 2000/11/20  23:57:11
76105         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
76106      Branch: perlio
76107            ! scope.h
76108 ____________________________________________________________________________
76109 [  7789] By: nick                                  on 2000/11/20  23:38:33
76110         Log: Integrate mainline
76111      Branch: perlio
76112           +> lib/File/Spec/Epoc.pm
76113           !> (integrate 34 files)
76114 ____________________________________________________________________________
76115 [  7788] By: nick                                  on 2000/11/20  23:20:18
76116         Log: Make extra buffer layer work (dummy crlf layer)
76117      Branch: perlio
76118            ! doio.c perlio.c perlio.h
76119 ____________________________________________________________________________
76120 [  7787] By: jhi                                   on 2000/11/20  22:44:04
76121         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
76122              From: Peter Prymmer <pvhp@forte.com>
76123              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
76124              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
76125      Branch: perl
76126            ! t/pragma/locale.t
76127 ____________________________________________________________________________
76128 [  7786] By: jhi                                   on 2000/11/20  22:29:10
76129         Log: Subject: DOC PATCH 5.6.0 perlreftut
76130              From: mjd@plover.com
76131              Date: 20 Nov 2000 19:45:06 -0000
76132              Message-ID: <20001120194506.9505.qmail@plover.com>
76133      Branch: perl
76134            ! pod/perlreftut.pod
76135 ____________________________________________________________________________
76136 [  7785] By: jhi                                   on 2000/11/20  22:27:44
76137         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
76138              From: David Dyck <dcd@tc.fluke.com>
76139              Date: Mon, 20 Nov 2000 11:43:40 -0800
76140              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
76141      Branch: perl
76142            ! lib/Cwd.pm
76143 ____________________________________________________________________________
76144 [  7784] By: jhi                                   on 2000/11/20  22:23:21
76145         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
76146              Date: Mon, 20 Nov 2000 17:06:10 -0500
76147              To: Mailing list Perl5 <perl5-porters@perl.org>
76148              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
76149      Branch: perl
76150            ! pp_ctl.c t/op/pat.t
76151 ____________________________________________________________________________
76152 [  7783] By: jhi                                   on 2000/11/20  22:11:18
76153         Log: Subject: [PATCH] doop.c - UTF8 tr///               
76154              From: Simon Cozens <simon@cozens.net>
76155              Date: Sat, 18 Nov 2000 18:49:30 +0000
76156              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
76157              
76158              Subject: Re: [PATCH] doop.c - UTF8 tr///           
76159              From: Simon Cozens <simon@cozens.net>
76160              Date: Mon, 20 Nov 2000 20:45:22 +0000
76161              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
76162              
76163              Make tr on UTF-8 better but still not correct.
76164      Branch: perl
76165            ! doop.c
76166 ____________________________________________________________________________
76167 [  7782] By: jhi                                   on 2000/11/20  22:02:16
76168         Log: Remove the shared object before attempting to create
76169              (by linking) a new one.  E.g. in AIX not removing
76170              becomes quite painful if one tries to do more than one
76171              build in the same tree (an interrupted build, for example),
76172              since the AIX' shared dynaloader seemingly keeps the shared
76173              objects open and therefore 'busy' for quite a while, even when
76174              nobody is using the objects, leading into link failures.
76175      Branch: perl
76176            ! lib/ExtUtils/MM_Unix.pm
76177 ____________________________________________________________________________
76178 [  7781] By: gsar                                  on 2000/11/20  19:02:55
76179         Log: type mismatch due to faulty integration
76180      Branch: maint-5.6/perl
76181            ! toke.c win32/Makefile
76182 ____________________________________________________________________________
76183 [  7780] By: gsar                                  on 2000/11/20  17:31:55
76184         Log: integrate changes#6392,6394..6399,6401..6404
76185              
76186              The {multiplier} of a fixed substring was overlooked which
76187              caused a wrong initial search offset for that substring.
76188              
76189              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
76190              From: Hugo <hv@crypt.compulink.co.uk>
76191              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
76192              Date: Thu, 13 Jul 2000 19:27:13 +0100
76193              
76194              Fix the BOM bug: not a byteorder bug, a signedness bug.
76195              
76196              Replace change #6337 with a better one.
76197              
76198              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
76199              From: Hugo <hv@crypt.compulink.co.uk>
76200              Date: Fri, 14 Jul 2000 04:16:20 +0100
76201              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
76202              
76203              MakeMaker should not remove editor backups (*~) on `make clean`
76204              by default (completes change#6383)
76205              
76206              move new variables to the end of the interpreter structure (for
76207              bincompat in code that doesn't #include XSUB.h)
76208              
76209              rename totally bletcherous SvLOCK() thingy (doesn't do what the
76210              name suggests anyway)
76211              
76212              various cleanups (typos, misformatted code, and small bugs)
76213              
76214              typecasts needed for change#6394
76215              
76216              typos in change#6399, regen headers
76217              
76218              inconsistent types needs casts
76219              
76220              PERL_OBJECT build tweaks
76221      Branch: maint-5.6/perl
76222           !> MANIFEST doop.c embed.h embed.pl embedvar.h
76223           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
76224           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
76225           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
76226           !> toke.c util.c
76227 ____________________________________________________________________________
76228 [  7779] By: gsar                                  on 2000/11/20  17:06:29
76229         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
76230              
76231              Cosmetics and perldelta.
76232              
76233              Fix nits noticed by Boston.pm.
76234              
76235              Do the cc sanity check both before the hints and
76236              after the cc selction.
76237              
76238              get sprintf.t to adjust properly for 3-digit exponents
76239              
76240              don't clobber *.orig files on *clean targets
76241              
76242              fix bugs in processing %v-*d and similar format specs (from
76243              Avi Finkel <avi@finkel.org>)
76244              
76245              sprintf test tweaks (from Dominic Dunlop)
76246              
76247              new selfloader.t in change#6183 doesn't close DATA handles,
76248              and thus fails to clean up tmp files on dosish platforms
76249              
76250              typos (spotted by Peter Prymmer)
76251              
76252              typo fix from Craig Berry
76253      Branch: maint-5.6/perl
76254           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
76255           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
76256           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
76257           !> x2p/Makefile.SH
76258 ____________________________________________________________________________
76259 [  7778] By: gsar                                  on 2000/11/20  16:46:51
76260         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
76261              
76262              Subject: Re: format bug report  [Patch]
76263              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76264              Date: Wed, 05 Jul 2000 13:12:52 +0200
76265              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
76266              
76267              Subject: Re: format bug report  [Patch]
76268              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76269              Date: Wed, 05 Jul 2000 14:10:01 +0200
76270              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
76271              
76272              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
76273              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76274              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
76275              Date: Fri, 07 Jul 2000 17:57:16 +0100
76276              
76277              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
76278              To: perl5-porters@perl.org
76279              From: Karsten Sperling <spiff@phreax.net>
76280              Date: Mon, 10 Jul 2000 15:12:52 +0200
76281              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
76282              
76283              README.posix-bc podified from Thomas Dorner.
76284              
76285              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
76286              From: Dominic Dunlop <domo@computer.org>
76287              Date: Tue, 11 Jul 2000 12:27:33 +0200
76288              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
76289              
76290              Typo in #6341.
76291              
76292              Fix for
76293              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
76294              From: Roderick Schertler <roderick@argon.org>
76295              Date: Tue, 11 Jul 2000 13:55:05 -0400
76296              Message-Id: <200007111755.NAA05077@jones.argon.org>
76297              
76298              Minor cleanups on the booklist.
76299              
76300              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
76301              regen perltoc.
76302              
76303              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
76304      Branch: maint-5.6/perl
76305           +> pod/perlbook.pod
76306           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
76307           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
76308           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
76309 ____________________________________________________________________________
76310 [  7777] By: jhi                                   on 2000/11/20  16:08:49
76311         Log: Update Changes.
76312      Branch: perl
76313            ! Changes patchlevel.h
76314 ____________________________________________________________________________
76315 [  7776] By: jhi                                   on 2000/11/20  15:27:56
76316         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
76317              This may be overly harsh but until proven otherwise, we think this
76318              way, or until we have a simple test for Configure (having to start
76319              up servers is does not count as simple) to check for the problems.
76320      Branch: perl
76321            ! perl.h
76322 ____________________________________________________________________________
76323 [  7775] By: jhi                                   on 2000/11/20  15:22:17
76324         Log: Solaris hints tweaks.
76325      Branch: perl
76326            ! hints/solaris_2.sh
76327 ____________________________________________________________________________
76328 [  7774] By: jhi                                   on 2000/11/20  15:01:20
76329         Log: Add a workaround to SOCKS 64-bit problems.
76330      Branch: perl
76331            ! doio.c embed.h embed.pl perlsdio.h proto.h
76332 ____________________________________________________________________________
76333 [  7773] By: jhi                                   on 2000/11/20  14:51:47
76334         Log: sysseek() instead of seek().
76335      Branch: perl
76336            ! t/lib/syslfs.t
76337 ____________________________________________________________________________
76338 [  7772] By: gsar                                  on 2000/11/20  13:06:23
76339         Log: integrate changes#6315..6319,6321..6331,6333..6338
76340              
76341              Integrate with Sarathy, preliminary fix for unicos
76342              alignment problems in [ID 20000612.002] Perl problem on Cray system.
76343              
76344              some debugger output does not go to the socket when RemotePort is set
76345              
76346              winsock cleanup never done on Windows (leads to handle leaks)
76347              
76348              fix UNC path handling on Windows under ithreads, and chdir()
76349              return value when given a non-existent directory
76350              
76351              Autogenerate pod/Makefile and pod/buildtoc.
76352              buildtoc also checks whether the existin pods are
76353              mentioned in MANIFEST and perl.pod, and vice versa.
76354              (None of the thusly found discrepancies fixed yet.)
76355              roffitall also needs to be autogenerated similarly but it
76356              seems so badly out of date that I didn't touch it yet.
76357              
76358              Config is being used.
76359              
76360              Add =head1 NAMEs so that buildtoc is happy.
76361              (The CGI::Util nit reported to Lincoln.)
76362              
76363              Fix complaints of buildtoc.
76364              
76365              Fix the alignment problem in Crays ([ID 20000612.002]).
76366              
76367              Remove perlbook, update perlfaq book listing,
76368              rearrange perl.pod, regenerate perltoc.
76369              
76370              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
76371              was cast to an unsigned (32-bit) integer with wild abandon.
76372              
76373              winsock options weren't being set in all threads under ithreads
76374              (caused send()s from second and subsequent threads to fail)
76375              
76376              accept() leaks memory on windows due to incorrect ordering of
76377              closesocket() and fclose() calls
76378              
76379              Reorder perl.pod once more.
76380              
76381              More POSIX.pod tweaks.
76382              
76383              Sprinkle ldlibpath.
76384              
76385              Precedence goof, fix based on
76386              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
76387              From: Hugo <hv@crypt.compulink.co.uk>
76388              Date: Tue, 11 Jul 2000 12:52:38 +0100
76389              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
76390              
76391              Subject: PATCH perlguts.pod: Document D and d magic types
76392              From: mjd@plover.com
76393              Date: 5 Jul 2000 18:01:51 -0000
76394              Message-ID: <20000705180151.29413.qmail@plover.com>
76395              
76396              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
76397              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
76398              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
76399              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
76400              
76401              Subject: [PATCH cfgperl] $& segfaults if you trick it
76402              From: simon@brecon.co.uk (Simon Cozens)
76403              Date: 7 Jul 2000 11:26:09 GMT
76404              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
76405              
76406              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
76407              From: Hugo <hv@crypt.compulink.co.uk>
76408              Date: Tue, 11 Jul 2000 12:44:50 +0100
76409              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
76410              
76411              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
76412              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76413              Date: Tue, 11 Jul 2000 13:50:51 +0100
76414              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
76415      Branch: maint-5.6/perl
76416           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
76417           +> pod/buildtoc.PL
76418            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
76419           !> (integrate 26 files)
76420 ____________________________________________________________________________
76421 [  7771] By: gsar                                  on 2000/11/20  12:31:42
76422         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
76423              6310,6311,6314
76424              
76425              Subject: [PATCH bleedperl] File::Spec 0.82 beta
76426              From: Barrie Slaymaker <barries@jester.slaysys.com>
76427              Date: Wed, 28 Jun 2000 11:35:29 -0400
76428              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
76429              
76430              tweak perlembed for multiplicity/usethreads sanity; correct notes
76431              about Windows
76432              
76433              localize %INC in a Safe compartment so that use/require work
76434              (many other magic globals probably need similar treatment)
76435              
76436              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
76437              when @_ is modified, causing coredumps
76438              
76439              slurp mode fix in change#4736 still not quite right
76440              
76441              Point to perlipc for more SysV IPC examples.
76442              
76443              Elaborate POSIX.pod.  Still needs work.
76444              
76445              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
76446              
76447              fix large memory leak that has been around for ever, masked by
76448              -DPURIFY (most of the arenas were never freed!)
76449              
76450              fix memory leak on Windows (PL_sys_intern contents were never
76451              freed)
76452              
76453              PERL_OBJECT build tweak
76454              
76455              adjust change#6299
76456              
76457              remove rel2abs prototypes (from Barrie Slaymaker)
76458              
76459              missing perldiag entry for unpack("w",...) diagnostic (from
76460              Andreas Koenig)
76461              
76462              better diagnostic on Frob->stuff() when Frob:: doesn't exist
76463              (from Richard Soderberg <rs@oregonnet.com>)
76464              
76465              Win32 patches for cfgperl from Sarathy.
76466              
76467              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
76468              
76469              More POSIX.pod embellishment.
76470              
76471              tyop in change#6306
76472      Branch: maint-5.6/perl
76473           !> (integrate 44 files)
76474 ____________________________________________________________________________
76475 [  7770] By: gsar                                  on 2000/11/20  11:51:00
76476         Log: integrate changes#6268..6282 from cfgperl branch
76477              
76478              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
76479              From: Dominic Dunlop <domo@computer.org>
76480              Date: Thu, 29 Jun 2000 12:32:39 +0200
76481              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
76482              
76483              Regen headers for #6261 (and update embed.pl for this) and #6267,
76484              silence few compiler warnings.
76485              
76486              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
76487              From: Nicholas Clark <nick@talking.bollo.cx>
76488              Date: Fri, 23 Jun 2000 16:21:15 +0100
76489              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
76490              
76491              Subject: PATCH pod/perltie.pod
76492              From: Ian Phillipps <Ian.Phillipps@iname.com>
76493              Date: Fri, 16 Jun 2000 00:17:19 +0100
76494              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
76495              (only the first hunk, the second hunk had already been done
76496              by some other patch)
76497              
76498              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
76499              From: Tom Phoenix <rootbeer@redcat.com>
76500              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
76501              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
76502              
76503              Subject: [PATCH] xsub attributes
76504              From: Doug MacEachern <dougm@covalent.net>
76505              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
76506              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
76507              
76508              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
76509              From: Andy Dougherty <doughera@lafayette.edu>
76510              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
76511              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
76512              
76513              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
76514              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
76515              Date: Tue, 13 Jun 2000 02:43:48 -0500
76516              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
76517              
76518              Subject: [PATCH] Re: eval documentation: context
76519              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76520              Date: Mon, 12 Jun 2000 15:07:29 +0100
76521              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
76522              
76523              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
76524              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76525              Date: Mon, 12 Jun 2000 14:55:59 +0100
76526              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
76527              
76528              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
76529              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
76530              Date: Fri, 09 Jun 2000 12:39:27 -0400
76531              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
76532              (plus update the version "number" of Text::Wrap)
76533              
76534              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
76535              From: Tim Ayers <tayers@bridge.com>
76536              Date: Thu, 08 Jun 2000 08:11:06 +0200
76537              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
76538              [resent by Richard Foley, Message-Id probably wrong]
76539              
76540              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
76541              From: rspier@pobox.com (Robert Spier)
76542              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
76543              Message-ID: <14654.31913.845602.610277@rls.cx>
76544              
76545              Subject: [PATCH 5.6.0] utils/h2xs.PL
76546              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
76547              Date: Wed, 7 Jun 2000 04:02:04 -0500
76548              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
76549              
76550              Subject: [PATCH 5.6.0]ITHREADs for VMS
76551              From: Dan Sugalski <dan@sidhe.org>
76552              Date: Tue, 06 Jun 2000 11:59:50 -0400
76553              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
76554      Branch: maint-5.6/perl
76555           !> (integrate 31 files)
76556 ____________________________________________________________________________
76557 [  7769] By: gsar                                  on 2000/11/20  11:29:06
76558         Log: integrate changes#6261..6266 from cfgperl
76559              
76560              Subject: Re: [PATCH cfgperl] BOMs away!
76561              From: simon@brecon.co.uk (Simon Cozens)
76562              Date: 17 Jun 2000 11:49:57 GMT
76563              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
76564              
76565              Subject: 5.6.0 Patch for EPOC
76566              From: Olaf Flebbe <o.flebbe@gmx.de>
76567              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
76568              Message-ID: <23449.960929969@www11.gmx.net>
76569              
76570              tr fixes from Simon Cozens
76571              
76572              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
76573              From: Marty Lucich <marty@netcom.com>
76574              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
76575              Message-Id: <200006282116.OAA11148@netcom.com>
76576              ccdlflags update (the BSD/OS 4.1 part had already been taken
76577              care of by #6141).
76578              
76579              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
76580              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76581              Date: Wed, 28 Jun 2000 17:50:12 -0700
76582              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
76583              
76584              Subject: [PATCH 5.6.0] cygwin port
76585              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
76586              From: "Fifer, Eric" <EFifer@sanwaint.com>
76587              Date: Thu, 29 Jun 2000 12:58:29 +0100
76588      Branch: maint-5.6/perl
76589           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
76590           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
76591           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
76592           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
76593 ____________________________________________________________________________
76594 [  7768] By: gsar                                  on 2000/11/20  11:13:44
76595         Log: integrate changes#6252..6256,6259..6260
76596              
76597              Paranoia tweak on #6249.
76598              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
76599              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
76600              Date: Sun, 25 Jun 2000 23:43:12 -0400
76601              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
76602              
76603              Subject: tr///, help wanted.
76604              From: simon@brecon.co.uk (Simon Cozens)
76605              Date: 28 Jun 2000 11:29:04 GMT
76606              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
76607              
76608              small thinko tweaks
76609              
76610              tweaks from Simon Conzes to further fix tr/// under utf8
76611              
76612              perlnewmod was missing from MANIFEST.
76613              
76614              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
76615              From: simon@brecon.co.uk (Simon Cozens)
76616              Date: 17 Jun 2000 11:56:44 GMT
76617              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
76618              pack U0, pack C0
76619      Branch: maint-5.6/perl
76620           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
76621           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
76622           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
76623           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
76624 ____________________________________________________________________________
76625 [  7767] By: gsar                                  on 2000/11/20  10:51:38
76626         Log: integrate change#6250 from cfgperl
76627              
76628              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
76629              From: Doug MacEachern <dougm@covalent.net>
76630              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
76631              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
76632      Branch: maint-5.6/perl
76633           +> t/op/my_stash.t
76634           !> MANIFEST embed.pl global.sym proto.h toke.c
76635 ____________________________________________________________________________
76636 [  7766] By: gsar                                  on 2000/11/20  10:48:34
76637         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
76638              
76639              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
76640              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
76641              Date: Mon, 26 Jun 2000 18:40:14 +0100
76642              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
76643              
76644              Subject: [PATCH] bytes<->utf8 fixes
76645              From: simon@brecon.co.uk (Simon Cozens)
76646              Date: 26 Jun 2000 04:55:45 GMT
76647              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
76648              
76649              Subject: [PATCH] is_utf8_string
76650              From: simon@brecon.co.uk (Simon Cozens)
76651              Date: 26 Jun 2000 02:25:59 GMT
76652              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
76653              
76654              Subject: [PATCH] avoid mg_ptr in '*' magic
76655              From: Doug MacEachern <dougm@covalent.net>
76656              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
76657              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
76658              
76659              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
76660              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
76661              Date: Sat, 24 Jun 2000 13:06:20 +0100
76662              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
76663              
76664              Allow for standalone testing.
76665              
76666              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
76667              From: Mark-Jason Dominus <mjd@plover.com>
76668              Date: Tue, 27 Jun 2000 22:36:42 -0400
76669              Message-ID: <20000628023642.12166.qmail@plover.com>
76670              
76671              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
76672              From: Frank Tobin <ftobin@uiuc.edu>
76673              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
76674              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
76675      Branch: maint-5.6/perl
76676           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
76677           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
76678           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
76679           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
76680           !> utf8.c utils/h2xs.PL
76681 ____________________________________________________________________________
76682 [  7765] By: gsar                                  on 2000/11/20  10:29:13
76683         Log: integrate change#6239 from cfgperl
76684              
76685              Configure maintenance.  Sever some dependency cycles,
76686              separate gccversion from the cc unit,
76687              address [ID 20000623.006] Configure script patch for using gcc on AIX
76688              (but solve it a little bit differently),
76689              unduplex some accidentally duplicated units,
76690              suggest using gcc if no cc available
76691              (p5p thread: "Solaris configure: counterproposal", 1999-09)
76692      Branch: maint-5.6/perl
76693           !> Configure Todo-5.6 config_h.SH
76694 ____________________________________________________________________________
76695 [  7764] By: gsar                                  on 2000/11/20  10:25:55
76696         Log: integrate changes#6233..6238 from cfgperl
76697              
76698              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
76699              From: Mark-Jason Dominus <mjd@plover.com>
76700              Date: Fri, 16 Jun 2000 20:53:04 -0400
76701              Message-ID: <20000617005304.8008.qmail@plover.com>
76702              
76703              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
76704              because when run as services (Win32ese for daemons)
76705              no environment variables are set and tmpdir ends up as /tmp,
76706              which is ambiguous.
76707              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
76708              From: matt@sergeant.org
76709              Date: 16 Jun 2000 16:30:43 -0000
76710              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
76711              
76712              The thread begun by
76713              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
76714              From: Kevin.Ruscoe@ubsw.com
76715              Date: Fri, 16 Jun 2000 16:38:51 +0100
76716              Message-Id: <H000019b03c300d6@MHS>
76717              
76718              Tweak embed.pl, regen headers.
76719              
76720              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
76721              From: Dan Sugalski <dan@sidhe.org>
76722              Date: Fri, 23 Jun 2000 17:00:00 -0400
76723              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
76724      Branch: maint-5.6/perl
76725           !> (integrate 27 files)
76726 ____________________________________________________________________________
76727 [  7763] By: gsar                                  on 2000/11/20  10:08:08
76728         Log: s/perl56delta/perldelta/g
76729      Branch: maint-5.6/perl
76730            ! pod/Makefile
76731 ____________________________________________________________________________
76732 [  7762] By: gsar                                  on 2000/11/20  10:04:00
76733         Log: integrate changes#6225,6229,6231,6232 from cfgperl
76734              
76735              Add source code filenames to apidoc.
76736              From: simon@brecon.co.uk (Simon Cozens)
76737              Subject: [PATCH embed.pl] Source X-ref
76738              Date: 22 Jun 2000 02:18:49 GMT
76739              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
76740              
76741              Subject: README.hpux version 0.6.1
76742              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
76743              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
76744              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
76745              
76746              Subject: [PATCH 5.6.0] cygwin port
76747              From: "Fifer, Eric" <EFifer@sanwaint.com>
76748              Date: Tue, 20 Jun 2000 14:30:58 +0100
76749              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
76750              
76751              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
76752              From: simon@brecon.co.uk (Simon Cozens)
76753              Date: 19 Jun 2000 15:18:27 GMT
76754              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
76755              
76756              plus update pod/Makefile and regenerate perltoc
76757      Branch: maint-5.6/perl
76758           +> pod/perlutil.pod
76759           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
76760           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
76761 ____________________________________________________________________________
76762 [  7761] By: jhi                                   on 2000/11/20  04:09:55
76763         Log: Miraculous typo.
76764      Branch: perl
76765            ! t/op/pat.t
76766 ____________________________________________________________________________
76767 [  7760] By: jhi                                   on 2000/11/20  04:06:08
76768         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
76769              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76770              Date: Sun, 19 Nov 2000 22:30:26 -0500
76771              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
76772      Branch: perl
76773            ! regexec.c scope.h t/op/pat.t
76774 ____________________________________________________________________________
76775 [  7759] By: jhi                                   on 2000/11/20  02:05:22
76776         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
76777      Branch: perl
76778            ! perl.h
76779 ____________________________________________________________________________
76780 [  7758] By: jhi                                   on 2000/11/20  01:58:11
76781         Log: Subject: [perl 7711: EPOC] updates
76782              From: Olaf Flebbe <o.flebbe@gmx.de>
76783              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
76784              Message-ID: <25575.974658810@www23.gmx.net>               
76785      Branch: perl
76786            + lib/File/Spec/Epoc.pm
76787            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
76788            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
76789            ! lib/File/Spec.pm perl.c sv.c
76790 ____________________________________________________________________________
76791 [  7757] By: jhi                                   on 2000/11/20  01:53:11
76792         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
76793      Branch: perl
76794            ! MANIFEST
76795 ____________________________________________________________________________
76796 [  7756] By: jhi                                   on 2000/11/20  01:47:22
76797         Log: Integrate perlio:
76798              
76799              [  7755]
76800              Add dummy crlf layer (just as buffer)
76801              Correct 1st bug - one layer of indirection.
76802              
76803              [  7754]
76804              Work-round to Perl_deb_nocontext is no longer required
76805              
76806              [  7753]
76807              diff -se shows these as different
76808              
76809              [  7752]
76810              Configure GCC/Win32 build -Duseperlio
76811              Fix a couple of gross issues
76812              - double-include of ../deb.o in re.dll
76813              - win32sck.c needs PerlIO and FILE 
76814              
76815              [  7751]
76816              Special case :crlf and :raw in dummy PerlIO_apply_layers
76817              
76818              [  7750]
76819              Missing aTHX_
76820      Branch: perl
76821            - ext/re/hints/MSWin32.pl
76822           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
76823           !> win32/config.gc win32/config_H.gc win32/win32sck.c
76824 ____________________________________________________________________________
76825 [  7755] By: nick                                  on 2000/11/19  20:57:17
76826         Log: Add dummy crlf layer (just as buffer)
76827              Correct 1st bug - one layer of indirection.
76828      Branch: perlio
76829            ! perlio.c perlio.h perliol.h
76830 ____________________________________________________________________________
76831 [  7754] By: nick                                  on 2000/11/19  20:56:12
76832         Log: Work-round to Perl_deb_nocontext is no longer required
76833      Branch: perlio
76834            - ext/re/hints/MSWin32.pl
76835 ____________________________________________________________________________
76836 [  7753] By: nick                                  on 2000/11/19  20:01:16
76837         Log: diff -se shows these as different
76838      Branch: perlio
76839            ! global.sym pod/perlapi.pod
76840 ____________________________________________________________________________
76841 [  7752] By: nick                                  on 2000/11/19  18:57:30
76842         Log: Configure GCC/Win32 build -Duseperlio
76843              Fix a couple of gross issues
76844              - double-include of ../deb.o in re.dll
76845              - win32sck.c needs PerlIO and FILE 
76846      Branch: perlio
76847            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
76848            ! win32/win32sck.c
76849 ____________________________________________________________________________
76850 [  7751] By: nick                                  on 2000/11/19  17:05:36
76851         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
76852      Branch: perlio
76853            ! perlio.c
76854 ____________________________________________________________________________
76855 [  7750] By: nick                                  on 2000/11/19  16:57:14
76856         Log: Missing aTHX_
76857      Branch: perlio
76858            ! sv.c
76859 ____________________________________________________________________________
76860 [  7749] By: jhi                                   on 2000/11/19  16:28:40
76861         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
76862              From: "Peter J. Farley III" <pjfarley@banet.net>
76863              Date: Sun, 19 Nov 2000 01:42:58 -0500
76864              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
76865      Branch: perl
76866            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
76867 ____________________________________________________________________________
76868 [  7748] By: jhi                                   on 2000/11/19  16:08:10
76869         Log: Subject: podlators 1.05 available        
76870              From: Russ Allbery <rra@stanford.edu>   
76871              Date: 18 Nov 2000 22:04:28 -0800
76872              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
76873      Branch: perl
76874            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
76875 ____________________________________________________________________________
76876 [  7747] By: nick                                  on 2000/11/19  11:19:39
76877         Log: Integrate mainline
76878      Branch: perlio
76879           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
76880           !> util.c
76881 ____________________________________________________________________________
76882 [  7746] By: jhi                                   on 2000/11/19  06:42:22
76883         Log: Make hex scanning warn on "\x{x}" and "\xx".
76884              "\x" and and hex("x") are still valid.
76885      Branch: perl
76886            ! util.c
76887 ____________________________________________________________________________
76888 [  7745] By: nick                                  on 2000/11/18  22:52:28
76889         Log: Integrate mainline
76890      Branch: perlio
76891           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
76892           !> perl.h perlio.c proto.h regcomp.c regcomp.h
76893 ____________________________________________________________________________
76894 [  7744] By: jhi                                   on 2000/11/18  22:50:28
76895         Log: Introduce Perl_utf8_length().  Use it.
76896      Branch: perl
76897            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
76898 ____________________________________________________________________________
76899 [  7743] By: jhi                                   on 2000/11/18  22:38:51
76900         Log: Compiler denit.
76901      Branch: perl
76902            ! perlio.c
76903 ____________________________________________________________________________
76904 [  7742] By: jhi                                   on 2000/11/18  20:33:05
76905         Log: Integrate perlio:
76906              
76907              [  7740]
76908              Lexical use open ... support:
76909              add ->cop_io to COP structure in cop.h.
76910              Make mg.c and gv.c associate it with ${^OPEN}.
76911              Make lib/open.pm set it.
76912              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
76913              manner similar to ->cop_warnings.
76914              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
76915              call new PerlIO_apply_layers().
76916              Declare latter in perlio.h and define in perlio.c
76917      Branch: perl
76918           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
76919           !> perlio.h pp_ctl.c pp_sys.c sv.c
76920 ____________________________________________________________________________
76921 [  7741] By: jhi                                   on 2000/11/18  20:31:27
76922         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
76923              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76924              Date: Fri, 17 Nov 2000 20:35:11 -0500
76925              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
76926              
76927              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
76928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76929              Date: Fri, 17 Nov 2000 21:03:47 -0500
76930              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
76931              
76932              Plus a little bit of tweaking in pregcomp().
76933      Branch: perl
76934            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
76935 ____________________________________________________________________________
76936 [  7740] By: nick                                  on 2000/11/18  20:17:22
76937         Log: Lexical use open ... support:
76938              add ->cop_io to COP structure in cop.h.
76939              Make mg.c and gv.c associate it with ${^OPEN}.
76940              Make lib/open.pm set it.
76941              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
76942              manner similar to ->cop_warnings.
76943              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
76944              call new PerlIO_apply_layers().
76945              Declare latter in perlio.h and define in perlio.c
76946      Branch: perlio
76947            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
76948            ! perlio.h pp_ctl.c pp_sys.c sv.c
76949 ____________________________________________________________________________
76950 [  7739] By: jhi                                   on 2000/11/18  19:54:00
76951         Log: Integrate perlio:
76952              
76953              [  7736]
76954              Basic tweaks to do_open() type parsing to allow layer/discipline
76955              part to be isolated.
76956              
76957              [  7727]
76958              Experiment on use of attributes.pm interface.
76959              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
76960              SVt_PVRV if not already something better (else vivify of say magic gets
76961              core dump).
76962      Branch: perl
76963           !> doio.c perlio.c pp.c
76964 ____________________________________________________________________________
76965 [  7738] By: jhi                                   on 2000/11/18  17:16:13
76966         Log: Subject: [PATCH 5.7.0] etags broken again
76967              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76968              Date: Sat, 18 Nov 2000 02:41:36 -0500
76969              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
76970      Branch: perl
76971            ! emacs/ptags
76972 ____________________________________________________________________________
76973 [  7737] By: jhi                                   on 2000/11/18  17:12:18
76974         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
76975      Branch: perl
76976            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
76977 ____________________________________________________________________________
76978 [  7736] By: nick                                  on 2000/11/18  14:06:20
76979         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
76980              part to be isolated.
76981      Branch: perlio
76982            ! doio.c perlio.c
76983 ____________________________________________________________________________
76984 [  7735] By: nick                                  on 2000/11/18  11:03:32
76985         Log: Integrate mainline
76986      Branch: perlio
76987           !> Changes README.amiga README.win32 patchlevel.h
76988           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
76989 ____________________________________________________________________________
76990 [  7734] By: jhi                                   on 2000/11/18  01:18:56
76991         Log: Update Changes.
76992      Branch: perl
76993            ! Changes patchlevel.h
76994 ____________________________________________________________________________
76995 [  7733] By: jhi                                   on 2000/11/18  00:32:54
76996         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
76997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76998              Date: Fri, 17 Nov 2000 17:28:02 -0500
76999              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
77000      Branch: perl
77001            ! regcomp.c regexec.c t/op/re_tests
77002 ____________________________________________________________________________
77003 [  7732] By: jhi                                   on 2000/11/18  00:28:56
77004         Log: Sparc 64-bit pack() fix from Jens Hamisch.
77005      Branch: perl
77006            ! pp.c
77007 ____________________________________________________________________________
77008 [  7731] By: jhi                                   on 2000/11/18  00:18:39
77009         Log: Explain in more detail the {} syntax ambiguousity.
77010              
77011              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
77012              From: Nicholas Clark <nick@ccl4.org>
77013              Date: Fri, 17 Nov 2000 22:10:28 +0000
77014              Message-ID: <20001117221028.A88930@plum.flirble.org>
77015      Branch: perl
77016            ! pod/perlfunc.pod
77017 ____________________________________________________________________________
77018 [  7730] By: jhi                                   on 2000/11/18  00:12:18
77019         Log: Subject: Fix for README.amiga (20000323.033)
77020              From: "Stephen P. Potter" <spp@spotter.yi.org>
77021              Date: Fri, 17 Nov 2000 12:25:51 -0500
77022              Message-Id: <200011171725.MAA05768@spotter.yi.org>
77023      Branch: perl
77024            ! README.amiga
77025 ____________________________________________________________________________
77026 [  7729] By: jhi                                   on 2000/11/18  00:08:34
77027         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
77028              From: "A. C. Yardley" <yardley@tanet.net>
77029              Date: Mon, 3 Apr 2000 11:35:33 -0700
77030              Message-ID: <3483.000403@tanet.net>
77031      Branch: perl
77032            ! README.win32
77033 ____________________________________________________________________________
77034 [  7728] By: nick                                  on 2000/11/17  21:59:47
77035         Log: Integrate mainline
77036      Branch: perlio
77037           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
77038           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
77039           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
77040           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
77041 ____________________________________________________________________________
77042 [  7727] By: nick                                  on 2000/11/17  21:56:31
77043         Log: Experiment on use of attributes.pm interface.
77044              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
77045              SVt_PVRV if not already something better (else vivify of say magic gets
77046              core dump).
77047      Branch: perlio
77048            ! perlio.c pp.c
77049 ____________________________________________________________________________
77050 [  7726] By: jhi                                   on 2000/11/17  14:15:49
77051         Log: Subject: Fix for 20000815.006
77052              From: "Stephen P. Potter" <spp@spotter.yi.org>
77053              Date: Fri, 17 Nov 2000 08:57:45 -0500
77054              Message-Id: <200011171357.IAA05122@spotter.yi.org>
77055              
77056              It's really 20000518.006.
77057      Branch: perl
77058            ! pod/perlmodlib.PL
77059 ____________________________________________________________________________
77060 [  7725] By: jhi                                   on 2000/11/17  14:12:31
77061         Log: Subject: Fix for 20000409.001
77062              From: "Stephen P. Potter" <spp@spotter.yi.org>
77063              Date: Fri, 17 Nov 2000 08:55:45 -0500
77064              Message-Id: <200011171355.IAA05104@spotter.yi.org>
77065      Branch: perl
77066            ! pod/perlfaq9.pod
77067 ____________________________________________________________________________
77068 [  7724] By: jhi                                   on 2000/11/17  14:08:58
77069         Log: Undo #7627 now that we have =head3.
77070      Branch: perl
77071            ! pod/perlhack.pod
77072 ____________________________________________________________________________
77073 [  7723] By: jhi                                   on 2000/11/17  14:04:09
77074         Log: As surmised the #7719 wasn't a good move.
77075      Branch: perl
77076            ! hints/solaris_2.sh
77077 ____________________________________________________________________________
77078 [  7722] By: jhi                                   on 2000/11/17  13:59:04
77079         Log: Also the 64bitall hints can be either here or there.
77080      Branch: perl
77081            ! hints/solaris_2.sh
77082 ____________________________________________________________________________
77083 [  7721] By: jhi                                   on 2000/11/17  02:26:23
77084         Log: Test tweak for the open pragma.
77085      Branch: perl
77086            ! t/lib/b.t
77087 ____________________________________________________________________________
77088 [  7720] By: jhi                                   on 2000/11/17  00:23:22
77089         Log: The long double hints can be here or there.
77090      Branch: perl
77091            ! hints/solaris_2.sh
77092 ____________________________________________________________________________
77093 [  7719] By: jhi                                   on 2000/11/17  00:14:06
77094         Log: For Solaris use64bitall the stdchar needs a little bit of help.
77095      Branch: perl
77096            ! hints/solaris_2.sh
77097 ____________________________________________________________________________
77098 [  7718] By: jhi                                   on 2000/11/16  23:27:34
77099         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
77100              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
77101              Date: Wed, 15 Nov 2000 08:56:32 +0100
77102              Message-ID: <3A1241B0.64477E00@alcatel.at>
77103      Branch: perl
77104            ! lib/Carp/Heavy.pm
77105 ____________________________________________________________________________
77106 [  7717] By: jhi                                   on 2000/11/16  23:23:29
77107         Log: Subject: [PATCH] Re: 20001101.003 PDL
77108              From: Nicholas Clark <nick@ccl4.org>
77109              Date: Thu, 16 Nov 2000 16:48:25 +0000
77110              Message-ID: <20001116164825.B93487@plum.flirble.org>
77111      Branch: perl
77112            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
77113 ____________________________________________________________________________
77114 [  7716] By: jhi                                   on 2000/11/16  23:21:31
77115         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
77116              From: "Casey R. Tweten" <crt@kiski.net>
77117              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
77118              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
77119      Branch: perl
77120            ! lib/Pod/Checker.pm pod/perlpod.pod
77121 ____________________________________________________________________________
77122 [  7715] By: jhi                                   on 2000/11/16  23:19:40
77123         Log: Avoid an infinite loop in VMS when utils scripts are run
77124              with no arguments, from Charles Lane.
77125      Branch: perl
77126            ! configure.com
77127 ____________________________________________________________________________
77128 [  7714] By: jhi                                   on 2000/11/16  23:17:08
77129         Log: Subject: perllocale.pod changes
77130              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77131              Date: Mon, 13 Nov 2000 10:09:22 +0300
77132              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
77133      Branch: perl
77134            ! pod/perllocale.pod
77135 ____________________________________________________________________________
77136 [  7713] By: jhi                                   on 2000/11/16  23:14:06
77137         Log: Integrate perlio:
77138              
77139              [  7711]
77140              Minor tweaks:
77141              consistent way of getting 'rb', 'wb' etc. for binary opens
77142              move *perlio::layers to *open::layers
77143              a #define to show layers available
77144              DOSISH popen/PerlIO had export/import sense inverted.
77145      Branch: perl
77146           !> doio.c perlio.c perlio.h util.c
77147 ____________________________________________________________________________
77148 [  7712] By: nick                                  on 2000/11/16  21:10:58
77149         Log: Integrate mainline
77150      Branch: perlio
77151           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
77152           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
77153           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
77154           !> vos/config.ga.def vos/config.ga.h win32/config.bc
77155           !> win32/config.gc win32/config.vc
77156 ____________________________________________________________________________
77157 [  7711] By: nick                                  on 2000/11/16  19:56:41
77158         Log: Minor tweaks:
77159              consistent way of getting 'rb', 'wb' etc. for binary opens
77160              move *perlio::layers to *open::layers
77161              a #define to show layers available
77162              DOSISH popen/PerlIO had export/import sense inverted.
77163      Branch: perlio
77164            ! doio.c perlio.c perlio.h util.c
77165 ____________________________________________________________________________
77166 [  7710] By: jhi                                   on 2000/11/16  15:46:05
77167         Log: Add HAS_SBRK_PROTO.
77168      Branch: metaconfig/U/perl
77169            + d_sbrkproto.U
77170      Branch: perl
77171            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77172            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
77173            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
77174            ! vos/config.ga.def vos/config.ga.h win32/config.bc
77175            ! win32/config.gc win32/config.vc
77176 ____________________________________________________________________________
77177 [  7709] By: nick                                  on 2000/11/16  07:31:49
77178         Log: Integrate mainline
77179      Branch: perlio
77180           !> (integrate 35 files)
77181 ____________________________________________________________________________
77182 [  7708] By: jhi                                   on 2000/11/16  05:33:03
77183         Log: These files are text, not binary.
77184      Branch: perl
77185            ! ext/Encode/Encode/iso8859-10.enc
77186            ! ext/Encode/Encode/iso8859-13.enc
77187            ! ext/Encode/Encode/iso8859-14.enc
77188            ! ext/Encode/Encode/iso8859-15.enc
77189 ____________________________________________________________________________
77190 [  7707] By: jhi                                   on 2000/11/16  01:53:37
77191         Log: Update Changes.
77192      Branch: perl
77193            ! Changes patchlevel.h
77194 ____________________________________________________________________________
77195 [  7706] By: jhi                                   on 2000/11/16  01:35:59
77196         Log: More #undefing of stdio.
77197      Branch: perl
77198            ! fakesdio.h nostdio.h
77199 ____________________________________________________________________________
77200 [  7705] By: jhi                                   on 2000/11/16  01:34:18
77201         Log: Add fwalk() probe to the configuration files and regen perltoc.
77202      Branch: perl
77203            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77204            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
77205            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
77206            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
77207            ! win32/config.bc win32/config.gc win32/config.vc
77208 ____________________________________________________________________________
77209 [  7704] By: jhi                                   on 2000/11/16  01:33:07
77210         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
77211              an optional third argument to Inlibc?)
77212      Branch: metaconfig/U/perl
77213            + d__fwalk.U
77214 ____________________________________________________________________________
77215 [  7703] By: jhi                                   on 2000/11/16  01:09:22
77216         Log: The type of the hash_cb() size argument is tricky.
77217      Branch: perl
77218            ! ext/DB_File/DB_File.xs
77219 ____________________________________________________________________________
77220 [  7702] By: jhi                                   on 2000/11/15  23:01:16
77221         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
77222      Branch: perl
77223            ! nostdio.h
77224 ____________________________________________________________________________
77225 [  7701] By: jhi                                   on 2000/11/15  22:52:32
77226         Log: Detypo.
77227      Branch: perl
77228            ! t/lib/bigfltpm.t
77229 ____________________________________________________________________________
77230 [  7700] By: jhi                                   on 2000/11/15  22:51:56
77231         Log: UINT64_C() work continues.
77232      Branch: perl
77233            ! handy.h perl.h utf8.h
77234 ____________________________________________________________________________
77235 [  7699] By: jhi                                   on 2000/11/15  14:13:04
77236         Log: SOCKS has its own USE_THREADS, based on
77237              
77238              Subject: [ID 20001114.002] et. al. bugfix followup
77239              From: Jens Hamisch <jens@Strawberry.COM> 
77240              Date: Wed, 15 Nov 2000 14:23:11 +0100
77241              Message-ID: <20001115142311.A21164@Strawberry.COM>
77242      Branch: perl
77243            ! perl.h
77244 ____________________________________________________________________________
77245 [  7698] By: jhi                                   on 2000/11/15  03:50:56
77246         Log: Add few missing #undefs and sort them.
77247      Branch: perl
77248            ! fakesdio.h
77249 ____________________________________________________________________________
77250 [  7697] By: jhi                                   on 2000/11/15  03:39:14
77251         Log: Linenumber fix.
77252      Branch: perl
77253            ! t/pragma/warn/utf8
77254 ____________________________________________________________________________
77255 [  7696] By: jhi                                   on 2000/11/15  02:55:26
77256         Log: EBCDIC tweaks.
77257              
77258              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
77259              From: Peter Prymmer <pvhp@forte.com>
77260              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
77261              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
77262      Branch: perl
77263            ! t/op/regmesg.t t/pragma/warn/utf8
77264 ____________________________________________________________________________
77265 [  7695] By: jhi                                   on 2000/11/15  02:53:58
77266         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
77267              From: Peter Prymmer <pvhp@forte.com>
77268              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
77269              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
77270      Branch: perl
77271            ! utf8.c
77272 ____________________________________________________________________________
77273 [  7694] By: jhi                                   on 2000/11/15  02:50:55
77274         Log: Subject: [PATCH: perl@7674] updates to README.os390
77275              From: Prymmer/Kahn <pvhp@best.com>
77276              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
77277              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
77278      Branch: perl
77279            ! README.os390
77280 ____________________________________________________________________________
77281 [  7693] By: jhi                                   on 2000/11/15  02:48:37
77282         Log: Quit utf8_to_uv() instantly if curlen == 0.
77283      Branch: perl
77284            ! utf8.c
77285 ____________________________________________________________________________
77286 [  7692] By: jhi                                   on 2000/11/15  02:24:29
77287         Log: Use u_int32_t for the size of hash_cb(), not size_t.
77288              
77289              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
77290              From: Jens Hamisch <jens@Strawberry.COM>     
77291              Date: Tue, 14 Nov 2000 19:03:55 +0100
77292              Message-Id: <20001114190355.A20559@Strawberry.COM>
77293      Branch: perl
77294            ! ext/DB_File/DB_File.xs
77295 ____________________________________________________________________________
77296 [  7691] By: jhi                                   on 2000/11/15  02:20:12
77297         Log: Use UINT64_C().
77298              
77299              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
77300              From: Jens Hamisch <jens@Strawberry.COM>
77301              Date: Tue, 14 Nov 2000 19:16:23 +0100
77302              Message-Id: <20001114191623.G20559@Strawberry.COM>
77303      Branch: perl
77304            ! utf8.c utf8.h
77305 ____________________________________________________________________________
77306 [  7690] By: jhi                                   on 2000/11/15  02:17:06
77307         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
77308              (a macro to define signed and unsigned integer constants).
77309      Branch: perl
77310            ! handy.h
77311 ____________________________________________________________________________
77312 [  7689] By: jhi                                   on 2000/11/15  01:56:51
77313         Log: Regen Configure.
77314      Branch: perl
77315            ! Configure
77316 ____________________________________________________________________________
77317 [  7688] By: jhi                                   on 2000/11/15  01:56:32
77318         Log: Make the unit know about SOCKS.
77319      Branch: metaconfig
77320            ! U/protos/socksizetype.U
77321 ____________________________________________________________________________
77322 [  7687] By: jhi                                   on 2000/11/15  01:54:47
77323         Log: Remove unused dependencies.
77324      Branch: metaconfig
77325            ! U/compline/d_getpagsz.U
77326 ____________________________________________________________________________
77327 [  7686] By: nick                                  on 2000/11/14  21:25:13
77328         Log: Integrate mainline.
77329      Branch: perlio
77330           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
77331           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
77332           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
77333           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
77334           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
77335           !> win32/config.bc win32/config.gc win32/config.vc
77336           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
77337 ____________________________________________________________________________
77338 [  7685] By: jhi                                   on 2000/11/14  17:54:56
77339         Log: Integrate perlio:
77340              
77341              [  7684]
77342              PerlIO #include and #ifdef re-work.
77343      Branch: perl
77344           +> fakesdio.h perliol.h
77345           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
77346           !> perlsdio.h perlsfio.h pod/perlfunc.pod
77347 ____________________________________________________________________________
77348 [  7684] By: nick                                  on 2000/11/14  17:43:04
77349         Log: PerlIO #include and #ifdef re-work.
77350      Branch: perlio
77351            + fakesdio.h perliol.h
77352            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
77353            ! perlsdio.h perlsfio.h
77354 ____________________________________________________________________________
77355 [  7683] By: jhi                                   on 2000/11/14  15:42:40
77356         Log: Hoist the duplicated socket/netdb include logic to perl.h;
77357              undef SETERRNO in case SOCKS has defined it.  Based on:
77358              
77359              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
77360              From: Jens Hamisch <jens@Strawberry.COM> 
77361              Date: Tue, 14 Nov 2000 11:34:40 +0100
77362              Message-Id: <20001114113440.A20005@Strawberry.COM>
77363      Branch: perl
77364            ! doio.c perl.h pp_sys.c
77365 ____________________________________________________________________________
77366 [  7682] By: jhi                                   on 2000/11/14  14:07:28
77367         Log: Subject: some additions for makefiles for win32 (for perl@7674)
77368              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77369              Date: Tue, 14 Nov 2000 09:31:13 +0300
77370              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
77371      Branch: perl
77372            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
77373            ! win32/makefile.mk
77374 ____________________________________________________________________________
77375 [  7681] By: jhi                                   on 2000/11/14  14:01:41
77376         Log: Subject: tiny typo in perl5db.pl
77377              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77378              Date: Tue, 14 Nov 2000 09:29:28 +0300
77379              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
77380      Branch: perl
77381            ! lib/perl5db.pl
77382 ____________________________________________________________________________
77383 [  7680] By: jhi                                   on 2000/11/14  04:13:50
77384         Log: Redo #7679 with LFs instead of CRLFs.
77385      Branch: perl
77386            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
77387            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
77388            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
77389 ____________________________________________________________________________
77390 [  7679] By: jhi                                   on 2000/11/14  01:21:09
77391         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
77392              From: Benjamin Stuhl <tiriath@yahoo.com> 
77393              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
77394              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
77395      Branch: perl
77396            + win32/bin/mdelete.bat
77397            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
77398            ! makedef.pl perlio.c win32/Makefile win32/config.gc
77399            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
77400 ____________________________________________________________________________
77401 [  7678] By: jhi                                   on 2000/11/14  01:19:20
77402         Log: Fix the re extension building for Win32.
77403              
77404              Subject: [PATCH perl@7638] Get PerlIO building on Win32
77405              From: Benjamin Stuhl <tiriath@yahoo.com> 
77406              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
77407              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
77408      Branch: perl
77409            + ext/re/hints/MSWin32.pl
77410            ! MANIFEST
77411 ____________________________________________________________________________
77412 [  7677] By: jhi                                   on 2000/11/14  01:13:54
77413         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
77414              From: sthoenna@efn.org
77415              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
77416              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
77417      Branch: perl
77418            ! doop.c pp.c toke.c utf8.c utf8.h
77419 ____________________________________________________________________________
77420 [  7676] By: jhi                                   on 2000/11/13  20:23:15
77421         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
77422              From: Nicholas Clark <nick@ccl4.org>
77423              Date: Mon, 13 Nov 2000 18:55:04 +0000
77424              Message-ID: <20001113185504.J29183@plum.flirble.org>
77425      Branch: perl
77426            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
77427 ____________________________________________________________________________
77428 [  7675] By: nick                                  on 2000/11/13  20:21:57
77429         Log: Integrate mainline ...
77430      Branch: perlio
77431           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
77432           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
77433           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
77434           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
77435 ____________________________________________________________________________
77436 [  7674] By: jhi                                   on 2000/11/13  15:07:56
77437         Log: Update Changes.
77438      Branch: perl
77439            ! Changes patchlevel.h
77440 ____________________________________________________________________________
77441 [  7673] By: jhi                                   on 2000/11/13  14:42:42
77442         Log: Remove the new two tests of lib/io_xs for now, they seem to
77443              fail under perlio on some platforms.
77444      Branch: perl
77445            ! t/lib/io_xs.t
77446 ____________________________________________________________________________
77447 [  7672] By: jhi                                   on 2000/11/13  13:57:53
77448         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
77449      Branch: perl
77450            ! perlio.c
77451 ____________________________________________________________________________
77452 [  7671] By: jhi                                   on 2000/11/13  05:30:48
77453         Log: Placate nervous compilers that see longer than ints switch()ing.
77454      Branch: perl
77455            ! utf8.c
77456 ____________________________________________________________________________
77457 [  7670] By: jhi                                   on 2000/11/13  05:14:21
77458         Log: fputs() does return EOF on error but here we don't care.
77459      Branch: perl
77460            ! perlio.c
77461 ____________________________________________________________________________
77462 [  7669] By: jhi                                   on 2000/11/13  05:02:45
77463         Log: Declare reg_data like reg_substr_data.
77464      Branch: perl
77465            ! regexp.h
77466 ____________________________________________________________________________
77467 [  7668] By: jhi                                   on 2000/11/13  04:54:34
77468         Log: Typos in #7667.
77469      Branch: perl
77470            ! perl.h
77471 ____________________________________________________________________________
77472 [  7667] By: jhi                                   on 2000/11/13  04:49:49
77473         Log: Cleanup messy #ifdef.
77474      Branch: perl
77475            ! perl.h
77476 ____________________________________________________________________________
77477 [  7666] By: jhi                                   on 2000/11/13  04:17:34
77478         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
77479              From: Nicholas Clark <nick@talking.bollo.cx>
77480              Date: Sun, 12 Nov 2000 21:14:11 +0000
77481              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
77482              
77483              Note: only one breakage of the two reported is fixed by this patch.
77484      Branch: perl
77485            ! perlio.c
77486 ____________________________________________________________________________
77487 [  7665] By: jhi                                   on 2000/11/13  04:05:07
77488         Log: Tweak the definition of the bit complement on UTF-8 data:
77489              if none of the characters in the string are > 0xff,
77490              the result is a complemented byte string, not a (UTF-8)
77491              char string.  Based on the summary in
77492              
77493              Subject: Re: [ID 20000918.005] ~ on wide chars
77494              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
77495              Date: Fri, 10 Nov 2000 09:47:15 -0800
77496              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
77497              
77498              This should give us the maximum backward (pre-char string)
77499              compatibility and utf8 compatibility.  The other alternative
77500              would be to limit the bit complement to be always byte only,
77501              taking the least significant byte of the chars.
77502      Branch: perl
77503            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
77504 ____________________________________________________________________________
77505 [  7664] By: jhi                                   on 2000/11/13  00:23:44
77506         Log: Couple of tests from #7660 salvaged.
77507      Branch: perl
77508            - t/op/tell.t
77509            ! MANIFEST t/io/tell.t
77510 ____________________________________________________________________________
77511 [  7663] By: jhi                                   on 2000/11/13  00:02:48
77512         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
77513              From: Nicholas Clark <nick@talking.bollo.cx>
77514              Date: Sun, 12 Nov 2000 21:23:43 +0000
77515              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
77516      Branch: perl
77517            ! perlsfio.h
77518 ____________________________________________________________________________
77519 [  7662] By: jhi                                   on 2000/11/13  00:01:39
77520         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
77521              From: Nicholas Clark <nick@talking.bollo.cx>
77522              Date: Sun, 12 Nov 2000 21:30:04 +0000
77523              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
77524      Branch: perl
77525            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
77526 ____________________________________________________________________________
77527 [  7661] By: jhi                                   on 2000/11/12  23:57:29
77528         Log: Document tell() on special streams.
77529      Branch: perl
77530            ! pod/perlfunc.pod
77531 ____________________________________________________________________________
77532 [  7660] By: jhi                                   on 2000/11/12  23:54:22
77533         Log: (Subsumed by #7664)
77534      Branch: perl
77535            + t/op/tell.t
77536            ! MANIFEST
77537 ____________________________________________________________________________
77538 [  7659] By: jhi                                   on 2000/11/12  22:55:25
77539         Log: Many subdocumented return values of the IO extension now documented.
77540              ungetc and write still left subdocumented.
77541              
77542              Subject: [PATCH] (was Re: IO::Handle::ungetc)
77543              From: Nicholas Clark <nick@talking.bollo.cx>
77544              Date: Sun, 12 Nov 2000 21:35:53 +0000
77545              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
77546      Branch: perl
77547            ! ext/IO/lib/IO/Handle.pm
77548 ____________________________________________________________________________
77549 [  7658] By: jhi                                   on 2000/11/12  21:37:06
77550         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
77551              From: Nicholas Clark <nick@talking.bollo.cx>
77552              Date: Sun, 12 Nov 2000 20:03:22 +0000
77553              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
77554      Branch: perl
77555            ! pod/perlfunc.pod
77556 ____________________________________________________________________________
77557 [  7657] By: jhi                                   on 2000/11/12  20:34:55
77558         Log: Integrate perlio:
77559              
77560              [  7656]
77561              Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
77562      Branch: perl
77563           !> perlio.c
77564 ____________________________________________________________________________
77565 [  7656] By: nick                                  on 2000/11/12  19:25:06
77566         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
77567      Branch: perlio
77568            ! perlio.c
77569 ____________________________________________________________________________
77570 [  7655] By: nick                                  on 2000/11/12  19:09:41
77571         Log: Integrate mainline
77572      Branch: perlio
77573           +> README.solaris ext/Encode/Encode/cp1006.enc
77574           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
77575           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
77576           +> ext/Encode/Encode/iso8859-13.enc
77577           +> ext/Encode/Encode/iso8859-14.enc
77578           +> ext/Encode/Encode/iso8859-15.enc
77579           !> (integrate 34 files)
77580 ____________________________________________________________________________
77581 [  7654] By: jhi                                   on 2000/11/12  19:00:22
77582         Log: Add a metaconfig unit for fsync.
77583      Branch: metaconfig/U/perl
77584            + d_fsync.U
77585 ____________________________________________________________________________
77586 [  7653] By: jhi                                   on 2000/11/12  19:00:01
77587         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
77588      Branch: perl
77589            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77590            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
77591            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
77592            ! vos/config.ga.h win32/config.bc win32/config.gc
77593            ! win32/config.vc
77594 ____________________________________________________________________________
77595 [  7652] By: jhi                                   on 2000/11/11  21:12:01
77596         Log: Copy the s// information of README.hpux also to the perlrun.
77597      Branch: perl
77598            ! README.hpux pod/perlrun.pod
77599 ____________________________________________________________________________
77600 [  7651] By: jhi                                   on 2000/11/11  21:03:13
77601         Log: More README.solaris updates from Andy Dougherty.
77602      Branch: perl
77603            ! README.solaris
77604 ____________________________________________________________________________
77605 [  7650] By: jhi                                   on 2000/11/11  18:38:57
77606         Log: More descriptive error for unknown perlio layers.
77607              
77608              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
77609              From: Dominic Dunlop <domo@computer.org> 
77610              Date: Sat, 11 Nov 2000 18:20:32 +0100             
77611              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
77612      Branch: perl
77613            ! perlio.c pod/perldiag.pod
77614 ____________________________________________________________________________
77615 [  7649] By: jhi                                   on 2000/11/11  18:37:52
77616         Log: MachTen doesn't really do mmap() and munmap().
77617              
77618              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
77619              From: Dominic Dunlop <domo@computer.org> 
77620              Date: Sat, 11 Nov 2000 18:20:32 +0100             
77621              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
77622      Branch: perl
77623            ! hints/machten.sh
77624 ____________________________________________________________________________
77625 [  7648] By: jhi                                   on 2000/11/11  18:36:46
77626         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
77627              From: rspier@pobox.com (Robert Spier)
77628              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
77629              Message-ID: <14861.32839.491271.985797@rls.cx>
77630      Branch: perl
77631            ! Porting/Contract pod/perltoot.pod
77632 ____________________________________________________________________________
77633 [  7647] By: jhi                                   on 2000/11/11  18:35:30
77634         Log: Simplify the getpagesize() unit by dropping the
77635              pagesize probe since it's nowadays slightly more
77636              complicated because of sysconf(). (Note: if some
77637              platform really needs the -lPW for getpagesize,
77638              I just broke it.)
77639              
77640              TODO: a new pagesize unit.
77641      Branch: metaconfig
77642            ! U/compline/d_getpagsz.U
77643 ____________________________________________________________________________
77644 [  7646] By: jhi                                   on 2000/11/11  18:33:23
77645         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
77646      Branch: perl
77647            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77648            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
77649            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
77650            ! vos/config.ga.h win32/config.bc win32/config.gc
77651            ! win32/config.vc
77652 ____________________________________________________________________________
77653 [  7645] By: jhi                                   on 2000/11/11  16:45:15
77654         Log: Use sysconf() or getpagesize() to find out the pagesize.
77655      Branch: perl
77656            ! perlio.c
77657 ____________________________________________________________________________
77658 [  7644] By: jhi                                   on 2000/11/11  15:46:08
77659         Log: Integrate perlio:
77660              
77661              [  7641]
77662              Fixup mmap layer by doing mmap() calls on pagesize boundaries.
77663              Also call "Buf" layer directly when unread'ing non-read chars.
77664      Branch: perl
77665           !> perlio.c
77666 ____________________________________________________________________________
77667 [  7643] By: jhi                                   on 2000/11/11  15:33:36
77668         Log: Subject: Re: [PATCH] README.solaris
77669              From: Lupe Christoph <lupe@lupe-christoph.de>
77670              Date: Sat, 11 Nov 2000 14:08:10 +0100
77671              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
77672      Branch: perl
77673            ! README.solaris
77674 ____________________________________________________________________________
77675 [  7642] By: jhi                                   on 2000/11/11  15:22:12
77676         Log: Subject: [PATCH perl@7638] cygwin port
77677              From: "Eric Fifer" <egf7@columbia.edu>            
77678              Date: Fri, 10 Nov 2000 19:30:30 -0000
77679              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
77680      Branch: perl
77681            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
77682 ____________________________________________________________________________
77683 [  7641] By: nick                                  on 2000/11/11  14:50:36
77684         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
77685              Also call "Buf" layer directly when unread'ing non-read chars.
77686      Branch: perlio
77687            ! perlio.c
77688 ____________________________________________________________________________
77689 [  7640] By: jhi                                   on 2000/11/11  02:05:02
77690         Log: Add more encoding tables.
77691      Branch: perl
77692            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
77693            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
77694            + ext/Encode/Encode/iso8859-10.enc
77695            + ext/Encode/Encode/iso8859-13.enc
77696            + ext/Encode/Encode/iso8859-14.enc
77697            + ext/Encode/Encode/iso8859-15.enc
77698            ! MANIFEST
77699 ____________________________________________________________________________
77700 [  7639] By: jhi                                   on 2000/11/10  18:49:25
77701         Log: Subject: [PATCH] README.solaris
77702              From: Andy Dougherty <doughera@lafayette.edu>
77703              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
77704              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
77705      Branch: perl
77706            + README.solaris
77707            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
77708            ! pod/perl.pod pod/perltoc.pod
77709 ____________________________________________________________________________
77710 [  7638] By: jhi                                   on 2000/11/10  15:04:15
77711         Log: Update Changes.
77712      Branch: perl
77713            ! Changes patchlevel.h
77714 ____________________________________________________________________________
77715 [  7637] By: jhi                                   on 2000/11/10  14:14:28
77716         Log: Explain better why certain regex tests are skipped.
77717              
77718              Subject: Re: tests skipped: unknown reason
77719              From: Lupe Christoph <lupe@lupe-christoph.de>
77720              Date: Fri, 10 Nov 2000 09:08:56 +0100
77721              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
77722      Branch: perl
77723            ! t/op/regexp.t
77724 ____________________________________________________________________________
77725 [  7636] By: nick                                  on 2000/11/10  13:40:00
77726         Log: Integrate mainline.
77727      Branch: perlio
77728           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
77729           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
77730           !> win32/bin/search.pl
77731 ____________________________________________________________________________
77732 [  7635] By: nick                                  on 2000/11/10  13:25:52
77733         Log: Re-instate stdio large file support via perlio.
77734      Branch: perl
77735            ! perlio.c
77736 ____________________________________________________________________________
77737 [  7634] By: jhi                                   on 2000/11/10  04:49:55
77738         Log: Amdahl UTS hints updates.
77739              
77740              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
77741              From: hom00@utsglobal.com (Harold O Morris)
77742              Date: Thu, 9 Nov 2000 20:02 PST
77743              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
77744      Branch: perl
77745            ! hints/uts.sh
77746 ____________________________________________________________________________
77747 [  7633] By: jhi                                   on 2000/11/09  23:33:28
77748         Log: Subject: [PATCH] IO::Seekable pod
77749              From: Nicholas Clark <nick@talking.bollo.cx>
77750              Date: Thu, 9 Nov 2000 20:29:45 +0000
77751              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
77752      Branch: perl
77753            ! ext/IO/lib/IO/Handle.pm
77754 ____________________________________________________________________________
77755 [  7632] By: jhi                                   on 2000/11/09  21:55:41
77756         Log: Various doc oddball characters.
77757              
77758              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
77759              From: Michael Somos <somos@grail.cba.csuohio.edu>
77760              Date: Mon, 6 Nov 2000 17:44:20 -0500
77761              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
77762      Branch: perl
77763            ! emacs/cperl-mode.el lib/unicode/syllables.txt
77764            ! win32/bin/search.pl
77765 ____________________________________________________________________________
77766 [  7631] By: jhi                                   on 2000/11/09  21:12:29
77767         Log: Subject: Re: bash -c exit and linux hints 
77768              From: "John P. Linderman" <jpl@research.att.com>
77769              Date: Thu, 02 Nov 2000 09:37:25 -0500
77770              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
77771      Branch: perl
77772            ! hints/linux.sh
77773 ____________________________________________________________________________
77774 [  7630] By: nick                                  on 2000/11/09  20:34:11
77775         Log: Integrate mainline.
77776      Branch: perlio
77777           !> (integrate 91 files)
77778 ____________________________________________________________________________
77779 [  7629] By: jhi                                   on 2000/11/09  19:46:31
77780         Log: Missing dTHXs.
77781              
77782              Subject: RE: perl@7595 builds not on cygwin
77783              From: "Eric Fifer" <egf7@columbia.edu>
77784              Date: Thu, 9 Nov 2000 19:26:50 -0000
77785              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
77786      Branch: perl
77787            ! ext/Devel/Peek/Peek.xs
77788 ____________________________________________________________________________
77789 [  7628] By: jhi                                   on 2000/11/09  14:48:27
77790         Log: Disable only the tests 99 and 166 for UTF-8 locales.
77791      Branch: perl
77792            ! t/pragma/locale.t
77793 ____________________________________________________________________________
77794 [  7627] By: jhi                                   on 2000/11/09  14:40:27
77795         Log: There's no =head3.
77796      Branch: perl
77797            ! pod/perlhack.pod
77798 ____________________________________________________________________________
77799 [  7626] By: jhi                                   on 2000/11/09  13:54:26
77800         Log: The generated boot_* headers are wrong.  Pickier compiler,
77801              such as KAI C++ will refuse to compile the resulting perlmain.
77802              
77803              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
77804              From: Harri Pasanen <harri.pasanen@trema.com>
77805              Date: Thu, 09 Nov 2000 14:23:28 +0100
77806              Message-Id: <3A0AA550.26D548A3@trema.com>
77807      Branch: perl
77808            ! minimod.pl
77809 ____________________________________________________________________________
77810 [  7625] By: jhi                                   on 2000/11/09  13:50:44
77811         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
77812              From: Prymmer/Kahn <pvhp@best.com>
77813              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
77814              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
77815              
77816              All except the "cow orker" change.
77817      Branch: perl
77818            ! Porting/pumpkin.pod
77819 ____________________________________________________________________________
77820 [  7624] By: jhi                                   on 2000/11/09  13:45:33
77821         Log: Fix for
77822              
77823              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
77824              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
77825              Date: Thu, 09 Nov 2000 11:05:52 +0100
77826              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
77827      Branch: perl
77828            ! pod/perldiag.pod t/pragma/warn/pp_sys
77829 ____________________________________________________________________________
77830 [  7623] By: jhi                                   on 2000/11/09  13:37:16
77831         Log: Typo in an ifndef.
77832              
77833              Subject: Re: [PATCH 5.7.0] better messages from malloc()
77834              From: Joe Smith <jms@inwap.com>         
77835              Date: Thu, 09 Nov 2000 01:33:14 -0800
77836              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
77837      Branch: perl
77838            ! malloc.c
77839 ____________________________________________________________________________
77840 [  7622] By: jhi                                   on 2000/11/09  13:31:18
77841         Log: Remove unused extra arguments.
77842      Branch: metaconfig/U/perl
77843            ! perlxv.U
77844      Branch: perl
77845            ! Configure config_h.SH
77846 ____________________________________________________________________________
77847 [  7621] By: jhi                                   on 2000/11/09  13:16:36
77848         Log: More VMS moves on environment handling, from Charles Lane.
77849      Branch: perl
77850            ! t/pragma/locale.t
77851 ____________________________________________________________________________
77852 [  7620] By: jhi                                   on 2000/11/09  04:42:38
77853         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
77854              From: David Dyck <dcd@tc.fluke.com>
77855              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
77856              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
77857      Branch: perl
77858            ! pp_sys.c
77859 ____________________________________________________________________________
77860 [  7619] By: jhi                                   on 2000/11/09  04:36:21
77861         Log: Forgot from #7618.
77862      Branch: perl
77863            ! lib/File/stat.pm
77864 ____________________________________________________________________________
77865 [  7618] By: jhi                                   on 2000/11/09  04:28:44
77866         Log: Make deleting for %ENV work for (newer versions of) VMS,
77867              from Craig A. Berry.
77868      Branch: perl
77869            ! vms/vms.c
77870 ____________________________________________________________________________
77871 [  7617] By: jhi                                   on 2000/11/09  04:25:05
77872         Log: Subject: [PATCH] Class::Struct at compile time
77873              From: "Casey R. Tweten" <crt@kiski.net>
77874              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
77875              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
77876      Branch: perl
77877            ! lib/Class/Struct.pm
77878 ____________________________________________________________________________
77879 [  7616] By: jhi                                   on 2000/11/09  04:15:17
77880         Log: Subject: [ID 20001108.013] spelling
77881              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
77882              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
77883              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
77884      Branch: perl
77885            ! lib/ftp.pl
77886 ____________________________________________________________________________
77887 [  7615] By: jhi                                   on 2000/11/09  04:12:42
77888         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
77889              From: Peter Prymmer <pvhp@forte.com>
77890              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
77891              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
77892      Branch: perl
77893            ! configure.com
77894 ____________________________________________________________________________
77895 [  7614] By: jhi                                   on 2000/11/08  22:42:55
77896         Log: A missing aTHX_.
77897      Branch: perl
77898            ! ext/IPC/SysV/SysV.xs
77899 ____________________________________________________________________________
77900 [  7613] By: jhi                                   on 2000/11/08  19:30:21
77901         Log: Update Changes.
77902      Branch: perl
77903            ! Changes patchlevel.h
77904 ____________________________________________________________________________
77905 [  7612] By: jhi                                   on 2000/11/08  18:35:25
77906         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
77907              From: David Dyck <dcd@tc.fluke.com>
77908              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
77909              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
77910      Branch: perl
77911            ! pp_sys.c
77912 ____________________________________________________________________________
77913 [  7611] By: jhi                                   on 2000/11/08  18:30:26
77914         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
77915              From: Dominic Dunlop <domo@computer.org>
77916              Date: Tue, 7 Nov 2000 12:05:25 +0100
77917              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
77918      Branch: perl
77919            ! malloc.c
77920 ____________________________________________________________________________
77921 [  7610] By: jhi                                   on 2000/11/08  18:25:14
77922         Log: Do not test UTF-8 locales since that the tests would require
77923              polymorphic regexen.
77924      Branch: perl
77925            ! t/pragma/locale.t
77926 ____________________________________________________________________________
77927 [  7609] By: jhi                                   on 2000/11/08  17:12:51
77928         Log: Locale buglets.
77929              
77930              Subject: RE: Locales support (setlocale) fixes
77931              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77932              Date: Wed, 8 Nov 2000 20:01:39 +0300
77933              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
77934      Branch: perl
77935            ! t/pragma/locale.t util.c
77936 ____________________________________________________________________________
77937 [  7608] By: jhi                                   on 2000/11/08  17:00:16
77938         Log: Deleting $ENV{PATH} in VMS is not recommendable.
77939      Branch: perl
77940            ! t/pragma/locale.t
77941 ____________________________________________________________________________
77942 [  7607] By: jhi                                   on 2000/11/08  16:58:26
77943         Log: Subject: PATCH std stdio for (Free)BSD
77944              From: Nicholas Clark <nick@ccl4.org>
77945              Date: Wed, 8 Nov 2000 15:36:29 +0000
77946              Message-ID: <20001108153629.D98736@plum.flirble.org>
77947      Branch: metaconfig
77948            ! U/compline/d_stdstdio.U
77949      Branch: perl
77950            ! Configure config_h.SH
77951 ____________________________________________________________________________
77952 [  7606] By: jhi                                   on 2000/11/08  16:43:31
77953         Log: Forgot to bump the line numbers in #7601.
77954      Branch: perl
77955            ! t/pragma/warn/pp_sys
77956 ____________________________________________________________________________
77957 [  7605] By: jhi                                   on 2000/11/08  16:39:12
77958         Log: More careful detection of how well NVs and UVs mix.
77959              
77960              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))
77961              From: Nicholas Clark <nick@ccl4.org>
77962              Date: Wed, 8 Nov 2000 15:14:12 +0000
77963              Message-ID: <20001108151412.B98736@plum.flirble.org>
77964              
77965              Added some SIGFPE paranoia.
77966      Branch: metaconfig/U/perl
77967            ! perlxv.U
77968      Branch: perl
77969            ! Configure config_h.SH
77970 ____________________________________________________________________________
77971 [  7604] By: jhi                                   on 2000/11/08  14:39:10
77972         Log: Subject: [patch perl@7595] VMS configure.com tweak
77973              From: "Craig A. Berry" <craigberry@mac.com>
77974              Date: Wed, 8 Nov 2000 00:24:12 -0600
77975              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
77976      Branch: perl
77977            ! configure.com
77978 ____________________________________________________________________________
77979 [  7603] By: jhi                                   on 2000/11/08  14:27:11
77980         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
77981              From: Robin Barker <rmb1@cise.npl.co.uk>
77982              Date: Wed, 8 Nov 2000 11:11:39 GMT
77983              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
77984      Branch: perl
77985            ! perlio.c
77986 ____________________________________________________________________________
77987 [  7602] By: jhi                                   on 2000/11/08  14:25:03
77988         Log: Fix for the tie-refhash string table leaks.
77989              
77990              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
77991              Date: Wed, 8 Nov 2000 13:03:04 GMT
77992              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
77993      Branch: perl
77994            ! t/lib/tie-refhash.t
77995 ____________________________________________________________________________
77996 [  7601] By: jhi                                   on 2000/11/08  14:21:08
77997         Log: Try to avoid flockless and emulationless places.
77998      Branch: perl
77999            ! t/pragma/warn/pp_sys
78000 ____________________________________________________________________________
78001 [  7600] By: jhi                                   on 2000/11/08  02:28:54
78002         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
78003              
78004              Subject: [PATCH] prototyped functions that should be overrideable
78005              From: "Casey R. Tweten" <crt@kiski.net>
78006              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
78007              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
78008      Branch: perl
78009            ! toke.c
78010 ____________________________________________________________________________
78011 [  7599] By: jhi                                   on 2000/11/08  01:12:05
78012         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
78013              
78014              Subject: [PATCH] perlbug.PL
78015              From: "Kurt D. Starsinic" <kstar@chapin.edu>
78016              Date: Mon, 6 Nov 2000 21:39:01 -0500
78017              Message-ID: <20001106213901.B20955@O2.chapin.edu>
78018      Branch: perl
78019            ! utils/perlbug.PL
78020 ____________________________________________________________________________
78021 [  7598] By: jhi                                   on 2000/11/07  23:42:00
78022         Log: Bad thinko in #7581 (I used the test program with the expanded
78023              values as-is).
78024      Branch: metaconfig
78025            ! U/compline/d_stdstdio.U
78026      Branch: perl
78027            ! Configure
78028 ____________________________________________________________________________
78029 [  7597] By: jhi                                   on 2000/11/07  21:43:29
78030         Log: Subject: [PATCH perl@7573] cygwin port
78031              From: "Fifer, Eric" <EFifer@sanwaint.com>
78032              Date: Tue, 7 Nov 2000 18:08:51 -0000 
78033              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
78034              
78035              Synchronize with Cygwin 1.1.5.
78036      Branch: perl
78037            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
78038            ! pod/perlport.pod unixish.h util.c
78039 ____________________________________________________________________________
78040 [  7596] By: jhi                                   on 2000/11/07  21:39:25
78041         Log: perlhack updates from H.Merijn Brand.
78042      Branch: perl
78043            ! pod/perlhack.pod
78044 ____________________________________________________________________________
78045 [  7595] By: jhi                                   on 2000/11/07  20:21:41
78046         Log: Update Changes.
78047      Branch: perl
78048            ! Changes patchlevel.h
78049 ____________________________________________________________________________
78050 [  7594] By: jhi                                   on 2000/11/07  19:18:58
78051         Log: Be more robust in Dynaloader.pm.
78052      Branch: perl
78053            ! ext/DynaLoader/DynaLoader_pm.PL
78054 ____________________________________________________________________________
78055 [  7593] By: jhi                                   on 2000/11/07  16:49:31
78056         Log: AUTHORS update.
78057      Branch: perl
78058            ! AUTHORS
78059 ____________________________________________________________________________
78060 [  7592] By: gsar                                  on 2000/11/07  16:39:51
78061         Log: normalize relative paths in virtualized current directory on windows,
78062              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
78063              returns)
78064      Branch: perl
78065            ! win32/vdir.h
78066 ____________________________________________________________________________
78067 [  7591] By: jhi                                   on 2000/11/07  16:04:26
78068         Log: Too profiler-happy: with optimization the #7590 actually makes
78069              the test to run 0.5% _slower_.  Requires much more instrumentation.
78070              Retract #7590.
78071      Branch: perl
78072            ! regcomp.c regcomp.h
78073 ____________________________________________________________________________
78074 [  7590] By: jhi                                   on 2000/11/07  15:51:13
78075         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
78076              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
78077              by using memset() and testing bytewise (as opposed to bitwise).
78078      Branch: perl
78079            ! regcomp.c regcomp.h
78080 ____________________________________________________________________________
78081 [  7589] By: jhi                                   on 2000/11/07  12:56:39
78082         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
78083              From: "Craig A. Berry" <craig.berry@psinetcs.com>
78084              Date: Mon, 06 Nov 2000 23:45:30 -0500
78085              Message-Id: <0011079735.AA973576259@univpress.com>
78086      Branch: perl
78087            ! configure.com t/lib/st-lock.t
78088 ____________________________________________________________________________
78089 [  7588] By: jhi                                   on 2000/11/07  01:03:28
78090         Log: Tweak #7587.
78091      Branch: perl
78092            ! pod/perldiag.pod
78093 ____________________________________________________________________________
78094 [  7587] By: jhi                                   on 2000/11/07  01:00:27
78095         Log: A doc addition for bug id 20001105.019, beware \p.
78096      Branch: perl
78097            ! pod/perldiag.pod
78098 ____________________________________________________________________________
78099 [  7586] By: jhi                                   on 2000/11/07  00:32:22
78100         Log: Fake support of holey files in win/dosish platforms.
78101              
78102              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
78103              From: kipp@shonanblue.ne.jp
78104              Date: Mon, 6 Nov 2000 13:30:55 -0800
78105              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
78106      Branch: perl
78107            ! ext/SDBM_File/sdbm/sdbm.c
78108 ____________________________________________________________________________
78109 [  7585] By: jhi                                   on 2000/11/07  00:12:54
78110         Log: Subject: Pod updates
78111              From: "Stephen P. Potter" <spp@spotter.yi.org>
78112              Date: Mon, 06 Nov 2000 18:56:43 -0500
78113              Message-Id: <200011062357.SAA18173@spotter.yi.org>
78114      Branch: perl
78115            ! README.dos README.os2 README.win32 pod/buildtoc.PL
78116            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
78117            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
78118            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
78119            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
78120            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
78121            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
78122            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
78123            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
78124            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
78125            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
78126            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
78127            ! pod/perltootc.pod pod/perlunicode.pod
78128 ____________________________________________________________________________
78129 [  7584] By: jhi                                   on 2000/11/07  00:04:17
78130         Log: Varargs don't always work too well if one puts an unsigned
78131              char on the stack and pop an unsigned quad off the stack.
78132              
78133              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
78134              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
78135              Date: Mon, 06 Nov 2000 15:19:05 -0800
78136              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
78137      Branch: perl
78138            ! utf8.c
78139 ____________________________________________________________________________
78140 [  7583] By: jhi                                   on 2000/11/06  23:58:48
78141         Log: %ENV note tweaks from Dan Sugalski.
78142      Branch: perl
78143            ! pod/perlport.pod vms/perlvms.pod
78144 ____________________________________________________________________________
78145 [  7582] By: jhi                                   on 2000/11/06  23:05:49
78146         Log: glibc5 detection by __GNU_LIBRARY__.
78147      Branch: perl
78148            ! toke.c
78149 ____________________________________________________________________________
78150 [  7581] By: jhi                                   on 2000/11/06  22:51:29
78151         Log: Make the stdio test program of 7427 less noisy while being 
78152              compiled so that Digital UNIX wouldn't get both
78153              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
78154              undefined.  This makes perlio happy.
78155      Branch: metaconfig
78156            ! U/compline/d_stdstdio.U
78157      Branch: perl
78158            ! Configure config_h.SH
78159 ____________________________________________________________________________
78160 [  7580] By: jhi                                   on 2000/11/06  22:41:41
78161         Log: Document %ENV = () portability issues.
78162      Branch: perl
78163            ! pod/perlport.pod vms/perlvms.pod
78164 ____________________________________________________________________________
78165 [  7579] By: jhi                                   on 2000/11/06  21:29:24
78166         Log: VOS updates from Paul Green.
78167      Branch: perl
78168            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
78169 ____________________________________________________________________________
78170 [  7578] By: jhi                                   on 2000/11/06  21:00:40
78171         Log: Sanitize the environment further.
78172      Branch: perl
78173            ! t/pragma/locale.t
78174 ____________________________________________________________________________
78175 [  7577] By: jhi                                   on 2000/11/06  20:53:51
78176         Log: Re-introduce 7552 lost in integration.
78177      Branch: perl
78178            ! perlio.c
78179 ____________________________________________________________________________
78180 [  7576] By: jhi                                   on 2000/11/06  20:33:46
78181         Log: Admit that the test leaks scalars.
78182      Branch: perl
78183            ! t/comp/proto.t
78184 ____________________________________________________________________________
78185 [  7575] By: jhi                                   on 2000/11/06  20:17:08
78186         Log: Integrate perlio:
78187              
78188              [  7574]
78189              Remove debug. Try (Mmap_t) on madvise() call.
78190      Branch: perl
78191           !> perlio.c
78192 ____________________________________________________________________________
78193 [  7574] By: nick                                  on 2000/11/06  20:07:28
78194         Log: Remove debug. Try (Mmap_t) on madvise() call.
78195      Branch: perlio
78196            ! perlio.c
78197 ____________________________________________________________________________
78198 [  7573] By: jhi                                   on 2000/11/06  13:56:05
78199         Log: Update Changes.
78200      Branch: perl
78201            ! Changes patchlevel.h
78202 ____________________________________________________________________________
78203 [  7572] By: jhi                                   on 2000/11/06  13:48:41
78204         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
78205              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78206              Date: Mon, 06 Nov 2000 10:11:42 +0100
78207              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
78208      Branch: perl
78209            ! pod/perlhack.pod
78210 ____________________________________________________________________________
78211 [  7571] By: jhi                                   on 2000/11/06  01:45:51
78212         Log: AUTHORS updates.
78213      Branch: perl
78214            ! AUTHORS
78215 ____________________________________________________________________________
78216 [  7570] By: jhi                                   on 2000/11/06  00:18:00
78217         Log: Fix for
78218              
78219              Subject: [ID 20000728.005] perl -P broken
78220              From: David Dyck <dcd@tc.fluke.com>
78221              Date: Fri, 28 Jul 2000 17:19:16 -0700
78222              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
78223              
78224              (hopefully).  The fix is also not complete, it seems to break
78225              BOM swallowing for libc5 systems, but until someone figures
78226              out a way to do this without ftell(), this will do.
78227      Branch: perl
78228            ! toke.c
78229 ____________________________________________________________________________
78230 [  7569] By: jhi                                   on 2000/11/06  00:05:30
78231         Log: Document that the evaled syntax errors cause scalar leaks.
78232      Branch: perl
78233            ! t/comp/proto.t
78234 ____________________________________________________________________________
78235 [  7568] By: jhi                                   on 2000/11/05  23:14:47
78236         Log: opmini.o can linger from Configures past.
78237      Branch: perl
78238            ! Makefile.SH
78239 ____________________________________________________________________________
78240 [  7567] By: jhi                                   on 2000/11/05  21:28:39
78241         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
78242              first argument correctly.
78243      Branch: perl
78244            ! perlio.c
78245 ____________________________________________________________________________
78246 [  7566] By: jhi                                   on 2000/11/05  21:15:56
78247         Log: Integrate perlio:
78248              
78249              [  7564]
78250              Added a mmap layer as a "subclass" of perlio.
78251              PERLIO=mmap ./perl harness passes
78252      Branch: perl
78253           !> perlio.c
78254 ____________________________________________________________________________
78255 [  7565] By: jhi                                   on 2000/11/05  21:15:13
78256         Log: Use -dM for gcc (the suggested patch did it only for Linux,
78257              but I think it can be generalized).
78258              
78259              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
78260              From: Pixel <pixel@mandrakesoft.com>
78261              Date: 05 Nov 2000 21:49:34 +0100 
78262              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
78263      Branch: perl
78264            ! ext/Errno/Errno_pm.PL
78265 ____________________________________________________________________________
78266 [  7564] By: nick                                  on 2000/11/05  21:09:18
78267         Log: Added a mmap layer as a "subclass" of perlio.
78268              PERLIO=mmap ./perl harness passes
78269      Branch: perlio
78270            ! perlio.c
78271 ____________________________________________________________________________
78272 [  7563] By: jhi                                   on 2000/11/05  19:48:55
78273         Log: Add a note for future generations about bug id 20000229.006.
78274      Branch: perl
78275            ! malloc.c
78276 ____________________________________________________________________________
78277 [  7562] By: jhi                                   on 2000/11/05  19:38:24
78278         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
78279      Branch: perl
78280            ! pp_ctl.c t/op/pos.t
78281 ____________________________________________________________________________
78282 [  7561] By: jhi                                   on 2000/11/05  18:21:46
78283         Log: Add =pod to be tidy.
78284      Branch: perl
78285            ! lib/Math/Complex.pm
78286 ____________________________________________________________________________
78287 [  7560] By: jhi                                   on 2000/11/05  17:38:46
78288         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
78289      Branch: perl
78290            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
78291            ! ext/Storable/Storable.xs t/lib/st-recurse.t
78292 ____________________________________________________________________________
78293 [  7559] By: jhi                                   on 2000/11/05  17:32:59
78294         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
78295              From: "Peter J. Farley III" <pjfarley@banet.net>
78296              Date: Sun, 05 Nov 2000 11:55:59 -0500
78297              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
78298      Branch: perl
78299            ! t/lib/syslog.t
78300 ____________________________________________________________________________
78301 [  7558] By: jhi                                   on 2000/11/05  17:29:19
78302         Log: Integrate perlio:
78303              
78304              [  7555]
78305              Fix read from STDERR on raw unix layer for Solaris where fd 2 is
78306              open RDWR so does not fail. (pragma/warnings 303 again...)
78307              
78308              [  7554]
78309              Fix case where ungetc(f,EOF) was allowed.
78310              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
78311              so we can see similarities.
78312              Use types more carefully and a STDCHAR array in hope that this will
78313              fix Jarkko's 64bit machine.
78314      Branch: perl
78315           !> perlio.c
78316 ____________________________________________________________________________
78317 [  7557] By: jhi                                   on 2000/11/05  17:22:01
78318         Log: A fix of sorts for 20000329.026, a better error message
78319              for a missing "use charnames" when using the \N{...}. 
78320      Branch: perl
78321            ! pod/perldiag.pod toke.c
78322 ____________________________________________________________________________
78323 [  7556] By: jhi                                   on 2000/11/05  16:33:50
78324         Log: Test tweak: show also the failed locales.
78325              
78326              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
78327              From: Lupe Christoph <lupe@lupe-christoph.de>         
78328              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
78329              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
78330      Branch: perl
78331            ! t/pragma/locale.t
78332 ____________________________________________________________________________
78333 [  7555] By: nick                                  on 2000/11/05  11:09:34
78334         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
78335              open RDWR so does not fail. (pragma/warnings 303 again...)
78336      Branch: perlio
78337            ! perlio.c
78338 ____________________________________________________________________________
78339 [  7554] By: nick                                  on 2000/11/05  10:10:13
78340         Log: Fix case where ungetc(f,EOF) was allowed.
78341              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
78342              so we can see similarities.
78343              Use types more carefully and a STDCHAR array in hope that this will
78344              fix Jarkko's 64bit machine.
78345      Branch: perlio
78346            ! perlio.c
78347 ____________________________________________________________________________
78348 [  7553] By: jhi                                   on 2000/11/05  01:12:16
78349         Log: Fix for
78350              
78351              Subject: [ID 20001004.007] taint propogation is inconsistent
78352              From: pimlott@idiomtech.com (Andrew Pimlott) 
78353              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
78354              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
78355              
78356              The culprit was sv_setsv() which was rather blindly
78357              propagating taint, which lead to behaviour where if
78358              a tainted anon hash value was seen all the hash values
78359              from then on at that level became tainted, or at any
78360              upper levels in the case of nested anon hashes.
78361      Branch: perl
78362            ! sv.c t/op/taint.t
78363 ____________________________________________________________________________
78364 [  7552] By: jhi                                   on 2000/11/04  23:44:18
78365         Log: Some cpps don't like splitting conditionals across several lines.
78366      Branch: perl
78367            ! perlio.c
78368 ____________________________________________________________________________
78369 [  7551] By: nick                                  on 2000/11/04  23:40:44
78370         Log: Integrate mainline
78371      Branch: perlio
78372           !> pp_hot.c t/op/taint.t
78373 ____________________________________________________________________________
78374 [  7550] By: nick                                  on 2000/11/04  23:39:05
78375         Log: Integrate mainline again
78376      Branch: perlio
78377           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
78378           !> t/lib/b.t t/op/misc.t util.c
78379 ____________________________________________________________________________
78380 [  7549] By: jhi                                   on 2000/11/04  23:14:01
78381         Log: Fix for
78382              
78383              Subject: [ID 20001004.006] undef is never tainted
78384              From: pimlott@idiomtech.com (Andrew Pimlott)
78385              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
78386              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
78387              
78388              An undef read from a slurped file was not tainted.
78389      Branch: perl
78390            ! pp_hot.c t/op/taint.t
78391 ____________________________________________________________________________
78392 [  7548] By: jhi                                   on 2000/11/04  22:56:21
78393         Log: Test tweak ($Config{useperlio} is by default undef) .
78394      Branch: perl
78395            ! t/lib/b.t
78396 ____________________________________________________________________________
78397 [  7547] By: jhi                                   on 2000/11/04  22:43:56
78398         Log: Integrate perlio:
78399              
78400              [  7539]
78401              PerlIO infrastructure complete.
78402              
78403              [  7538]
78404              Type tweaks + less contorted allocation scheme
78405              
78406              [  7537]
78407              Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
78408              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
78409              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
78410              sensible) which lead to some interesting fails.
78411              
78412              [  7535]
78413              Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
78414              - Works on Linux with
78415              perlio + unix
78416              stdio
78417              - Works on Solaris with
78418              perlio + unix
78419              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
78420              - Fails (hangs in openpid) if you try and stack
78421              perlio + stdio - Linux stdio's read() logic is hanging.
78422              
78423              [  7492]
78424              Change files which are mysteriously different to mainline to be
78425              copies of mainline.
78426              
78427              [  7491]
78428              Perlio fixes discovered on big-endian & very traditional Solaris:
78429              - typo in endian code in putc.
78430              - Don't allow read of write-only files and vice-versa
78431              - and off-by-one in flush-all loop.
78432              Remove debug calls as they were using GCC specific features.
78433              
78434              [  7484]
78435              PerlIO passes all tests.
78436              
78437              [  7482]
78438              Include <unistd.h> to get correct lseek() prototype etc.
78439              (I thought perl.h did that) - down to two fails
78440              - comp/require.t (last test)
78441              - lib/io_xs.t - possibly import/export of FILE * ?
78442              
78443              [  7480]
78444              Fixed two bugs:
78445              - error code not being set on close (of broken pipe)
78446              - append mode was truncating.
78447              At least one seek/tell bug remains.
78448              
78449              [  7479]
78450              Prototype (stdio-like) PerlIO passing basic tests. Checked in
78451              in case of accidents. Still several worrying fails, no line disciplines yet.
78452      Branch: perl
78453           +> lib/perlio.pm
78454           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
78455           !> pod/perlapi.pod t/lib/b.t
78456 ____________________________________________________________________________
78457 [  7546] By: jhi                                   on 2000/11/04  22:40:59
78458         Log: Configure would use a bad $myuname from an old config.sh.
78459              
78460              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
78461              From: Andy Dougherty <doughera@lafayette.edu>
78462              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
78463              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
78464      Branch: metaconfig
78465            ! U/modified/Oldconfig.U
78466      Branch: perl
78467            ! Configure config_h.SH
78468 ____________________________________________________________________________
78469 [  7545] By: jhi                                   on 2000/11/04  22:36:54
78470         Log: Subject: Locales support (setlocale) fixes
78471              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78472              Date: Sat, 4 Nov 2000 10:15:48 +0300 
78473              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
78474              
78475              Modified quite a bit to be more portable.
78476      Branch: perl
78477            ! embed.h embed.pl perl.h proto.h util.c
78478 ____________________________________________________________________________
78479 [  7544] By: jhi                                   on 2000/11/04  22:32:47
78480         Log: Dying is too strict here, better just skip.
78481      Branch: perl
78482            ! t/op/misc.t
78483 ____________________________________________________________________________
78484 [  7543] By: nick                                  on 2000/11/04  21:55:13
78485         Log: Merge mainline
78486      Branch: perlio
78487           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
78488           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
78489           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
78490           !> (integrate 64 files)
78491 ____________________________________________________________________________
78492 [  7542] By: jhi                                   on 2000/11/04  21:09:28
78493         Log: More Changes tweakery.
78494      Branch: perl
78495            ! Changes Porting/genlog
78496 ____________________________________________________________________________
78497 [  7541] By: jhi                                   on 2000/11/04  20:58:18
78498         Log: Changes fixups.
78499      Branch: perl
78500            ! Changes
78501 ____________________________________________________________________________
78502 [  7540] By: jhi                                   on 2000/11/04  20:42:38
78503         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
78504              create a "fast path" for locale name probing using "locale -a"
78505              if available, squash finally hopefully the s?printf resetting
78506              the numeric locale (since, IIUC perllocale, it never shouldn't). 
78507      Branch: perl
78508            ! sv.c t/op/misc.t t/pragma/locale.t
78509 ____________________________________________________________________________
78510 [  7539] By: nick                                  on 2000/11/04  19:56:10
78511         Log: PerlIO infrastructure complete.
78512      Branch: perlio
78513            + lib/perlio.pm
78514            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
78515 ____________________________________________________________________________
78516 [  7538] By: nick                                  on 2000/11/04  14:31:32
78517         Log: Type tweaks + less contorted allocation scheme
78518      Branch: perlio
78519            ! perlio.c
78520 ____________________________________________________________________________
78521 [  7537] By: nick                                  on 2000/11/04  12:40:42
78522         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
78523              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
78524              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
78525              sensible) which lead to some interesting fails.
78526      Branch: perlio
78527            ! perlio.c
78528 ____________________________________________________________________________
78529 [  7536] By: jhi                                   on 2000/11/04  00:20:02
78530         Log: Add FCNTL_CAN_LOCK.
78531              
78532              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
78533              From: Andy Dougherty <doughera@lafayette.edu>
78534              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
78535              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
78536              
78537              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
78538              From: Andy Dougherty <doughera@lafayette.edu>
78539              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
78540              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
78541      Branch: metaconfig/U/perl
78542            + d_fcntl_can_lock.U
78543            ! startperl.U
78544      Branch: perl
78545            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78546            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
78547            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
78548            ! vos/config.ga.h win32/config.bc win32/config.gc
78549            ! win32/config.vc
78550 ____________________________________________________________________________
78551 [  7535] By: nick                                  on 2000/11/03  22:19:10
78552         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
78553              - Works on Linux with
78554              perlio + unix
78555              stdio
78556              - Works on Solaris with
78557              perlio + unix
78558              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
78559              - Fails (hangs in openpid) if you try and stack
78560              perlio + stdio - Linux stdio's read() logic is hanging.
78561      Branch: perlio
78562            ! iperlsys.h perlio.c
78563 ____________________________________________________________________________
78564 [  7534] By: jhi                                   on 2000/11/03  15:16:02
78565         Log: Subject: Re: README.aix
78566              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78567              Date: Fri, 03 Nov 2000 16:03:15 +0100
78568              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
78569      Branch: perl
78570            ! README.aix
78571 ____________________________________________________________________________
78572 [  7533] By: jhi                                   on 2000/11/03  03:59:02
78573         Log: Subject: [PATCH 5.7.0] better messages from malloc()
78574              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78575              Date: Wed, 1 Nov 2000 23:39:56 -0500
78576              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
78577      Branch: perl
78578            ! malloc.c pod/perldiag.pod
78579 ____________________________________________________________________________
78580 [  7532] By: jhi                                   on 2000/11/03  00:11:56
78581         Log: The #7521 touched things it shouldn't have.
78582      Branch: perl
78583            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
78584 ____________________________________________________________________________
78585 [  7531] By: jhi                                   on 2000/11/02  22:32:33
78586         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
78587              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
78588              Date:     Thu, 2 Nov 2000 16:58:36 EST
78589              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
78590      Branch: perl
78591            ! vms/gen_shrfls.pl
78592 ____________________________________________________________________________
78593 [  7530] By: jhi                                   on 2000/11/02  22:08:49
78594         Log: Fix the problem discussed in
78595              
78596              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
78597              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
78598              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
78599              
78600              originally from Linc Madison.  Also Andreas König's comments
78601              taken into account.  Some other problems with Tie::SubstrHash
78602              fixed: didn't croak when the table exceeded the requested number
78603              of entries (as documented) but instead when the number of entries
78604              exceeded the size of the table, a croak() had an unnecessary \n,
78605              didn't have a CLEAR method, documented that there is no exists().
78606              Didn't fix to be strict-proof because the module uses &foo; and
78607              dynamic scope.  Added a test script exercizing both first tamely 
78608              the basic functionality, and then the failure cases reported by
78609              Linc Madison.
78610      Branch: perl
78611            + t/lib/tie-substrhash.t
78612            ! MANIFEST lib/Tie/SubstrHash.pm
78613 ____________________________________________________________________________
78614 [  7529] By: jhi                                   on 2000/11/02  17:58:08
78615         Log: recv() can fail and return undef.
78616              
78617              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
78618              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
78619              Date: Thu, 2 Nov 2000 20:12:20 +0300
78620              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
78621      Branch: perl
78622            ! lib/Net/Ping.pm
78623 ____________________________________________________________________________
78624 [  7528] By: jhi                                   on 2000/11/02  17:49:09
78625         Log: Detpyo.
78626      Branch: perl
78627            ! pod/perlop.pod
78628 ____________________________________________________________________________
78629 [  7527] By: jhi                                   on 2000/11/02  15:48:37
78630         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
78631              fix a autovivification bug in Tie::RefHash, add tests for both.
78632              
78633              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
78634              From: Edward Avis <epa98@doc.ic.ac.uk>
78635              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
78636              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
78637      Branch: perl
78638            + t/lib/tie-refhash.t
78639            ! MANIFEST lib/Tie/RefHash.pm
78640 ____________________________________________________________________________
78641 [  7526] By: jhi                                   on 2000/11/02  13:56:26
78642         Log: Test::Harness revealed buglets in the new DynaLoader.
78643              
78644              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
78645              From: andreas.koenig@anima.de (Andreas J. Koenig)
78646              Date: 02 Nov 2000 11:26:48 +0100 
78647              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
78648      Branch: perl
78649            ! ext/DynaLoader/DynaLoader_pm.PL
78650 ____________________________________________________________________________
78651 [  7525] By: jhi                                   on 2000/11/01  23:52:08
78652         Log: The entry for #7503 was missing.
78653      Branch: perl
78654            ! Changes
78655 ____________________________________________________________________________
78656 [  7524] By: jhi                                   on 2000/11/01  23:40:52
78657         Log: Update Changes.
78658      Branch: perl
78659            ! Changes patchlevel.h
78660 ____________________________________________________________________________
78661 [  7523] By: jhi                                   on 2000/11/01  22:57:09
78662         Log: More tweaking on the #7522 theme.
78663      Branch: perl
78664            ! ext/DynaLoader/DynaLoader_pm.PL
78665 ____________________________________________________________________________
78666 [  7522] By: jhi                                   on 2000/11/01  22:06:15
78667         Log: Expand %Config variables and %ENV variables only if
78668              so requested during build time using the
78669              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
78670              Not expanding makes relocating distributions easier.
78671      Branch: perl
78672            ! ext/DynaLoader/DynaLoader_pm.PL
78673 ____________________________________________________________________________
78674 [  7521] By: jhi                                   on 2000/11/01  20:56:34
78675         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
78676              and setgid() because they were just changing $< and $( which means
78677              only changing the real uid/gid, as opposed to changing both
78678              real and effective ids.  (The alternative way could have been
78679              in POSIX.pm to change $> and $), too, but making a direct call
78680              to the C API feels cleaner.)  Fixes the bug
78681              
78682              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
78683              From: "Garry T. Williams" <garry@zvolve.com>
78684              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
78685              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
78686      Branch: perl
78687            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
78688            ! ext/POSIX/typemap pod/perlvar.pod
78689 ____________________________________________________________________________
78690 [  7520] By: jhi                                   on 2000/11/01  20:08:33
78691         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
78692              From: "Garry T. Williams" <garry@zvolve.com>
78693              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
78694              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
78695      Branch: perl
78696            ! pod/perlsec.pod
78697 ____________________________________________________________________________
78698 [  7519] By: jhi                                   on 2000/11/01  20:01:22
78699         Log: Locale warning explanation tweak.
78700      Branch: perl
78701            ! pod/perldiag.pod
78702 ____________________________________________________________________________
78703 [  7518] By: jhi                                   on 2000/11/01  18:57:13
78704         Log: C.pm part of
78705              
78706              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
78707              From: Jarkko Hietaniemi <jhi@iki.fi>
78708              Date: Tue, 10 Oct 2000 08:22:28 -0500
78709              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
78710      Branch: perl
78711            ! ext/B/B/C.pm
78712 ____________________________________________________________________________
78713 [  7517] By: jhi                                   on 2000/11/01  18:41:59
78714         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
78715              From: Martien Verbruggen <mgjv@comdyn.com.au>
78716              Date: Fri, 6 Oct 2000 14:09:10 +1100
78717              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
78718      Branch: perl
78719            ! pod/perlop.pod
78720 ____________________________________________________________________________
78721 [  7516] By: jhi                                   on 2000/11/01  18:34:55
78722         Log: Generalize the Camel wording.
78723              
78724              Subject: Re: perlfaq style changes
78725              From: John Borwick <jhborwic@unity.ncsu.edu>
78726              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
78727              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
78728      Branch: perl
78729            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
78730 ____________________________________________________________________________
78731 [  7515] By: jhi                                   on 2000/11/01  16:52:31
78732         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
78733              From: pimlott@idiomtech.com (Andrew Pimlott)
78734              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
78735              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
78736      Branch: perl
78737            ! pod/perlsec.pod
78738 ____________________________________________________________________________
78739 [  7514] By: jhi                                   on 2000/11/01  15:03:40
78740         Log: More AIX lore.
78741      Branch: perl
78742            ! ext/re/hints/aix.pl
78743 ____________________________________________________________________________
78744 [  7513] By: jhi                                   on 2000/11/01  14:48:30
78745         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
78746              From: root <root@chronos.fi.muni.cz>
78747              Date: Wed, 1 Nov 2000 12:31:32 +0100
78748              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
78749      Branch: perl
78750            ! lib/Net/Ping.pm
78751 ____________________________________________________________________________
78752 [  7512] By: jhi                                   on 2000/11/01  14:46:47
78753         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
78754              From: Martin Husemann <martin@duskware.de>
78755              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
78756              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
78757      Branch: perl
78758            ! regcomp.c
78759 ____________________________________________________________________________
78760 [  7511] By: jhi                                   on 2000/11/01  14:39:50
78761         Log: AUTHORS updates.
78762      Branch: perl
78763            ! AUTHORS
78764 ____________________________________________________________________________
78765 [  7510] By: jhi                                   on 2000/11/01  14:29:50
78766         Log: Subject: [PATCH] startperl to respect versiononly
78767              From: Robin Barker <rmb1@cise.npl.co.uk> 
78768              Date: Tue, 31 Oct 2000 16:29:36 GMT
78769              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
78770      Branch: metaconfig/U/perl
78771            ! startperl.U
78772      Branch: perl
78773            ! Configure config_h.SH
78774 ____________________________________________________________________________
78775 [  7509] By: jhi                                   on 2000/11/01  14:19:53
78776         Log: printf UVs the correct way, noticed by Robin Barker.
78777      Branch: perl
78778            ! utf8.c
78779 ____________________________________________________________________________
78780 [  7508] By: jhi                                   on 2000/11/01  14:10:03
78781         Log: Do not cleanup *% because the % has special meanings in some
78782              shell environments.
78783      Branch: perl
78784            ! ext/Storable/Makefile.PL
78785 ____________________________________________________________________________
78786 [  7507] By: jhi                                   on 2000/11/01  14:06:00
78787         Log: The NonStop-UX libraries have a novel way to say NaN.
78788      Branch: perl
78789            ! t/lib/bigfltpm.t
78790 ____________________________________________________________________________
78791 [  7506] By: jhi                                   on 2000/11/01  14:03:35
78792         Log: The osname has been lowercased by now, from Tom Bates.
78793      Branch: metaconfig
78794            ! U/modified/Oldconfig.U
78795      Branch: perl
78796            ! Configure config_h.SH
78797 ____________________________________________________________________________
78798 [  7505] By: jhi                                   on 2000/10/31  19:18:39
78799         Log: The compiler is either gcc or cc, from Tom Bates.
78800      Branch: perl
78801            ! hints/nonstopux.sh
78802 ____________________________________________________________________________
78803 [  7504] By: jhi                                   on 2000/10/31  14:53:42
78804         Log: Update Changes.
78805      Branch: perl
78806            ! Changes patchlevel.h
78807 ____________________________________________________________________________
78808 [  7503] By: jhi                                   on 2000/10/31  14:30:50
78809         Log: Whitespace style tweak.  Was originally going to see to
78810              
78811              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
78812              From: Joe Smith <jms@inwap.com>
78813              Date: Mon, 30 Oct 2000 18:47:57 -0800
78814              Message-Id: <39FE32DD.24AAC4D@inwap.com>
78815              
78816              but that had already been taken care of.
78817      Branch: metaconfig
78818            ! U/compline/d_stdstdio.U
78819      Branch: perl
78820            ! Configure config_h.SH
78821 ____________________________________________________________________________
78822 [  7502] By: jhi                                   on 2000/10/31  14:25:02
78823         Log: AUTHORS tweaks.
78824      Branch: perl
78825            ! AUTHORS
78826 ____________________________________________________________________________
78827 [  7501] By: jhi                                   on 2000/10/31  14:23:59
78828         Log: Subject: perlfaq style changes
78829              From: John Borwick <jhborwic@unity.ncsu.edu>
78830              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
78831              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
78832      Branch: perl
78833            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
78834            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
78835            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
78836            ! pod/perlfaq9.pod
78837 ____________________________________________________________________________
78838 [  7500] By: jhi                                   on 2000/10/31  14:22:15
78839         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
78840              
78841              Subject: Re: [ID 20000918.005] ~ on wide chars
78842              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78843              Date: Mon, 30 Oct 2000 21:09:55 -0800
78844              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
78845              
78846              (The ord() part of the patch skipped.)
78847      Branch: perl
78848            ! doop.c
78849 ____________________________________________________________________________
78850 [  7499] By: jhi                                   on 2000/10/31  14:20:08
78851         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
78852              From: Jens Hamisch <jens@Strawberry.COM>
78853              Date: Mon, 30 Oct 2000 15:17:07 +0100
78854              Message-Id: <20001030151707.A9597@Strawberry.COM>
78855      Branch: perl
78856            ! av.c
78857 ____________________________________________________________________________
78858 [  7498] By: jhi                                   on 2000/10/31  14:16:29
78859         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
78860              From: Peter Prymmer <pvhp@forte.com>
78861              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
78862              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
78863      Branch: perl
78864            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
78865            + ext/Encode/Encode/posix-bc.enc
78866            ! MANIFEST t/lib/encode.t
78867 ____________________________________________________________________________
78868 [  7497] By: jhi                                   on 2000/10/31  14:13:22
78869         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
78870              From: Peter Prymmer <pvhp@forte.com>
78871              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
78872              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
78873      Branch: perl
78874            ! t/lib/cgi-html.t
78875 ____________________________________________________________________________
78876 [  7496] By: jhi                                   on 2000/10/31  14:12:05
78877         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
78878              From: Peter Prymmer <pvhp@forte.com>
78879              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
78880              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
78881      Branch: perl
78882            ! t/lib/cgi-function.t
78883 ____________________________________________________________________________
78884 [  7495] By: jhi                                   on 2000/10/31  14:11:08
78885         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
78886              From: Peter Prymmer <pvhp@forte.com>
78887              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
78888              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
78889      Branch: perl
78890            + ext/re/hints/aix.pl
78891            ! MANIFEST ext/re/Makefile.PL
78892 ____________________________________________________________________________
78893 [  7494] By: jhi                                   on 2000/10/31  14:08:32
78894         Log: Use Errno magic.
78895              
78896              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
78897              From: Casey Tweten <perl@ctweten.amsite.com>
78898              Date: Mon, 30 Oct 2000 15:51:17 -0500
78899              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
78900      Branch: perl
78901            ! lib/File/Temp.pm
78902 ____________________________________________________________________________
78903 [  7493] By: jhi                                   on 2000/10/31  14:05:07
78904         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
78905              
78906              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
78907              From: Nicholas Clark <nick@ccl4.org>
78908              Date: Mon, 30 Oct 2000 17:38:45 +0000
78909              Message-ID: <20001030173845.O60355@plum.flirble.org>
78910      Branch: perl
78911            ! Makefile.SH utils/perlbug.PL
78912 ____________________________________________________________________________
78913 [  7492] By: nick                                  on 2000/10/30  19:37:23
78914         Log: Change files which are mysteriously different to mainline to be
78915              copies of mainline.
78916      Branch: perlio
78917            ! objXSUB.h perlapi.c pod/perlapi.pod
78918 ____________________________________________________________________________
78919 [  7491] By: nick                                  on 2000/10/30  18:05:54
78920         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
78921              - typo in endian code in putc.
78922              - Don't allow read of write-only files and vice-versa
78923              - and off-by-one in flush-all loop.
78924              Remove debug calls as they were using GCC specific features.
78925      Branch: perlio
78926            ! perlio.c
78927 ____________________________________________________________________________
78928 [  7490] By: nick                                  on 2000/10/29  21:45:45
78929         Log: Integrate mainline to perlio
78930      Branch: perlio
78931           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
78932           !> toke.c
78933 ____________________________________________________________________________
78934 [  7489] By: jhi                                   on 2000/10/29  21:11:08
78935         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
78936              From: andreas.koenig@anima.de (Andreas J. Koenig)
78937              Date: 29 Oct 2000 22:05:59 +0100
78938              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
78939      Branch: perl
78940            ! lib/ExtUtils/Manifest.pm
78941 ____________________________________________________________________________
78942 [  7488] By: jhi                                   on 2000/10/29  21:07:47
78943         Log: Tests for #7487.
78944              
78945              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
78946              From: andreas.koenig@anima.de (Andreas J. Koenig)
78947              Date: 29 Oct 2000 19:37:09 +0100
78948              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
78949      Branch: perl
78950            ! t/comp/proto.t
78951 ____________________________________________________________________________
78952 [  7487] By: jhi                                   on 2000/10/29  21:06:27
78953         Log: constsub spillage.
78954              
78955              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
78956              From: John Tobey <jtobey@john-edwin-tobey.org>
78957              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
78958              Message-Id: <m13pvSr-000FObC@feynman.localnet>
78959      Branch: perl
78960            ! op.c
78961 ____________________________________________________________________________
78962 [  7486] By: nick                                  on 2000/10/29  21:05:04
78963         Log: Integrate mainline to perlio branch
78964      Branch: perlio
78965           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
78966           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
78967           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
78968           +> vos/install_perl.cm
78969            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
78970            - vos/config.h vos/config_h.SH_orig
78971           !> (integrate 141 files)
78972 ____________________________________________________________________________
78973 [  7485] By: jhi                                   on 2000/10/29  21:00:47
78974         Log: Make \x{...} consistently produce UTF-8.
78975              
78976              Subject: Re: \x{...} is confused 
78977              From: Simon Cozens <simon@cozens.net>
78978              Date: Sun, 29 Oct 2000 19:36:48 +0000
78979              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
78980      Branch: perl
78981            ! t/pragma/utf8.t toke.c
78982 ____________________________________________________________________________
78983 [  7484] By: nick                                  on 2000/10/29  20:05:29
78984         Log: PerlIO passes all tests.
78985      Branch: perlio
78986            ! perlio.c
78987 ____________________________________________________________________________
78988 [  7483] By: jhi                                   on 2000/10/29  18:06:55
78989         Log: Update Changes.
78990      Branch: perl
78991            ! Changes patchlevel.h
78992 ____________________________________________________________________________
78993 [  7482] By: nick                                  on 2000/10/29  17:43:28
78994         Log: Include <unistd.h> to get correct lseek() prototype etc.
78995              (I thought perl.h did that) - down to two fails
78996              - comp/require.t (last test)
78997              - lib/io_xs.t - possibly import/export of FILE * ?
78998      Branch: perlio
78999            ! perlio.c
79000 ____________________________________________________________________________
79001 [  7481] By: jhi                                   on 2000/10/29  17:02:37
79002         Log: UTF-8 decoder tweak.
79003      Branch: perl
79004            ! utf8.c
79005 ____________________________________________________________________________
79006 [  7480] By: nick                                  on 2000/10/29  16:26:11
79007         Log: Fixed two bugs:
79008              - error code not being set on close (of broken pipe)
79009              - append mode was truncating.
79010              At least one seek/tell bug remains.
79011      Branch: perlio
79012            ! perlio.c
79013 ____________________________________________________________________________
79014 [  7479] By: nick                                  on 2000/10/29  11:18:16
79015         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
79016              in case of accidents. Still several worrying fails, no line disciplines yet.
79017      Branch: perlio
79018            ! iperlsys.h perlio.c
79019 ____________________________________________________________________________
79020 [  7478] By: jhi                                   on 2000/10/29  02:04:01
79021         Log: Add also emailless people.
79022      Branch: perl
79023            ! AUTHORS
79024 ____________________________________________________________________________
79025 [  7477] By: jhi                                   on 2000/10/29  01:36:00
79026         Log: The #7476 needs a MANIFEST change, too.
79027      Branch: perl
79028            ! MANIFEST
79029 ____________________________________________________________________________
79030 [  7476] By: jhi                                   on 2000/10/29  01:35:21
79031         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
79032      Branch: perl
79033            - MAINTAIN
79034            ! AUTHORS Changes
79035 ____________________________________________________________________________
79036 [  7475] By: jhi                                   on 2000/10/28  23:57:25
79037         Log: De-quoted-unreadable to ISO Latin 1.
79038              (There's one ISO-2022-JP name in Changes5.004.)
79039      Branch: perl
79040            ! Changes Changes5.6
79041 ____________________________________________________________________________
79042 [  7474] By: jhi                                   on 2000/10/28  19:13:06
79043         Log: Subject: [ID 20001027.007] uniq array in perlfaq
79044              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
79045              Date: Fri, 27 Oct 2000 19:28:30 +0200
79046              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
79047      Branch: perl
79048            ! pod/perlfaq4.pod
79049 ____________________________________________________________________________
79050 [  7473] By: jhi                                   on 2000/10/28  18:02:05
79051         Log: Locking null mutexes is not recommendable.
79052              
79053              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
79054              From: Hugo <hv@crypt.compulink.co.uk>
79055              Date: Sat, 28 Oct 2000 18:41:12 +0100
79056              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
79057      Branch: perl
79058            ! op.c
79059 ____________________________________________________________________________
79060 [  7472] By: jhi                                   on 2000/10/28  17:52:58
79061         Log: Better create a true mailing list for the repository keepers.
79062      Branch: perl
79063            ! Porting/repository.pod
79064 ____________________________________________________________________________
79065 [  7471] By: jhi                                   on 2000/10/28  17:28:24
79066         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
79067              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
79068      Branch: perl
79069            + Porting/repository.pod
79070            ! MANIFEST
79071 ____________________________________________________________________________
79072 [  7470] By: jhi                                   on 2000/10/28  17:20:54
79073         Log: Subject: DOC PATCH 5.6.0
79074              From: mjd@plover.com
79075              Date: 27 Oct 2000 17:32:44 -0000
79076              Message-ID: <20001027173244.23754.qmail@plover.com>
79077      Branch: perl
79078            ! pod/perlfunc.pod
79079 ____________________________________________________________________________
79080 [  7469] By: jhi                                   on 2000/10/28  17:16:45
79081         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
79082              From: "Peter J. Farley III" <pjfarley@banet.net>
79083              Date: Fri, 27 Oct 2000 20:32:56 -0400
79084              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
79085      Branch: perl
79086            ! README.dos
79087 ____________________________________________________________________________
79088 [  7468] By: jhi                                   on 2000/10/28  17:07:18
79089         Log: Make target reordering to avoid pointless re-makes.
79090              
79091              Subject: Re: Total re-make of 'make okfile' after 7451 ?
79092              From: Nicholas Clark <nick@ccl4.org>
79093              Date: Sat, 28 Oct 2000 00:31:02 +0100
79094              Message-ID: <20001028003101.A54517@plum.flirble.org>
79095      Branch: perl
79096            ! Makefile.SH
79097 ____________________________________________________________________________
79098 [  7467] By: jhi                                   on 2000/10/28  17:05:31
79099         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
79100              From: lvirden@cas.org
79101              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
79102              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
79103      Branch: perl
79104            ! README.os2
79105 ____________________________________________________________________________
79106 [  7466] By: jhi                                   on 2000/10/28  16:09:16
79107         Log: Upgrade to CPAN 1.58_55.
79108              
79109              Subject: CPAN.pm status
79110              From: andreas.koenig@anima.de (Andreas J. Koenig) 
79111              Date: 28 Oct 2000 08:18:00 +0200 
79112              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
79113      Branch: perl
79114            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
79115 ____________________________________________________________________________
79116 [  7465] By: jhi                                   on 2000/10/28  16:02:47
79117         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
79118      Branch: perl
79119            ! embed.h embed.pl perl.h proto.h toke.c
79120 ____________________________________________________________________________
79121 [  7464] By: nick                                  on 2000/10/28  10:43:44
79122         Log: Fix for sv_2iv() on "shared" value from keys %hash.
79123      Branch: perl
79124            ! sv.c
79125 ____________________________________________________________________________
79126 [  7463] By: jhi                                   on 2000/10/27  16:18:29
79127         Log: Update Changes.
79128      Branch: perl
79129            ! Changes patchlevel.h
79130 ____________________________________________________________________________
79131 [  7462] By: jhi                                   on 2000/10/27  16:17:44
79132         Log: Too enthusiastic editing in #7460.
79133      Branch: metaconfig
79134            ! U/modified/Oldsym.U
79135      Branch: perl
79136            ! Configure config_h.SH
79137 ____________________________________________________________________________
79138 [  7461] By: jhi                                   on 2000/10/27  15:37:38
79139         Log: Retract #7459, the script needs more work.
79140      Branch: perl
79141            - mkreef
79142            ! MANIFEST
79143 ____________________________________________________________________________
79144 [  7460] By: jhi                                   on 2000/10/27  15:23:14
79145         Log: Use $sort, $uniq (and $tr) consistently as wondered
79146              by Nicholas Clark.
79147      Branch: metaconfig
79148            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
79149            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
79150            ! U/modified/libc.U
79151      Branch: perl
79152            ! Configure config_h.SH
79153 ____________________________________________________________________________
79154 [  7459] By: jhi                                   on 2000/10/27  15:02:07
79155         Log: (Retracted by #7461)
79156              
79157              Add a shell script for creating/removing symbolic link farms,
79158              useful for keeping the source code read-only and doing the
79159              builds somewhere else.
79160      Branch: perl
79161            + mkreef
79162            ! MANIFEST
79163 ____________________________________________________________________________
79164 [  7458] By: jhi                                   on 2000/10/27  14:42:20
79165         Log: Do away with the fix_pl.
79166      Branch: perl
79167            - fix_pl
79168            ! MANIFEST Makefile.SH
79169 ____________________________________________________________________________
79170 [  7457] By: jhi                                   on 2000/10/27  12:43:13
79171         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
79172              From: Jens Hamisch <jens@Strawberry.COM>
79173              Date: Fri, 27 Oct 2000 14:38:21 +0200
79174              Message-Id: <20001027143821.B3366@Strawberry.COM>
79175      Branch: perl
79176            ! perl.h
79177 ____________________________________________________________________________
79178 [  7456] By: jhi                                   on 2000/10/27  12:33:42
79179         Log: Subject: [PATCH] todo
79180              From: Nicholas Clark <nick@ccl4.org>
79181              Date: Thu, 26 Oct 2000 22:32:29 +0100
79182              Message-ID: <20001026223229.A44540@plum.flirble.org>
79183      Branch: perl
79184            ! pod/perltodo.pod
79185 ____________________________________________________________________________
79186 [  7455] By: jhi                                   on 2000/10/27  12:02:21
79187         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
79188              From: John Tobey <jtobey@john-edwin-tobey.org>
79189              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
79190              Message-Id: <m13ozHF-000FObC@feynman.localnet>
79191      Branch: perl
79192            ! op.c t/pragma/sub_lval.t
79193 ____________________________________________________________________________
79194 [  7454] By: jhi                                   on 2000/10/27  11:59:42
79195         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
79196              From: sthoenna@efn.org
79197              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
79198              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
79199      Branch: perl
79200            ! pp.c t/op/assignwarn.t
79201 ____________________________________________________________________________
79202 [  7453] By: jhi                                   on 2000/10/27  00:15:08
79203         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
79204      Branch: perl
79205            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
79206            ! ext/Storable/Storable.xs t/lib/st-lock.t
79207 ____________________________________________________________________________
79208 [  7452] By: jhi                                   on 2000/10/26  13:05:52
79209         Log: Undo #7451, this seems to be a deficiency in Perforce,
79210              there is no per-file line-terminator type, only per-client.
79211      Branch: perl
79212            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
79213            ! win32/makefile.mk
79214 ____________________________________________________________________________
79215 [  7451] By: jhi                                   on 2000/10/26  04:56:03
79216         Log: Experimenting in DOS arcana.
79217      Branch: perl
79218            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
79219            ! win32/makefile.mk
79220 ____________________________________________________________________________
79221 [  7450] By: jhi                                   on 2000/10/26  04:50:52
79222         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
79223              From: "Peter J. Farley III" <pjfarley@banet.net>            
79224              Date: Wed, 25 Oct 2000 23:10:18 -0400
79225              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
79226      Branch: perl
79227            ! t/io/open.t
79228 ____________________________________________________________________________
79229 [  7449] By: jhi                                   on 2000/10/26  04:49:16
79230         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
79231              From: Hugo <hv@crypt.compulink.co.uk>
79232              Date: Thu, 26 Oct 2000 01:55:17 +0100
79233              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
79234              
79235              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
79236      Branch: perl
79237            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
79238 ____________________________________________________________________________
79239 [  7448] By: jhi                                   on 2000/10/26  04:38:36
79240         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
79241              From: Peter Prymmer <pvhp@forte.com>
79242              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
79243              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
79244      Branch: perl
79245            ! configure.com
79246 ____________________________________________________________________________
79247 [  7447] By: jhi                                   on 2000/10/25  23:20:02
79248         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
79249              in platforms that strictly require all the symbols being present
79250              at link time.
79251      Branch: perl
79252            ! handy.h
79253 ____________________________________________________________________________
79254 [  7446] By: jhi                                   on 2000/10/25  21:55:57
79255         Log: Update Changes.
79256      Branch: perl
79257            ! Changes patchlevel.h
79258 ____________________________________________________________________________
79259 [  7445] By: jhi                                   on 2000/10/25  21:27:08
79260         Log: Integrate with vmsperl #7430 by Charles Bailey:
79261              
79262              Cleanup from prior patch (Charles Lane?):
79263              - improve handling of MFDs in Basename and Path
79264              - default to no xsubpp line # munging when building debug images
79265      Branch: perl
79266           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
79267 ____________________________________________________________________________
79268 [  7444] By: jhi                                   on 2000/10/25  21:03:50
79269         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
79270              From: John Peacock <JPeacock@UnivPress.com>
79271              Date: Thu, 18 May 2000 11:55:27 -0400
79272              Message-ID: <3924126F.A58BE57A@UnivPress.com>
79273      Branch: perl
79274            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
79275            ! t/op/write.t
79276 ____________________________________________________________________________
79277 [  7443] By: jhi                                   on 2000/10/25  20:43:10
79278         Log: Temporary stopgap for the self-tying issue: for now only
79279              array and hash self-ties are verboten.  The real fix, of
79280              course, would be to comprehensively test (and implement?)
79281              and debug (and document) self-ties.
79282      Branch: perl
79283            ! pod/perldiag.pod pp_sys.c t/op/tie.t
79284 ____________________________________________________________________________
79285 [  7442] By: jhi                                   on 2000/10/25  20:14:30
79286         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
79287              From: Dan Sugalski <dan@sidhe.org>
79288              Date: Wed, 25 Oct 2000 13:36:35 -0400
79289              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
79290              
79291              plus regen global.sym.
79292      Branch: perl
79293            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
79294            ! thrdvar.h util.c
79295 ____________________________________________________________________________
79296 [  7441] By: jhi                                   on 2000/10/25  20:12:20
79297         Log: buildtoc target tweaks.
79298      Branch: perl
79299            ! pod/Makefile.SH
79300 ____________________________________________________________________________
79301 [  7440] By: jhi                                   on 2000/10/25  20:03:53
79302         Log: A new version of making the syslog test more robust.
79303              (Replaces #7421.)
79304              
79305              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
79306              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79307              Date: Wed, 25 Oct 2000 12:13:54 -0400
79308              Message-ID: <20001025121354.B2264@O2.chapin.edu>
79309      Branch: perl
79310            ! t/lib/syslog.t
79311 ____________________________________________________________________________
79312 [  7439] By: jhi                                   on 2000/10/25  20:00:48
79313         Log: Continue the internal UTF-8 API tweaking.
79314              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
79315              used much more than the simpler API, now called utf8_to_uv_simple().
79316              Still not quite happy with API, too much partial duplication
79317              of functionality.
79318      Branch: perl
79319            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
79320            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
79321            ! regcomp.c regexec.c sv.c toke.c utf8.c
79322 ____________________________________________________________________________
79323 [  7438] By: jhi                                   on 2000/10/25  18:52:30
79324         Log: Allow poking holes at the UTF-8 decoding strictness.
79325      Branch: perl
79326            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
79327            ! utf8.h
79328 ____________________________________________________________________________
79329 [  7437] By: jhi                                   on 2000/10/25  13:53:05
79330         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
79331              UTF8LEN() and UTF8SKIP(). 
79332      Branch: perl
79333            ! pp.c utf8.c utf8.h
79334 ____________________________________________________________________________
79335 [  7436] By: jhi                                   on 2000/10/25  13:51:37
79336         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
79337              From: Nicholas Clark <nick@ccl4.org>
79338              Date: Wed, 25 Oct 2000 14:44:05 +0100
79339              Message-ID: <20001025144404.D27253@plum.flirble.org>
79340      Branch: perl
79341            ! pod/perlrun.pod
79342 ____________________________________________________________________________
79343 [  7435] By: jhi                                   on 2000/10/25  13:49:32
79344         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
79345              From: Mike Guy <mjtg@cam.ac.uk>
79346              Date: Tue, 24 Oct 2000 14:59:40 +0100
79347              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
79348      Branch: perl
79349            ! scope.c
79350 ____________________________________________________________________________
79351 [  7434] By: jhi                                   on 2000/10/25  13:48:41
79352         Log: AIX is picky about its symbol exports.  Solution for now
79353              is to include the deb.o explicitly to the re extension build.
79354              
79355              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
79356              From: Peter Prymmer <pvhp@forte.com>
79357              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
79358              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
79359      Branch: perl
79360            ! ext/re/Makefile.PL hints/aix.sh
79361 ____________________________________________________________________________
79362 [  7433] By: jhi                                   on 2000/10/25  13:46:49
79363         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
79364              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79365              Date: Wed, 25 Oct 2000 12:02:20 +0200
79366              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
79367      Branch: perl
79368            ! perlsdio.h
79369 ____________________________________________________________________________
79370 [  7432] By: jhi                                   on 2000/10/25  13:44:28
79371         Log: Subject: Minor update to find2perl, for portability
79372              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
79373              Date: Wed, 25 Oct 2000 12:05:47 +0100
79374              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
79375      Branch: perl
79376            ! x2p/find2perl.PL
79377 ____________________________________________________________________________
79378 [  7431] By: jhi                                   on 2000/10/25  13:40:39
79379         Log: Add targets to Makefile.SH, most importantly
79380              'regen_all' which also remembers to update vms/perly*.
79381      Branch: perl
79382            ! Makefile.SH
79383 ____________________________________________________________________________
79384 [  7430] By: bailey                                on 2000/10/25  03:13:53
79385         Log: Cleanup from prior patch (Charles Lane?):
79386              - improve handling of MFDs in Basename and Path
79387              - default to no xsubpp line # munging when building debug images
79388      Branch: vmsperl
79389            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
79390 ____________________________________________________________________________
79391 [  7429] By: jhi                                   on 2000/10/24  20:03:40
79392         Log: Podify README.epoc and README.vos.
79393      Branch: perl
79394            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
79395            ! pod/perlport.pod pod/perltoc.pod
79396 ____________________________________________________________________________
79397 [  7428] By: jhi                                   on 2000/10/24  19:10:33
79398         Log: Stratus VOS updates from Paul Green.
79399      Branch: perl
79400            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
79401            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
79402            - vos/config.def vos/config.h vos/config_h.SH_orig
79403            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
79404            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
79405 ____________________________________________________________________________
79406 [  7427] By: jhi                                   on 2000/10/24  18:59:48
79407         Log: Check if stdio supports tweaking lval and cnt simultaneously.
79408              
79409              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
79410              From: Nicholas Clark <nick@ccl4.org>
79411              Date: Mon, 23 Oct 2000 15:39:32 +0100
79412              Message-ID: <20001023153932.A10786@plum.flirble.org>
79413      Branch: metaconfig
79414            ! U/compline/d_stdstdio.U
79415      Branch: perl
79416            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79417            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
79418            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
79419            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
79420            ! vos/config.h vos/config_h.SH_orig win32/config.bc
79421            ! win32/config.gc win32/config.vc
79422 ____________________________________________________________________________
79423 [  7426] By: jhi                                   on 2000/10/24  17:57:44
79424         Log: Missed the header file changes from #7425.
79425      Branch: perl
79426            ! embed.h embed.pl objXSUB.h proto.h
79427 ____________________________________________________________________________
79428 [  7425] By: jhi                                   on 2000/10/24  17:55:17
79429         Log: Fix the bug reported in
79430              
79431              From: andreas.koenig@anima.de (Andreas J. Koenig)
79432              Subject: Encode bug?
79433              Date: 24 Oct 2000 14:01:26 +0200 
79434              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
79435              
79436              Also make is_utf8_char() stricter.
79437      Branch: perl
79438            ! ext/Encode/Encode.xs utf8.c
79439 ____________________________________________________________________________
79440 [  7424] By: jhi                                   on 2000/10/24  15:15:39
79441         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
79442              From: Peter Scott <Peter@PSDT.com>
79443              Date: Mon, 23 Oct 2000 19:46:01 -0700
79444              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
79445      Branch: perl
79446            ! pod/perlfaq5.pod
79447 ____________________________________________________________________________
79448 [  7423] By: jhi                                   on 2000/10/24  14:25:30
79449         Log: Test tweak to avoid pulling in the whole Config.
79450      Branch: perl
79451            ! t/lib/st-lock.t
79452 ____________________________________________________________________________
79453 [  7422] By: jhi                                   on 2000/10/24  14:03:16
79454         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
79455      Branch: perl
79456            ! pp.c
79457 ____________________________________________________________________________
79458 [  7421] By: jhi                                   on 2000/10/24  13:32:09
79459         Log: (Replaced by #7440.)
79460              
79461              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
79462              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79463              Date: Mon, 23 Oct 2000 16:40:54 -0400
79464              Message-ID: <20001023164054.B14491@O2.chapin.edu>
79465      Branch: perl
79466            ! t/lib/syslog.t
79467 ____________________________________________________________________________
79468 [  7420] By: jhi                                   on 2000/10/24  13:30:53
79469         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
79470              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79471              Date: Mon, 23 Oct 2000 17:29:03 -0400
79472              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
79473      Branch: perl
79474            ! lib/ExtUtils/MM_Unix.pm
79475 ____________________________________________________________________________
79476 [  7419] By: jhi                                   on 2000/10/24  13:29:57
79477         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
79478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79479              Date: Mon, 23 Oct 2000 19:01:32 -0400
79480              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
79481      Branch: perl
79482            ! utils/h2xs.PL
79483 ____________________________________________________________________________
79484 [  7418] By: jhi                                   on 2000/10/24  13:26:04
79485         Log: Replace #7409 with
79486              
79487              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
79488              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
79489              Date: Mon, 23 Oct 2000 20:08:56 +0200
79490              Message-ID: <20001023200855.A14850@nice.ram.loc>
79491      Branch: perl
79492            ! ext/Storable/Storable.pm t/lib/st-lock.t
79493 ____________________________________________________________________________
79494 [  7417] By: jhi                                   on 2000/10/24  13:17:52
79495         Log: Run vms/vms_yfix.pl, should have done that after changing
79496              perly.c in #7382.
79497      Branch: perl
79498            ! vms/perly_c.vms vms/perly_h.vms
79499 ____________________________________________________________________________
79500 [  7416] By: jhi                                   on 2000/10/24  02:55:33
79501         Log: Make the UTF-8 decoding stricter and more verbose when
79502              malformation happens.  This involved adding an argument
79503              to utf8_to_uv_chk(), which involved changing its prototype,
79504              and prefer STRLEN over I32 for the UTF-8 length, which as
79505              a domino effect necessitated changing the prototypes of
79506              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
79507              The stricter UTF-8 decoding checking uses Markus Kuhn's
79508              UTF-8 Decode Stress Tester from
79509              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
79510      Branch: perl
79511            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
79512            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
79513            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
79514            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
79515 ____________________________________________________________________________
79516 [  7415] By: jhi                                   on 2000/10/23  14:06:06
79517         Log: Update Changes.
79518      Branch: perl
79519            ! Changes patchlevel.h
79520 ____________________________________________________________________________
79521 [  7414] By: jhi                                   on 2000/10/23  12:39:52
79522         Log: Undo the basename() part of #7412 since the lib/basename
79523              tests would need upgrading too.
79524      Branch: perl
79525            ! lib/File/Basename.pm
79526 ____________________________________________________________________________
79527 [  7413] By: jhi                                   on 2000/10/23  12:19:27
79528         Log: Document PERL_INSTALL_ROOT of #7210.
79529      Branch: perl
79530            ! lib/ExtUtils/Install.pm
79531 ____________________________________________________________________________
79532 [  7412] By: jhi                                   on 2000/10/23  12:16:47
79533         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
79534      Branch: perl
79535            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
79536            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
79537 ____________________________________________________________________________
79538 [  7411] By: jhi                                   on 2000/10/23  12:07:41
79539         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
79540              From: Prymmer/Kahn <pvhp@best.com>
79541              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
79542              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
79543      Branch: perl
79544            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
79545 ____________________________________________________________________________
79546 [  7410] By: jhi                                   on 2000/10/23  04:10:11
79547         Log: The change #7187 was not so good on VMS.
79548              
79549              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
79550              From: "Craig A. Berry" <craig.berry@psinetcs.com>
79551              Date: Sun, 22 Oct 2000 23:03:08 -0500
79552              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
79553      Branch: perl
79554            ! utils/perldoc.PL
79555 ____________________________________________________________________________
79556 [  7409] By: jhi                                   on 2000/10/23  03:57:36
79557         Log: Avoid Storable locking on DJGPP for now.
79558              
79559              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
79560              From: "Peter J. Farley III" <pjfarley@banet.net>
79561              Date: Sun, 22 Oct 2000 20:00:00 -0400
79562              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
79563      Branch: perl
79564            ! ext/Storable/Storable.pm t/lib/st-lock.t
79565 ____________________________________________________________________________
79566 [  7408] By: jhi                                   on 2000/10/23  03:50:24
79567         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
79568              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
79569              Date: Sun, 22 Oct 2000 21:12:22 -0400
79570              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
79571      Branch: perl
79572            ! lib/vars.pm
79573 ____________________________________________________________________________
79574 [  7407] By: jhi                                   on 2000/10/23  03:43:12
79575         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
79576              From: Hugo <hv@crypt.compulink.co.uk>
79577              Date: Mon, 23 Oct 2000 00:47:22 +0100
79578              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
79579      Branch: perl
79580            ! regexec.c t/op/pat.t
79581 ____________________________________________________________________________
79582 [  7406] By: jhi                                   on 2000/10/23  03:40:29
79583         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
79584      Branch: perl
79585            ! lib/ExtUtils/MakeMaker.pm
79586 ____________________________________________________________________________
79587 [  7405] By: jhi                                   on 2000/10/22  21:32:00
79588         Log: Doc patch.
79589              
79590              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
79591              From: rspier@pobox.com (Robert Spier)
79592              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
79593              Message-ID: <14835.16112.13457.447971@rls.cx>
79594      Branch: perl
79595            ! lib/strict.pm
79596 ____________________________________________________________________________
79597 [  7404] By: jhi                                   on 2000/10/22  21:30:51
79598         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
79599              From: rspier@pobox.com (Robert Spier)
79600              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
79601              Message-ID: <14835.17223.72448.705566@rls.cx>
79602      Branch: perl
79603            ! lib/ExtUtils/MakeMaker.pm
79604 ____________________________________________________________________________
79605 [  7403] By: jhi                                   on 2000/10/22  21:24:11
79606         Log: Subject: [PATCH bleadperl] ripples from constsub patch
79607              From: John Tobey <jtobey@john-edwin-tobey.org>
79608              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
79609              Message-Id: <m13nSOB-000FObC@feynman.localnet>
79610      Branch: perl
79611            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
79612 ____________________________________________________________________________
79613 [  7402] By: jhi                                   on 2000/10/22  20:59:35
79614         Log: Support s?printf parameter reordering.
79615      Branch: perl
79616            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
79617 ____________________________________________________________________________
79618 [  7401] By: jhi                                   on 2000/10/22  19:19:14
79619         Log: Expand %Config variables only if explicitly so requested
79620              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
79621              
79622              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
79623              From: Gurusamy Sarathy <gsar@ActiveState.com>
79624              Date: Sun, 22 Oct 2000 11:47:32 -0700
79625              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
79626      Branch: perl
79627            ! Makefile.SH lib/lib_pm.PL
79628 ____________________________________________________________________________
79629 [  7400] By: jhi                                   on 2000/10/22  18:24:10
79630         Log: Move the #7390 test from warn/op to comp/redef.
79631              
79632              Subject: Re: Creating const subs for constants.
79633              From: John Tobey <jtobey@john-edwin-tobey.org>
79634              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
79635              Message-Id: <m13nG72-000FObC@feynman.localnet>               
79636      Branch: perl
79637            ! t/comp/redef.t t/pragma/warn/op
79638 ____________________________________________________________________________
79639 [  7399] By: jhi                                   on 2000/10/22  17:49:59
79640         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
79641              From: Nicholas Clark <nick@ccl4.org>
79642              Date: Sat, 21 Oct 2000 22:23:19 +0100
79643              Message-ID: <20001021222319.B45586@plum.flirble.org>
79644      Branch: perl
79645            ! ext/DynaLoader/DynaLoader_pm.PL
79646 ____________________________________________________________________________
79647 [  7398] By: jhi                                   on 2000/10/22  17:47:35
79648         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
79649              From: Hugo <hv@crypt.compulink.co.uk>
79650              Date: Sat, 21 Oct 2000 18:19:59 +0100
79651              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
79652      Branch: perl
79653            ! ext/B/B.pm ext/B/B/C.pm
79654 ____________________________________________________________________________
79655 [  7397] By: jhi                                   on 2000/10/22  17:35:18
79656         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
79657              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
79658              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
79659              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
79660      Branch: perl
79661            ! hints/openbsd.sh
79662 ____________________________________________________________________________
79663 [  7396] By: jhi                                   on 2000/10/22  17:19:46
79664         Log: Subject: installman go-faster stripes
79665              From: Nicholas Clark <nick@talking.bollo.cx>
79666              Date: Sat, 21 Oct 2000 17:24:53 +0100
79667              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
79668              
79669              Subject: Re: installman go-faster stripes
79670              From: Russ Allbery <rra@stanford.edu>
79671              Date: 21 Oct 2000 11:04:13 -0700
79672              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
79673      Branch: perl
79674            ! installman pod/pod2man.PL
79675 ____________________________________________________________________________
79676 [  7395] By: jhi                                   on 2000/10/22  17:17:35
79677         Log: Hints tweak from Anton Berezin.
79678      Branch: perl
79679            ! hints/freebsd.sh
79680 ____________________________________________________________________________
79681 [  7394] By: jhi                                   on 2000/10/22  04:50:04
79682         Log: Tweak the Is* definitions of Unicode character classes
79683              to better match the official categorizations; embrace
79684              the official categorizations; add the combining marks
79685              as alpha (and -numeric); fix DCinital (a typo and edito)
79686              to be DCmedial.
79687      Branch: perl
79688            + lib/unicode/Is/DCmedial.pl
79689            - lib/unicode/Is/DCinital.pl
79690            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
79691            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
79692            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
79693            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
79694 ____________________________________________________________________________
79695 [  7393] By: jhi                                   on 2000/10/21  18:06:05
79696         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
79697              From: Daniel Chetlin <daniel@chetlin.com>
79698              Date: Sat, 21 Oct 2000 02:57:03 -0700
79699              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
79700      Branch: perl
79701            + t/lib/tie-splice.t
79702            ! MANIFEST lib/Tie/Array.pm
79703 ____________________________________________________________________________
79704 [  7392] By: gsar                                  on 2000/10/21  18:05:15
79705         Log: resync utfperl branch with mainline
79706      Branch: utfperl
79707           !> (integrate 1760 files)
79708 ____________________________________________________________________________
79709 [  7391] By: jhi                                   on 2000/10/21  14:37:49
79710         Log: Testcases for a #7383,#7385 related bug.
79711              
79712              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
79713              From: Nicholas Clark <nick@ccl4.org>
79714              Date: Sat, 21 Oct 2000 15:04:51 +0100
79715              Message-ID: <20001021150451.A51566@plum.flirble.org>
79716      Branch: perl
79717            ! t/pragma/utf8.t
79718 ____________________________________________________________________________
79719 [  7390] By: jhi                                   on 2000/10/21  14:35:57
79720         Log: Add a testcase for #7389.
79721      Branch: perl
79722            ! t/pragma/warn/op
79723 ____________________________________________________________________________
79724 [  7389] By: jhi                                   on 2000/10/21  14:26:45
79725         Log: Subject: Re: Creating const subs for constants.
79726              From: John Tobey <jtobey@john-edwin-tobey.org>
79727              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
79728              Message-Id: <m13mo0N-000FObC@feynman.localnet>
79729      Branch: perl
79730            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
79731            ! proto.h sv.c
79732 ____________________________________________________________________________
79733 [  7388] By: nick                                  on 2000/10/21  11:44:23
79734         Log: Populate perlio branch
79735      Branch: perlio
79736           +> (branch 1760 files)
79737 ____________________________________________________________________________
79738 [  7387] By: nick                                  on 2000/10/21  10:52:05
79739         Log: Get branch back as replica of mainline via :
79740              p4 integrate -b utfperl
79741              p4 resolve -at ./...
79742      Branch: utfperl
79743           +> (branch 269 files)
79744            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
79745            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
79746            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
79747            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
79748            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
79749            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
79750            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
79751            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
79752            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
79753            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
79754            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
79755            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
79756            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
79757            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
79758            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
79759            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
79760            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
79761            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
79762            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
79763            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
79764            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
79765            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
79766            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
79767            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
79768            - lib/unicode/UCD300.html lib/unicode/Unicode.300
79769            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
79770            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
79771            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
79772            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
79773           !> (integrate 965 files)
79774 ____________________________________________________________________________
79775 [  7386] By: jhi                                   on 2000/10/21  01:31:12
79776         Log: Update Changes.
79777      Branch: perl
79778            ! Changes patchlevel.h
79779 ____________________________________________________________________________
79780 [  7385] By: jhi                                   on 2000/10/21  01:28:42
79781         Log: The #7383 was right only in the context of the original bug report,
79782              not in more general case.
79783      Branch: perl
79784            ! pp_hot.c
79785 ____________________________________________________________________________
79786 [  7384] By: jhi                                   on 2000/10/21  01:08:23
79787         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
79788      Branch: perl
79789            ! ext/IO/lib/IO/Select.pm
79790 ____________________________________________________________________________
79791 [  7383] By: jhi                                   on 2000/10/21  00:44:18
79792         Log: Fix for ID 20001020.006, concatenating an unset submatch
79793              with utf8 resulted in "Modification of a read-only value".
79794      Branch: perl
79795            ! pp_hot.c t/pragma/utf8.t
79796 ____________________________________________________________________________
79797 [  7382] By: jhi                                   on 2000/10/20  20:44:31
79798         Log: Make scan_num() reëntrant, as suggested in
79799              
79800              Subject: [PATCH perl@7229] Rentrant parser and yylex()
79801              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
79802              Date: Fri, 20 Oct 2000 14:17:27 +0100
79803              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
79804      Branch: perl
79805            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
79806            ! toke.c
79807 ____________________________________________________________________________
79808 [  7381] By: jhi                                   on 2000/10/20  20:07:29
79809         Log: Reëntrancy fix.
79810              
79811              Subject: [PATCH perl@7229] Rentrant parser and yylex()
79812              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
79813              Date: Fri, 20 Oct 2000 14:17:27 +0100
79814              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
79815      Branch: perl
79816            ! embed.h embed.pl perl.h proto.h toke.c
79817 ____________________________________________________________________________
79818 [  7380] By: jhi                                   on 2000/10/20  19:15:54
79819         Log: Don't write double values through long double pointers,
79820              based on a part of
79821              
79822              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
79823              From: Jens Hamisch <jens@Strawberry.COM>
79824              Date: Tue, 17 Oct 2000 08:39:36 +0200
79825              Message-Id: <20001017083936.A11104@Strawberry.COM>
79826      Branch: perl
79827            ! perl.h pp.c
79828 ____________________________________________________________________________
79829 [  7379] By: jhi                                   on 2000/10/20  18:43:37
79830         Log: Portability tweak on #7377.
79831              
79832              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
79833              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79834              Date:     Fri, 20 Oct 2000 13:13:41 EDT
79835              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
79836      Branch: perl
79837            ! t/lib/dprof.t
79838 ____________________________________________________________________________
79839 [  7378] By: jhi                                   on 2000/10/20  12:57:19
79840         Log: SOCKS function redefinitions need prototypes, too, otherwise
79841              for example 32 bit versus 64 bit differences cause a lot of
79842              problems.  Part of
79843              
79844              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
79845              From: Jens Hamisch <jens@Strawberry.COM>
79846              Date: Tue, 17 Oct 2000 08:39:36 +0200
79847              Message-Id: <20001017083936.A11104@Strawberry.COM>
79848      Branch: perl
79849            ! doio.c pp_sys.c
79850 ____________________________________________________________________________
79851 [  7377] By: jhi                                   on 2000/10/20  12:37:12
79852         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
79853              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79854              Date:     Fri, 20 Oct 2000 08:26:04 EDT
79855              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
79856      Branch: perl
79857            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
79858 ____________________________________________________________________________
79859 [  7376] By: jhi                                   on 2000/10/20  12:35:31
79860         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
79861              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79862              Date:     Fri, 20 Oct 2000 07:48:15 EDT
79863              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
79864      Branch: perl
79865            ! configure.com vms/gen_shrfls.pl
79866 ____________________________________________________________________________
79867 [  7375] By: bailey                                on 2000/10/20  04:44:37
79868         Log: SYN SYN
79869      Branch: vmsperl
79870           +> (branch 134 files)
79871            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
79872            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
79873            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
79874            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
79875            - eg/cgi/frameset.cgi eg/cgi/index.html
79876            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
79877            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
79878            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
79879            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
79880            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
79881            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
79882            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
79883            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
79884            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
79885            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
79886            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
79887            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
79888            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
79889            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
79890            - lib/unicode/Props.txt lib/unicode/UCD300.html
79891            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
79892            - utils/perlbc.PL vms/subconfigure.com
79893           !> (integrate 785 files)
79894 ____________________________________________________________________________
79895 [  7374] By: jhi                                   on 2000/10/20  00:59:48
79896         Log: In the latest compiler builds cccdlflags must not become -fpic,
79897              from Wilfredo Sánchez.
79898      Branch: perl
79899            ! hints/darwin.sh
79900 ____________________________________________________________________________
79901 [  7373] By: jhi                                   on 2000/10/20  00:56:35
79902         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
79903              From: Tony Cook <tony@develop-help.com>
79904              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
79905              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
79906      Branch: perl
79907            ! pod/perlop.pod
79908 ____________________________________________________________________________
79909 [  7372] By: jhi                                   on 2000/10/19  19:34:40
79910         Log: Typo noted by Mark Lutz.
79911      Branch: perl
79912            ! t/op/64bitint.t
79913 ____________________________________________________________________________
79914 [  7371] By: jhi                                   on 2000/10/19  19:33:13
79915         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
79916      Branch: metaconfig
79917            ! U/modified/Cppsym.U U/modified/Oldconfig.U
79918      Branch: metaconfig/U/perl
79919            ! End.U dlsrc.U libperl.U
79920      Branch: perl
79921            + hints/nonstopux.sh
79922            ! Configure MANIFEST config_h.SH
79923 ____________________________________________________________________________
79924 [  7370] By: jhi                                   on 2000/10/19  17:18:08
79925         Log: Subject: PATCH do_print has 2 PerlIO_error()s
79926              From: nick@ccl4.org
79927              Date: Thu, 19 Oct 2000 18:09:20 +0100
79928              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
79929      Branch: perl
79930            ! doio.c
79931 ____________________________________________________________________________
79932 [  7369] By: jhi                                   on 2000/10/19  14:01:49
79933         Log: Update Changes.
79934      Branch: perl
79935            ! Changes patchlevel.h
79936 ____________________________________________________________________________
79937 [  7368] By: jhi                                   on 2000/10/19  13:04:29
79938         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
79939              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79940              Date: Wed, 18 Oct 2000 13:12:01 +0200
79941              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
79942      Branch: perl
79943            ! hints/aix.sh
79944 ____________________________________________________________________________
79945 [  7367] By: jhi                                   on 2000/10/19  02:22:40
79946         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
79947              of a 'pmshort' anywhere in the B, so the offending line was simply
79948              removed.
79949      Branch: perl
79950            ! ext/B/B/Debug.pm
79951 ____________________________________________________________________________
79952 [  7366] By: jhi                                   on 2000/10/19  02:12:37
79953         Log: Add the test case for the bug id 20000730.004 which seems
79954              to have been fixed by now.
79955      Branch: perl
79956            ! t/pragma/utf8.t
79957 ____________________________________________________________________________
79958 [  7365] By: jhi                                   on 2000/10/18  23:36:24
79959         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
79960              From: Hugo <hv@crypt.compulink.co.uk>
79961              Date: Wed, 18 Oct 2000 23:25:58 +0100
79962              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
79963      Branch: perl
79964            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
79965 ____________________________________________________________________________
79966 [  7364] By: jhi                                   on 2000/10/18  21:12:53
79967         Log: (retracted)
79968      Branch: perl
79969            ! pp.c
79970 ____________________________________________________________________________
79971 [  7363] By: jhi                                   on 2000/10/18  20:55:38
79972         Log: Missing change from #7362.
79973      Branch: perl
79974            ! win32/perlhost.h
79975 ____________________________________________________________________________
79976 [  7362] By: jhi                                   on 2000/10/18  20:52:01
79977         Log: Borland C fstat() never saw the fd as writable.
79978              
79979              Subject: fix for Borland's weak "stat" (perl@7211)
79980              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
79981              Date: Mon, 16 Oct 2000 09:55:03 +0400
79982              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
79983      Branch: perl
79984            ! win32/win32.c
79985 ____________________________________________________________________________
79986 [  7361] By: jhi                                   on 2000/10/18  17:43:50
79987         Log: Regen toc.
79988      Branch: perl
79989            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
79990 ____________________________________________________________________________
79991 [  7360] By: jhi                                   on 2000/10/18  17:07:44
79992         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79993              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
79994              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
79995              Date: Mon, 16 Oct 2000 15:19:49 +0200
79996      Branch: perl
79997            + README.aix
79998            ! MANIFEST
79999 ____________________________________________________________________________
80000 [  7359] By: jhi                                   on 2000/10/18  17:04:49
80001         Log: Subject: Pod patch for Devel::Peek
80002              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80003              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
80004              Date: Mon, 16 Oct 2000 12:26:34 +0200
80005      Branch: perl
80006            ! ext/Devel/Peek/Peek.pm
80007 ____________________________________________________________________________
80008 [  7358] By: jhi                                   on 2000/10/18  17:03:15
80009         Log: Make Cwd more bulletproof in chrooted environments.
80010              
80011              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
80012              From: "Eric E. Coe" <Eric.Coe@oracle.com>
80013              Date: Wed, 18 Oct 2000 04:03:54 -0400
80014              Message-Id: <39ED596A.70E599FE@oracle.com>
80015      Branch: perl
80016            ! lib/Cwd.pm
80017 ____________________________________________________________________________
80018 [  7357] By: jhi                                   on 2000/10/18  16:37:26
80019         Log: Disable the UTF8 downgrade croakage for now to avoid
80020              too many not okay messages.
80021      Branch: perl
80022            ! doio.c
80023 ____________________________________________________________________________
80024 [  7356] By: jhi                                   on 2000/10/17  23:29:41
80025         Log: Show the failed remote port, instead of the failing line number.
80026              
80027              Subject: [PATCH 5.6.1 Debugger] More diagnostics
80028              From: David Sparks <daves@ActiveState.com>
80029              Date: Tue, 17 Oct 2000 15:00:24 -0700
80030              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
80031      Branch: perl
80032            ! lib/perl5db.pl
80033 ____________________________________________________________________________
80034 [  7355] By: jhi                                   on 2000/10/17  14:11:31
80035         Log: On output try to downgrade to bytes, croak if impossible,
80036              from Simon Cozens.  This means that outputting >255 UTF8
80037              is impossible.  Consider this as a strong incentive to get
80038              the I/O disciplines implemented.
80039      Branch: perl
80040            ! doio.c pod/perldiag.pod sv.c
80041 ____________________________________________________________________________
80042 [  7354] By: jhi                                   on 2000/10/17  13:42:23
80043         Log: Clarify documentation on 'use bytes'.
80044              
80045              Subject: Re: What does 'use bytes' "mean" ?
80046              From: Simon Cozens <simon@cozens.net>
80047              Date: Mon, 18 Sep 2000 18:24:25 +0100
80048              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
80049      Branch: perl
80050            ! lib/bytes.pm
80051 ____________________________________________________________________________
80052 [  7353] By: jhi                                   on 2000/10/17  13:28:12
80053         Log: Workaround for a sfio bug where the stream error indicator
80054              is not cleared as documented.
80055              
80056              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
80057              From: Nicholas Clark <nick@ccl4.org>
80058              Date: Mon, 16 Oct 2000 18:28:23 +0100
80059              Message-ID: <20001016182823.J19700@plum.flirble.org>
80060      Branch: perl
80061            ! doio.c
80062 ____________________________________________________________________________
80063 [  7352] By: jhi                                   on 2000/10/17  13:06:19
80064         Log: More IoTYPE sprinkling.
80065      Branch: perl
80066            ! doio.c pp_hot.c
80067 ____________________________________________________________________________
80068 [  7351] By: jhi                                   on 2000/10/16  22:47:07
80069         Log: Detect early whether the std streams have gone bad.
80070              
80071              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
80072              Date: Mon, 16 Oct 2000 23:28:42 +0100
80073              From: Nicholas Clark <nick@ccl4.org>
80074              Message-ID: <20001016232842.A37942@plum.flirble.org>
80075      Branch: perl
80076            ! t/op/misc.t
80077 ____________________________________________________________________________
80078 [  7350] By: jhi                                   on 2000/10/16  22:45:16
80079         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
80080              From: "Peter J. Farley III" <pjfarley@banet.net>
80081              Date: Mon, 16 Oct 2000 18:15:59 -0400
80082              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
80083      Branch: perl
80084            ! djgpp/djgpp.c dosish.h t/io/open.t
80085 ____________________________________________________________________________
80086 [  7349] By: jhi                                   on 2000/10/16  22:36:45
80087         Log: perldelta tweak.
80088      Branch: perl
80089            ! pod/perldelta.pod
80090 ____________________________________________________________________________
80091 [  7348] By: jhi                                   on 2000/10/16  15:17:53
80092         Log: Update Changes.
80093      Branch: perl
80094            ! Changes patchlevel.h
80095 ____________________________________________________________________________
80096 [  7347] By: jhi                                   on 2000/10/16  13:55:27
80097         Log: Add the capability to include/exclude branches.
80098      Branch: perl
80099            ! Porting/genlog
80100 ____________________________________________________________________________
80101 [  7346] By: jhi                                   on 2000/10/16  13:18:04
80102         Log: Add Charles Lane.
80103      Branch: perl
80104            ! AUTHORS Changes
80105 ____________________________________________________________________________
80106 [  7345] By: jhi                                   on 2000/10/16  13:13:21
80107         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
80108      Branch: perl
80109            ! pod/perldelta.pod
80110 ____________________________________________________________________________
80111 [  7344] By: gsar                                  on 2000/10/16  09:30:21
80112         Log: integrate change#6220 from cfgperl
80113              
80114              Win32 patches from Benjamin Stuhl.
80115      Branch: maint-5.6/perl
80116           !> makedef.pl win32/win32.h
80117 ____________________________________________________________________________
80118 [  7343] By: gsar                                  on 2000/10/16  08:32:19
80119         Log: integrate changes#6221,6222 from cfgperl
80120              
80121              Remove tr///CU (the feature is to be obsoleted by better interfaces).
80122              From: simon@brecon.co.uk (Simon Cozens)
80123              Subject: [PATCH] Eliminate tr///[CU][CU]
80124              Date: 23 Jun 2000 11:05:40 GMT
80125              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
80126              
80127              doc typo fix
80128              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
80129              From: Ian Phillipps <Ian.Phillipps@iname.com>
80130              Date: Fri, 23 Jun 2000 10:40:58 +0100
80131              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
80132      Branch: maint-5.6/perl
80133           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
80134 ____________________________________________________________________________
80135 [  7342] By: gsar                                  on 2000/10/16  08:28:08
80136         Log: integrate change#6217 from cfgperl (in part)
80137              
80138              Rename the fdpid locking and integrate with Sarathy.
80139      Branch: maint-5.6/perl
80140           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
80141           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
80142           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
80143           !> win32/win32.c
80144 ____________________________________________________________________________
80145 [  7341] By: gsar                                  on 2000/10/16  08:23:39
80146         Log: integrate changes#6214..6216 from mainline
80147              
80148              @_ can't have junk in it even in the non-USE_ITHREADS case because
80149              caller() wants to populate @DB::args with it (causes a coredump
80150              in Carp::confess())
80151              
80152              tweak comment about @DB::args
80153              
80154              be more optimal about clearing @_
80155      Branch: maint-5.6/perl
80156           !> av.h cop.h pp_ctl.c t/op/runlevel.t
80157 ____________________________________________________________________________
80158 [  7340] By: gsar                                  on 2000/10/16  08:20:37
80159         Log: integrate changes#6207..6210 from cfgperl
80160              
80161              Subject: [PATCH 5.6.0] Threadsafe patches
80162              From: Dan Sugalski <dan@sidhe.org>
80163              To: perl5-porters@perl.org
80164              Date: Mon, 08 May 2000 18:08:13 -0400
80165              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
80166              
80167              Regen headers for #6207.
80168              
80169              Lock PL_fdpid against race conditions, based on:
80170              Subject: [PATCH 5.6.0]subprocess fixup for threads
80171              From: Dan Sugalski <dan@sidhe.org>
80172              To: perl5-porters@perl.org
80173              Date: Tue, 11 Apr 2000 17:02:32 -0400
80174              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
80175              
80176              Mopup for #6207 and #6209.
80177      Branch: maint-5.6/perl
80178           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
80179           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
80180           !> win32/win32.c
80181 ____________________________________________________________________________
80182 [  7339] By: gsar                                  on 2000/10/16  08:14:34
80183         Log: integrate change#6203 from cfgperl
80184              
80185              perldiag should refer to perlos2.pod not README.os2
80186      Branch: maint-5.6/perl
80187           !> pod/perldiag.pod
80188 ____________________________________________________________________________
80189 [  7338] By: gsar                                  on 2000/10/16  08:11:42
80190         Log: integrate change#6201 from mainline
80191              
80192              Perl_eval_pv() leaks 4 bytes every time it is called because it
80193              does a PUSHMARK that's never ever POPMARKed; in general, only
80194              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
80195              Perl_eval_[sp]v() don't because they don't take any incoming
80196              arguments (this leak has been around since the original version
80197              of perl_eval_pv() in 5.003_97e)
80198      Branch: maint-5.6/perl
80199           !> perl.c
80200 ____________________________________________________________________________
80201 [  7337] By: gsar                                  on 2000/10/16  08:08:47
80202         Log: integrate changes#6197..6200 from cfgperl
80203              
80204              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
80205              From: John Borwick <jhborwic@unity.ncsu.edu>
80206              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
80207              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
80208              
80209              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
80210              From: Dan Sugalski <dan@sidhe.org>
80211              To: vmsperl@perl.org, perl5-porters@perl.org
80212              Date: Fri, 02 Jun 2000 16:00:41 -0400
80213              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
80214              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
80215              
80216              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
80217              From: Dan Sugalski <dan@sidhe.org>
80218              To: perl5-porters@perl.org, vmsperl@perl.org
80219              Date: Fri, 02 Jun 2000 17:30:51 -0400
80220              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
80221              
80222              Update to cperl-mode.el 4.31 from
80223              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
80224              Subject: A couple of notes
80225              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80226              To: Mailing list Perl5 <perl5-porters@perl.org>
80227              Date: Sat, 3 Jun 2000 23:33:32 -0400
80228              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
80229      Branch: maint-5.6/perl
80230           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
80231           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
80232           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
80233           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
80234           !> vms/vmsish.h
80235 ____________________________________________________________________________
80236 [  7336] By: gsar                                  on 2000/10/16  08:03:46
80237         Log: integrate changes#6194,6195 from mainline
80238              
80239              fix small eval"" memory leaks under USE_ITHREADS
80240              
80241              fix yet another eval"" leak under USE_ITHREADS
80242      Branch: maint-5.6/perl
80243           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
80244           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
80245           !> vms/perly_c.vms
80246 ____________________________________________________________________________
80247 [  7335] By: gsar                                  on 2000/10/16  08:02:15
80248         Log: integrate changes#6190,6191 from mainline
80249              
80250              submit missing embed.pl change
80251              
80252              vec() loses numericalness (modified version of patch suggested
80253              by Robin Barker)
80254      Branch: maint-5.6/perl
80255           !> doop.c embed.pl t/op/vec.t
80256 ____________________________________________________________________________
80257 [  7334] By: gsar                                  on 2000/10/16  08:01:03
80258         Log: integrate change#6189 from mainline
80259              
80260              counting tr/// corrupts later operation (from M.J.T Guy)
80261      Branch: maint-5.6/perl
80262           !> doop.c t/op/tr.t
80263 ____________________________________________________________________________
80264 [  7333] By: gsar                                  on 2000/10/16  07:59:07
80265         Log: integrate changes#6183..6188 from mainline
80266              
80267              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
80268              <nick@ccl4.org>)
80269              
80270              tweak for change#6127
80271              
80272              remove incorrect documentation about implicit split to @_ in
80273              list context, which never really worked in perl 5 (from
80274              M.J.T. Guy)
80275              
80276              further qualify references to "alphanumeric" (from Wolfgang Laun
80277              <wolfgang.laun@alcatel.at>)
80278              
80279              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
80280              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
80281              
80282              h2xs tweaks
80283      Branch: maint-5.6/perl
80284           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
80285           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
80286           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
80287           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
80288           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
80289           !> pod/pod2latex.PL utils/h2xs.PL
80290 ____________________________________________________________________________
80291 [  7332] By: gsar                                  on 2000/10/16  07:53:52
80292         Log: integrate change#6179 from mainline
80293              
80294              buggy modulus on UVs introduced by change#3378 (resulted in
80295              4063328477 % 65535 amounting to 27406, instead of 27407)
80296      Branch: maint-5.6/perl
80297           !> pp.c t/op/arith.t
80298 ____________________________________________________________________________
80299 [  7331] By: gsar                                  on 2000/10/16  07:52:49
80300         Log: integrate changes#6176,6177,6178,6182 from cfgperl
80301              
80302              Single-quoted utf8 patch from Simon Cozens.
80303              
80304              Substitution utf8 patch from Simon Cozens.
80305              
80306              Be cleaner.
80307              
80308              Be Cleaner Part Deux.
80309      Branch: maint-5.6/perl
80310           !> Makefile.SH pp_hot.c toke.c
80311 ____________________________________________________________________________
80312 [  7330] By: gsar                                  on 2000/10/16  07:41:36
80313         Log: integrate change#6172 from mainline
80314              
80315              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
80316              (from Ilya Zakharevich)
80317      Branch: maint-5.6/perl
80318           !> regexec.c t/op/re_tests
80319 ____________________________________________________________________________
80320 [  7329] By: gsar                                  on 2000/10/16  07:40:25
80321         Log: integrate change#6171 from mainline
80322              
80323              scalar() doesn't force scalar context when used in void context
80324              (from Simon Cozens)
80325      Branch: maint-5.6/perl
80326           !> op.c t/op/wantarray.t
80327 ____________________________________________________________________________
80328 [  7328] By: gsar                                  on 2000/10/16  07:39:33
80329         Log: integrate change#6170 from mainline
80330              
80331              change#6142 needs tweaks to tests to work where there's no
80332              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
80333      Branch: maint-5.6/perl
80334           !> t/lib/filefind.t
80335 ____________________________________________________________________________
80336 [  7327] By: gsar                                  on 2000/10/16  07:35:34
80337         Log: integrate changes#6166..6168 from cfgperl
80338              
80339              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
80340              in case somebody wants to write an extension for more
80341              shadow database interfaces.
80342              
80343              tweak todo
80344              
80345              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
80346      Branch: maint-5.6/perl
80347           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80348           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
80349           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
80350           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
80351           !> win32/config.vc win32/config_H.bc win32/config_H.gc
80352           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
80353 ____________________________________________________________________________
80354 [  7326] By: gsar                                  on 2000/10/16  07:29:05
80355         Log: integrate changes#6157,6159..6161,6164 from cfgperl
80356              
80357              Regen Configure to jive with #6149.
80358              
80359              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
80360              
80361              Changes for the File::Temp 0.08 (change #6159) test suite
80362              to fit better into the Perl distribution test framework.
80363              
80364              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
80365              both from Simon Cozens.
80366              
80367              detypo
80368      Branch: maint-5.6/perl
80369           +> pod/perlmodlib.PL pod/perlnewmod.pod
80370           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
80371           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
80372           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
80373           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
80374 ____________________________________________________________________________
80375 [  7325] By: gsar                                  on 2000/10/16  07:25:13
80376         Log: integrate change#6158 from vmsperl
80377              
80378              Add fallback to tmpfile for use in cases where user's relying on
80379              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
80380              Lane's patch)
80381      Branch: maint-5.6/perl
80382           !> vms/vms.c vms/vmsish.h
80383 ____________________________________________________________________________
80384 [  7324] By: gsar                                  on 2000/10/16  07:20:50
80385         Log: integrate changes#6153..6155 from mainline
80386              
80387              prettier Test::Harness output on failed tests (from Nicholas Clark
80388              <nick@Bagpuss.uk.boo.com>)
80389              
80390              avoid type mismatch warning
80391              
80392              small bug in change#6144; remove random \xA0 character that snuck
80393              in via change#6145
80394      Branch: maint-5.6/perl
80395           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
80396           !> perl.c
80397 ____________________________________________________________________________
80398 [  7323] By: gsar                                  on 2000/10/16  07:18:47
80399         Log: integrate changes#6151,6152 from mainline
80400              
80401              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
80402              
80403              cosmetic fixups of RE debug output (from Ilya Zakharevich)
80404      Branch: maint-5.6/perl
80405           !> regexec.c
80406 ____________________________________________________________________________
80407 [  7322] By: gsar                                  on 2000/10/16  07:17:25
80408         Log: integrate changes#6146..6150 from mainline
80409              
80410              doc typo
80411              
80412              add a make entry to Config.pm so "perl -V:make" works on VMS
80413              (from Peter Prymmer)
80414              
80415              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
80416              
80417              OS/2 tweaks for usethreads build (from Rocco Caputo
80418              <troc@netrus.net>)
80419              
80420              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
80421      Branch: maint-5.6/perl
80422           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
80423           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
80424           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
80425           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
80426           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
80427           !> warnings.pl x2p/a2p.h
80428 ____________________________________________________________________________
80429 [  7321] By: gsar                                  on 2000/10/16  07:14:02
80430         Log: integrate changes#6143..6145 from mainline
80431              
80432              MacOS support, part 1 (from Matthias Neeracher
80433              <neeri@iis.ee.ethz.ch>)
80434              
80435              MacOS support, part 2: make AutoSplit use File::Spec instead
80436              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
80437              <neeri@iis.ee.ethz.ch>)
80438              
80439              make xsubpp skip embedded pod (from Matthias Neeracher
80440              <neeri@iis.ee.ethz.ch>)
80441      Branch: maint-5.6/perl
80442           +> ext/DynaLoader/dl_mac.xs
80443           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
80444           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
80445           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
80446           !> pp_ctl.c proto.h toke.c util.c util.h
80447 ____________________________________________________________________________
80448 [  7320] By: gsar                                  on 2000/10/16  07:12:13
80449         Log: integrate changes#6141,6142 from mainline
80450              
80451              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
80452              forwarded by Peter Seebach from the bsdi-users mailing list.
80453              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
80454              
80455              File::Find fails to chdir when chasing symlinks (from
80456              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
80457      Branch: maint-5.6/perl
80458           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
80459 ____________________________________________________________________________
80460 [  7319] By: gsar                                  on 2000/10/16  07:04:30
80461         Log: integrate change#6139 from mainline
80462              
80463              revise mktables.PL for bugs and newness in Unicode 3.0
80464              (from James Bence <jbence@amgen.com>)
80465      Branch: maint-5.6/perl
80466           +> (branch 30 files)
80467           !> (integrate 49 files)
80468 ____________________________________________________________________________
80469 [  7318] By: gsar                                  on 2000/10/16  07:01:01
80470         Log: integrate changes#6137,6138 from mainline
80471              
80472              fix bogus redeclaration warning for "our" variables in different
80473              scopes
80474              
80475              add note about the handling of negative indices to tied arrays
80476              (from Michael G Schwern <schwern@pobox.com>)
80477      Branch: maint-5.6/perl
80478           !> op.c pod/perltie.pod t/pragma/strict-vars
80479 ____________________________________________________________________________
80480 [  7317] By: gsar                                  on 2000/10/16  06:58:46
80481         Log: integrate changes#6127..6136 from mainline
80482              
80483              call_method(...,G_EVAL) can longjmp() out if the method probing
80484              failed (from Gisle Aas)
80485              
80486              new perlxstut example for passing/returning refs to arrays
80487              (from David Lowe <dlowe@pootpoot.com>)
80488              
80489              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
80490              
80491              fix places that mean C<"word" character> but say C<alphanumeric
80492              character>
80493              
80494              avoid warnings in POSIX.pm (from Barrie Slaymaker)
80495              
80496              warnings::enabled() doesn't fall back to looking at $^W if
80497              caller isn't using lexical warnings (from Paul Marquess)
80498              
80499              elide bogus test in change#6132
80500              
80501              make Test::Harness use wait.h/WCOREDUMP if available
80502              (from Ben Tilly <ben_tilly@hotmail.com>)
80503              
80504              enable Test::Harness to dynamically determine column width etc.
80505              (from Rob Napier <rnapier@employees.org>)
80506              
80507              random pod typos (from Peter Scott <Peter@PSDT.com>)
80508      Branch: maint-5.6/perl
80509           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
80510           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
80511           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
80512           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
80513 ____________________________________________________________________________
80514 [  7316] By: gsar                                  on 2000/10/16  06:53:23
80515         Log: integrate change#6126 from mainline
80516              
80517              change#2879 broke rvalue autovivification of magicals such as
80518              ${$num} (reworked variant of patch suggested by Simon Cozens)
80519      Branch: maint-5.6/perl
80520           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
80521           !> pp_hot.c proto.h t/op/gv.t
80522 ____________________________________________________________________________
80523 [  7315] By: gsar                                  on 2000/10/16  06:51:38
80524         Log: integrate changes#6123,6125 from mainline
80525              
80526              clarify gotcha with #line directives (from Rocco Caputo
80527              <troc@netrus.net>)
80528              
80529              enable propagating exception objects via Perl_croak() in XS code
80530              (from Gisle Aas)
80531      Branch: maint-5.6/perl
80532           !> pod/perldebug.pod pod/perlsyn.pod util.c
80533 ____________________________________________________________________________
80534 [  7314] By: gsar                                  on 2000/10/16  06:49:28
80535         Log: integrate change#6122 from mainline
80536              
80537              downgrade fatal error on C<"foo@nosucharray.com"> to optional
80538              warning (from Mark-Jason Dominus)
80539      Branch: maint-5.6/perl
80540           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
80541           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
80542           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
80543           !> toke.c
80544 ____________________________________________________________________________
80545 [  7313] By: gsar                                  on 2000/10/16  06:46:54
80546         Log: integrate changes#6112..6121 from vmsperl
80547              
80548              Check for existence of file before trying to delete
80549              
80550              Ugly workaround for version-specific RTL error
80551              
80552              Urk -- undo previous removal of vmsish 'exit' change
80553              
80554              Add bounds checking for several strings (Charles Lane)
80555              
80556              Miscellaneous cosmetic fixes (Charles Lane)
80557              
80558              Treat sockets as special in sys(read|write) (Charles Lane et al.)
80559              
80560              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
80561              Flatten case labels in switch statements uniformly (Charles Bailey)
80562              
80563              Quiet error messages in vmsish.t (Charles Lane)
80564              
80565              Add missing escape (Charles Lane)
80566              
80567              Allow eliminate_macros() and fixpath() to handle space-delimited
80568              lists (based on fixes by Craig Berry)
80569      Branch: maint-5.6/perl
80570           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
80571           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
80572           !> vms/vmsish.h
80573 ____________________________________________________________________________
80574 [  7312] By: gsar                                  on 2000/10/16  06:41:18
80575         Log: integrate changes#6107,6110 from cfgperl
80576              
80577              Tweak the todo list.
80578              
80579              todo tweak
80580      Branch: maint-5.6/perl
80581           !> Todo-5.6
80582 ____________________________________________________________________________
80583 [  7311] By: gsar                                  on 2000/10/16  06:38:38
80584         Log: integrate changes#6104,6108 from mainline
80585              
80586              PL_sys_intern was being initialized too late on windows
80587              
80588              reenable fake signal handling on Windows, bugs and all
80589      Branch: maint-5.6/perl
80590           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
80591           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
80592           !> win32/win32.c
80593 ____________________________________________________________________________
80594 [  7310] By: gsar                                  on 2000/10/16  06:36:03
80595         Log: integrate changes#6095,6097..6103 from cfgperl
80596              
80597              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
80598              might be useful in future.
80599              
80600              Add a note about possible compilation problems from Allen Smith.
80601              
80602              Add a note about other, yet unsupported, shadow password APIs.
80603              
80604              Tweaks for the cc bugs from Allen Smith.
80605              
80606              More compilation tweakery from Allen Smith.
80607              
80608              Hints and test tweaks for Unicos.
80609              
80610              The test suite tweak in #6101 wasn't quite right.
80611              
80612              Test tweaking for Unicos continues.
80613      Branch: maint-5.6/perl
80614           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80615           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
80616           !> t/lib/complex.t t/op/64bitint.t
80617 ____________________________________________________________________________
80618 [  7309] By: gsar                                  on 2000/10/16  06:29:41
80619         Log: integrate changes#6093,6094 from mainline
80620              
80621              fork() failure to create pseudo process sets errno=EAGAIN and returns
80622              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
80623              
80624              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
80625      Branch: maint-5.6/perl
80626           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
80627           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
80628 ____________________________________________________________________________
80629 [  7308] By: gsar                                  on 2000/10/16  06:27:29
80630         Log: integrate change#6092 from cfgperl
80631              
80632              Regen perltoc with the fixed buildtoc.
80633      Branch: maint-5.6/perl
80634           !> pod/perltoc.pod
80635 ____________________________________________________________________________
80636 [  7307] By: gsar                                  on 2000/10/16  06:26:40
80637         Log: integrate changes#6089,6090 from mainline
80638              
80639              buildtoc tweak to fix newline lossage
80640              
80641              concat doesn't preserve utf8-ness, and doesn't invalidate
80642              [NI]OK; added tests for both
80643      Branch: maint-5.6/perl
80644           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
80645 ____________________________________________________________________________
80646 [  7306] By: gsar                                  on 2000/10/16  06:24:05
80647         Log: integrate change#6088 from cfgperl
80648              
80649              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
80650              because we do not use those.  The HAS_GETSPNAM remains,
80651              though, because we still do use that.
80652      Branch: maint-5.6/perl
80653           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80654           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
80655           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
80656           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
80657           !> win32/config.vc win32/config_H.bc win32/config_H.gc
80658           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
80659 ____________________________________________________________________________
80660 [  7305] By: gsar                                  on 2000/10/16  06:15:52
80661         Log: integrate changes#6084,6085,6087 from mainline
80662              
80663              substr() does not preserve utf8-ness (from Stefan Eissing
80664              <Eissing@medicaldataservice.de>); added tests
80665              
80666              repeat operator (x) doesn't preserve utf8-ness
80667              
80668              reverse() and quotemeta() weren't preserving utf8-ness; add tests
80669      Branch: maint-5.6/perl
80670           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
80671 ____________________________________________________________________________
80672 [  7304] By: gsar                                  on 2000/10/16  06:13:10
80673         Log: integrate changes#6077..6083 from mainline
80674              
80675              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
80676              and Tom Phoenix)
80677              
80678              workaround for CRT bug in chdir() (from Charles Lane, via
80679              Peter Prymmer)
80680              
80681              remove outdated kludge in Carp (NULLs are permitted in diagnostics
80682              now)
80683              
80684              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
80685              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
80686              
80687              better default perlbug categories for ok reports (from Richard Foley)
80688              
80689              peek.t non-portable to ithreads
80690              
80691              note about undocumented caller() return value (from M.J.T. Guy);
80692              yet another peek.t tweak
80693      Branch: maint-5.6/perl
80694           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
80695           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
80696           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
80697           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
80698           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
80699           !> vms/vmsish.h
80700 ____________________________________________________________________________
80701 [  7303] By: gsar                                  on 2000/10/16  06:03:18
80702         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
80703              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
80704              
80705              &HUGE_VAL is not defined, it exists.
80706              
80707              Do not warn that an infinity does not look like a number.
80708              
80709              Rewrite the pwent/spent logic to be a little bit more clearer.
80710              
80711              Continue on the pwent/spent case.
80712              
80713              Correct Freudian slip.
80714              
80715              Use HUGE_VALL if applicable.
80716              
80717              pwent/spent #ifdef imbalance.
80718              
80719              Infinite problems.
80720              
80721              Call getspnam() only iff needd.
80722              
80723              Test both the scalar and list contexts.
80724              
80725              Use setxxent()/endxxent().
80726              
80727              Complex tweakery.
80728              
80729              Unicos hint tweak.
80730              
80731              Be more forgiving in POSIX about HUGE_VALL.
80732              
80733              Detypo.
80734              
80735              The search of infinity continues, this time simplified.
80736              
80737              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
80738              in natively 64-bit platforms where a long is a quad (no need
80739              for long longs).  Also added bias for IVs.
80740              
80741              Complex tweaks.
80742              
80743              Introduce t/lib/peek.t.
80744              
80745              Make the test more portable.
80746      Branch: maint-5.6/perl
80747           +> t/lib/peek.t
80748            ! pp_sys.c
80749           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
80750           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
80751           !> t/op/pwent.t toke.c util.c
80752 ____________________________________________________________________________
80753 [  7302] By: gsar                                  on 2000/10/16  05:03:37
80754         Log: integrate changes#6066..6071 from mainline
80755              
80756              s/END/CHECK/
80757              
80758              replace direct call to sighandler() with (*PL_sighandlerp)()
80759              
80760              note about values()
80761              
80762              File::Spec compatibility update (from Barrie Slaymaker
80763              <barries@slaysys.com>)
80764              
80765              remove misleading comment (from M.J.T. Guy)
80766              
80767              misformatted perllocal.pod (from Tim Jenness
80768              <t.jenness@jach.hawaii.edu>)
80769      Branch: maint-5.6/perl
80770           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
80771           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
80772           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
80773           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
80774 ____________________________________________________________________________
80775 [  7301] By: gsar                                  on 2000/10/16  05:00:08
80776         Log: integrate changes#6061..6063 from mainline
80777              
80778              change#5921 neglected to make eq honor "use bytes"
80779              
80780              additional tests for utf8.t
80781              
80782              tokeq() could read unallocated field in argument
80783      Branch: maint-5.6/perl
80784           !> sv.c t/pragma/utf8.t toke.c
80785 ____________________________________________________________________________
80786 [  7300] By: gsar                                  on 2000/10/16  04:56:54
80787         Log: integrate changes#6046,6048,6057,6058 from mainline
80788              
80789              libscheck has insufficient checks for n32 libs (from
80790              Albert Chin-A-Young <china@thewrittenword.com>)
80791              
80792              add note about how $( doesn't interpolate in REs (from
80793              Philip Newton <newton@ficus.frogspace.net>)
80794              
80795              fix broken parsing of /\x{ab}/
80796              
80797              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
80798              (spotted by Donald Kinzer <dkinzer@premia.com>)
80799      Branch: maint-5.6/perl
80800           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
80801           !> t/pragma/utf8.t
80802 ____________________________________________________________________________
80803 [  7299] By: gsar                                  on 2000/10/16  04:52:50
80804         Log: integrate change#6044 from mainline
80805              
80806              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
80807              such that underscores are only ignored in literal numbers,
80808              "\x{...}", and hex/oct argument
80809      Branch: maint-5.6/perl
80810           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
80811 ____________________________________________________________________________
80812 [  7298] By: gsar                                  on 2000/10/16  04:50:53
80813         Log: integrate changes#6027..6043 from mainline
80814              
80815              podlators-1.02 update (from Russ Allbery)
80816              
80817              Pod::Man generates groff-incompatible macro definition (from
80818              Tom Christiansen)
80819              
80820              add CGI.pm v2.66 (from Lincoln Stein)
80821              
80822              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
80823              for @- and @+ (from Johan Vromans)
80824              
80825              small nits in diagnostics.pm (from Robin Barker)
80826              
80827              whitespace adjustments
80828              
80829              missing files in MANIFEST
80830              
80831              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
80832              to compensate
80833              
80834              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
80835              
80836              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
80837      Branch: maint-5.6/perl
80838           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
80839           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
80840           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
80841           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
80842           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
80843           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
80844           !> t/lib/cgi-html.t t/lib/cgi-request.t
80845 ____________________________________________________________________________
80846 [  7297] By: gsar                                  on 2000/10/16  04:44:30
80847         Log: integrate change#6025 from mainline
80848              
80849              Is{Alnum,Alpha,Word} don't match titlecase
80850              TODO: IsSpace is defined recursively!
80851              (both spotted by Larry)
80852      Branch: maint-5.6/perl
80853           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
80854           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
80855 ____________________________________________________________________________
80856 [  7296] By: gsar                                  on 2000/10/16  04:39:30
80857         Log: integrate change#6023 from mainline
80858              
80859              debugger stomps on $. (from M.J.T. Guy)
80860      Branch: maint-5.6/perl
80861           !> lib/perl5db.pl
80862 ____________________________________________________________________________
80863 [  7295] By: gsar                                  on 2000/10/16  04:38:02
80864         Log: integrate change#6022 from mainline
80865              
80866              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
80867      Branch: maint-5.6/perl
80868           !> sv.c
80869 ____________________________________________________________________________
80870 [  7294] By: gsar                                  on 2000/10/16  04:37:05
80871         Log: integrate changes#6018..6021 from mainline
80872              
80873              make lib/syslog.t portable to systems that don't have _PATH_LOG,
80874              make _PATH_LOG() return "" if unavailable
80875              
80876              windows portability tweaks
80877              
80878              test tweak
80879              
80880              remove Win2K issue in pod (fixed by change#6020)
80881      Branch: maint-5.6/perl
80882           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
80883           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
80884           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
80885 ____________________________________________________________________________
80886 [  7293] By: gsar                                  on 2000/10/16  04:20:00
80887         Log: integrate changes#6013..6015 from mainline
80888              
80889              tweak change#5945 to display correct switch name in diagnostic
80890              
80891              glob() loading File::Glob behind the scenes may cause syntax errors
80892              
80893              tweak test for portability
80894      Branch: maint-5.6/perl
80895           !> op.c perl.c pod/perldiag.pod t/lib/b.t
80896 ____________________________________________________________________________
80897 [  7292] By: gsar                                  on 2000/10/16  04:18:11
80898         Log: integrate changes#6005..6010 from mainline, cfgperl
80899              
80900              perldoc might fail via "use blib" (from Hugo van der Sanden)
80901              
80902              Regen Configure.
80903              
80904              note about compile failures and END blocks (from M.J.T. Guy)
80905              
80906              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
80907              
80908              (change#6009 integrated earlier in change#7255)
80909              
80910              clarify note about shadow password support (from
80911              gellyfish@gellyfish.com)
80912      Branch: maint-5.6/perl
80913           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80914           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
80915           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
80916 ____________________________________________________________________________
80917 [  7291] By: gsar                                  on 2000/10/16  04:12:03
80918         Log: integrate changes#6002,6003 from mainline
80919              
80920              destructive sv_setsv() can lose UV-ness from source, causing
80921              numeric promotions/comparisons to fail to do the right thing
80922              
80923              allow REG_EXPAND_SZ keys in Windows registry (from
80924              John Clayton <John.Clayton@barclayscapital.com>)
80925      Branch: maint-5.6/perl
80926           !> sv.c win32/win32.c
80927 ____________________________________________________________________________
80928 [  7290] By: gsar                                  on 2000/10/16  04:10:19
80929         Log: integrate change#6001 from mainline
80930              
80931              support additional library locations via $Config{otherlibdirs}
80932              (from Andy Dougherty)
80933      Branch: maint-5.6/perl
80934           !> Configure INSTALL Porting/Glossary Porting/config.sh
80935           !> Porting/config_H config_h.SH epoc/config.sh perl.c
80936           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
80937           !> win32/config.bc win32/config.gc win32/config.vc
80938 ____________________________________________________________________________
80939 [  7289] By: gsar                                  on 2000/10/16  04:08:28
80940         Log: integrate change#5999 from mainline
80941              
80942              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
80943      Branch: maint-5.6/perl
80944           !> t/pragma/warn/toke toke.c
80945 ____________________________________________________________________________
80946 [  7288] By: gsar                                  on 2000/10/16  04:07:01
80947         Log: integrate changes#5997,5998 from cfgperl
80948              
80949              Preserve $!.
80950              
80951              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
80952      Branch: maint-5.6/perl
80953           !> lib/Math/Complex.pm
80954 ____________________________________________________________________________
80955 [  7287] By: gsar                                  on 2000/10/16  04:04:37
80956         Log: integrate change#5995 from mainline
80957              
80958              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
80959      Branch: maint-5.6/perl
80960           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
80961 ____________________________________________________________________________
80962 [  7286] By: gsar                                  on 2000/10/16  04:03:21
80963         Log: integrate change#5994 from mainline
80964              
80965              fix for missed accounting for null byte in pack("Z",...) (from
80966              M.J.T. Guy)
80967      Branch: maint-5.6/perl
80968           !> pp.c t/op/pack.t
80969 ____________________________________________________________________________
80970 [  7285] By: gsar                                  on 2000/10/16  04:02:11
80971         Log: integrate changes#5989..5993 from mainline
80972              
80973              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
80974              itself and no other (from Tom Hughes)
80975              
80976              use $ENV{LIB} to search for libs under Visual C compiler
80977              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
80978              
80979              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
80980              
80981              pod nit (from Simon Cozens)
80982              
80983              various minor tweaks seen on p5p
80984      Branch: maint-5.6/perl
80985           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
80986           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
80987           !> t/op/array.t toke.c
80988 ____________________________________________________________________________
80989 [  7284] By: gsar                                  on 2000/10/16  03:59:00
80990         Log: integrate changes#5978..5988 from mainline
80991              
80992              sync version numbers in File::Spec with the ones on CPAN
80993              (from Barrie Slaymaker)
80994              
80995              under useithreads, constant pad entries could inadvertantly be
80996              shared across threads (from Eric Blood <eblood@xmission.com>);
80997              added Eric's test case to testsuite
80998              
80999              allow Configure -S to run non-interactively (spotted by Greg Hudson
81000              <ghudson@mit.edu>)
81001              
81002              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
81003              prototype mismatch with CORE::glob(); update pod and tests to
81004              suit (File::Glob::glob() is still available for backward
81005              compatibility, but should be considered deprecated)
81006              
81007              avoid error in IO::Socket::INET when given an unknown service name
81008              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
81009              
81010              numeric conversion of non-number in change#3378 tramples on
81011              OOK offset, causing segfaults
81012              
81013              attributes::reftype() doesn't work on tied argument
81014              
81015              forked child may not exit correctly if it failed to open
81016              /dev/console (from Graham Barr)
81017              
81018              add regular expressions tutorial and quick-start guide (from
81019              Mark Kvale <kvale@phy.ucsf.edu>)
81020              
81021              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
81022              
81023              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
81024              <paul@miraclefish.com>)
81025      Branch: maint-5.6/perl
81026           +> pod/perlrequick.pod pod/perlretut.pod
81027           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
81028           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
81029           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
81030           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
81031           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
81032           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81033           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
81034           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
81035 ____________________________________________________________________________
81036 [  7283] By: gsar                                  on 2000/10/16  03:52:14
81037         Log: integrate change#5977 from mainline
81038              
81039              autoquote barewords followed by newline and arrow properly
81040              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
81041      Branch: maint-5.6/perl
81042           !> t/pragma/warn/toke toke.c
81043 ____________________________________________________________________________
81044 [  7282] By: gsar                                  on 2000/10/16  03:50:48
81045         Log: integrate change#5976 from mainline
81046              
81047              DB_File v1.73 update (from Paul Marquess)
81048      Branch: maint-5.6/perl
81049           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
81050           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
81051 ____________________________________________________________________________
81052 [  7281] By: gsar                                  on 2000/10/16  03:49:14
81053         Log: integrate change#5975 from mainline
81054              
81055              allow sort() reentrancy (variant of patch suggested by
81056              Hugo van der Sanden)
81057      Branch: maint-5.6/perl
81058           !> pp_ctl.c t/op/sort.t
81059 ____________________________________________________________________________
81060 [  7280] By: gsar                                  on 2000/10/16  03:48:22
81061         Log: integrate change#5974 from mainline
81062              
81063              change#4197 somehow missed initializing PL_errors, meaning
81064              syntax error queueing wasn't working outside eval"" at all;
81065              also fixed eval"" to localize PL_error_count, so that compile-time
81066              eval's don't clobber the error state of the outer context
81067      Branch: maint-5.6/perl
81068           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
81069           !> t/pragma/warn/toke
81070 ____________________________________________________________________________
81071 [  7279] By: gsar                                  on 2000/10/16  03:46:21
81072         Log: integrate change#5973 from mainline
81073              
81074              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
81075      Branch: maint-5.6/perl
81076           !> regcomp.c regexec.c t/op/re_tests
81077 ____________________________________________________________________________
81078 [  7278] By: gsar                                  on 2000/10/16  03:44:54
81079         Log: integrate change#5971 from cfgperl
81080              
81081              Unicos tweaks from Mark P. Lutz.
81082      Branch: maint-5.6/perl
81083           !> hints/unicos.sh lib/Math/Complex.pm
81084 ____________________________________________________________________________
81085 [  7277] By: gsar                                  on 2000/10/16  03:42:59
81086         Log: integrate changes#5966..5970 from mainline
81087              
81088              add testsuite for B backends, fix bug in B::Deparse (from
81089              Simon Cozens <simon@brecon.co.uk>)
81090              
81091              improved docs on the warn_uninit diagnostic (from David Glasser
81092              and Simon Cozens)
81093              
81094              tolerate spaces in group names in test on solaris (from David Boyce
81095              <dsb@boyski.com>)
81096              
81097              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
81098              
81099              Data::Dumper fumbles negative numbers on 32-bit platforms where
81100              IV is >32bits
81101      Branch: maint-5.6/perl
81102           +> t/lib/b.t t/lib/syslog.t
81103           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
81104           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
81105           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
81106 ____________________________________________________________________________
81107 [  7276] By: gsar                                  on 2000/10/16  03:39:30
81108         Log: integrate change#5965 from mainline
81109              
81110              avoid "will not stay shared" warnings for our variables (from
81111              Robin Barker)
81112      Branch: maint-5.6/perl
81113           !> op.c t/pragma/warn/op
81114 ____________________________________________________________________________
81115 [  7275] By: gsar                                  on 2000/10/16  03:38:18
81116         Log: integrate change#5964 from mainline
81117              
81118              reformat to 72 columns (again)
81119      Branch: maint-5.6/perl
81120           !> pod/perldiag.pod
81121 ____________________________________________________________________________
81122 [  7274] By: gsar                                  on 2000/10/16  03:36:58
81123         Log: integrate change#5963 from mainline
81124              
81125              patch from Larry to make (\&) prototype work; added tests for
81126              the same
81127      Branch: maint-5.6/perl
81128           !> op.c t/comp/proto.t
81129 ____________________________________________________________________________
81130 [  7273] By: gsar                                  on 2000/10/16  03:35:51
81131         Log: integrate changes#5956..5962 from mainline
81132              
81133              better diagnostics on failed tests (from Ilya Zakharevich)
81134              
81135              pod nits (from A. C. Yardley <yardley@tanet.net>)
81136              
81137              change#3569 deleted some essential code, revert; avoid use of
81138              atexit() to make DynaLoader work properly on AIX under mod_perl
81139              (from Jens-Uwe Mager <jum@helios.de>)
81140              
81141              doubled words in pods (from Simon Cozens
81142              <simon.p.cozens@jp.pwcglobal.com>)
81143              
81144              better INSTALL notes on Solaris issues (from Dominic Dunlop)
81145              
81146              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
81147              
81148              updated README.hpux (from Jeff Okamoto)
81149      Branch: maint-5.6/perl
81150           !> INSTALL README.hpux emacs/cperl-mode.el
81151           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
81152           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
81153           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
81154           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
81155           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
81156           !> t/op/lex_assign.t
81157 ____________________________________________________________________________
81158 [  7272] By: gsar                                  on 2000/10/16  03:31:22
81159         Log: integrate change#5955 from mainline
81160              
81161              longstanding bug exposed by change#3307: sort arguments weren't
81162              compiled with the right wantarray context (ensuing runtime lookup
81163              via block_gimme() was getting the incidental context of the
81164              sort() itself)
81165      Branch: maint-5.6/perl
81166           !> op.c t/op/sort.t
81167 ____________________________________________________________________________
81168 [  7271] By: gsar                                  on 2000/10/16  03:29:11
81169         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
81170              branch
81171              
81172              Flatten the cpp jungle doing the nosuid checking.
81173              
81174              Do not assume sign propagation. (from M.J.T. Guy)
81175              
81176              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
81177              
81178              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
81179              Now pp_ncmp() returns undef is either operand is a NaN.
81180              
81181              On second thoughts frexp() does have two arguments.
81182              
81183              Document that tr() is not tr(1).
81184              
81185              Be more robust on "extreme" (large absolute value)
81186              arguments.  Originally reported by Daniel Connelly
81187              as a problem with asinh() on large negative arguments,
81188              asinh() used to bail out because an argument to log()
81189              ended up being zero.  Ilya Zakharevich proposed using
81190              Taylor's series in such cases, which for such large
81191              arguments is a very good approximation.
81192              
81193              Undo "use integer" addition from 64bitint as it seems
81194              to break most of the subtests in Digital UNIX;
81195              Unicos needs to find another way.
81196      Branch: maint-5.6/perl
81197           !> (integrate 29 files)
81198 ____________________________________________________________________________
81199 [  7270] By: gsar                                  on 2000/10/16  03:09:44
81200         Log: integrate changes#5948,5949,5950 from mainline
81201              
81202              typo in vars.pm that leads to cryptic message (from Piotr
81203              Piatkowski <kompas@kompas.usr.onet.pl>)
81204              
81205              make perldoc use the pod2man from the same version (from
81206              M.J.T. Guy)
81207              
81208              reformat perldiag to avoid long lines
81209      Branch: maint-5.6/perl
81210           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
81211 ____________________________________________________________________________
81212 [  7269] By: gsar                                  on 2000/10/16  03:05:54
81213         Log: integrate change#5947 from mainline
81214              
81215              use &dl_error rather than &dl_load_file as the guard for calling
81216              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
81217              statically built perl)
81218      Branch: maint-5.6/perl
81219           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
81220 ____________________________________________________________________________
81221 [  7268] By: gsar                                  on 2000/10/16  03:04:48
81222         Log: integrate change#5945 from mainline
81223              
81224              make module name mandatory after -M switch; reorder perldiag
81225              alphabetically (from Mark-Jason Dominus)
81226      Branch: maint-5.6/perl
81227           !> perl.c pod/perldiag.pod
81228 ____________________________________________________________________________
81229 [  7267] By: gsar                                  on 2000/10/16  03:03:01
81230         Log: integrate change#5939 from mainline
81231              
81232              more pod nits (from Larry Virden)
81233      Branch: maint-5.6/perl
81234           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
81235           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
81236           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
81237 ____________________________________________________________________________
81238 [  7266] By: gsar                                  on 2000/10/16  03:01:39
81239         Log: integrate change#5938 from mainline
81240              
81241              Consolidated B::Deparse fixes (from Stephen McCamant)
81242      Branch: maint-5.6/perl
81243           !> ext/B/B/Deparse.pm
81244 ____________________________________________________________________________
81245 [  7265] By: gsar                                  on 2000/10/16  03:00:43
81246         Log: integrate change#5936 from mainline
81247              
81248              additional tests for change#7263 (from Paul Marquess)
81249      Branch: maint-5.6/perl
81250           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
81251           !> t/pragma/warn/5nolint t/pragma/warn/6default
81252 ____________________________________________________________________________
81253 [  7264] By: gsar                                  on 2000/10/16  02:58:34
81254         Log: integrate change#5934 from mainline
81255              
81256              propagate lexical warnings from surrounding scope correctly
81257              within string eval() (from Paul Marquess)
81258      Branch: maint-5.6/perl
81259           !> pp_ctl.c t/pragma/warn/pp_ctl
81260 ____________________________________________________________________________
81261 [  7263] By: gsar                                  on 2000/10/16  02:56:53
81262         Log: integrate change#5932 from mainline
81263              
81264              add rsignal(), whichsig() and do_join() to public API list
81265              (mod_perl uses them to good advantage)
81266      Branch: maint-5.6/perl
81267           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
81268 ____________________________________________________________________________
81269 [  7262] By: gsar                                  on 2000/10/16  02:55:53
81270         Log: integrate change#5931 from mainline
81271              
81272              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
81273      Branch: maint-5.6/perl
81274           !> pp_hot.c regexec.c t/op/pat.t
81275 ____________________________________________________________________________
81276 [  7261] By: gsar                                  on 2000/10/16  02:55:01
81277         Log: integrate change#5930 from mainline
81278              
81279              small os390 tweaks (from Peter Prymmer)
81280      Branch: maint-5.6/perl
81281           !> config_h.SH makedepend.SH
81282 ____________________________________________________________________________
81283 [  7260] By: gsar                                  on 2000/10/16  02:54:10
81284         Log: integrate change#5929 from mainline
81285              
81286              pod nits
81287      Branch: maint-5.6/perl
81288           !> pod/perlguts.pod
81289 ____________________________________________________________________________
81290 [  7259] By: gsar                                  on 2000/10/16  02:52:55
81291         Log: integrate change#5927 from mainline
81292              
81293              arrange for next() to resume at the unstack op rather than the
81294              loop conditional, so that scope cleanup happens correctly
81295              (from Stephen McCamant)
81296      Branch: maint-5.6/perl
81297           !> op.c pp_ctl.c t/op/misc.t
81298 ____________________________________________________________________________
81299 [  7258] By: gsar                                  on 2000/10/16  02:51:38
81300         Log: integrate change#5926 from mainline
81301              
81302              on windows, reserve 16M of stack rather than 128M (allows more
81303              threads to run concurrently)
81304      Branch: maint-5.6/perl
81305           !> win32/Makefile win32/makefile.mk
81306 ____________________________________________________________________________
81307 [  7257] By: gsar                                  on 2000/10/16  02:50:37
81308         Log: integrate change#5925 from mainline
81309              
81310              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
81311      Branch: maint-5.6/perl
81312           !> toke.c
81313 ____________________________________________________________________________
81314 [  7256] By: gsar                                  on 2000/10/16  02:49:36
81315         Log: integrate change#5924 from mainline
81316              
81317              avoid using uninitialized memory in require version check
81318      Branch: maint-5.6/perl
81319           !> pp_ctl.c universal.c
81320 ____________________________________________________________________________
81321 [  7255] By: gsar                                  on 2000/10/16  02:48:03
81322         Log: integrate changes#5923,5928,6009 from mainline
81323              
81324              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
81325      Branch: maint-5.6/perl
81326           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
81327 ____________________________________________________________________________
81328 [  7254] By: gsar                                  on 2000/10/16  02:44:46
81329         Log: integrate change#5922 from mainline
81330              
81331              commentary about IoTYPE() (from Nathan Torkington)
81332      Branch: maint-5.6/perl
81333           !> sv.h
81334 ____________________________________________________________________________
81335 [  7253] By: gsar                                  on 2000/10/16  02:43:49
81336         Log: integrate change#5921 from mainline
81337              
81338              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
81339      Branch: maint-5.6/perl
81340           !> sv.c t/lib/charnames.t t/pragma/utf8.t
81341 ____________________________________________________________________________
81342 [  7252] By: gsar                                  on 2000/10/16  02:42:31
81343         Log: integrate change#5920 from mainline
81344              
81345              Larry's fix for buggy propagation of utf8-ness in join(); add test
81346      Branch: maint-5.6/perl
81347           !> doop.c t/op/ver.t
81348 ____________________________________________________________________________
81349 [  7251] By: gsar                                  on 2000/10/16  02:41:14
81350         Log: integrate changes#5915..5919 from mainline
81351              
81352              various (pod tweaks &c)
81353      Branch: maint-5.6/perl
81354           !> (integrate 33 files)
81355 ____________________________________________________________________________
81356 [  7250] By: gsar                                  on 2000/10/16  02:38:16
81357         Log: integrate change#5914 from mainline
81358              
81359              caller() wasn't returning the right number of elements for
81360              eval {...}
81361      Branch: maint-5.6/perl
81362           !> pp_ctl.c t/pragma/warn/9enabled
81363 ____________________________________________________________________________
81364 [  7249] By: gsar                                  on 2000/10/16  02:37:02
81365         Log: integrate change#5913 from mainline
81366              
81367              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
81368              (from Mark-Jason Dominus)
81369      Branch: maint-5.6/perl
81370           !> pod/perlfunc.pod
81371 ____________________________________________________________________________
81372 [  7248] By: gsar                                  on 2000/10/16  02:35:58
81373         Log: integrate change#5912 from mainline
81374              
81375              fix totally broken caching in UNIVERSAL::isa() (from
81376              Nick Ing-Simmons)
81377      Branch: maint-5.6/perl
81378           !> t/op/universal.t universal.c
81379 ____________________________________________________________________________
81380 [  7247] By: gsar                                  on 2000/10/16  02:34:27
81381         Log: integrate changes#5910,5911 from mainline
81382              
81383              typo in pod
81384              
81385              add linebreak properties from unicode/LineBrk.txt (from
81386              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
81387      Branch: maint-5.6/perl
81388           +> (branch 29 files)
81389           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
81390 ____________________________________________________________________________
81391 [  7246] By: gsar                                  on 2000/10/16  02:33:29
81392         Log: integrate change#5909 from mainline
81393              
81394              mode argument to do_binmode() should be file mode, not boolean
81395      Branch: maint-5.6/perl
81396           !> pp_sys.c
81397 ____________________________________________________________________________
81398 [  7245] By: gsar                                  on 2000/10/16  02:31:04
81399         Log: integrate change#5908 from mainline
81400              
81401              introduce illegal symbols into null package so that
81402              gv_fetchpv(...,TRUE) always returns a valid GV even when the
81403              symbol is trapped by strictures (avoids coredumps)
81404      Branch: maint-5.6/perl
81405           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
81406           !> t/pragma/strict-vars
81407 ____________________________________________________________________________
81408 [  7244] By: jhi                                   on 2000/10/16  02:29:54
81409         Log: Subject: $Carp::ExportLevel confusion in Exporter
81410              From: "Ben Tilly" <ben_tilly@hotmail.com>
81411              Date: Sat, 14 Oct 2000 16:44:34 EDT
81412              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
81413      Branch: perl
81414            ! lib/Exporter/Heavy.pm
81415 ____________________________________________________________________________
81416 [  7243] By: jhi                                   on 2000/10/16  02:28:33
81417         Log: Subject: [PATCH perlguts.pod] Document offset hack
81418              From: Simon Cozens <simon@cozens.net>
81419              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
81420              Date: Sat, 14 Oct 2000 19:32:25 +0100
81421      Branch: perl
81422            ! pod/perlguts.pod
81423 ____________________________________________________________________________
81424 [  7242] By: gsar                                  on 2000/10/16  02:26:51
81425         Log: integrate changes#5905,5906,5907,6064 from mainline
81426              
81427              printf/sprintf didn't get quad types right under use64bitint
81428      Branch: maint-5.6/perl
81429           !> pp_sys.c sv.c t/op/64bitint.t
81430 ____________________________________________________________________________
81431 [  7241] By: jhi                                   on 2000/10/16  02:22:44
81432         Log: Subject: small pod patch
81433              From: Dan Boorstein <dan_boo@bellsouth.net>
81434              Date: Sat, 14 Oct 2000 14:29:24 -0400
81435              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
81436      Branch: perl
81437            ! pod/perlfaq7.pod pod/perlmod.pod
81438 ____________________________________________________________________________
81439 [  7240] By: jhi                                   on 2000/10/16  02:13:46
81440         Log: -w cleanup.
81441              
81442              Subject: Re: Problems with bleadperl 
81443              From: "Stephen P. Potter" <spp@ds.net>
81444              Date: Fri, 13 Oct 2000 13:32:49 -0400
81445              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
81446      Branch: perl
81447            ! t/pragma/overload.t
81448 ____________________________________________________________________________
81449 [  7239] By: jhi                                   on 2000/10/16  01:41:18
81450         Log: One more ~utf8 tweak.
81451      Branch: perl
81452            ! t/op/bop.t
81453 ____________________________________________________________________________
81454 [  7238] By: jhi                                   on 2000/10/16  01:34:14
81455         Log: Tweak the test of #7235.
81456      Branch: perl
81457            ! t/op/bop.t
81458 ____________________________________________________________________________
81459 [  7237] By: jhi                                   on 2000/10/16  01:25:04
81460         Log: Fix a couple of compiler-noted nits in #7235.
81461      Branch: perl
81462            ! pp.c
81463 ____________________________________________________________________________
81464 [  7236] By: jhi                                   on 2000/10/16  01:22:46
81465         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
81466      Branch: perl
81467            ! pp.c pp_hot.c
81468 ____________________________________________________________________________
81469 [  7235] By: jhi                                   on 2000/10/15  16:24:44
81470         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
81471              
81472              From: Simon Cozens <simon@cozens.net>
81473              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
81474              Date: Sat, 14 Oct 2000 20:52:13 +0100
81475              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
81476      Branch: perl
81477            ! pp.c t/op/bop.t utf8.h
81478 ____________________________________________________________________________
81479 [  7234] By: jhi                                   on 2000/10/15  15:19:29
81480         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
81481              The problem was that rx->minlen was in chars while pp_split()
81482              thought it would be in bytes. 
81483      Branch: perl
81484            ! pp.c t/pragma/utf8.t
81485 ____________________________________________________________________________
81486 [  7233] By: jhi                                   on 2000/10/14  20:24:24
81487         Log: Document FNCASE=y as discussed in the bug 20000902.009.
81488      Branch: perl
81489            ! README.dos
81490 ____________________________________________________________________________
81491 [  7232] By: jhi                                   on 2000/10/14  18:52:21
81492         Log: Add test for bug id 20000427.003 (which seems to have
81493              been fixed) (also duplicate as 20000427.004, though
81494              with a higher severity).  Move one utf8 from op/append
81495              to pragma/utf8, tag the tests with bug ids.
81496      Branch: perl
81497            ! t/op/append.t t/pragma/utf8.t
81498 ____________________________________________________________________________
81499 [  7231] By: jhi                                   on 2000/10/14  17:28:37
81500         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
81501      Branch: perl
81502            ! t/pragma/utf8.t
81503 ____________________________________________________________________________
81504 [  7230] By: jhi                                   on 2000/10/14  14:24:50
81505         Log: Needs to be conditional on SunOS 4.
81506              
81507              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
81508              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
81509              Date: Sat, 14 Oct 2000 13:37:49 +0100
81510              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
81511      Branch: metaconfig/U/perl
81512            ! End.U
81513      Branch: perl
81514            ! Configure myconfig.SH pod/perldelta.pod
81515 ____________________________________________________________________________
81516 [  7229] By: jhi                                   on 2000/10/14  00:49:22
81517         Log: Update Changes.
81518      Branch: perl
81519            ! Changes patchlevel.h
81520 ____________________________________________________________________________
81521 [  7228] By: jhi                                   on 2000/10/14  00:46:10
81522         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
81523              From: Peter Prymmer <pvhp@forte.com>
81524              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
81525              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
81526      Branch: perl
81527            ! lib/utf8.pm
81528 ____________________________________________________________________________
81529 [  7227] By: jhi                                   on 2000/10/13  23:20:30
81530         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
81531      Branch: perl
81532            ! t/op/tie.t
81533 ____________________________________________________________________________
81534 [  7226] By: jhi                                   on 2000/10/13  22:14:32
81535         Log: Tweak #7225.
81536              
81537              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
81538              From: Peter Prymmer <pvhp@forte.com>
81539              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
81540              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
81541      Branch: perl
81542            ! t/op/sprintf.t
81543 ____________________________________________________________________________
81544 [  7225] By: jhi                                   on 2000/10/13  22:11:31
81545         Log: op/sprintf.t patch for OS/390 (and any other host with limited
81546              floating-point exponent length)
81547              
81548              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
81549              From: Dominic Dunlop <domo@computer.org>
81550              Date: Fri, 13 Oct 2000 19:17:57 +0200
81551              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
81552      Branch: perl
81553            ! t/op/sprintf.t
81554 ____________________________________________________________________________
81555 [  7224] By: jhi                                   on 2000/10/13  18:40:48
81556         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
81557      Branch: perl
81558            ! toke.c
81559 ____________________________________________________________________________
81560 [  7223] By: jhi                                   on 2000/10/13  18:37:13
81561         Log: Thinko in #7222.
81562      Branch: perl
81563            ! utf8.c
81564 ____________________________________________________________________________
81565 [  7222] By: jhi                                   on 2000/10/13  18:05:23
81566         Log: Use UTF8SKIP(), from Simon Cozens.
81567      Branch: perl
81568            ! utf8.c
81569 ____________________________________________________________________________
81570 [  7221] By: jhi                                   on 2000/10/13  15:43:19
81571         Log: (accidentally empty check-in)
81572      Branch: perl
81573            ! utf8.c
81574 ____________________________________________________________________________
81575 [  7220] By: jhi                                   on 2000/10/13  15:23:51
81576         Log: Add (optimistically) Storable to static extensions.
81577      Branch: perl
81578            ! hints/uwin.sh hints/vmesa.sh
81579 ____________________________________________________________________________
81580 [  7219] By: jhi                                   on 2000/10/13  15:20:05
81581         Log: Amdahl UTS doesn't seem to do dynaloading.
81582      Branch: perl
81583            ! hints/uts.sh
81584 ____________________________________________________________________________
81585 [  7218] By: jhi                                   on 2000/10/13  15:15:20
81586         Log: Slight tweak of the code to appease Amdahl UTS cc.
81587      Branch: perl
81588            ! pp.c
81589 ____________________________________________________________________________
81590 [  7217] By: jhi                                   on 2000/10/13  14:50:42
81591         Log: In Amdahl UTS "struct sv" is defined by a system header,
81592              <ksync.h>.
81593      Branch: perl
81594            ! perl.h sv.h
81595 ____________________________________________________________________________
81596 [  7216] By: jhi                                   on 2000/10/13  11:58:25
81597         Log: Ilya implemented the memory profiling API.
81598      Branch: perl
81599            ! Todo
81600 ____________________________________________________________________________
81601 [  7215] By: jhi                                   on 2000/10/13  02:56:38
81602         Log: Subject: [PATCH 5.7.0] Perl API for mstats
81603              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81604              Date: Thu, 12 Oct 2000 22:52:40 -0400
81605              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
81606      Branch: perl
81607            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
81608 ____________________________________________________________________________
81609 [  7214] By: jhi                                   on 2000/10/13  02:55:38
81610         Log: Subject: [PATCH 5.7.0] IVs in mtats
81611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81612              Date: Thu, 12 Oct 2000 22:51:04 -0400
81613              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
81614      Branch: perl
81615            ! malloc.c perl.h
81616 ____________________________________________________________________________
81617 [  7213] By: jhi                                   on 2000/10/13  02:31:47
81618         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
81619      Branch: perl
81620            ! pod/perldiag.pod pp_sys.c
81621 ____________________________________________________________________________
81622 [  7212] By: jhi                                   on 2000/10/13  01:27:38
81623         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
81624              From: Peter Prymmer <pvhp@forte.com>
81625              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
81626              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
81627      Branch: perl
81628            ! t/op/oct.t
81629 ____________________________________________________________________________
81630 [  7211] By: jhi                                   on 2000/10/13  00:35:09
81631         Log: Update Changes.
81632      Branch: perl
81633            ! Changes patchlevel.h
81634 ____________________________________________________________________________
81635 [  7210] By: jhi                                   on 2000/10/12  23:59:40
81636         Log: The Install.pm third of
81637              
81638              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
81639              From: Bill Campbell <bill@celestial.com>
81640              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
81641              Date: Thu, 5 Oct 2000 18:04:51 -0700
81642      Branch: perl
81643            ! lib/ExtUtils/Install.pm
81644 ____________________________________________________________________________
81645 [  7209] By: jhi                                   on 2000/10/12  23:58:43
81646         Log: Two thirds of
81647              
81648              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
81649              Date: Thu, 5 Oct 2000 18:04:51 -0700
81650              From: Bill Campbell <bill@celestial.com>
81651              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
81652              
81653              The Install.pm changes will be submitted separately because
81654              they need some work and discussion still.
81655      Branch: perl
81656            ! lib/getopts.pl lib/termcap.pl
81657 ____________________________________________________________________________
81658 [  7208] By: jhi                                   on 2000/10/12  23:41:19
81659         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
81660              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
81661              Date:     Thu, 12 Oct 2000 07:30:02 EDT
81662              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
81663      Branch: perl
81664            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
81665            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
81666 ____________________________________________________________________________
81667 [  7207] By: jhi                                   on 2000/10/12  23:39:01
81668         Log: An updated EBCDIC tr patch.
81669              
81670              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
81671              From: Peter Prymmer <pvhp@forte.com>
81672              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
81673              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
81674      Branch: perl
81675            ! t/op/tr.t
81676 ____________________________________________________________________________
81677 [  7206] By: jhi                                   on 2000/10/12  23:34:55
81678         Log: Upgrade to CPAN 1.58, from Andreas König.
81679      Branch: perl
81680            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
81681 ____________________________________________________________________________
81682 [  7205] By: jhi                                   on 2000/10/12  23:29:08
81683         Log: Introduce the man[24-8] variables, from Andy Dougherty.
81684      Branch: metaconfig/U/perl
81685            + mandirs.U mandirstyle.U
81686      Branch: perl
81687            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81688            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
81689            ! vos/config.h vos/config.pl vos/config_h.SH_orig
81690            ! win32/config.bc win32/config.gc win32/config.vc
81691 ____________________________________________________________________________
81692 [  7204] By: gsar                                  on 2000/10/12  18:11:24
81693         Log: restore change#7202
81694      Branch: perl
81695            ! mg.c
81696 ____________________________________________________________________________
81697 [  7203] By: gsar                                  on 2000/10/12  18:09:40
81698         Log: another test of the Emergency Broadcast System--back out 
81699              change#7202
81700      Branch: perl
81701            ! mg.c
81702 ____________________________________________________________________________
81703 [  7202] By: gsar                                  on 2000/10/12  16:40:47
81704         Log: (submitted on behalf of Jarkko)
81705              Fix the lib/encode.t subtest 6 failure as reported by Andreas
81706              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
81707              was unearthed by change 7182, as was a bug in HTML::Entities.
81708      Branch: perl
81709            ! mg.c
81710 ____________________________________________________________________________
81711 [  7201] By: jhi                                   on 2000/10/11  03:16:05
81712         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
81713      Branch: perl
81714            ! pp_hot.c t/pragma/utf8.t
81715 ____________________________________________________________________________
81716 [  7200] By: jhi                                   on 2000/10/11  00:40:30
81717         Log: The #7198 was a false alarm.
81718      Branch: perl
81719            ! pp_hot.c
81720 ____________________________________________________________________________
81721 [  7199] By: jhi                                   on 2000/10/11  00:26:04
81722         Log: Remove duplicated code.
81723      Branch: perl
81724            ! t/lib/cgi-html.t
81725 ____________________________________________________________________________
81726 [  7198] By: jhi                                   on 2000/10/10  23:30:46
81727         Log: (Retracted by #7200.)
81728      Branch: perl
81729            ! pp_hot.c
81730 ____________________________________________________________________________
81731 [  7197] By: jhi                                   on 2000/10/10  21:49:30
81732         Log: Add the test case for #7190, from the original bug report
81733              by Andreas König.
81734      Branch: perl
81735            ! t/pragma/utf8.t
81736 ____________________________________________________________________________
81737 [  7196] By: jhi                                   on 2000/10/10  21:40:49
81738         Log: Reapply Andy's patch and regen Configure.
81739      Branch: perl
81740            ! Configure INSTALL Makefile.SH Porting/Glossary
81741            ! Porting/config.sh config_h.SH epoc/config.sh installperl
81742            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
81743            ! win32/config.vc
81744 ____________________________________________________________________________
81745 [  7195] By: jhi                                   on 2000/10/10  21:09:30
81746         Log: Use the versiononly instead of the installscripts,
81747              retract the changes 7146 and 7147.
81748      Branch: perl
81749            ! Configure INSTALL Makefile.SH Porting/Glossary
81750            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
81751            ! installperl uconfig.sh vos/config.def win32/config.bc
81752            ! win32/config.gc win32/config.vc
81753 ____________________________________________________________________________
81754 [  7194] By: jhi                                   on 2000/10/10  21:06:15
81755         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
81756              From: Peter Prymmer <pvhp@forte.com>
81757              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
81758              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
81759      Branch: perl
81760            ! t/op/ver.t
81761 ____________________________________________________________________________
81762 [  7193] By: jhi                                   on 2000/10/10  21:05:12
81763         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
81764              From: Peter Prymmer <pvhp@forte.com>
81765              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
81766              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
81767      Branch: perl
81768            ! t/op/tr.t
81769 ____________________________________________________________________________
81770 [  7192] By: jhi                                   on 2000/10/10  20:57:30
81771         Log: Add versiononly, delete installscripts, from Andy Dougherty.
81772      Branch: metaconfig
81773            - U/installdirs/installscripts.U
81774      Branch: metaconfig/U/perl
81775            + versiononly.U
81776 ____________________________________________________________________________
81777 [  7191] By: jhi                                   on 2000/10/10  19:41:21
81778         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
81779              From: Peter Prymmer <pvhp@forte.com>
81780              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
81781              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
81782      Branch: perl
81783            ! pod/perlebcdic.pod
81784 ____________________________________________________________________________
81785 [  7190] By: jhi                                   on 2000/10/10  19:26:14
81786         Log: Subject: Re: utf8 concat, mg_get
81787              From: Simon Cozens <simon@cozens.net>
81788              Date: Tue, 10 Oct 2000 17:40:17 +0100
81789              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
81790      Branch: perl
81791            ! pp_hot.c
81792 ____________________________________________________________________________
81793 [  7189] By: jhi                                   on 2000/10/10  19:23:03
81794         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
81795              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
81796              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
81797              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
81798      Branch: perl
81799            ! lib/ExtUtils/MM_Unix.pm
81800 ____________________________________________________________________________
81801 [  7188] By: jhi                                   on 2000/10/10  15:31:24
81802         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
81803              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
81804              Date: Fri, 14 Jul 2000 10:47:36 +0100
81805              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
81806      Branch: perl
81807            ! README.win32
81808 ____________________________________________________________________________
81809 [  7187] By: jhi                                   on 2000/10/10  13:30:10
81810         Log: Quote the temp file name, needed in Win32 because the
81811              default name unfortunately contains spaces, shouldn't
81812              hurt elsewhere.
81813              
81814              Subject: FW: perldoc fails if $TEMP contains spaces
81815              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
81816              Date: Thu, 14 Sep 2000 08:58:45 +0100
81817              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
81818      Branch: perl
81819            ! utils/perldoc.PL
81820 ____________________________________________________________________________
81821 [  7186] By: jhi                                   on 2000/10/10  13:16:27
81822         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
81823              From: hv@hugo.hybyte.com
81824              Date: Tue, 10 Oct 2000 14:10:20 +0100
81825              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
81826      Branch: perl
81827            ! t/lib/thr5005.t util.c
81828 ____________________________________________________________________________
81829 [  7185] By: jhi                                   on 2000/10/10  12:06:22
81830         Log: Upgrade to podlators 1.04, from Russ Allbery.
81831      Branch: perl
81832            ! lib/Pod/Man.pm lib/Pod/Text.pm
81833 ____________________________________________________________________________
81834 [  7184] By: jhi                                   on 2000/10/10  12:01:32
81835         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
81836      Branch: perl
81837            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
81838 ____________________________________________________________________________
81839 [  7183] By: jhi                                   on 2000/10/09  23:47:15
81840         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
81841              From: Peter Prymmer <pvhp@forte.com>
81842              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
81843              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
81844      Branch: perl
81845            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
81846 ____________________________________________________________________________
81847 [  7182] By: jhi                                   on 2000/10/09  23:43:16
81848         Log: Make eq work again with utf8 (disabling the upgrading
81849              should no more be necessary since the copies of the
81850              scalars are upgraded, not the scalars themselves).
81851              Takes care of ID 20001009.001.  (The claimed length()
81852              bug in 20001009.001 seems bogus to me.)
81853      Branch: perl
81854            ! sv.c t/pragma/utf8.t
81855 ____________________________________________________________________________
81856 [  7181] By: gsar                                  on 2000/10/09  19:41:54
81857         Log: tweak for change#7173
81858      Branch: perl
81859            ! win32/win32sck.c
81860 ____________________________________________________________________________
81861 [  7180] By: gsar                                  on 2000/10/09  19:26:56
81862         Log: on Windows, clean targets might not work under some flavors of the shell
81863      Branch: perl
81864            ! win32/Makefile win32/makefile.mk
81865 ____________________________________________________________________________
81866 [  7179] By: jhi                                   on 2000/10/09  19:21:02
81867         Log: Update Changes.
81868      Branch: perl
81869            ! Changes patchlevel.h
81870 ____________________________________________________________________________
81871 [  7178] By: jhi                                   on 2000/10/09  19:18:23
81872         Log: Warn about unknown scripts.
81873              
81874              Subject: Re: ideas? patches? [PATCH bleadperl]
81875              From: Dominic Dunlop <domo@computer.org>
81876              Date: Mon, 9 Oct 2000 14:57:17 +0200
81877              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
81878      Branch: perl
81879            ! lib/charnames.pm
81880 ____________________________________________________________________________
81881 [  7177] By: jhi                                   on 2000/10/09  19:13:27
81882         Log: Change #7160 had a nasty typo.
81883      Branch: metaconfig
81884            ! U/compline/Compile.U
81885      Branch: perl
81886            ! Configure config_h.SH
81887 ____________________________________________________________________________
81888 [  7176] By: gsar                                  on 2000/10/09  18:59:33
81889         Log: pod nit
81890      Branch: perl
81891            ! pod/perlport.pod
81892 ____________________________________________________________________________
81893 [  7175] By: gsar                                  on 2000/10/09  18:54:28
81894         Log: Windows9x doesn't support link(), despite what Config.pm
81895              might think
81896      Branch: perl
81897            ! lib/ExtUtils/Manifest.pm
81898 ____________________________________________________________________________
81899 [  7174] By: gsar                                  on 2000/10/09  18:50:03
81900         Log: avoid nonportable example code
81901      Branch: perl
81902            ! lib/File/Copy.pm
81903 ____________________________________________________________________________
81904 [  7173] By: gsar                                  on 2000/10/09  18:46:54
81905         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
81906              being used) when closing a socket handle
81907      Branch: perl
81908            ! win32/win32.c win32/win32.h win32/win32sck.c
81909 ____________________________________________________________________________
81910 [  7172] By: gsar                                  on 2000/10/09  18:41:40
81911         Log: on Windows, cwd strings in the environment should be of the
81912              form =X:=X:\foo instead of =X=X:\foo\
81913      Branch: perl
81914            ! win32/vdir.h
81915 ____________________________________________________________________________
81916 [  7171] By: gsar                                  on 2000/10/09  18:30:09
81917         Log: on Windows, LoadLibrary() could load an extension DLL multiple
81918              times if forward slashes are used in the path
81919      Branch: perl
81920            ! win32/win32.c
81921 ____________________________________________________________________________
81922 [  7170] By: jhi                                   on 2000/10/09  17:53:59
81923         Log: Add a todo note about overloadable assertions.
81924      Branch: perl
81925            ! Todo-5.6
81926 ____________________________________________________________________________
81927 [  7169] By: jhi                                   on 2000/10/09  13:43:45
81928         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
81929              From: mjd@plover.com
81930              Date: 9 Oct 2000 00:24:44 -0000
81931              Message-ID: <20001009002444.10616.qmail@plover.com>
81932      Branch: perl
81933            ! pod/perldebguts.pod
81934 ____________________________________________________________________________
81935 [  7168] By: nick                                  on 2000/10/08  13:16:33
81936         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
81937              is not right thing to do on (e.g. x86). Network order is also "right" for
81938              X fonts.
81939      Branch: perl
81940            ! ext/Encode/Encode.pm
81941 ____________________________________________________________________________
81942 [  7167] By: nick                                  on 2000/10/08  12:54:42
81943         Log: Make "encodings" work post-install when Encode/*.enc files may not
81944              be in same directory as Encode.pm
81945      Branch: perl
81946            ! ext/Encode/Encode.pm
81947 ____________________________________________________________________________
81948 [  7166] By: nick                                  on 2000/10/08  11:51:26
81949         Log: Work round the fact that $hash->{$key} does not take into account
81950              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
81951              so that key is always in the "expected" encoding - i.e. same way we put
81952              it in the hash.
81953      Branch: perl
81954            ! ext/Encode/Encode.pm
81955 ____________________________________________________________________________
81956 [  7165] By: gsar                                  on 2000/10/08  04:15:29
81957         Log: save_re_context() could reset PL_curcop to freed memory, causing core
81958              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
81959      Branch: perl
81960            ! pp_ctl.c
81961 ____________________________________________________________________________
81962 [  7164] By: jhi                                   on 2000/10/06  20:51:48
81963         Log: UTF8ize split() so that the cloned substrings get the UTF8
81964              flag of the original scalar.  Problem reported by Simon Cozens.
81965      Branch: perl
81966            ! pp.c t/pragma/utf8.t
81967 ____________________________________________________________________________
81968 [  7163] By: nick                                  on 2000/10/06  20:48:34
81969         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
81970              got a false +ve and so did not reach code which would have un-FAKEd the SV.
81971      Branch: perl
81972            ! sv.c
81973 ____________________________________________________________________________
81974 [  7162] By: nick                                  on 2000/10/06  20:25:37
81975         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
81976              To fix  (sort {$a <=> $b} keys %hash) in particular but
81977              should cover a number of other as-yet-unknown cases as well.
81978      Branch: perl
81979            ! sv.c
81980 ____________________________________________________________________________
81981 [  7161] By: jhi                                   on 2000/10/06  19:56:18
81982         Log: Change the version number of Tie::Handle in the core to 4.0,
81983              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
81984              
81985              Subject: Note on Tie::Handle
81986              From: andreas.koenig@anima.de (Andreas J. Koenig)
81987              Date:      06 Oct 2000 21:48:58 +0200
81988              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
81989      Branch: perl
81990            ! lib/Tie/Handle.pm
81991 ____________________________________________________________________________
81992 [  7160] By: jhi                                   on 2000/10/06  18:20:35
81993         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
81994              as the first option of cc/ld because of ultrapicky compilers
81995              (e.g. OS/390 R2.5)
81996      Branch: metaconfig
81997            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
81998            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
81999            ! U/compline/orderlib.U U/modified/Cppsym.U
82000            ! U/modified/d_access.U
82001      Branch: metaconfig/U/perl
82002            ! Checkcc.U d_dlsymun.U gccvers.U
82003      Branch: perl
82004            ! Configure config_h.SH
82005 ____________________________________________________________________________
82006 [  7159] By: jhi                                   on 2000/10/06  13:56:39
82007         Log: Update Changes.
82008      Branch: perl
82009            ! Changes patchlevel.h
82010 ____________________________________________________________________________
82011 [  7158] By: jhi                                   on 2000/10/06  12:48:40
82012         Log: Eliminate $Is_VMS code from the test.
82013              
82014              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
82015              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82016              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
82017              Date:     Thu, 5 Oct 2000 07:46:33 EDT
82018      Branch: perl
82019            ! t/lib/b.t
82020 ____________________________________________________________________________
82021 [  7157] By: jhi                                   on 2000/10/06  12:47:13
82022         Log: Also the $ccflags is needed for the C compiler check.
82023              
82024              Subject: Configure (check for C-compiler)
82025              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82026              Date: Fri, 06 Oct 2000 08:47:15 +0200
82027              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
82028      Branch: metaconfig/U/perl
82029            ! Checkcc.U
82030      Branch: perl
82031            ! Configure config_h.SH
82032 ____________________________________________________________________________
82033 [  7156] By: jhi                                   on 2000/10/06  11:45:15
82034         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
82035      Branch: perl
82036            ! perl.c pp_ctl.c sv.h utf8.c
82037 ____________________________________________________________________________
82038 [  7155] By: jhi                                   on 2000/10/06  11:40:41
82039         Log: IO::Handle->syswrite() did not handle length omission
82040              like CORE::syswrite() does.
82041              
82042              Subject: [Fwd] IO::Handle, syswrite and arguments
82043              From: Graham Barr <gbarr@pobox.com>
82044              Date: Fri, 6 Oct 2000 10:22:05 +0100
82045              Message-ID: <20001006102205.U6312@pobox.com>
82046              
82047              The original patch from andrew@ugh.net.au.
82048      Branch: perl
82049            ! ext/IO/lib/IO/Handle.pm
82050 ____________________________________________________________________________
82051 [  7154] By: jhi                                   on 2000/10/06  01:42:15
82052         Log: Tweak #7153.
82053      Branch: perl
82054            ! utf8.h
82055 ____________________________________________________________________________
82056 [  7153] By: jhi                                   on 2000/10/06  00:39:55
82057         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
82058      Branch: perl
82059            ! utf8.h
82060 ____________________________________________________________________________
82061 [  7152] By: jhi                                   on 2000/10/06  00:38:11
82062         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
82063      Branch: perl
82064            ! perl.c pp_ctl.c sv.h utf8.c
82065 ____________________________________________________________________________
82066 [  7151] By: jhi                                   on 2000/10/06  00:36:38
82067         Log: Subject: Re: Questions about Tie::Array and perl modules
82068              From: Nick Ing-Simmons <nik@tiuk.ti.com>
82069              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
82070              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
82071              
82072              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
82073      Branch: perl
82074            ! lib/Tie/Array.pm t/op/array.t
82075 ____________________________________________________________________________
82076 [  7150] By: jhi                                   on 2000/10/05  00:20:45
82077         Log: Regen Changes.
82078      Branch: perl
82079            ! Changes patchlevel.h
82080 ____________________________________________________________________________
82081 [  7149] By: jhi                                   on 2000/10/05  00:20:01
82082         Log: Regen toc.
82083      Branch: perl
82084            ! pod/perltoc.pod
82085 ____________________________________________________________________________
82086 [  7148] By: jhi                                   on 2000/10/04  23:35:08
82087         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
82088              reported several times by Dominic Dunlop, for example in
82089              ID 20000315.008.  Patch from Dominic.  Patch affects at
82090              least MachTen, and possibly other oldish BSDs. Should not
82091              break non-broken platforms (tested on LinuxPPC). 
82092      Branch: perl
82093            ! doio.c
82094 ____________________________________________________________________________
82095 [  7147] By: jhi                                   on 2000/10/04  23:26:34
82096         Log: The one that got away from 7146.
82097      Branch: metaconfig
82098            + U/installdirs/installscripts.U
82099 ____________________________________________________________________________
82100 [  7146] By: jhi                                   on 2000/10/04  23:25:04
82101         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
82102              suggested by H. Merijn Brand.
82103      Branch: perl
82104            ! Configure INSTALL Makefile.SH Porting/Glossary
82105            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
82106            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
82107            ! win32/config.vc
82108 ____________________________________________________________________________
82109 [  7145] By: jhi                                   on 2000/10/04  22:08:21
82110         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
82111              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82112              Date: Wed, 4 Oct 2000 17:37:46 -0400
82113              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
82114      Branch: perl
82115            ! utils/h2xs.PL
82116 ____________________________________________________________________________
82117 [  7144] By: jhi                                   on 2000/10/04  18:11:41
82118         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
82119              From: Jeff Pinyan <jeffp@crusoe.net>
82120              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
82121              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
82122      Branch: perl
82123            ! pod/perlrun.pod
82124 ____________________________________________________________________________
82125 [  7143] By: jhi                                   on 2000/10/04  18:09:58
82126         Log: Subject: perlhack.pod Patch for Externals Tools
82127              From: Fisher Mark <fisherm@tce.com>
82128              Date: Tue, 3 Oct 2000 15:43:27 -0500 
82129              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
82130      Branch: perl
82131            ! pod/perlhack.pod
82132 ____________________________________________________________________________
82133 [  7142] By: jhi                                   on 2000/10/04  18:08:41
82134         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
82135              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82136              Date:     Wed, 4 Oct 2000 12:11:11 EDT
82137              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
82138      Branch: perl
82139            ! vms/vms.c
82140 ____________________________________________________________________________
82141 [  7141] By: jhi                                   on 2000/10/04  12:20:16
82142         Log: Subject: [PATCH 5.7.0] h2xs not working
82143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82144              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
82145              Date: Tue, 3 Oct 2000 21:43:01 -0400
82146              
82147              Subject: [PATCH 5.7.0] h2xs not documenting the created module
82148              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82149              Date: Tue, 3 Oct 2000 22:55:19 -0400
82150              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
82151      Branch: perl
82152            ! utils/h2xs.PL
82153 ____________________________________________________________________________
82154 [  7140] By: jhi                                   on 2000/10/04  11:53:44
82155         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
82156              From: nick@babyhippo.com
82157              Date: Wed, 4 Oct 2000 12:06:45 +0100
82158              Message-Id: <20001004120645.A7356@babyhippo.com>
82159              
82160              Retract 7118 and 7135.
82161      Branch: perl
82162            ! installman installperl op.c t/pragma/subs.t
82163 ____________________________________________________________________________
82164 [  7139] By: jhi                                   on 2000/10/03  22:09:41
82165         Log: It is possible to have no hosts database at all.  Pointed out in
82166              
82167              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
82168              From: Peter Prymmer <pvhp@forte.com>
82169              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
82170              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
82171      Branch: metaconfig
82172            ! U/modified/myhostname.U
82173      Branch: perl
82174            ! Configure config_h.SH
82175 ____________________________________________________________________________
82176 [  7138] By: jhi                                   on 2000/10/03  21:49:49
82177         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
82178              From: Peter Prymmer <pvhp@forte.com>
82179              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
82180              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
82181      Branch: perl
82182            ! pp_sys.c
82183 ____________________________________________________________________________
82184 [  7137] By: jhi                                   on 2000/10/03  20:10:05
82185         Log: One remaining nit less at the VMS mailbox sizing.
82186      Branch: perl
82187            ! vms/vms.c
82188 ____________________________________________________________________________
82189 [  7136] By: jhi                                   on 2000/10/03  20:08:47
82190         Log: Test harness update to sync with the new perlcc,
82191              from Simon Cozens.
82192      Branch: perl
82193            ! t/TEST t/UTEST
82194 ____________________________________________________________________________
82195 [  7135] By: jhi                                   on 2000/10/03  15:15:42
82196         Log: Subject: Re: PATCH for 20001003.004
82197              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
82198              From: "AARON B. DOSSETT" <aaron@iglou.com>
82199              Message-Id: <E13gTay-0006od-00@iglou.com>
82200      Branch: perl
82201            ! installman installperl
82202 ____________________________________________________________________________
82203 [  7134] By: jhi                                   on 2000/10/03  15:00:34
82204         Log: Subject: [ID 20001003.006] B::Debug not -w clean
82205              From: Nicholas Clark <nick@babyhippo.co.uk>
82206              Date: Tue, 03 Oct 2000 15:46:32 +0100
82207              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
82208      Branch: perl
82209            ! ext/B/B/Debug.pm
82210 ____________________________________________________________________________
82211 [  7133] By: jhi                                   on 2000/10/03  14:58:39
82212         Log: Scale down the VMS message boxes, by Charles Lane.
82213              Fix for ID 20000903.009, workaround at
82214              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
82215      Branch: perl
82216            ! vms/vms.c
82217 ____________________________________________________________________________
82218 [  7132] By: jhi                                   on 2000/10/03  11:20:37
82219         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
82220      Branch: perl
82221            + t/lib/st-lock.t t/lib/st-utf8.t
82222            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
82223            ! ext/Storable/Storable.xs t/lib/st-recurse.t
82224 ____________________________________________________________________________
82225 [  7131] By: jhi                                   on 2000/10/03  03:38:23
82226         Log: Encode nits.
82227      Branch: perl
82228            ! MANIFEST Makefile.SH
82229 ____________________________________________________________________________
82230 [  7130] By: jhi                                   on 2000/10/03  03:31:05
82231         Log: Update Changes.
82232      Branch: perl
82233            ! Changes patchlevel.h
82234 ____________________________________________________________________________
82235 [  7129] By: jhi                                   on 2000/10/03  02:24:02
82236         Log: Misplaced else.
82237      Branch: metaconfig/U/perl
82238            ! d_strtoll.U
82239      Branch: perl
82240            ! Configure config_h.SH
82241 ____________________________________________________________________________
82242 [  7128] By: jhi                                   on 2000/10/03  02:08:29
82243         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
82244              From: sthoenna@efn.org
82245              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
82246              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
82247      Branch: metaconfig/U/perl
82248            ! d_strtoll.U
82249      Branch: perl
82250            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
82251 ____________________________________________________________________________
82252 [  7127] By: jhi                                   on 2000/10/03  01:13:14
82253         Log: Update Changes.
82254      Branch: perl
82255            ! Changes patchlevel.h
82256 ____________________________________________________________________________
82257 [  7126] By: jhi                                   on 2000/10/03  00:57:08
82258         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
82259              as suggested by Olaf Flebbe and Nick Clark.
82260      Branch: perl
82261            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
82262 ____________________________________________________________________________
82263 [  7125] By: jhi                                   on 2000/10/03  00:50:56
82264         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
82265              From: Nick Clark <nick@plum.flirble.org>
82266              Date: Mon, 2 Oct 2000 11:03:24 +0100
82267              Message-Id: <20001002110324.D20073@plum.flirble.org>
82268              
82269              Also fixes bug ID 20001002.005.
82270      Branch: perl
82271            ! t/lib/encode.t
82272 ____________________________________________________________________________
82273 [  7124] By: jhi                                   on 2000/10/03  00:34:59
82274         Log: Subject: [PATCH 5.7.0] Epoc update
82275              From: Olaf Flebbe <o.flebbe@gmx.de>
82276              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
82277              Message-ID: <26423.969484586@www10.gmx.net>
82278      Branch: perl
82279            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
82280            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
82281            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
82282            ! util.c util.h
82283 ____________________________________________________________________________
82284 [  7123] By: jhi                                   on 2000/10/03  00:30:07
82285         Log: Regen headers.
82286      Branch: perl
82287            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
82288 ____________________________________________________________________________
82289 [  7122] By: jhi                                   on 2000/10/03  00:10:48
82290         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
82291      Branch: perl
82292            ! hints/openbsd.sh
82293 ____________________________________________________________________________
82294 [  7121] By: jhi                                   on 2000/10/03  00:05:06
82295         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
82296              From: <abigail@foad.org>
82297              Date: Tue, 26 Sep 2000 13:36:14 -0400
82298              Message-ID: <20000926173614.4356.qmail@foad.org>
82299      Branch: perl
82300            ! pod/perlop.pod
82301 ____________________________________________________________________________
82302 [  7120] By: jhi                                   on 2000/10/03  00:04:00
82303         Log: Inside require() $^S was always left undefined.
82304              
82305              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
82306              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82307              Date: Wed, 27 Sep 2000 18:54:49 -0400
82308              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
82309      Branch: perl
82310            ! cop.h mg.c pp_ctl.c util.c
82311 ____________________________________________________________________________
82312 [  7119] By: jhi                                   on 2000/10/03  00:00:16
82313         Log: Subject: [PATCH] DLL not restartabke with threaded perl
82314              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
82315              Date: Thu, 28 Sep 2000 09:20:46 +0100
82316              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
82317      Branch: perl
82318            ! perl.c
82319 ____________________________________________________________________________
82320 [  7118] By: jhi                                   on 2000/10/02  23:59:20
82321         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
82322              From: Nicholas Clark <nick@ccl4.org>
82323              Date: Thu, 28 Sep 2000 11:52:24 +0100
82324              Message-ID: <20000928115224.D7924@plum.flirble.org>
82325      Branch: perl
82326            ! op.c
82327 ____________________________________________________________________________
82328 [  7117] By: jhi                                   on 2000/10/02  23:57:51
82329         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
82330              From: Nicholas Clark <nick@babyhippo.co.uk>
82331              Date: Thu, 28 Sep 2000 12:18:10 +0100
82332              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
82333              
82334              Did not apply cleanly, manual intervention was needed.
82335      Branch: perl
82336            ! ext/B/B/Bytecode.pm utils/perlcc.PL
82337 ____________________________________________________________________________
82338 [  7116] By: jhi                                   on 2000/10/02  23:50:40
82339         Log: Document the issue (is not a syntax error, kind of)
82340              
82341              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
82342              From: Nicholas Clark <nick@ccl4.org>
82343              Date: Thu, 28 Sep 2000 17:12:42 +0100
82344              Message-ID: <20000928171242.K7924@plum.flirble.org>
82345      Branch: perl
82346            ! pod/perldata.pod
82347 ____________________________________________________________________________
82348 [  7115] By: jhi                                   on 2000/10/02  23:48:58
82349         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
82350              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82351              Date: Thu, 28 Sep 2000 21:55:31 -0400
82352              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
82353      Branch: perl
82354            ! regexec.c
82355 ____________________________________________________________________________
82356 [  7114] By: jhi                                   on 2000/10/02  23:47:57
82357         Log: Subject: DOC PATCH 5.6.0
82358              From: mjd@plover.com
82359              Date: 30 Sep 2000 06:02:34 -0000
82360              Message-ID: <20000930060234.4559.qmail@plover.com>
82361      Branch: perl
82362            ! pod/perldebguts.pod
82363 ____________________________________________________________________________
82364 [  7113] By: jhi                                   on 2000/10/02  23:46:43
82365         Log: SOCK_DGRAM and listen() do not mix as reported in
82366              
82367              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
82368              From: Petter Reinholdtsen <pere@hungry.com>
82369              Date: Sun, 1 Oct 2000 10:57:20 +0800
82370              Message-Id: <200010010257.KAA05735@localhost.localdomain>
82371              
82372              The patch for 5.7.0+ had to be reengineered, though.
82373      Branch: perl
82374            ! ext/IO/lib/IO/Socket/UNIX.pm
82375 ____________________________________________________________________________
82376 [  7112] By: jhi                                   on 2000/10/02  23:36:57
82377         Log: Subject: Re: [PATCH 5.005_64 missed]
82378              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82379              Date: Sun, 1 Oct 2000 18:50:10 -0400
82380              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
82381      Branch: perl
82382            ! pod/perlxs.pod
82383 ____________________________________________________________________________
82384 [  7111] By: jhi                                   on 2000/10/02  23:35:40
82385         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
82386              From: Radu Greab <radu@netsoft.ro>
82387              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
82388              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
82389      Branch: perl
82390            ! op.c opcode.pl t/op/substr.t
82391 ____________________________________________________________________________
82392 [  7110] By: jhi                                   on 2000/10/02  23:32:38
82393         Log: Subject: [PATCH] Fix aliasing of tied filehandles
82394              From: Daniel Chetlin <daniel@chetlin.com>
82395              Date: Mon, 2 Oct 2000 14:53:27 -0700
82396              Message-ID: <20001002145327.C1617@ilmd>
82397      Branch: perl
82398            ! perl.h pp_hot.c t/op/tiehandle.t
82399 ____________________________________________________________________________
82400 [  7109] By: jhi                                   on 2000/10/02  23:31:30
82401         Log: s/Robin Parker/Robin Barker/
82402      Branch: perl
82403            ! Changes5.6
82404 ____________________________________________________________________________
82405 [  7108] By: jhi                                   on 2000/10/02  23:15:46
82406         Log: Retract #7091 as suggested in
82407              
82408              From: Robin Barker <rmb1@cise.npl.co.uk> 
82409              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
82410              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
82411              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
82412      Branch: perl
82413            ! embed.pl proto.h
82414 ____________________________________________________________________________
82415 [  7107] By: nick                                  on 2000/10/02  18:23:14
82416         Log: A few tweaks to get Tk803 to work with Encode scheme.
82417      Branch: perl
82418            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
82419 ____________________________________________________________________________
82420 [  7106] By: nick                                  on 2000/10/01  21:34:14
82421         Log: Add checking cases to Encode's toUnicode and fromUnicode.
82422      Branch: perl
82423            ! ext/Encode/Encode.pm
82424 ____________________________________________________________________________
82425 [  7105] By: nick                                  on 2000/10/01  17:18:01
82426         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
82427              To read and use them.
82428              Add a lib/encode.t which checks a few things.
82429      Branch: perl
82430            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
82431            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
82432            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
82433            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
82434            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
82435            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
82436            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
82437            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
82438            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
82439            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
82440            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
82441            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
82442            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
82443            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
82444            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
82445            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
82446            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
82447            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
82448            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
82449            + ext/Encode/Encode/iso2022-jp.enc
82450            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
82451            + ext/Encode/Encode/iso8859-1.enc
82452            + ext/Encode/Encode/iso8859-2.enc
82453            + ext/Encode/Encode/iso8859-3.enc
82454            + ext/Encode/Encode/iso8859-4.enc
82455            + ext/Encode/Encode/iso8859-5.enc
82456            + ext/Encode/Encode/iso8859-6.enc
82457            + ext/Encode/Encode/iso8859-7.enc
82458            + ext/Encode/Encode/iso8859-8.enc
82459            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
82460            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
82461            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
82462            + ext/Encode/Encode/macCentEuro.enc
82463            + ext/Encode/Encode/macCroatian.enc
82464            + ext/Encode/Encode/macCyrillic.enc
82465            + ext/Encode/Encode/macDingbats.enc
82466            + ext/Encode/Encode/macGreek.enc
82467            + ext/Encode/Encode/macIceland.enc
82468            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
82469            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
82470            + ext/Encode/Encode/macTurkish.enc
82471            + ext/Encode/Encode/macUkraine.enc
82472            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
82473            + t/lib/encode.t
82474            ! MANIFEST ext/Encode/Encode.pm
82475 ____________________________________________________________________________
82476 [  7104] By: nick                                  on 2000/09/30  13:04:30
82477         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
82478              From: Daniel Chetlin <daniel@chetlin.com>
82479              Date: Mon, 18 Sep 2000 05:05:40 -0700
82480              Message-Id: <20000918050540.C652@ilmd>
82481      Branch: perl
82482            ! lib/overload.pm sv.c t/pragma/overload.t
82483 ____________________________________________________________________________
82484 [  7103] By: nick                                  on 2000/09/30  12:53:36
82485         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
82486              From: Johan Vromans <jvromans@squirrel.nl>
82487              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
82488              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
82489      Branch: perl
82490            ! pod/Makefile.SH
82491 ____________________________________________________________________________
82492 [  7102] By: nick                                  on 2000/09/30  12:52:31
82493         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
82494              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82495              Date: Sat, 16 Sep 2000 16:36:45 -0400
82496              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
82497      Branch: perl
82498            ! ext/B/B/Deparse.pm
82499 ____________________________________________________________________________
82500 [  7101] By: nick                                  on 2000/09/30  12:51:41
82501         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
82502              From: Craig A. Berry <craig.berry@psinetcs.com>
82503              Date: Sat, 16 Sep 2000 10:11:10 -0500
82504              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
82505      Branch: perl
82506            ! vms/vms.c
82507 ____________________________________________________________________________
82508 [  7100] By: nick                                  on 2000/09/30  12:50:33
82509         Log: Subject: Re: unicode support and perl [ID 20000901.097]
82510              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82511              Date: Fri, 15 Sep 2000 16:37:58 -0400
82512              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
82513      Branch: perl
82514            ! t/op/append.t
82515 ____________________________________________________________________________
82516 [  7099] By: nick                                  on 2000/09/30  12:49:35
82517         Log: Subject: Re: unicode support and perl [ID 20000901.097]
82518              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82519              Date: Fri, 15 Sep 2000 16:25:30 -0400
82520              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
82521      Branch: perl
82522            ! pp_hot.c
82523 ____________________________________________________________________________
82524 [  7098] By: nick                                  on 2000/09/30  12:48:00
82525         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
82526              From: Gisle Aas <gisle@ActiveState.com>
82527              Date: 15 Sep 2000 16:23:41 +0200
82528              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
82529      Branch: perl
82530            ! toke.c
82531 ____________________________________________________________________________
82532 [  7097] By: nick                                  on 2000/09/30  12:45:16
82533         Log: Subject: [PATCH] Nits in perlmod.pod
82534              From: Daniel Chetlin <daniel@chetlin.com>
82535              Date: Fri, 15 Sep 2000 02:04:09 -0700
82536              Message-Id: <20000915020409.A2104@ilmd>
82537      Branch: perl
82538            ! pod/perlmod.pod
82539 ____________________________________________________________________________
82540 [  7096] By: nick                                  on 2000/09/30  12:18:00
82541         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
82542              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
82543              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
82544              0 to checking to get the warning.
82545      Branch: perl
82546            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
82547            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
82548            ! regexec.c sv.c toke.c utf8.c
82549 ____________________________________________________________________________
82550 [  7095] By: nick                                  on 2000/09/15  16:55:59
82551         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
82552              
82553              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
82554              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82555              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
82556              Date: Fri, 15 Sep 2000 06:37:30 -0400
82557      Branch: perl
82558            ! ext/Encode/Encode.xs sv.c
82559 ____________________________________________________________________________
82560 [  7094] By: jhi                                   on 2000/09/15  03:23:32
82561         Log: Update Changes.
82562      Branch: perl
82563            ! Changes patchlevel.h
82564 ____________________________________________________________________________
82565 [  7093] By: jhi                                   on 2000/09/15  03:11:44
82566         Log: Fix for the charnames.t failures from Spider Boardman.
82567      Branch: perl
82568            ! toke.c
82569 ____________________________________________________________________________
82570 [  7092] By: jhi                                   on 2000/09/15  00:15:48
82571         Log: Botched the #7090 check-in.
82572      Branch: perl
82573            ! sv.c
82574 ____________________________________________________________________________
82575 [  7091] By: jhi                                   on 2000/09/14  23:33:24
82576         Log: Part of #7081 didn't come through.
82577      Branch: perl
82578            ! embed.pl proto.h
82579 ____________________________________________________________________________
82580 [  7090] By: jhi                                   on 2000/09/14  23:17:39
82581         Log: Subject: Re: perl@7078 
82582              From: Spider Boardman <spider@web.zk3.dec.com>
82583              Date: Thu, 14 Sep 2000 19:06:36 -0400
82584              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
82585      Branch: perl
82586            ! sv.c toke.c
82587 ____________________________________________________________________________
82588 [  7089] By: jhi                                   on 2000/09/14  23:11:21
82589         Log: Small portability tweaks.
82590      Branch: perl
82591            ! ext/Encode/Encode.xs
82592 ____________________________________________________________________________
82593 [  7088] By: jhi                                   on 2000/09/14  22:57:23
82594         Log: Fake return to pacify picky compilers.
82595      Branch: perl
82596            ! ext/Encode/Encode.xs
82597 ____________________________________________________________________________
82598 [  7087] By: jhi                                   on 2000/09/14  22:53:37
82599         Log: Subject: [PATCH] utf8.c apidoc
82600              From: Simon Cozens <simon@cozens.net>
82601              Date: Thu, 14 Sep 2000 23:46:57 +0100
82602              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
82603      Branch: perl
82604            ! perlapi.c pod/perlapi.pod utf8.c
82605 ____________________________________________________________________________
82606 [  7086] By: jhi                                   on 2000/09/14  22:40:38
82607         Log: We don't need to count the high bit bytes, a boolean is enough. 
82608      Branch: perl
82609            ! sv.c
82610 ____________________________________________________________________________
82611 [  7085] By: jhi                                   on 2000/09/14  21:20:09
82612         Log: Replace #7084 with
82613              
82614              Subject: Re: perl@7078 
82615              From: Spider Boardman <spider@web.zk3.dec.com>
82616              Date: Thu, 14 Sep 2000 17:09:36 -0400
82617              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
82618      Branch: perl
82619            ! sv.c utf8.c
82620 ____________________________________________________________________________
82621 [  7084] By: jhi                                   on 2000/09/14  20:03:34
82622         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
82623              convertible to bytes by checking it doesn't go above 0xc3
82624              
82625              Subject: Re: perl@7078
82626              From: Simon Cozens <simon@cozens.net>
82627              Date: Thu, 14 Sep 2000 20:59:19 +0100
82628              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
82629      Branch: perl
82630            ! utf8.c
82631 ____________________________________________________________________________
82632 [  7083] By: jhi                                   on 2000/09/14  19:38:47
82633         Log: Subject: Re: perl@7078
82634              From: Simon Cozens <simon@cozens.net>
82635              Date: Thu, 14 Sep 2000 20:13:09 +0100
82636              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
82637      Branch: perl
82638            ! t/op/bop.t
82639 ____________________________________________________________________________
82640 [  7082] By: jhi                                   on 2000/09/14  17:50:44
82641         Log: The one that got away.
82642      Branch: perl
82643            ! lib/File/Find.pm
82644 ____________________________________________________________________________
82645 [  7081] By: jhi                                   on 2000/09/14  17:45:35
82646         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
82647              From: Robin Barker <rmb1@cise.npl.co.uk>
82648              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
82649              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
82650      Branch: perl
82651            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
82652            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
82653            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
82654            ! regcomp.c toke.c universal.c
82655 ____________________________________________________________________________
82656 [  7080] By: jhi                                   on 2000/09/14  17:40:35
82657         Log: Problems picked up by AIX cc.
82658              
82659              Subject: Re: perl@7078 (patch included)
82660              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82661              Date: Thu, 14 Sep 2000 18:53:30 +0200
82662              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
82663      Branch: perl
82664            ! ext/Encode/Encode.xs
82665 ____________________________________________________________________________
82666 [  7079] By: jhi                                   on 2000/09/14  17:38:27
82667         Log: Subject: File::Find 5.7.0 POD nits
82668              From: Rich Morin <rdm@cfcl.com>
82669              Date: Wed, 13 Sep 2000 22:03:58 -0700
82670              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
82671      Branch: perl
82672            ! lib/File/Find.pm
82673 ____________________________________________________________________________
82674 [  7078] By: jhi                                   on 2000/09/14  14:58:20
82675         Log: Update Changes.
82676      Branch: perl
82677            ! Changes patchlevel.h
82678 ____________________________________________________________________________
82679 [  7077] By: jhi                                   on 2000/09/14  14:55:54
82680         Log: Compilation warnings and an error.
82681      Branch: perl
82682            ! sv.c
82683 ____________________________________________________________________________
82684 [  7076] By: jhi                                   on 2000/09/14  14:42:56
82685         Log: Fix for a parsing bug, not for the original bug.
82686              
82687              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
82688              From: Spider Boardman <spider@web.zk3.dec.com>
82689              Date: Wed, 13 Sep 2000 17:52:20 -0400
82690              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
82691      Branch: perl
82692            ! regcomp.c
82693 ____________________________________________________________________________
82694 [  7075] By: jhi                                   on 2000/09/14  14:40:40
82695         Log: Batch of UTF-8 patches from Simon Cozens.
82696      Branch: perl
82697            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
82698            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
82699            ! toke.c utf8.c
82700 ____________________________________________________________________________
82701 [  7074] By: jhi                                   on 2000/09/14  14:29:58
82702         Log: Subject: Re: Two advertising clauses need to be removed
82703              From: Russ Allbery <rra@stanford.edu>
82704              Date: 13 Sep 2000 18:50:26 -0700
82705              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
82706      Branch: perl
82707            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
82708 ____________________________________________________________________________
82709 [  7073] By: jhi                                   on 2000/09/14  14:28:20
82710         Log: Subject: [PATCH] de-wall t/README
82711              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82712              Date: Wed, 13 Sep 2000 17:46:55 -0700
82713              Message-ID: <//Bw5gzkge/e092yn@efn.org>
82714      Branch: perl
82715            ! t/README
82716 ____________________________________________________________________________
82717 [  7072] By: jhi                                   on 2000/09/14  14:25:10
82718         Log: Hints optimization.
82719              
82720              Subject: Minor nit
82721              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82722              Date: Wed, 13 Sep 2000 21:42:07 +0200
82723              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
82724      Branch: perl
82725            ! hints/hpux.sh
82726 ____________________________________________________________________________
82727 [  7071] By: jhi                                   on 2000/09/14  14:23:30
82728         Log: Allow chop() and chomp() to be overridden.
82729              
82730              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
82731              From: "Casey R. Tweten" <crt@kiski.net>
82732              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
82733              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
82734      Branch: perl
82735            ! toke.c
82736 ____________________________________________________________________________
82737 [  7070] By: jhi                                   on 2000/09/14  14:20:36
82738         Log: The return value of setlocale must be copied away.
82739              
82740              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
82741              From: Alan Burlison <Alan.Burlison@uk.sun.com>
82742              Date: Wed, 13 Sep 2000 16:27:37 +0100 
82743              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
82744      Branch: perl
82745            ! util.c
82746 ____________________________________________________________________________
82747 [  7069] By: jhi                                   on 2000/09/14  14:16:27
82748         Log: Remove vestiges of tr//CU.
82749              
82750              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
82751              From: Nick Clark <nick@plum.flirble.org>
82752              Date: Tue, 12 Sep 2000 22:50:14 +0100
82753              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
82754              
82755              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
82756              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82757              Date: Tue, 12 Sep 2000 21:38:48 -0700
82758              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
82759      Branch: perl
82760            ! op.h pod/perlunicode.pod
82761 ____________________________________________________________________________
82762 [  7068] By: jhi                                   on 2000/09/13  14:18:39
82763         Log: Add the Encode extension.  The code is still largely just skeleton.
82764      Branch: perl
82765            + ext/Encode/Encode.pm ext/Encode/Encode.xs
82766            + ext/Encode/Makefile.PL ext/Encode/Todo
82767            ! MANIFEST Todo-5.6
82768 ____________________________________________________________________________
82769 [  7067] By: jhi                                   on 2000/09/12  17:43:33
82770         Log: Allow for whitespace between "#" and "line" in cpp output.
82771              
82772              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
82773              From: Calle Dybedahl <calle@lysator.liu.se>
82774              Date: 12 Sep 2000 19:38:02 +0200 
82775              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
82776      Branch: perl
82777            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
82778 ____________________________________________________________________________
82779 [  7066] By: gsar                                  on 2000/09/12  17:24:29
82780         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
82781              initialization in all the threads on Windows
82782      Branch: perl
82783            ! win32/win32.c
82784 ____________________________________________________________________________
82785 [  7065] By: jhi                                   on 2000/09/12  15:11:31
82786         Log: Update Changes.
82787      Branch: perl
82788            ! Changes patchlevel.h
82789 ____________________________________________________________________________
82790 [  7064] By: jhi                                   on 2000/09/12  14:54:54
82791         Log: Retract #7062, the pod tests are not ready.
82792      Branch: perl
82793            ! t/TEST t/harness
82794 ____________________________________________________________________________
82795 [  7063] By: jhi                                   on 2000/09/12  14:25:41
82796         Log: The #7054 truncated Configure badly.
82797      Branch: metaconfig/U/perl
82798            ! End.U
82799      Branch: perl
82800            ! Configure config_h.SH
82801 ____________________________________________________________________________
82802 [  7062] By: jhi                                   on 2000/09/12  14:08:32
82803         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
82804              From: sthoenna@efn.org
82805              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
82806              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
82807      Branch: perl
82808            ! t/TEST t/harness
82809 ____________________________________________________________________________
82810 [  7061] By: jhi                                   on 2000/09/12  14:07:18
82811         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
82812              From: sthoenna@efn.org
82813              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
82814              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
82815      Branch: perl
82816            ! pod/perlxs.pod
82817 ____________________________________________________________________________
82818 [  7060] By: jhi                                   on 2000/09/12  14:06:08
82819         Log: Break up the myconfig lines a bit.
82820              
82821              Subject: perlbug/perl -V output format
82822              From: sthoenna@efn.org
82823              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
82824              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
82825      Branch: perl
82826            ! myconfig.SH
82827 ____________________________________________________________________________
82828 [  7059] By: jhi                                   on 2000/09/12  14:05:04
82829         Log: Test for the #7049.
82830              
82831              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
82832              From: andreas.koenig@anima.de (Andreas J. Koenig)
82833              Date: 12 Sep 2000 06:42:01 +0200
82834              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
82835      Branch: perl
82836            ! t/op/my.t
82837 ____________________________________________________________________________
82838 [  7058] By: jhi                                   on 2000/09/12  14:03:05
82839         Log: Subject: [patch: perl@7045] vms updates
82840              From: Peter Prymmer <pvhp@forte.com>
82841              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
82842              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
82843      Branch: perl
82844            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
82845 ____________________________________________________________________________
82846 [  7057] By: jhi                                   on 2000/09/12  14:00:51
82847         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
82848              From: sthoenna@efn.org
82849              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
82850              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
82851      Branch: perl
82852            ! t/op/64bitint.t
82853 ____________________________________________________________________________
82854 [  7056] By: jhi                                   on 2000/09/12  13:58:14
82855         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
82856              From: Jeff Pinyan <jeffp@crusoe.net>
82857              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
82858              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
82859      Branch: perl
82860            ! pod/perlfunc.pod
82861 ____________________________________________________________________________
82862 [  7055] By: jhi                                   on 2000/09/12  13:56:32
82863         Log: Do in VMS as the #7054 does.
82864      Branch: perl
82865            ! configure.com
82866 ____________________________________________________________________________
82867 [  7054] By: jhi                                   on 2000/09/12  13:50:31
82868         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
82869              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
82870              Date: Mon, 11 Sep 2000 08:33:09 +0100
82871              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
82872      Branch: metaconfig/U/perl
82873            ! End.U
82874      Branch: perl
82875            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
82876            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
82877 ____________________________________________________________________________
82878 [  7053] By: jhi                                   on 2000/09/12  13:29:19
82879         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
82880              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82881              Date:     Tue, 12 Sep 2000 08:35:59 EDT
82882              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
82883      Branch: perl
82884            ! vms/test.com
82885 ____________________________________________________________________________
82886 [  7052] By: jhi                                   on 2000/09/11  23:01:50
82887         Log: Document the SvUTF8*().
82888      Branch: perl
82889            ! pod/perlapi.pod sv.h
82890 ____________________________________________________________________________
82891 [  7051] By: gsar                                  on 2000/09/11  14:46:30
82892         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
82893              (missed a spot when fixing up op_pmreplroot hack for ithreads)
82894      Branch: perl
82895            ! op.c t/op/split.t
82896 ____________________________________________________________________________
82897 [  7050] By: nick                                  on 2000/09/11  10:03:51
82898         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
82899              
82900              Subject: borland C++ win32.c tweak
82901              From: Vadim Konovalov <vkonovalov@lucent.com>
82902              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
82903              Date: Mon, 11 Sep 2000 11:22:33 +0400
82904      Branch: perl
82905            ! win32/win32.c
82906 ____________________________________________________________________________
82907 [  7049] By: nick                                  on 2000/09/11  09:57:33
82908         Log: Point fix for s/// on foreach (keys %xxx).
82909      Branch: perl
82910            ! pp_hot.c
82911 ____________________________________________________________________________
82912 [  7048] By: jhi                                   on 2000/09/10  23:37:09
82913         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
82914              by Pod::Text, from Brad Appleton.
82915      Branch: perl
82916            ! t/pod/testp2pt.pl
82917 ____________________________________________________________________________
82918 [  7047] By: jhi                                   on 2000/09/10  14:32:53
82919         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
82920              by Russ Allbery.
82921      Branch: perl
82922            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
82923 ____________________________________________________________________________
82924 [  7046] By: jhi                                   on 2000/09/10  14:15:08
82925         Log: Upgrade to CPAN 1.57_65, from Andreas König.
82926      Branch: perl
82927            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
82928 ____________________________________________________________________________
82929 [  7045] By: jhi                                   on 2000/09/08  21:36:32
82930         Log: Update Changes.
82931      Branch: perl
82932            ! Changes patchlevel.h
82933 ____________________________________________________________________________
82934 [  7044] By: jhi                                   on 2000/09/08  21:29:56
82935         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
82936              From: Peter Prymmer <pvhp@forte.com>
82937              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
82938              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
82939      Branch: perl
82940            ! configure.com
82941 ____________________________________________________________________________
82942 [  7043] By: jhi                                   on 2000/09/08  21:27:50
82943         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
82944              From: Peter Prymmer <pvhp@forte.com>
82945              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
82946              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
82947      Branch: perl
82948            ! Makefile.SH installperl
82949 ____________________________________________________________________________
82950 [  7042] By: jhi                                   on 2000/09/08  21:23:21
82951         Log: Continue #7041.
82952      Branch: perl
82953            ! cygwin/Makefile.SHs os2/Makefile.SHs
82954 ____________________________________________________________________________
82955 [  7041] By: jhi                                   on 2000/09/08  21:18:10
82956         Log: Do away with memory models cruft.  Sorry, PDP users.
82957      Branch: metaconfig
82958            ! U/modified/cc.U U/modified/libpth.U
82959      Branch: perl
82960            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
82961            ! Porting/config_H cflags.SH config_h.SH configure.com
82962            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
82963            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
82964            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
82965 ____________________________________________________________________________
82966 [  7040] By: jhi                                   on 2000/09/08  14:34:18
82967         Log: Major rewrite of s2p.  And I mean really major, it is
82968              an implementation of sed in perl.  If called as s2p it
82969              will function as s2p.  Note: needs non-UNIXifying.
82970              
82971              Subject: s2p
82972              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
82973              Date: Mon, 28 Aug 2000 14:05:12 +0200
82974              Message-ID: <39AA5578.2102E2AA@alcatel.at>
82975      Branch: perl
82976            ! x2p/s2p.PL
82977 ____________________________________________________________________________
82978 [  7039] By: jhi                                   on 2000/09/08  14:19:49
82979         Log: Re-allow vec() for characters > 255.
82980              
82981              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
82982              From: Spider Boardman <spider@web.zk3.dec.com>
82983              Date: Fri, 08 Sep 2000 02:21:02 -0400
82984              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
82985      Branch: perl
82986            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
82987            ! t/op/vec.t
82988 ____________________________________________________________________________
82989 [  7038] By: jhi                                   on 2000/09/08  14:14:18
82990         Log: Subject: [PATCH lib/Benchmark.pm]
82991              From: <abigail@foad.org>
82992              Date: Thu, 7 Sep 2000 15:03:20 -0400
82993              Message-ID: <20000907190320.888.qmail@foad.org>
82994      Branch: perl
82995            ! lib/Benchmark.pm
82996 ____________________________________________________________________________
82997 [  7037] By: jhi                                   on 2000/09/08  14:11:06
82998         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
82999              
83000              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
83001              From: Spider Boardman <spider@web.zk3.dec.com>
83002              Date: Fri, 08 Sep 2000 01:30:27 -0400
83003              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
83004      Branch: perl
83005            ! op.c
83006 ____________________________________________________________________________
83007 [  7036] By: jhi                                   on 2000/09/08  14:08:58
83008         Log: Subject: [ID 20000908.002] perlipc documentation bug.
83009              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
83010              Date: Fri, 08 Sep 2000 12:38:32 +0200
83011              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
83012      Branch: perl
83013            ! pod/perlipc.pod
83014 ____________________________________________________________________________
83015 [  7035] By: jhi                                   on 2000/09/08  14:03:12
83016         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
83017              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83018              Date: Fri, 08 Sep 2000 11:47:34 +0200
83019              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
83020      Branch: perl
83021            ! hints/dec_osf.sh
83022 ____________________________________________________________________________
83023 [  7034] By: jhi                                   on 2000/09/08  13:59:35
83024         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
83025              From: Simon Cozens <simon@cozens.net>
83026              Date: Thu, 7 Sep 2000 20:40:38 +0100
83027              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
83028      Branch: perl
83029            ! pp_hot.c
83030 ____________________________________________________________________________
83031 [  7033] By: jhi                                   on 2000/09/08  04:03:03
83032         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
83033              From: "Larry W. Virden" <lvirden@cas.org>
83034              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
83035              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
83036      Branch: perl
83037            ! pod/perldiag.pod
83038 ____________________________________________________________________________
83039 [  7032] By: jhi                                   on 2000/09/07  22:18:30
83040         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
83041              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
83042              Date: Mon, 04 Sep 2000 13:16:38 -0700
83043              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
83044      Branch: perl
83045            ! lib/perl5db.pl
83046 ____________________________________________________________________________
83047 [  7031] By: jhi                                   on 2000/09/07  22:02:29
83048         Log: Fix the ccversion detection for 5.1 and beyond.
83049              
83050              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
83051              From: Spider Boardman <spider@leggy.zk3.dec.com>
83052              Date: Thu, 7 Sep 2000 17:54:27 -0400
83053              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
83054      Branch: perl
83055            ! hints/dec_osf.sh
83056 ____________________________________________________________________________
83057 [  7030] By: jhi                                   on 2000/09/07  19:12:28
83058         Log: Fix for
83059              
83060              Subject: [ID 20000903.001] \w in utf8-strings
83061              From: Marc Lehmann <pcg@goof.com>
83062              Date: Sun, 03 Sep 2000 09:44:29 +0200
83063              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
83064              
83065              and various related nits.
83066      Branch: perl
83067            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
83068 ____________________________________________________________________________
83069 [  7029] By: jhi                                   on 2000/09/07  18:49:09
83070         Log: Fix the URL, but the server is still missing in action.
83071              
83072              Subject: [ID 20000905.002] perlfaq1.pod URL error
83073              From: "Larry W. Virden" <lvirden@cas.org>
83074              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
83075              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
83076      Branch: perl
83077            ! pod/perlfaq1.pod
83078 ____________________________________________________________________________
83079 [  7028] By: jhi                                   on 2000/09/07  18:47:13
83080         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
83081              From: Hugo <hv@crypt.compulink.co.uk>
83082              Date: Tue, 05 Sep 2000 14:13:37 +0100
83083              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
83084      Branch: perl
83085            ! toke.c
83086 ____________________________________________________________________________
83087 [  7027] By: jhi                                   on 2000/09/07  18:45:35
83088         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
83089              From: Daniel Chetlin <daniel@chetlin.com>
83090              Date: Tue, 5 Sep 2000 04:57:07 -0700
83091              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
83092      Branch: perl
83093            ! pod/perlfaq6.pod pod/perlop.pod
83094 ____________________________________________________________________________
83095 [  7026] By: jhi                                   on 2000/09/07  18:44:01
83096         Log: Document the new ref() semantics.
83097              
83098              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
83099              From: Gisle Aas <gisle@ActiveState.com>
83100              Date: 05 Sep 2000 08:10:30 +0200
83101              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
83102      Branch: perl
83103            ! pod/perldelta.pod
83104 ____________________________________________________________________________
83105 [  7025] By: jhi                                   on 2000/09/07  18:42:27
83106         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
83107              
83108              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
83109              From: Gisle Aas <gisle@ActiveState.com>
83110              Date: 05 Sep 2000 08:11:40 +0200
83111              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
83112      Branch: perl
83113            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
83114 ____________________________________________________________________________
83115 [  7024] By: jhi                                   on 2000/09/07  18:39:32
83116         Log: Subject: [PATCH] Modernize Opcode.pm documentation
83117              From: Gisle Aas <gisle@ActiveState.com>
83118              Date: 4 Sep 2000 00:18:55 -0000
83119              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
83120      Branch: perl
83121            ! ext/Opcode/Opcode.pm
83122 ____________________________________________________________________________
83123 [  7023] By: jhi                                   on 2000/09/07  18:37:42
83124         Log: Subject: [PATCH] Tied filehandle documentation
83125              From: Gisle Aas <gisle@ActiveState.com>
83126              Date: 4 Sep 2000 00:14:40 -0000
83127              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
83128      Branch: perl
83129            ! pod/perlfunc.pod pod/perltie.pod
83130 ____________________________________________________________________________
83131 [  7022] By: jhi                                   on 2000/09/07  18:35:37
83132         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
83133              From: Gisle Aas <gisle@ActiveState.com>
83134              Date: 4 Sep 2000 00:04:22 -0000
83135              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
83136      Branch: perl
83137            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
83138 ____________________________________________________________________________
83139 [  7021] By: jhi                                   on 2000/09/07  18:33:22
83140         Log: Subject: small apidoc fix
83141              From: Marc Lehmann <pcg@goof.com>
83142              Date: Sun, 3 Sep 2000 05:12:06 +0200
83143              Message-ID: <20000903051206.A5909@cerebro.laendle>
83144      Branch: perl
83145            ! pod/perlapi.pod utf8.c
83146 ____________________________________________________________________________
83147 [  7020] By: jhi                                   on 2000/09/07  16:14:57
83148         Log: Tiny perldelta nits.
83149      Branch: perl
83150            ! pod/perldelta.pod
83151 ____________________________________________________________________________
83152 [  7019] By: jhi                                   on 2000/09/07  16:04:20
83153         Log: Guard against bad string->int conversion for quads.
83154      Branch: perl
83155            ! t/op/64bitint.t
83156 ____________________________________________________________________________
83157 [  7018] By: jhi                                   on 2000/09/06  17:07:03
83158         Log: Update Unicode todo list.
83159      Branch: perl
83160            ! Todo-5.6
83161 ____________________________________________________________________________
83162 [  7017] By: jhi                                   on 2000/09/05  21:16:01
83163         Log: Document the SvIOK_.*UV().
83164      Branch: perl
83165            ! pod/perlapi.pod sv.h
83166 ____________________________________________________________________________
83167 [  7016] By: nick                                  on 2000/09/03  21:54:46
83168         Log: Hash lookup of constant strings optimization:
83169              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
83170              to string table (as per sharepvn). Add newSV_pvn_share to create such
83171              a thing. Make hv.c compare addresses of strings and skip string compare
83172              if equal. Make method_named and helem ops use these shared-string SVs
83173              when arg is constant. Make keys op return shared-string SVs (less clearly
83174              a win).
83175      Branch: perl
83176            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
83177            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
83178            ! pod/perlintern.pod pp_hot.c proto.h sv.c
83179 ____________________________________________________________________________
83180 [  7015] By: jhi                                   on 2000/09/02  17:48:59
83181         Log: This is 5.7.0.
83182      Branch: perl
83183            ! Changes
83184 ____________________________________________________________________________
83185 [  7014] By: jhi                                   on 2000/09/02  17:35:45
83186         Log: Changes and patchlevel tweaks.
83187      Branch: perl
83188            ! Changes patchlevel.h
83189 ____________________________________________________________________________
83190 [  7013] By: jhi                                   on 2000/09/02  17:30:50
83191         Log: Update Changes.
83192      Branch: perl
83193            ! Changes patchlevel.h
83194 ____________________________________________________________________________
83195 [  7012] By: nick                                  on 2000/09/02  17:25:20
83196         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
83197      Branch: perl
83198            ! gv.c lib/overload.pm
83199 ____________________________________________________________________________
83200 [  7011] By: jhi                                   on 2000/09/02  17:16:25
83201         Log: Update perlhist.
83202      Branch: perl
83203            ! pod/perlhist.pod
83204 ____________________________________________________________________________
83205 [  7010] By: jhi                                   on 2000/09/02  17:01:35
83206         Log: perldelta nits.
83207      Branch: perl
83208            ! pod/perldelta.pod
83209 ____________________________________________________________________________
83210 [  7009] By: nick                                  on 2000/09/02  16:48:35
83211         Log: If overloaded %{} etc. return the object do not loop.
83212              Thus  sub deref { $_[0] } functions if object is wanted type.
83213      Branch: perl
83214            ! pp.h
83215 ____________________________________________________________________________
83216 [  7008] By: jhi                                   on 2000/09/02  16:26:11
83217         Log: Retab MANIFEST.
83218      Branch: perl
83219            ! ext/Storable/MANIFEST
83220 ____________________________________________________________________________
83221 [  7007] By: jhi                                   on 2000/09/02  16:23:02
83222         Log: Make certain cc is set before trying to run it.
83223      Branch: perl
83224            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
83225 ____________________________________________________________________________
83226 [  7006] By: jhi                                   on 2000/09/02  15:45:41
83227         Log: Unicode notes.
83228      Branch: perl
83229            ! pod/perldelta.pod
83230 ____________________________________________________________________________
83231 [  7005] By: jhi                                   on 2000/09/02  15:42:11
83232         Log: Various Configure nits by Philip Newton,
83233              plus the ebcdic one by me.
83234      Branch: metaconfig
83235            + U/modified/pager.U
83236            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
83237      Branch: metaconfig/U/perl
83238            ! Devel.U quadfio.U
83239      Branch: perl
83240            ! Configure config_h.SH
83241 ____________________________________________________________________________
83242 [  7004] By: jhi                                   on 2000/09/02  15:06:14
83243         Log: Apparently avoiding the swapping is too costly.
83244              
83245              From: "Ben Tilly" <ben_tilly@hotmail.com>
83246              Subject: Re: the door is closed.
83247              Date: Fri, 01 Sep 2000 20:23:16 EDT
83248              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
83249      Branch: perl
83250            ! pod/perlfaq4.pod
83251 ____________________________________________________________________________
83252 [  7003] By: nick                                  on 2000/09/02  12:26:04
83253         Log: Undo part of change 6489 which looks like a bulk edit which
83254              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
83255              The supressing of main:: on return from select() is undesirable.
83256      Branch: perl
83257            ! pp_sys.c
83258 ____________________________________________________________________________
83259 [  7002] By: jhi                                   on 2000/09/01  23:08:54
83260         Log: Update Changes.
83261      Branch: perl
83262            ! Changes patchlevel.h
83263 ____________________________________________________________________________
83264 [  7001] By: jhi                                   on 2000/09/01  23:00:13
83265         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
83266              From: Peter Prymmer <pvhp@forte.com>
83267              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
83268              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
83269              
83270              plus rework the http: spots as suggested by Tom Christiansen,
83271              plus regen perltoc.
83272      Branch: perl
83273            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
83274            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
83275 ____________________________________________________________________________
83276 [  7000] By: jhi                                   on 2000/09/01  22:36:01
83277         Log: Only the first line, thank you very much.
83278      Branch: perl
83279            ! hints/solaris_2.sh
83280 ____________________________________________________________________________
83281 [  6999] By: gsar                                  on 2000/09/01  22:16:40
83282         Log: change#6791 accidentally clobbered change#6710, put it back
83283      Branch: perl
83284            ! win32/win32.c
83285 ____________________________________________________________________________
83286 [  6998] By: jhi                                   on 2000/09/01  22:14:16
83287         Log: Mention the HP-UX LP64 freak failure.
83288      Branch: perl
83289            ! pod/perldelta.pod
83290 ____________________________________________________________________________
83291 [  6997] By: jhi                                   on 2000/09/01  21:48:32
83292         Log: Detypo.
83293      Branch: perl
83294            ! hints/hpux.sh
83295 ____________________________________________________________________________
83296 [  6996] By: jhi                                   on 2000/09/01  21:27:10
83297         Log: Update Changes.
83298      Branch: perl
83299            ! Changes patchlevel.h
83300 ____________________________________________________________________________
83301 [  6995] By: jhi                                   on 2000/09/01  21:14:24
83302         Log: Mi splgn s gnin.g
83303      Branch: perl
83304            ! pp_ctl.c
83305 ____________________________________________________________________________
83306 [  6994] By: jhi                                   on 2000/09/01  21:09:54
83307         Log: Subject: http:// in L<>
83308              From: Nicholas Clark <nick@ccl4.org>
83309              Date: Fri, 1 Sep 2000 22:03:21 +0100
83310              Message-ID: <20000901220321.B72074@plum.flirble.org>
83311      Branch: perl
83312            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
83313 ____________________________________________________________________________
83314 [  6993] By: jhi                                   on 2000/09/01  21:06:54
83315         Log: Update to Storable 1.0, from Raphael Manfredi.
83316      Branch: perl
83317            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
83318            ! ext/Storable/Makefile.PL ext/Storable/README
83319            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
83320            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
83321            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
83322            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
83323            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
83324            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
83325 ____________________________________________________________________________
83326 [  6992] By: jhi                                   on 2000/09/01  20:43:05
83327         Log: Mention known sfio+linux buglet.
83328      Branch: perl
83329            ! pod/perldelta.pod
83330 ____________________________________________________________________________
83331 [  6991] By: jhi                                   on 2000/09/01  20:40:11
83332         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
83333              From: Peter Prymmer <pvhp@forte.com>
83334              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
83335              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
83336      Branch: perl
83337            ! vms/vms.c
83338 ____________________________________________________________________________
83339 [  6990] By: jhi                                   on 2000/09/01  20:25:26
83340         Log: Retract #6986.
83341      Branch: perl
83342            ! hints/solaris_2.sh
83343 ____________________________________________________________________________
83344 [  6989] By: jhi                                   on 2000/09/01  20:23:00
83345         Log: Mergesort is back.
83346      Branch: perl
83347            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
83348 ____________________________________________________________________________
83349 [  6988] By: jhi                                   on 2000/09/01  19:37:40
83350         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
83351              From: Mike Guy <mjtg@cam.ac.uk>
83352              Date: Fri, 01 Sep 2000 17:43:33 +0100
83353              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
83354      Branch: perl
83355            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
83356            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
83357 ____________________________________________________________________________
83358 [  6987] By: jhi                                   on 2000/09/01  19:17:10
83359         Log: Regen perltoc.
83360      Branch: perl
83361            ! pod/perltoc.pod
83362 ____________________________________________________________________________
83363 [  6986] By: jhi                                   on 2000/09/01  18:51:10
83364         Log: Subject: Re: Solaris x86 has no SPARC libraries!
83365              From: Lupe Christoph <lupe@lupe-christoph.de>
83366              Date: Fri, 1 Sep 2000 20:41:20 +0200
83367              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
83368      Branch: perl
83369            ! hints/solaris_2.sh
83370 ____________________________________________________________________________
83371 [  6985] By: jhi                                   on 2000/09/01  18:28:10
83372         Log: Update Changes.
83373      Branch: perl
83374            ! Changes patchlevel.h
83375 ____________________________________________________________________________
83376 [  6984] By: jhi                                   on 2000/09/01  18:26:53
83377         Log: Feature ordering tweak.
83378      Branch: perl
83379            ! myconfig.SH
83380 ____________________________________________________________________________
83381 [  6983] By: jhi                                   on 2000/09/01  18:19:50
83382         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83383              From: <abigail@foad.org>
83384              Date: Fri, 1 Sep 2000 13:07:32 -0400
83385              Message-ID: <20000901170732.18249.qmail@foad.org>
83386      Branch: perl
83387            ! t/pragma/overload.t
83388 ____________________________________________________________________________
83389 [  6982] By: jhi                                   on 2000/09/01  18:17:54
83390         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
83391              so that case-ignoring systems like DCL can tell them from
83392              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
83393      Branch: metaconfig/U/perl
83394            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
83395      Branch: perl
83396            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83397            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
83398            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
83399            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
83400            ! vos/config.def vos/config.h vos/config_h.SH_orig
83401            ! win32/config.bc win32/config.gc win32/config.vc
83402 ____________________________________________________________________________
83403 [  6981] By: nick                                  on 2000/09/01  17:21:57
83404         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
83405              warning when UNTIE exists and instead pass the count of extra references to
83406              the UNTIE method.
83407      Branch: perl
83408            ! pod/perltie.pod pp_sys.c
83409 ____________________________________________________________________________
83410 [  6980] By: jhi                                   on 2000/09/01  16:54:44
83411         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
83412              From: Peter Prymmer <pvhp@forte.com>
83413              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
83414              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
83415      Branch: perl
83416            ! configure.com
83417 ____________________________________________________________________________
83418 [  6979] By: jhi                                   on 2000/09/01  16:06:20
83419         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
83420              From: Mike Guy <mjtg@cam.ac.uk> 
83421              Date: Fri, 01 Sep 2000 16:49:27 +0100
83422              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
83423      Branch: perl
83424            ! t/base/rs.t
83425 ____________________________________________________________________________
83426 [  6978] By: jhi                                   on 2000/09/01  16:00:42
83427         Log: Update to PodParser 1.18, from Brad Appleton.
83428      Branch: perl
83429            ! lib/Pod/Checker.pm t/pod/find.t
83430 ____________________________________________________________________________
83431 [  6977] By: jhi                                   on 2000/09/01  14:48:58
83432         Log: Subject: Nit in Configure (bleadperl@6961)
83433              From: Lupe Christoph <lupe@lupe-christoph.de>
83434              Date: Fri, 1 Sep 2000 16:34:29 +0200
83435              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
83436      Branch: metaconfig
83437            ! U/compline/ccflags.U
83438      Branch: perl
83439            ! Configure config_h.SH
83440 ____________________________________________________________________________
83441 [  6976] By: jhi                                   on 2000/09/01  14:39:52
83442         Log: Update Changes.
83443      Branch: perl
83444            ! Changes patchlevel.h
83445 ____________________________________________________________________________
83446 [  6975] By: jhi                                   on 2000/09/01  14:37:36
83447         Log: microperl config update.
83448      Branch: perl
83449            ! uconfig.h uconfig.sh
83450 ____________________________________________________________________________
83451 [  6974] By: jhi                                   on 2000/09/01  14:36:53
83452         Log: Document known deficiencies.
83453      Branch: perl
83454            ! pod/perldelta.pod
83455 ____________________________________________________________________________
83456 [  6973] By: jhi                                   on 2000/09/01  14:10:20
83457         Log: Mention warnings fixes and updates.
83458      Branch: perl
83459            ! pod/perldelta.pod
83460 ____________________________________________________________________________
83461 [  6972] By: jhi                                   on 2000/09/01  14:01:52
83462         Log: Drop unused argument.
83463              
83464              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
83465              From: Spider Boardman <spider@web.zk3.dec.com>
83466              Date: Thu, 31 Aug 2000 16:10:15 -0400
83467              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
83468      Branch: perl
83469            ! toke.c
83470 ____________________________________________________________________________
83471 [  6971] By: jhi                                   on 2000/09/01  13:59:24
83472         Log: Add the overload warnings to perldiag.
83473      Branch: perl
83474            ! lib/overload.pm pod/perldiag.pod
83475 ____________________________________________________________________________
83476 [  6970] By: jhi                                   on 2000/09/01  13:55:10
83477         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83478              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
83479              Date: Fri, 1 Sep 2000 13:43:15 +0100 
83480              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
83481      Branch: perl
83482            ! lib/overload.pm t/pragma/overload.t
83483 ____________________________________________________________________________
83484 [  6969] By: jhi                                   on 2000/09/01  13:52:27
83485         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83486              From: <abigail@foad.org>
83487              Date: Fri, 1 Sep 2000 05:46:54 -0400
83488              Message-ID: <20000901094654.6476.qmail@foad.org>
83489      Branch: perl
83490            ! lib/overload.pm
83491 ____________________________________________________________________________
83492 [  6968] By: jhi                                   on 2000/09/01  13:50:05
83493         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
83494              From: Daniel Chetlin <daniel@chetlin.com>
83495              Date: Fri, 1 Sep 2000 02:10:55 -0700
83496              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
83497      Branch: perl
83498            ! pod/perlretut.pod
83499 ____________________________________________________________________________
83500 [  6967] By: jhi                                   on 2000/09/01  13:47:54
83501         Log: Part of the solution.
83502              
83503              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
83504              From: Mike Guy <mjtg@cam.ac.uk>
83505              Date: Fri, 01 Sep 2000 14:16:01 +0100
83506              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
83507      Branch: perl
83508            ! gv.c mg.c
83509 ____________________________________________________________________________
83510 [  6966] By: jhi                                   on 2000/09/01  13:46:17
83511         Log: Subject: CPAN.pm beta 1.57_57 for the core
83512              From: andreas.koenig@anima.de (Andreas J. Koenig)
83513              Date: 01 Sep 2000 15:16:31 +0200
83514              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
83515      Branch: perl
83516            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
83517 ____________________________________________________________________________
83518 [  6965] By: jhi                                   on 2000/09/01  13:43:18
83519         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
83520              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83521              Date: Fri, 01 Sep 2000 01:47:22 -0500
83522              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
83523      Branch: perl
83524            ! pod/perldelta.pod vms/vms.c
83525 ____________________________________________________________________________
83526 [  6964] By: jhi                                   on 2000/09/01  13:35:35
83527         Log: File::Temp patches from Andreas König,
83528              
83529              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
83530              From: andreas.koenig@anima.de (Andreas J. Koenig)
83531              Date: 01 Sep 2000 10:07:20 +0200
83532              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
83533              
83534              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
83535              From: andreas.koenig@anima.de (Andreas J. Koenig)
83536              Date: 31 Aug 2000 23:26:08 +0200
83537              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
83538      Branch: perl
83539            ! lib/File/Temp.pm t/lib/ftmp-security.t
83540 ____________________________________________________________________________
83541 [  6963] By: jhi                                   on 2000/09/01  02:22:24
83542         Log: Retract the mergesort code, way too incompatible licensing
83543              and copyrights.
83544      Branch: perl
83545            ! pod/perldelta.pod pp_ctl.c
83546 ____________________________________________________________________________
83547 [  6962] By: jhi                                   on 2000/08/31  23:27:32
83548         Log: Update Changes.
83549      Branch: perl
83550            ! Changes patchlevel.h
83551 ____________________________________________________________________________
83552 [  6961] By: jhi                                   on 2000/08/31  23:20:04
83553         Log: Small tweaks all over.
83554      Branch: metaconfig
83555            ! U/compline/d_gconvert.U
83556      Branch: perl
83557            ! AUTHORS Configure config_h.SH pp_ctl.c
83558 ____________________________________________________________________________
83559 [  6960] By: jhi                                   on 2000/08/31  22:39:36
83560         Log: Further rewording.
83561      Branch: perl
83562            ! pp_ctl.c
83563 ____________________________________________________________________________
83564 [  6959] By: jhi                                   on 2000/08/31  21:26:44
83565         Log: More address tweaking.
83566      Branch: perl
83567            ! AUTHORS Changes
83568 ____________________________________________________________________________
83569 [  6958] By: jhi                                   on 2000/08/31  20:47:25
83570         Log: AUTHORS tweaks, from Peter Prymmer.
83571              
83572              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
83573              From: Peter Prymmer <pvhp@forte.com>
83574              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
83575              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
83576      Branch: perl
83577            ! AUTHORS MAINTAIN
83578 ____________________________________________________________________________
83579 [  6957] By: jhi                                   on 2000/08/31  20:34:43
83580         Log: perldelta tweaks.
83581      Branch: perl
83582            ! pod/perldelta.pod
83583 ____________________________________________________________________________
83584 [  6956] By: jhi                                   on 2000/08/31  19:11:06
83585         Log: Regen perltoc.
83586      Branch: perl
83587            ! pod/perltoc.pod
83588 ____________________________________________________________________________
83589 [  6955] By: jhi                                   on 2000/08/31  19:06:30
83590         Log: Clarify the mergesort situation.
83591      Branch: perl
83592            ! pp_ctl.c
83593 ____________________________________________________________________________
83594 [  6954] By: jhi                                   on 2000/08/31  18:24:17
83595         Log: Move the Solaris 7 scan to use64bitall, make the
83596              failure to find 64-bot sparc libc to mention the
83597              possibility of being in an intel, from Lupe and Alan.
83598      Branch: perl
83599            ! hints/solaris_2.sh
83600 ____________________________________________________________________________
83601 [  6953] By: jhi                                   on 2000/08/31  18:09:20
83602         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
83603              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
83604      Branch: metaconfig
83605            ! U/compline/d_gconvert.U U/threads/archname.U
83606      Branch: metaconfig/U/perl
83607            ! perlxv.U
83608      Branch: perl
83609            ! Configure config_h.SH sv.c
83610 ____________________________________________________________________________
83611 [  6952] By: jhi                                   on 2000/08/31  17:42:24
83612         Log: :: not allowed in pathnames, change to .
83613              
83614              Subject: [PATCH perl@6938] cygwin port
83615              From: "Fifer, Eric" <EFifer@sanwaint.com>
83616              Date: Thu, 31 Aug 2000 16:32:59 +0100
83617              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
83618      Branch: metaconfig/U/perl
83619            ! perlxv.U
83620 ____________________________________________________________________________
83621 [  6951] By: jhi                                   on 2000/08/31  17:02:05
83622         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
83623      Branch: perl
83624            ! perl.h
83625 ____________________________________________________________________________
83626 [  6950] By: jhi                                   on 2000/08/31  16:26:08
83627         Log: More author updates.
83628              
83629              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
83630              From: Simon Cozens <simon@cozens.net>
83631              Date: Thu, 31 Aug 2000 17:13:32 +0100
83632              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
83633      Branch: perl
83634            ! AUTHORS
83635 ____________________________________________________________________________
83636 [  6949] By: jhi                                   on 2000/08/31  16:04:49
83637         Log: POSIX doesn't report long double values under -Duselongdouble
83638              when the long doubles are "real" (bigger than doubles).
83639              
83640              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
83641              From: Spider Boardman <spider@peano.zk3.dec.com>
83642              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
83643              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
83644      Branch: perl
83645            ! ext/POSIX/POSIX.xs
83646 ____________________________________________________________________________
83647 [  6948] By: jhi                                   on 2000/08/31  15:25:10
83648         Log: Update Changes.
83649      Branch: perl
83650            ! Changes patchlevel.h
83651 ____________________________________________________________________________
83652 [  6947] By: jhi                                   on 2000/08/31  15:22:29
83653         Log: Document UNTIE in a very minimalistic way.
83654      Branch: perl
83655            ! pod/perlfunc.pod pod/perltie.pod
83656 ____________________________________________________________________________
83657 [  6946] By: jhi                                   on 2000/08/31  15:15:23
83658         Log: Document known failures.
83659      Branch: perl
83660            ! pod/perldelta.pod
83661 ____________________________________________________________________________
83662 [  6945] By: jhi                                   on 2000/08/31  15:07:00
83663         Log: Don't attach -ld to the archname if pointless.
83664      Branch: metaconfig
83665            ! U/threads/archname.U
83666      Branch: perl
83667            ! Configure config_h.SH
83668 ____________________________________________________________________________
83669 [  6944] By: jhi                                   on 2000/08/31  14:37:42
83670         Log: Wrap the test in eval.
83671              
83672              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
83673              From: Tim Jenness <timj@jach.hawaii.edu>
83674              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
83675              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
83676      Branch: perl
83677            ! t/lib/ftmp-security.t
83678 ____________________________________________________________________________
83679 [  6943] By: jhi                                   on 2000/08/31  14:30:57
83680         Log: Make -Dusemorebits find long doubles in Solaris.
83681      Branch: perl
83682            ! hints/solaris_2.sh
83683 ____________________________________________________________________________
83684 [  6942] By: jhi                                   on 2000/08/31  13:48:45
83685         Log: Clarify the third case of ftmp-security warnings.
83686      Branch: perl
83687            ! INSTALL
83688 ____________________________________________________________________________
83689 [  6941] By: jhi                                   on 2000/08/31  13:40:31
83690         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
83691              From: <abigail@foad.org>
83692              Date: Thu, 31 Aug 2000 01:35:05 -0400
83693              Message-ID: <20000831053505.32120.qmail@foad.org>
83694      Branch: perl
83695            ! pod/perldelta.pod
83696 ____________________________________________________________________________
83697 [  6940] By: jhi                                   on 2000/08/31  13:38:48
83698         Log: Issue useful diagnostic on unknown pod commands.
83699              
83700              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
83701              From: <abigail@foad.org>
83702              Date: Thu, 31 Aug 2000 03:41:18 -0400
83703              Message-ID: <20000831074118.24880.qmail@foad.org>
83704      Branch: perl
83705            ! lib/Pod/Man.pm
83706 ____________________________________________________________________________
83707 [  6939] By: jhi                                   on 2000/08/31  13:34:33
83708         Log: Reveal Borland's isnan.
83709              
83710              Subject: build with BC++ tweak
83711              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
83712              Date: Thu, 31 Aug 2000 13:09:37 +0400
83713              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
83714      Branch: perl
83715            ! win32/win32.h
83716 ____________________________________________________________________________
83717 [  6938] By: jhi                                   on 2000/08/31  05:01:20
83718         Log: Update Changes.
83719      Branch: perl
83720            ! Changes patchlevel.h
83721 ____________________________________________________________________________
83722 [  6937] By: jhi                                   on 2000/08/31  04:26:23
83723         Log: sscanf() may be the only way to read long doubles from strings.
83724      Branch: metaconfig/U/perl
83725            ! longdblfio.U
83726      Branch: perl
83727            ! Configure config_h.SH perl.h util.c
83728 ____________________________________________________________________________
83729 [  6936] By: jhi                                   on 2000/08/31  04:18:19
83730         Log: The #6929 was too skimpy.
83731      Branch: perl
83732            ! sv.c
83733 ____________________________________________________________________________
83734 [  6935] By: jhi                                   on 2000/08/31  02:47:07
83735         Log: Subject: Re: typos in pods
83736              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83737              Date: Wed, 30 Aug 2000 19:25:34 -0700
83738              Message-ID: <eIcr5gzkg25X092yn@efn.org>
83739      Branch: perl
83740            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
83741 ____________________________________________________________________________
83742 [  6934] By: jhi                                   on 2000/08/31  02:42:55
83743         Log: Missed one Unicode file.
83744      Branch: perl
83745            + lib/unicode/UCDFF301.html
83746 ____________________________________________________________________________
83747 [  6933] By: jhi                                   on 2000/08/30  23:42:27
83748         Log: Update Changes.
83749      Branch: perl
83750            ! Changes patchlevel.h
83751 ____________________________________________________________________________
83752 [  6932] By: jhi                                   on 2000/08/30  23:40:07
83753         Log: Mention UNTIE in perldelta.  Still needs documenting
83754              in perltie et alia.
83755      Branch: perl
83756            ! pod/perldelta.pod
83757 ____________________________________________________________________________
83758 [  6931] By: jhi                                   on 2000/08/30  23:36:02
83759         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
83760              From: <abigail@foad.org>
83761              Date: Wed, 30 Aug 2000 19:28:07 -0400
83762              Message-ID: <20000830232807.305.qmail@foad.org>
83763      Branch: perl
83764            ! pod/perldelta.pod
83765 ____________________________________________________________________________
83766 [  6930] By: jhi                                   on 2000/08/30  23:32:40
83767         Log: Update to Unicode 3.0.1.
83768      Branch: perl
83769            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
83770            + lib/unicode/PropList.txt lib/unicode/README.perl
83771            + lib/unicode/UCD301.html lib/unicode/Unicode.301
83772            - lib/unicode/Props.txt lib/unicode/UCD300.html
83773            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
83774            ! (edit 257 files)
83775 ____________________________________________________________________________
83776 [  6929] By: jhi                                   on 2000/08/30  22:38:18
83777         Log: Heap decorruption.
83778              
83779              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
83780              From: Alan Burlison <Alan.Burlison@uk.sun.com>
83781              Date: Wed, 30 Aug 2000 22:39:52 +0100
83782              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
83783      Branch: perl
83784            ! sv.c
83785 ____________________________________________________________________________
83786 [  6928] By: jhi                                   on 2000/08/30  22:29:34
83787         Log: Retract the dummy test, skip the security tests (instead of failing),
83788              explain what the warnings mean.
83789      Branch: perl
83790            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
83791 ____________________________________________________________________________
83792 [  6927] By: jhi                                   on 2000/08/30  22:14:13
83793         Log: Change the internal implementation of sort() to be mergesort
83794              instead of quicksort, from John Linderman <jpl@research.att.com>.
83795              Gives us better worst case, better average case, and stability.
83796              What's there not to like?  (Small fixes for threaded builds
83797              were required).
83798      Branch: perl
83799            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
83800 ____________________________________________________________________________
83801 [  6926] By: jhi                                   on 2000/08/30  20:55:20
83802         Log: A better fix for the Socket building problem from Craig Berry.
83803      Branch: perl
83804            ! vms/vms.c
83805 ____________________________________________________________________________
83806 [  6925] By: jhi                                   on 2000/08/30  20:20:25
83807         Log: Subject: [PATCH] Re: UNTIE method 
83808              From: Nick Ing-Simmons <nik@tiuk.ti.com>
83809              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
83810              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
83811      Branch: perl
83812            ! pp_sys.c t/op/tie.t
83813 ____________________________________________________________________________
83814 [  6924] By: jhi                                   on 2000/08/30  20:17:11
83815         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
83816              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83817              Date: Wed, 30 Aug 2000 15:03:14 -0500
83818              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
83819      Branch: perl
83820            ! vms/vms.c
83821 ____________________________________________________________________________
83822 [  6923] By: jhi                                   on 2000/08/30  20:15:18
83823         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
83824              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83825              Date: Wed, 30 Aug 2000 13:30:36 -0500
83826              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
83827      Branch: perl
83828            ! vms/vms.c
83829 ____________________________________________________________________________
83830 [  6922] By: jhi                                   on 2000/08/30  19:54:43
83831         Log: Better options for rsync.
83832      Branch: perl
83833            ! pod/perlhack.pod
83834 ____________________________________________________________________________
83835 [  6921] By: jhi                                   on 2000/08/30  19:40:16
83836         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
83837              From: Rick Delaney <rick@consumercontact.com>
83838              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
83839              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
83840      Branch: perl
83841            ! pod/perlfunc.pod
83842 ____________________________________________________________________________
83843 [  6920] By: jhi                                   on 2000/08/30  19:36:40
83844         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
83845              From: Peter Prymmer <pvhp@forte.com>
83846              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
83847              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
83848      Branch: perl
83849            ! configure.com
83850 ____________________________________________________________________________
83851 [  6919] By: jhi                                   on 2000/08/30  14:52:02
83852         Log: Update Changes.
83853      Branch: perl
83854            ! Changes patchlevel.h
83855 ____________________________________________________________________________
83856 [  6918] By: jhi                                   on 2000/08/30  14:48:34
83857         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
83858      Branch: perl
83859            ! lib/ExtUtils/typemap
83860 ____________________________________________________________________________
83861 [  6917] By: jhi                                   on 2000/08/30  14:46:34
83862         Log: Subject: typos in pods
83863              From: Nicholas Clark <nick@ccl4.org>
83864              Date: Wed, 30 Aug 2000 01:12:50 +0100
83865              Message-ID: <20000830011249.A61388@plum.flirble.org>
83866      Branch: perl
83867            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
83868            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
83869            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
83870            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
83871 ____________________________________________________________________________
83872 [  6916] By: jhi                                   on 2000/08/30  14:19:09
83873         Log: Document Storable problems on Crays.  (Will have
83874              to document all the other Storable problems, too.)
83875      Branch: perl
83876            ! pod/perldelta.pod
83877 ____________________________________________________________________________
83878 [  6915] By: jhi                                   on 2000/08/30  14:06:02
83879         Log: Subject: [PATCH] fix misc cast warnings
83880              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83881              Date: Tue, 29 Aug 2000 23:16:14 -0700
83882              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
83883      Branch: perl
83884            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
83885            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
83886            ! os2/os2ish.h
83887 ____________________________________________________________________________
83888 [  6914] By: jhi                                   on 2000/08/30  14:03:45
83889         Log: Timestamp mismatch again.  Need to fix this dependence on
83890              config_h.SH timestamp, since it's the contents of config_h.SH
83891              that matter.
83892      Branch: perl
83893            ! uconfig.h uconfig.sh
83894 ____________________________________________________________________________
83895 [  6913] By: jhi                                   on 2000/08/30  13:54:06
83896         Log: Don't say "Perl 5.0 source kit".
83897      Branch: perl
83898            ! perl.c
83899 ____________________________________________________________________________
83900 [  6912] By: jhi                                   on 2000/08/30  13:51:24
83901         Log: Reset archname and archname64 always, forcing them be
83902              recomputed at each Configure run, make Configure and
83903              the hints files agree on the naming of largefiles variables.
83904      Branch: metaconfig
83905            ! U/threads/archname.U
83906      Branch: metaconfig/U/perl
83907            ! use64bits.U
83908      Branch: perl
83909            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
83910            ! hints/linux.sh hints/solaris_2.sh
83911 ____________________________________________________________________________
83912 [  6911] By: jhi                                   on 2000/08/30  13:30:13
83913         Log: Put back the slice accidentally removed by #6907.
83914      Branch: perl
83915            ! hints/solaris_2.sh
83916 ____________________________________________________________________________
83917 [  6910] By: jhi                                   on 2000/08/30  01:24:26
83918         Log: Be consistent: other Net::get* do export theirs.
83919              
83920              Subject: Re: Net::protoent does not export 'getproto'
83921              From: Yasushi Nakajima <sey@jkc.co.jp>
83922              Date: Wed, 30 Aug 2000 09:53:14 +0900
83923              Message-Id: <200008300051.DAA24700@taku.hut.fi>
83924      Branch: perl
83925            ! lib/Net/protoent.pm
83926 ____________________________________________________________________________
83927 [  6909] By: jhi                                   on 2000/08/30  01:17:25
83928         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
83929              From: Gurusamy Sarathy <gsar@ActiveState.com>
83930              Date: Tue, 29 Aug 2000 17:17:07 -0700
83931              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
83932      Branch: perl
83933            ! cop.h
83934 ____________________________________________________________________________
83935 [  6908] By: jhi                                   on 2000/08/30  00:58:05
83936         Log: Update Changes.
83937      Branch: perl
83938            ! Changes patchlevel.h
83939 ____________________________________________________________________________
83940 [  6907] By: jhi                                   on 2000/08/30  00:57:22
83941         Log: Introduce ccname to keep track of what compiler kind of we have.
83942      Branch: metaconfig/U/perl
83943            ! Checkcc.U gccvers.U
83944      Branch: perl
83945            ! Configure config_h.SH hints/solaris_2.sh
83946 ____________________________________________________________________________
83947 [  6906] By: jhi                                   on 2000/08/30  00:25:47
83948         Log: Put back the flags dump as reasoned in
83949              
83950              Subject: Re: [PATCH] Glob dumping
83951              From: Mike Guy <mjtg@cam.ac.uk> 
83952              Date: Tue, 29 Aug 2000 21:41:32 +0100
83953              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
83954      Branch: perl
83955            ! dump.c t/lib/peek.t
83956 ____________________________________________________________________________
83957 [  6905] By: jhi                                   on 2000/08/30  00:16:17
83958         Log: Make the epsilon to be relative, not absolute.
83959              
83960              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
83961              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
83962              Date: Tue, 29 Aug 2000 19:58:56 -0400
83963              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
83964      Branch: perl
83965            ! t/lib/trig.t
83966 ____________________________________________________________________________
83967 [  6904] By: jhi                                   on 2000/08/30  00:13:09
83968         Log: From now on, Gisle is on my list of usual suspects :-)
83969              Retract #6902.
83970      Branch: perl
83971            ! ext/Opcode/Safe.pm
83972 ____________________________________________________________________________
83973 [  6903] By: jhi                                   on 2000/08/29  23:51:20
83974         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
83975              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83976              Date: Tue, 29 Aug 2000 18:43:26 -0500
83977              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
83978      Branch: perl
83979            + vms/vmspipe.com
83980            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
83981            ! vms/vms.c
83982 ____________________________________________________________________________
83983 [  6902] By: jhi                                   on 2000/08/29  23:44:14
83984         Log: Retry what #6882 attempted.
83985              
83986              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
83987              From: Gisle Aas <gisle@ActiveState.com>
83988              Date: 30 Aug 2000 00:33:09 +0200
83989              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
83990      Branch: perl
83991            ! ext/Opcode/Safe.pm
83992 ____________________________________________________________________________
83993 [  6901] By: jhi                                   on 2000/08/29  22:59:32
83994         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
83995              From: Hugo <hv@crypt.compulink.co.uk>
83996              Date: Mon, 12 Jun 2000 19:36:08 +0100
83997              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
83998      Branch: perl
83999            ! sv.c
84000 ____________________________________________________________________________
84001 [  6900] By: jhi                                   on 2000/08/29  22:58:35
84002         Log: Admit that we are leaking scalars.
84003              
84004              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
84005              From: Spider Boardman <spider@leggy.zk3.dec.com>
84006              Date: Tue, 29 Aug 2000 18:48:29 -0400
84007              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
84008      Branch: perl
84009            ! t/pragma/warnings.t
84010 ____________________________________________________________________________
84011 [  6899] By: jhi                                   on 2000/08/29  20:53:13
84012         Log: Update Changes.
84013      Branch: perl
84014            ! Changes patchlevel.h
84015 ____________________________________________________________________________
84016 [  6898] By: jhi                                   on 2000/08/29  20:46:21
84017         Log: Undo namespace pollution of #6878.
84018              
84019              Subject: Re: Net::protoent does not export 'getproto'
84020              From: Mike Guy <mjtg@cam.ac.uk>
84021              Date: Tue, 29 Aug 2000 21:32:37 +0100
84022              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
84023      Branch: perl
84024            ! lib/Net/protoent.pm
84025 ____________________________________________________________________________
84026 [  6897] By: jhi                                   on 2000/08/29  20:44:29
84027         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
84028              From: Peter Prymmer <pvhp@forte.com>
84029              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
84030              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
84031      Branch: perl
84032            ! pod/perlebcdic.pod
84033 ____________________________________________________________________________
84034 [  6896] By: jhi                                   on 2000/08/29  20:40:57
84035         Log: There's no point repeating the 'revision' (5) of perl5.
84036      Branch: metaconfig/U/perl
84037            ! Devel.U patchlevel.U
84038      Branch: perl
84039            ! Configure config_h.SH
84040 ____________________________________________________________________________
84041 [  6895] By: jhi                                   on 2000/08/29  20:16:58
84042         Log: Regen Configure for #6894.
84043      Branch: metaconfig/U/perl
84044            ! perladmin.U
84045      Branch: perl
84046            ! Configure config_h.SH
84047 ____________________________________________________________________________
84048 [  6894] By: jhi                                   on 2000/08/29  19:59:52
84049         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
84050              From: "Philip Newton" <Philip.Newton@gmx.net>
84051              Date: Tue, 29 Aug 2000 21:39:14 +0200
84052              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
84053      Branch: perl
84054            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
84055            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
84056            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
84057            ! utils/perlbug.PL
84058 ____________________________________________________________________________
84059 [  6893] By: jhi                                   on 2000/08/29  19:55:30
84060         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
84061              From: "Philip Newton" <Philip.Newton@gmx.net>
84062              Date: Tue, 29 Aug 2000 21:39:14 +0200
84063              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
84064      Branch: perl
84065            ! installhtml
84066 ____________________________________________________________________________
84067 [  6892] By: jhi                                   on 2000/08/29  19:53:59
84068         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
84069              From: "Philip Newton" <Philip.Newton@gmx.net>
84070              Date: Tue, 29 Aug 2000 21:48:18 +0200
84071              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
84072      Branch: perl
84073            ! lib/File/Temp.pm
84074 ____________________________________________________________________________
84075 [  6891] By: jhi                                   on 2000/08/29  18:30:03
84076         Log: Nail the ID 20000828.023.
84077      Branch: perl
84078            ! ext/Storable/Storable.xs
84079 ____________________________________________________________________________
84080 [  6890] By: jhi                                   on 2000/08/29  16:50:17
84081         Log: Under usethreads the dumped variable is IN_PAD.
84082              
84083              Subject: Re: [PATCH] Glob dumping
84084              From: Gisle Aas <gisle@ActiveState.com>
84085              Date: 29 Aug 2000 18:45:05 +0200
84086              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
84087      Branch: perl
84088            ! t/lib/peek.t
84089 ____________________________________________________________________________
84090 [  6889] By: jhi                                   on 2000/08/29  15:17:37
84091         Log: Update Changes.
84092      Branch: perl
84093            ! Changes patchlevel.h
84094 ____________________________________________________________________________
84095 [  6888] By: jhi                                   on 2000/08/29  14:49:59
84096         Log: Retract #6882, broke the safe tests.
84097      Branch: perl
84098            ! ext/Opcode/Safe.pm
84099 ____________________________________________________________________________
84100 [  6887] By: jhi                                   on 2000/08/29  14:47:06
84101         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
84102              From: Gisle Aas <gisle@ActiveState.com> 
84103              Date: 09 Jun 2000 20:00:11 +0200
84104              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
84105      Branch: perl
84106            ! utils/perldoc.PL
84107 ____________________________________________________________________________
84108 [  6886] By: jhi                                   on 2000/08/29  14:42:45
84109         Log: The #6881 removed one dump line.
84110      Branch: perl
84111            ! t/lib/peek.t
84112 ____________________________________________________________________________
84113 [  6885] By: jhi                                   on 2000/08/29  14:30:47
84114         Log: Don't forget to tidy up.
84115      Branch: perl
84116            ! t/lib/ftmp-security.t
84117 ____________________________________________________________________________
84118 [  6884] By: jhi                                   on 2000/08/29  14:25:17
84119         Log: Disabling the one test is a bit tricky.
84120      Branch: perl
84121            ! t/lib/ftmp-security.t
84122 ____________________________________________________________________________
84123 [  6883] By: jhi                                   on 2000/08/29  14:16:25
84124         Log: Disable one of the tests for now.
84125      Branch: perl
84126            ! t/lib/ftmp-security.t
84127 ____________________________________________________________________________
84128 [  6882] By: jhi                                   on 2000/08/29  14:05:50
84129         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
84130              From: gisle@aas.no
84131              Date: 29 Aug 2000 10:35:06 -0000
84132              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
84133      Branch: perl
84134            ! ext/Opcode/Safe.pm
84135 ____________________________________________________________________________
84136 [  6881] By: jhi                                   on 2000/08/29  14:03:51
84137         Log: Subject: [PATCH] Glob dumping
84138              From: Gisle Aas <gisle@ActiveState.com>
84139              Date: 29 Aug 2000 07:59:42 -0000
84140              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
84141      Branch: perl
84142            ! dump.c
84143 ____________________________________________________________________________
84144 [  6880] By: jhi                                   on 2000/08/29  14:02:01
84145         Log: Subject: [PATCH] Warnings in B::Deparse
84146              From: <abigail@foad.org>
84147              Date: Tue, 29 Aug 2000 00:00:01 -0400
84148              Message-ID: <20000829040001.2999.qmail@foad.org>
84149      Branch: perl
84150            ! ext/B/B/Deparse.pm
84151 ____________________________________________________________________________
84152 [  6879] By: jhi                                   on 2000/08/29  13:57:26
84153         Log: Missed a change in #6869.
84154      Branch: perl
84155            ! mg.c
84156 ____________________________________________________________________________
84157 [  6878] By: jhi                                   on 2000/08/29  13:45:04
84158         Log: Subject: Net::protoent does not export 'getproto'
84159              From: Yasushi Nakajima <sey@jkc.co.jp>
84160              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
84161      Branch: perl
84162            ! lib/Net/protoent.pm
84163 ____________________________________________________________________________
84164 [  6877] By: jhi                                   on 2000/08/29  13:39:19
84165         Log: Patches all over for people and the files they (hopefully) care about.
84166      Branch: perl
84167            ! AUTHORS Changes MAINTAIN
84168 ____________________________________________________________________________
84169 [  6876] By: jhi                                   on 2000/08/29  12:53:54
84170         Log: Fix for thinko in #6848.
84171              
84172              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
84173              From: Lupe Christoph <lupe@lupe-christoph.de>
84174              Date: Tue, 29 Aug 2000 09:04:08 +0200
84175              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
84176      Branch: perl
84177            ! ext/Thread/Thread.xs
84178 ____________________________________________________________________________
84179 [  6875] By: jhi                                   on 2000/08/29  12:50:14
84180         Log: Update to Getopt::Long 2.24, from Johan Vromans.
84181      Branch: perl
84182            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
84183 ____________________________________________________________________________
84184 [  6874] By: jhi                                   on 2000/08/29  02:09:53
84185         Log: Use minimal @INC in tests, most of the time just '../lib',
84186              so that we simply can't pick up stuff from other Perls than
84187              the one we are testing.  Pointed out by
84188              
84189              From: Mike Guy <mjtg@cam.ac.uk>
84190              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
84191              Date: Fri, 25 Aug 2000 15:15:59 +0100
84192              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
84193      Branch: perl
84194            ! (edit 185 files)
84195 ____________________________________________________________________________
84196 [  6873] By: jhi                                   on 2000/08/29  01:07:11
84197         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
84198              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84199              Date: Mon, 28 Aug 2000 17:45:52 -0700
84200              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
84201      Branch: perl
84202            ! Makefile.SH hints/os2.sh
84203 ____________________________________________________________________________
84204 [  6872] By: jhi                                   on 2000/08/28  23:33:39
84205         Log: Subject: [PATCH bleedperl@6866] spellings
84206              From: marcel@codewerk.com (Marcel Grunauer)
84207              Date: Tue, 29 Aug 2000 01:19:59 +0200
84208              Message-Id: <200008282319.BAA29862@gandalf.local>
84209      Branch: perl
84210            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
84211            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
84212            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
84213 ____________________________________________________________________________
84214 [  6871] By: jhi                                   on 2000/08/28  23:22:09
84215         Log: Take out the SUIDMAIL thing, that will not be
84216              a problem in 5.7.*.
84217      Branch: perl
84218            ! patchlevel.h
84219 ____________________________________________________________________________
84220 [  6870] By: jhi                                   on 2000/08/28  23:19:30
84221         Log: -S is the silent flag, -s is the strip flag.
84222              
84223              Subject: [PATCH] Re: [PATCH] make no-install          
84224              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84225              Date: Mon, 28 Aug 2000 15:12:55 -0700
84226              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
84227      Branch: perl
84228            ! Makefile.SH
84229 ____________________________________________________________________________
84230 [  6869] By: jhi                                   on 2000/08/28  23:12:05
84231         Log: Subject: [PATCH bleedperl@6856] warnings fixes
84232              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
84233              Date: Mon, 28 Aug 2000 23:55:06 +0100
84234              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
84235      Branch: perl
84236            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
84237            ! warnings.h warnings.pl
84238 ____________________________________________________________________________
84239 [  6868] By: jhi                                   on 2000/08/28  21:38:22
84240         Log: Potential cruft.
84241      Branch: perl
84242            ! Makefile.SH
84243 ____________________________________________________________________________
84244 [  6867] By: jhi                                   on 2000/08/28  21:35:36
84245         Log: Update Changes.
84246      Branch: perl
84247            ! Changes patchlevel.h
84248 ____________________________________________________________________________
84249 [  6866] By: jhi                                   on 2000/08/28  21:33:49
84250         Log: Subject: hv.h Doc Patch
84251              From: Fisher Mark <fisherm@tce.com>
84252              Date: Mon, 28 Aug 2000 16:24:59 -0500
84253              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
84254      Branch: perl
84255            ! hv.h
84256 ____________________________________________________________________________
84257 [  6865] By: jhi                                   on 2000/08/28  21:02:15
84258         Log: Add -ld to archname on long tr...double platforms.
84259      Branch: metaconfig
84260            ! U/threads/archname.U
84261      Branch: perl
84262            ! Configure config_h.SH
84263 ____________________________________________________________________________
84264 [  6864] By: jhi                                   on 2000/08/28  20:38:59
84265         Log: An attempt to fix the problem reported in
84266              
84267              Subject: Building perl@6856 using gcc/AIX 4.3.3 
84268              From: Daniel Muino <dmuino@afip.gov.ar> 
84269              Date: Mon, 28 Aug 2000 15:50:01 -0300   
84270              Message-ID: <20000828155001.A14403@con2-dgi>
84271              
84272              I can't test this properly since the gcc installation I have
84273              access to seems to be botched (gcc is calling the AIX cpp,
84274              a losing proposition...)
84275      Branch: perl
84276            ! hints/aix.sh
84277 ____________________________________________________________________________
84278 [  6863] By: jhi                                   on 2000/08/28  18:57:52
84279         Log: Fix for ID 20000828.001, long doubles were not formatted
84280              correctly (showed up in $], which stopped installing perl).
84281      Branch: perl
84282            ! sv.c
84283 ____________________________________________________________________________
84284 [  6862] By: jhi                                   on 2000/08/28  18:07:15
84285         Log: Typo in #6858.
84286      Branch: perl
84287            ! lib/Cwd.pm
84288 ____________________________________________________________________________
84289 [  6861] By: jhi                                   on 2000/08/28  17:57:27
84290         Log: opmini.o may be left around if a build is interrupted.
84291      Branch: perl
84292            ! Makefile.SH
84293 ____________________________________________________________________________
84294 [  6860] By: jhi                                   on 2000/08/28  16:52:50
84295         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
84296              From: Daniel Chetlin <daniel@chetlin.com>
84297              Date: Mon, 28 Aug 2000 01:14:18 -0700
84298              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
84299      Branch: perl
84300            ! lib/overload.pm
84301 ____________________________________________________________________________
84302 [  6859] By: jhi                                   on 2000/08/28  16:08:46
84303         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
84304              From: Nicholas Clark <nick@ccl4.org>
84305              Date: Mon, 28 Aug 2000 16:03:27 +0100
84306              Message-Id: <20000828160327.C49785@plum.flirble.org>
84307      Branch: perl
84308            ! ext/ByteLoader/bytecode.h
84309 ____________________________________________________________________________
84310 [  6858] By: jhi                                   on 2000/08/28  16:02:10
84311         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
84312              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
84313              Date: Mon, 28 Aug 2000 13:08:30 +0200
84314              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
84315      Branch: perl
84316            ! lib/Cwd.pm
84317 ____________________________________________________________________________
84318 [  6857] By: jhi                                   on 2000/08/28  15:42:47
84319         Log: display_format used as a class method without arguments was broken,
84320              reported in
84321              
84322              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
84323              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
84324              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
84325              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
84326      Branch: perl
84327            ! lib/Math/Complex.pm t/lib/complex.t
84328 ____________________________________________________________________________
84329 [  6856] By: jhi                                   on 2000/08/27  22:09:48
84330         Log: Update Changes.
84331      Branch: perl
84332            ! Changes patchlevel.h
84333 ____________________________________________________________________________
84334 [  6855] By: jhi                                   on 2000/08/27  21:59:21
84335         Log: Retract #6853 (false alarm).
84336      Branch: perl
84337            ! lib/ExtUtils/xsubpp
84338 ____________________________________________________________________________
84339 [  6854] By: jhi                                   on 2000/08/27  21:37:44
84340         Log: Update Changes.
84341      Branch: perl
84342            ! Changes patchlevel.h
84343 ____________________________________________________________________________
84344 [  6853] By: jhi                                   on 2000/08/27  21:37:16
84345         Log: Subject: [PATCH perl@6850] workaround for xsubpp
84346              From: Hugo <hv@crypt.compulink.co.uk>
84347              Date: Sun, 27 Aug 2000 22:30:25 +0100
84348              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
84349      Branch: perl
84350            ! lib/ExtUtils/xsubpp
84351 ____________________________________________________________________________
84352 [  6852] By: jhi                                   on 2000/08/27  21:33:58
84353         Log: Big-endian 64-bit patch from Raphael Manfredi.
84354      Branch: perl
84355            ! ext/Storable/Storable.xs
84356 ____________________________________________________________________________
84357 [  6851] By: jhi                                   on 2000/08/27  21:22:21
84358         Log: More ruthless editing from Hugo van der Sanden.
84359      Branch: perl
84360            ! pod/perldelta.pod
84361 ____________________________________________________________________________
84362 [  6850] By: jhi                                   on 2000/08/27  16:11:46
84363         Log: Update Changes.
84364      Branch: perl
84365            ! Changes patchlevel.h
84366 ____________________________________________________________________________
84367 [  6849] By: jhi                                   on 2000/08/27  16:11:05
84368         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
84369      Branch: perl
84370            ! configpm pod/perldelta.pod
84371 ____________________________________________________________________________
84372 [  6848] By: jhi                                   on 2000/08/27  15:35:08
84373         Log: Use the actual thread type, not the pointer-to-struct.
84374      Branch: perl
84375            ! ext/Thread/Thread.xs
84376 ____________________________________________________________________________
84377 [  6847] By: jhi                                   on 2000/08/27  15:30:49
84378         Log: Test nit.
84379      Branch: perl
84380            ! t/pragma/warn/pp_sys
84381 ____________________________________________________________________________
84382 [  6846] By: jhi                                   on 2000/08/27  15:19:02
84383         Log: Passing -R in ldflags makes now it to appear in the default
84384              for lddlflags, just like with -L.
84385              
84386              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
84387              From: Lupe Christoph <lupe@lupe-christoph.de>
84388              Date: Sun, 27 Aug 2000 10:28:21 +0200
84389              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
84390      Branch: metaconfig/U/perl
84391            ! dlsrc.U
84392      Branch: perl
84393            ! Configure
84394 ____________________________________________________________________________
84395 [  6845] By: jhi                                   on 2000/08/27  15:08:54
84396         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
84397              From: Alan Burlison <Alan.Burlison@uk.sun.com>
84398              Date: Sat, 26 Aug 2000 22:23:27 +0100
84399              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
84400      Branch: perl
84401            ! lib/ExtUtils/MM_Unix.pm
84402 ____________________________________________________________________________
84403 [  6844] By: jhi                                   on 2000/08/27  15:02:37
84404         Log: DJGPP update from Laszlo Molnar.
84405              
84406              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
84407              From: ml1050 <ml1050@freemail.hu>
84408              Date: Sat, 26 Aug 2000 23:24:40 +0200
84409              Message-Id: <20000826232440.A439@freemail.hu>
84410      Branch: perl
84411            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
84412            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
84413 ____________________________________________________________________________
84414 [  6843] By: jhi                                   on 2000/08/27  14:53:58
84415         Log: Subject: installman buglet
84416              From: Lupe Christoph <lupe@lupe-christoph.de>
84417              Date: Sun, 27 Aug 2000 14:38:59 +0200
84418              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
84419      Branch: perl
84420            ! installman
84421 ____________________________________________________________________________
84422 [  6842] By: jhi                                   on 2000/08/27  14:52:08
84423         Log: Can't get the test to reliably work thanks to the
84424              inaccurateness of floating point.  "Resolves" bug ids
84425              20000826.003, 20000826.009, 20000826.010,
84426      Branch: perl
84427            ! t/lib/trig.t
84428 ____________________________________________________________________________
84429 [  6841] By: jhi                                   on 2000/08/26  15:53:58
84430         Log: Update Changes.
84431      Branch: perl
84432            ! Changes patchlevel.h
84433 ____________________________________________________________________________
84434 [  6840] By: jhi                                   on 2000/08/26  14:23:03
84435         Log: grep -e isn't portable.
84436              
84437              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
84438              From: chris@broadband.att.com
84439              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
84440              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
84441      Branch: perl
84442            ! hints/solaris_2.sh
84443 ____________________________________________________________________________
84444 [  6839] By: jhi                                   on 2000/08/26  14:12:23
84445         Log: no-install target a la make -n.
84446              
84447              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
84448              From: <abigail@foad.org>
84449              Date: Sat, 26 Aug 2000 03:57:34 -0400
84450              Message-ID: <20000826075735.18912.qmail@foad.org>
84451      Branch: perl
84452            ! Makefile.SH installman installperl
84453 ____________________________________________________________________________
84454 [  6838] By: jhi                                   on 2000/08/26  14:06:33
84455         Log: Retract #6826 as the #6828 should be do the same
84456              in a More Correct Way.
84457      Branch: perl
84458            ! installperl
84459 ____________________________________________________________________________
84460 [  6837] By: jhi                                   on 2000/08/26  05:24:00
84461         Log: More casting.
84462      Branch: perl
84463            ! ext/Storable/Storable.xs
84464 ____________________________________________________________________________
84465 [  6836] By: jhi                                   on 2000/08/26  05:05:46
84466         Log: Nicer in decimal.
84467      Branch: perl
84468            ! ext/Storable/Storable.xs
84469 ____________________________________________________________________________
84470 [  6835] By: jhi                                   on 2000/08/26  05:03:50
84471         Log: There be no UVdf.
84472      Branch: perl
84473            ! ext/Storable/Storable.xs
84474 ____________________________________________________________________________
84475 [  6834] By: jhi                                   on 2000/08/26  05:00:18
84476         Log: Continue IVdfing and UVxfing.
84477      Branch: perl
84478            ! ext/Storable/Storable.xs
84479 ____________________________________________________________________________
84480 [  6833] By: jhi                                   on 2000/08/26  04:53:14
84481         Log: Use IVdf.
84482      Branch: perl
84483            ! ext/Storable/Storable.xs
84484 ____________________________________________________________________________
84485 [  6832] By: jhi                                   on 2000/08/26  04:40:41
84486         Log: Document PTR2XX and INT2PTR.
84487      Branch: perl
84488            ! pod/perlguts.pod
84489 ____________________________________________________________________________
84490 [  6831] By: jhi                                   on 2000/08/26  04:33:18
84491         Log: Use UVxf, PTR2UV, NVff.
84492      Branch: perl
84493            ! ext/Storable/Storable.xs
84494 ____________________________________________________________________________
84495 [  6830] By: jhi                                   on 2000/08/26  04:31:32
84496         Log: Update the test count.
84497      Branch: perl
84498            ! t/lib/trig.t
84499 ____________________________________________________________________________
84500 [  6829] By: jhi                                   on 2000/08/26  03:05:50
84501         Log: Subject: [PATCH] installation not quite silent yet.
84502              From: <abigail@foad.org>
84503              Date: Fri, 25 Aug 2000 20:07:53 -0400
84504              Message-ID: <20000826000753.7822.qmail@foad.org>
84505      Branch: perl
84506            ! installman installperl
84507 ____________________________________________________________________________
84508 [  6828] By: jhi                                   on 2000/08/26  03:05:14
84509         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
84510              From: Spider Boardman <spider@web.zk3.dec.com>
84511              Date: Fri, 25 Aug 2000 19:12:40 -0400
84512              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
84513      Branch: perl
84514            ! gv.c
84515 ____________________________________________________________________________
84516 [  6827] By: jhi                                   on 2000/08/25  23:54:34
84517         Log: Support preserving extremely big/small angles.
84518      Branch: perl
84519            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
84520 ____________________________________________________________________________
84521 [  6826] By: jhi                                   on 2000/08/25  23:01:20
84522         Log: Patch installperl to be long double-aware.
84523              
84524              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
84525              From: Spider Boardman <spider@web.zk3.dec.com>
84526              Date: Fri, 25 Aug 2000 18:15:23 -0400
84527              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
84528      Branch: perl
84529            ! installperl
84530 ____________________________________________________________________________
84531 [  6825] By: jhi                                   on 2000/08/25  22:58:25
84532         Log: Remove duplicately applied patch shards.
84533              
84534              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
84535              From: Spider Boardman <spider@leggy.zk3.dec.com>
84536              Date: Fri, 25 Aug 2000 16:45:03 -0400
84537              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
84538      Branch: perl
84539            ! t/lib/cgi-html.t
84540 ____________________________________________________________________________
84541 [  6824] By: jhi                                   on 2000/08/25  22:57:00
84542         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
84543              From: Daniel Chetlin <daniel@chetlin.com>
84544              Date: Fri, 25 Aug 2000 12:23:16 -0700
84545              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
84546              
84547              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
84548              From: Daniel Chetlin <daniel@chetlin.com>
84549              Date: Fri, 25 Aug 2000 14:47:19 -0700
84550              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
84551      Branch: perl
84552            ! installman
84553 ____________________________________________________________________________
84554 [  6823] By: jhi                                   on 2000/08/25  22:44:17
84555         Log: Timestamp problem?
84556      Branch: perl
84557            ! uconfig.h uconfig.sh
84558 ____________________________________________________________________________
84559 [  6822] By: jhi                                   on 2000/08/25  19:01:06
84560         Log: One forgotten file from #6816.
84561      Branch: perl
84562            ! vos/config.h
84563 ____________________________________________________________________________
84564 [  6821] By: jhi                                   on 2000/08/25  18:56:39
84565         Log: Regen Changes.
84566      Branch: perl
84567            ! Changes patchlevel.h
84568 ____________________________________________________________________________
84569 [  6820] By: jhi                                   on 2000/08/25  18:52:35
84570         Log: Fix Changes ordering.
84571      Branch: perl
84572            ! Changes
84573 ____________________________________________________________________________
84574 [  6819] By: jhi                                   on 2000/08/25  18:50:25
84575         Log: Update Changes.
84576      Branch: perl
84577            ! Changes patchlevel.h
84578 ____________________________________________________________________________
84579 [  6818] By: jhi                                   on 2000/08/25  18:47:45
84580         Log: Tweak the sfio/useperlio logic, hopefully as wished in
84581              
84582              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
84583              From: Nicholas Clark <nick@babyhippo.co.uk>
84584              Date: Fri, 25 Aug 2000 12:01:45 +0100
84585              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
84586      Branch: metaconfig/U/perl
84587            ! d_sfio.U
84588      Branch: perl
84589            ! Configure
84590 ____________________________________________________________________________
84591 [  6817] By: jhi                                   on 2000/08/25  18:32:51
84592         Log: Allow microperl to assume <math.h>, without it the math
84593              functions like floor() are assumed to return int, which makes
84594              for core dumps in machines where integer and floating register
84595              don't mix.
84596      Branch: perl
84597            ! uconfig.h uconfig.sh
84598 ____________________________________________________________________________
84599 [  6816] By: jhi                                   on 2000/08/25  18:27:17
84600         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
84601              the problem reported in
84602              
84603              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
84604              From: danhale@us.ibm.com
84605              Date: Fri, 25 Aug 2000 10:58:06 -0400
84606              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
84607      Branch: metaconfig/U/perl
84608            + d_socks5_init.U
84609      Branch: perl
84610            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
84611            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
84612            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
84613            ! win32/config.gc win32/config.vc
84614 ____________________________________________________________________________
84615 [  6815] By: jhi                                   on 2000/08/25  17:43:31
84616         Log: A solution for the retrieve_fd autosplit warning,
84617              idea suggested by Mike Guy.
84618      Branch: perl
84619            ! ext/Storable/Storable.pm
84620 ____________________________________________________________________________
84621 [  6814] By: jhi                                   on 2000/08/25  17:16:03
84622         Log: Add install-silent target.
84623      Branch: perl
84624            ! Makefile.SH
84625 ____________________________________________________________________________
84626 [  6813] By: jhi                                   on 2000/08/25  17:14:23
84627         Log: Subject: Re: [PATCH] More silencing of installman.
84628              From: <abigail@foad.org>
84629              Date: Thu, 24 Aug 2000 19:27:03 -0400
84630              Message-ID: <20000824232703.7001.qmail@foad.org>
84631              
84632              Subject: Re: [PATCH] More silencing of installman.
84633              From: <abigail@foad.org>
84634              Date: Fri, 25 Aug 2000 03:00:58 -0400
84635              Message-ID: <20000825070058.10697.qmail@foad.org>
84636      Branch: perl
84637            ! installman
84638 ____________________________________________________________________________
84639 [  6812] By: jhi                                   on 2000/08/25  17:11:28
84640         Log: installperl --verbose and --silent.
84641              
84642              Subject: Re: [PATCH] More silencing of installman.
84643              From: <abigail@foad.org>
84644              Message-ID: <20000825064430.9719.qmail@foad.org>
84645              Date: Fri, 25 Aug 2000 02:44:30 -0400
84646      Branch: perl
84647            ! installperl
84648 ____________________________________________________________________________
84649 [  6811] By: jhi                                   on 2000/08/25  17:05:43
84650         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
84651              From: "Peter J. Farley III" <pjfarley@banet.net>
84652              Date: Thu, 24 Aug 2000 21:58:03 -0400
84653              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
84654              
84655              (applied slightly modified)
84656      Branch: perl
84657            ! lib/ExtUtils/MM_Unix.pm
84658 ____________________________________________________________________________
84659 [  6810] By: jhi                                   on 2000/08/25  17:01:18
84660         Log: Missing parts of 
84661              
84662              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
84663              From: Peter Prymmer <pvhp@forte.com>
84664              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
84665              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
84666      Branch: perl
84667            ! t/lib/cgi-html.t
84668 ____________________________________________________________________________
84669 [  6809] By: jhi                                   on 2000/08/25  16:46:32
84670         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
84671              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84672              Date: Thu, 24 Aug 2000 19:13:11 -0500
84673              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
84674      Branch: perl
84675            ! vms/vms.c
84676 ____________________________________________________________________________
84677 [  6808] By: jhi                                   on 2000/08/25  16:39:22
84678         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
84679              From: Peter Prymmer <pvhp@forte.com>
84680              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
84681              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
84682      Branch: perl
84683            ! configure.com
84684 ____________________________________________________________________________
84685 [  6807] By: jhi                                   on 2000/08/25  16:36:37
84686         Log: Better wording for the vec lvalue diagnostic.
84687              
84688              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
84689              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
84690              Date: Wed, 23 Aug 2000 14:12:16 -0400
84691              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
84692      Branch: perl
84693            ! pod/perldiag.pod
84694 ____________________________________________________________________________
84695 [  6806] By: jhi                                   on 2000/08/24  18:17:22
84696         Log: Subject: [PATCH] More silencing of installman.
84697              From: <abigail@foad.org>
84698              Date: Thu, 24 Aug 2000 14:01:44 -0400
84699              Message-ID: <20000824180144.20062.qmail@foad.org>
84700      Branch: perl
84701            ! installman
84702 ____________________________________________________________________________
84703 [  6805] By: jhi                                   on 2000/08/24  15:00:31
84704         Log: Update Changes.
84705      Branch: perl
84706            ! Changes patchlevel.h
84707 ____________________________________________________________________________
84708 [  6804] By: jhi                                   on 2000/08/24  14:59:07
84709         Log: Regen perltoc.
84710      Branch: perl
84711            ! pod/perltoc.pod
84712 ____________________________________________________________________________
84713 [  6803] By: jhi                                   on 2000/08/24  14:44:39
84714         Log: Show the doc file, not the temp file.
84715      Branch: perl
84716            ! installman
84717 ____________________________________________________________________________
84718 [  6802] By: jhi                                   on 2000/08/24  14:41:53
84719         Log: Continue silencing.
84720      Branch: perl
84721            ! installman
84722 ____________________________________________________________________________
84723 [  6801] By: jhi                                   on 2000/08/24  14:34:40
84724         Log: Actually do something with the silencer option.
84725      Branch: perl
84726            ! installman
84727 ____________________________________________________________________________
84728 [  6800] By: jhi                                   on 2000/08/24  14:26:22
84729         Log: Make installman to recognize the silence flag -S.
84730      Branch: perl
84731            ! installman
84732 ____________________________________________________________________________
84733 [  6799] By: jhi                                   on 2000/08/24  13:49:38
84734         Log: DOS patches and portability/porting notes, from Tim Jenness.
84735      Branch: perl
84736            ! lib/File/Temp.pm
84737 ____________________________________________________________________________
84738 [  6798] By: jhi                                   on 2000/08/24  13:48:27
84739         Log: Create directories in silence.
84740              
84741              Subject: [PATCH] Another silencer for MakeMaker
84742              From: andreas.koenig@anima.de (Andreas J. Koenig)
84743              Date: 24 Aug 2000 14:18:52 +0200
84744              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
84745      Branch: perl
84746            ! lib/ExtUtils/Command.pm
84747 ____________________________________________________________________________
84748 [  6797] By: jhi                                   on 2000/08/24  13:46:42
84749         Log: More liberal parsing of version numbers.
84750              
84751              Subject: Re: CPAN.pm beta for testing available
84752              From: andreas.koenig@anima.de (Andreas J. Koenig)
84753              Date: 24 Aug 2000 13:51:57 +0200
84754              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
84755      Branch: perl
84756            ! lib/CPAN.pm
84757 ____________________________________________________________________________
84758 [  6796] By: jhi                                   on 2000/08/24  13:44:36
84759         Log: Make "make install" by default silent.  A new "install-verbose"
84760              target is verbose.
84761      Branch: perl
84762            ! Makefile.SH
84763 ____________________________________________________________________________
84764 [  6795] By: jhi                                   on 2000/08/24  13:39:14
84765         Log: Add silencer flags to installperl.
84766              
84767              Subject: [PATCH] Making installperl silent.
84768              From: <abigail@foad.org>
84769              Date: Thu, 24 Aug 2000 05:01:45 -0400
84770              Message-ID: <20000824090145.13141.qmail@foad.org>
84771      Branch: perl
84772            ! installperl
84773 ____________________________________________________________________________
84774 [  6794] By: jhi                                   on 2000/08/24  13:35:50
84775         Log: installperl couldn't tell whether it had run tests or not.
84776              
84777              Subject: [PATCH] Re: installperl and t/TEST
84778              From: <abigail@foad.org>
84779              Date: Thu, 24 Aug 2000 04:00:53 -0400
84780              Message-ID: <20000824080053.2494.qmail@foad.org>
84781      Branch: perl
84782            ! Makefile.SH installperl
84783 ____________________________________________________________________________
84784 [  6793] By: jhi                                   on 2000/08/24  13:27:50
84785         Log: Drop the separate perlbc, perlcc -b should be enough.
84786      Branch: perl
84787            - utils/perlbc.PL
84788            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
84789 ____________________________________________________________________________
84790 [  6792] By: jhi                                   on 2000/08/24  04:41:30
84791         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
84792              plus the typo fix from Peter Prymmer.
84793      Branch: perl
84794            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
84795            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
84796 ____________________________________________________________________________
84797 [  6791] By: jhi                                   on 2000/08/24  02:10:43
84798         Log: Replace #6705 with a minimal doc patch.
84799              
84800              Subject: [PATCH 5.6.0] replace change #6705
84801              From: Jan Dubois <jand@ActiveState.com>
84802              Date: Wed, 23 Aug 2000 18:31:51 -0700
84803              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
84804      Branch: perl
84805            ! lib/Win32.pod win32/win32.c
84806 ____________________________________________________________________________
84807 [  6790] By: jhi                                   on 2000/08/23  17:52:00
84808         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
84809              From: Mike Guy <mjtg@cam.ac.uk>
84810              Date: Wed, 23 Aug 2000 18:38:46 +0100
84811              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
84812      Branch: perl
84813            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
84814 ____________________________________________________________________________
84815 [  6789] By: jhi                                   on 2000/08/23  15:34:21
84816         Log: Update Changes.
84817      Branch: perl
84818            ! Changes patchlevel.h
84819 ____________________________________________________________________________
84820 [  6788] By: jhi                                   on 2000/08/23  15:33:40
84821         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
84822              From: Wilfredo Sánchez <wsanchez@apple.com>
84823              Date: Tue, 22 Aug 2000 19:31:27 -0700
84824              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
84825      Branch: perl
84826            ! perl.h
84827 ____________________________________________________________________________
84828 [  6787] By: jhi                                   on 2000/08/23  15:29:31
84829         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
84830              From: Spider Boardman <spider@leggy.zk3.dec.com>
84831              Date: Wed, 23 Aug 2000 10:33:23 -0400
84832              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
84833      Branch: perl
84834            ! lib/Pod/Html.pm
84835 ____________________________________________________________________________
84836 [  6786] By: jhi                                   on 2000/08/23  15:28:11
84837         Log: Bad makefile.
84838      Branch: perl
84839            ! ext/B/Makefile.PL
84840 ____________________________________________________________________________
84841 [  6785] By: jhi                                   on 2000/08/23  14:37:04
84842         Log: Update Changes.
84843      Branch: perl
84844            ! Changes patchlevel.h
84845 ____________________________________________________________________________
84846 [  6784] By: jhi                                   on 2000/08/23  13:58:41
84847         Log: Portability fix from Hugo van der Sanden.
84848      Branch: perl
84849            ! ext/re/Makefile.PL
84850 ____________________________________________________________________________
84851 [  6783] By: jhi                                   on 2000/08/23  13:53:53
84852         Log: Storable support, v-version fixes.
84853              
84854              Subject: CPAN.pm beta for testing available
84855              From: andreas.koenig@anima.de (Andreas J. Koenig)
84856              Date: 22 Aug 2000 23:31:33 +0200
84857              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
84858      Branch: perl
84859            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
84860 ____________________________________________________________________________
84861 [  6782] By: jhi                                   on 2000/08/23  13:51:26
84862         Log: Mac and other portability updates from Chris Nandor.
84863      Branch: perl
84864            ! pod/perlmodinstall.pod
84865 ____________________________________________________________________________
84866 [  6781] By: jhi                                   on 2000/08/23  13:47:33
84867         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
84868              From: Peter Prymmer <pvhp@forte.com>
84869              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
84870              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
84871      Branch: perl
84872            ! ext/Storable/Storable.xs
84873 ____________________________________________________________________________
84874 [  6780] By: jhi                                   on 2000/08/23  13:33:34
84875         Log: VMS MMS (make) wants null action.
84876      Branch: perl
84877            ! ext/B/Makefile.PL
84878 ____________________________________________________________________________
84879 [  6779] By: jhi                                   on 2000/08/22  19:44:47
84880         Log: Forgot portability nit.
84881      Branch: perl
84882            ! t/lib/st-forgive.t
84883 ____________________________________________________________________________
84884 [  6778] By: jhi                                   on 2000/08/22  19:35:25
84885         Log: Be portable.
84886      Branch: perl
84887            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
84888            ! t/lib/st-store.t
84889 ____________________________________________________________________________
84890 [  6777] By: jhi                                   on 2000/08/22  18:50:53
84891         Log: Update Changes.
84892      Branch: perl
84893            ! Changes patchlevel.h
84894 ____________________________________________________________________________
84895 [  6776] By: jhi                                   on 2000/08/22  18:44:46
84896         Log: cSVOPo_*v things index into the current PL_curpad
84897              under ithreads, which is different from the curpad
84898              used by the XSUB.  (In other words, the code as-is
84899              before this patch wouldn't work under ithreads.)
84900              From Sarathy.
84901      Branch: perl
84902            ! ext/B/B.xs
84903 ____________________________________________________________________________
84904 [  6775] By: jhi                                   on 2000/08/22  18:18:37
84905         Log: Make the selection of NVff et al stricter.
84906      Branch: metaconfig/U/perl
84907            ! perlxvf.U
84908      Branch: perl
84909            ! Configure config_h.SH
84910 ____________________________________________________________________________
84911 [  6774] By: jhi                                   on 2000/08/22  17:19:42
84912         Log: perldelta nits.
84913      Branch: perl
84914            ! pod/perldelta.pod
84915 ____________________________________________________________________________
84916 [  6773] By: jhi                                   on 2000/08/22  17:06:26
84917         Log: Long double fixes from Spider Boardman.
84918              
84919              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
84920              From: system PRIVILEGED account <root@peano.zk3.dec.com>
84921              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
84922              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
84923      Branch: perl
84924            ! t/lib/bigfltpm.t t/lib/st-06compat.t
84925 ____________________________________________________________________________
84926 [  6772] By: jhi                                   on 2000/08/22  15:04:53
84927         Log: Update Changes.
84928      Branch: perl
84929            ! Changes patchlevel.h
84930 ____________________________________________________________________________
84931 [  6771] By: jhi                                   on 2000/08/22  15:01:44
84932         Log: perldelta fixes from Hugo van der Sanden.
84933      Branch: perl
84934            ! pod/perldelta.pod
84935 ____________________________________________________________________________
84936 [  6770] By: jhi                                   on 2000/08/22  14:34:49
84937         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
84938              From: Hugo <hv@crypt.compulink.co.uk>
84939              Date: Tue, 22 Aug 2000 11:21:53 +0100
84940              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
84941      Branch: perl
84942            ! regcomp.c
84943 ____________________________________________________________________________
84944 [  6769] By: jhi                                   on 2000/08/22  14:30:02
84945         Log: Add Yitzchak, reformat.
84946      Branch: perl
84947            ! Changes config_h.SH
84948 ____________________________________________________________________________
84949 [  6768] By: jhi                                   on 2000/08/22  14:21:35
84950         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
84951              and Spider Boardman.
84952      Branch: metaconfig
84953            ! U/compline/d_gconvert.U
84954      Branch: perl
84955            ! Configure
84956 ____________________________________________________________________________
84957 [  6767] By: jhi                                   on 2000/08/22  14:11:24
84958         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
84959              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84960              Date: Mon, 21 Aug 2000 19:08:31 -0700
84961              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
84962      Branch: perl
84963            - ext/Storable/patchlevel.h
84964            ! MANIFEST ext/Storable/MANIFEST
84965 ____________________________________________________________________________
84966 [  6766] By: jhi                                   on 2000/08/22  13:49:29
84967         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
84968              From: Peter Prymmer <pvhp@forte.com>
84969              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
84970              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
84971      Branch: perl
84972            ! configure.com ext/Storable/Makefile.PL
84973 ____________________________________________________________________________
84974 [  6765] By: jhi                                   on 2000/08/22  13:44:59
84975         Log: Subject: [PATCH blead] B:: missing dependency
84976              From: Hugo <hv@crypt.compulink.co.uk>
84977              Date: Tue, 22 Aug 2000 06:44:33 +0100
84978              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
84979      Branch: perl
84980            ! ext/B/Makefile.PL
84981 ____________________________________________________________________________
84982 [  6764] By: jhi                                   on 2000/08/22  13:38:12
84983         Log: More bytecompiler.
84984      Branch: perl
84985            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
84986 ____________________________________________________________________________
84987 [  6763] By: jhi                                   on 2000/08/22  13:36:44
84988         Log: Bytecompiler patches from Benjamin Stuhl.
84989      Branch: perl
84990            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
84991            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
84992            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
84993            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
84994            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
84995            ! perl.c perlapi.h pod/perldelta.pod
84996 ____________________________________________________________________________
84997 [  6762] By: jhi                                   on 2000/08/21  23:43:40
84998         Log: An obsoleted diagnostic.
84999      Branch: perl
85000            ! pod/perldelta.pod
85001 ____________________________________________________________________________
85002 [  6761] By: jhi                                   on 2000/08/21  23:01:45
85003         Log: The #6759 wasn't quite right.
85004      Branch: perl
85005            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
85006            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
85007            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85008            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85009            ! t/lib/st-tieditems.t
85010 ____________________________________________________________________________
85011 [  6760] By: jhi                                   on 2000/08/21  22:35:49
85012         Log: Be verydeepclean.
85013      Branch: perl
85014            ! Makefile.SH
85015 ____________________________________________________________________________
85016 [  6759] By: jhi                                   on 2000/08/21  22:25:40
85017         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
85018              From: Peter Prymmer <pvhp@forte.com>
85019              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
85020              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
85021      Branch: perl
85022            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
85023            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
85024            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85025            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85026            ! t/lib/st-tieditems.t
85027 ____________________________________________________________________________
85028 [  6758] By: jhi                                   on 2000/08/21  22:22:32
85029         Log: Few more casts, need reported in
85030              
85031              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
85032              From: Mike Stok <mike@stok.co.uk>
85033              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
85034              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
85035              
85036              and
85037              
85038              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
85039              From: abigail@foad.org
85040              Date: 21 Aug 2000 21:31:34 -0000
85041              Message-Id: <20000821213134.30170.qmail@foad.org>
85042      Branch: perl
85043            ! ext/Storable/Storable.xs
85044 ____________________________________________________________________________
85045 [  6757] By: jhi                                   on 2000/08/21  18:37:07
85046         Log: Update Changes.
85047      Branch: perl
85048            ! Changes patchlevel.h
85049 ____________________________________________________________________________
85050 [  6756] By: jhi                                   on 2000/08/21  18:34:02
85051         Log: A pod nit.
85052              
85053              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
85054              From: <abigail@foad.org>
85055              Date: Mon, 21 Aug 2000 14:00:16 -0400
85056              Message-ID: <20000821180016.28627.qmail@foad.org>
85057      Branch: perl
85058            ! pod/perlre.pod
85059 ____________________________________________________________________________
85060 [  6755] By: jhi                                   on 2000/08/21  18:30:56
85061         Log: Use PodParser 1.18 new test.
85062      Branch: perl
85063            ! t/pod/special_seqs.t t/pod/special_seqs.xr
85064 ____________________________________________________________________________
85065 [  6754] By: jhi                                   on 2000/08/21  18:28:35
85066         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
85067              patches cannot be applied since #6712 conflicts.
85068      Branch: perl
85069            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
85070 ____________________________________________________________________________
85071 [  6753] By: jhi                                   on 2000/08/21  18:15:11
85072         Log: Weed out some smaller changes.
85073      Branch: perl
85074            ! pod/perldelta.pod
85075 ____________________________________________________________________________
85076 [  6752] By: jhi                                   on 2000/08/21  18:02:30
85077         Log: Also under djgpp the timestamps are funky.
85078      Branch: perl
85079            ! t/op/stat.t
85080 ____________________________________________________________________________
85081 [  6751] By: jhi                                   on 2000/08/21  17:55:56
85082         Log: Tweak the floating point output routine preferences.
85083      Branch: metaconfig
85084            ! U/compline/d_gconvert.U
85085      Branch: perl
85086            ! Configure
85087 ____________________________________________________________________________
85088 [  6750] By: jhi                                   on 2000/08/21  17:51:29
85089         Log: Unicos/mk requires elaborate paranoia.
85090      Branch: perl
85091            ! lib/Math/Complex.pm
85092 ____________________________________________________________________________
85093 [  6749] By: gsar                                  on 2000/08/21  16:53:31
85094         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
85095      Branch: perl
85096            ! lib/Cwd.pm
85097 ____________________________________________________________________________
85098 [  6748] By: gsar                                  on 2000/08/21  16:22:19
85099         Log: free TLS slot properly on Windows
85100      Branch: perl
85101            ! thread.h win32/perllib.c win32/win32thread.h
85102 ____________________________________________________________________________
85103 [  6747] By: jhi                                   on 2000/08/21  16:20:58
85104         Log: Rename the macro argument because some preprocessors
85105              can't tell the difference and expand arguments also inside
85106              double quoted strings.
85107      Branch: perl
85108            ! regcomp.c
85109 ____________________________________________________________________________
85110 [  6746] By: jhi                                   on 2000/08/21  16:09:41
85111         Log: Support long doubles in Storable.
85112              
85113              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
85114              From: Radu Greab <radu@netsoft.ro>
85115              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
85116              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
85117      Branch: perl
85118            ! ext/Storable/Storable.xs
85119 ____________________________________________________________________________
85120 [  6745] By: jhi                                   on 2000/08/21  15:51:40
85121         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
85122              From: "Fifer, Eric" <EFifer@sanwaint.com>
85123              Date: Mon, 21 Aug 2000 15:34:49 +0100
85124              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
85125      Branch: perl
85126            ! t/pragma/warn/9enabled
85127 ____________________________________________________________________________
85128 [  6744] By: jhi                                   on 2000/08/21  15:39:35
85129         Log: Document the endianness of Alpha more precisely.
85130      Branch: perl
85131            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
85132            ! pod/perlport.pod
85133 ____________________________________________________________________________
85134 [  6743] By: jhi                                   on 2000/08/21  14:47:05
85135         Log: perldelta fixes from the p5p crowd.
85136      Branch: perl
85137            ! pod/perldelta.pod pod/perlop.pod
85138 ____________________________________________________________________________
85139 [  6742] By: jhi                                   on 2000/08/21  13:34:51
85140         Log: Update to Pod::LaTeX 0.53.
85141              
85142              Subject: [PATCH] lib/Pod/LaTeX.pm updates
85143              From: Tim Jenness <timj@jach.hawaii.edu>
85144              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
85145              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
85146      Branch: perl
85147            ! lib/Pod/LaTeX.pm
85148 ____________________________________________________________________________
85149 [  6741] By: jhi                                   on 2000/08/21  13:33:01
85150         Log: Subject: [PATCH] os2.c fix for use64bitint
85151              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85152              Date: Mon, 21 Aug 2000 01:32:25 -0700
85153              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
85154      Branch: perl
85155            ! os2/os2.c
85156 ____________________________________________________________________________
85157 [  6740] By: jhi                                   on 2000/08/21  13:28:52
85158         Log: Array context keeps slithering in.
85159              
85160              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
85161              From: Daniel Chetlin <daniel@chetlin.com>
85162              Date: Sun, 20 Aug 2000 21:40:25 -0700
85163              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
85164      Branch: perl
85165            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
85166            ! pod/perldebtut.pod
85167 ____________________________________________________________________________
85168 [  6739] By: jhi                                   on 2000/08/21  13:23:55
85169         Log: Big-endian quad fixes for Storable from Radu Greab,
85170              plus few explicit null casts for picky compilers.
85171      Branch: perl
85172            ! ext/Storable/Storable.xs
85173 ____________________________________________________________________________
85174 [  6738] By: gsar                                  on 2000/08/21  05:56:13
85175         Log: small tweaks for change#6705: avoid C++ style comments in C code;
85176              use Perl's malloc API rather than the low level system one
85177      Branch: perl
85178            ! win32/win32.c
85179 ____________________________________________________________________________
85180 [  6737] By: gsar                                  on 2000/08/21  05:35:41
85181         Log: add Storable to list of extensions on Windows
85182      Branch: perl
85183            ! win32/Makefile win32/makefile.mk
85184 ____________________________________________________________________________
85185 [  6736] By: jhi                                   on 2000/08/21  02:57:53
85186         Log: Update Changes.
85187      Branch: perl
85188            ! Changes patchlevel.h
85189 ____________________________________________________________________________
85190 [  6735] By: jhi                                   on 2000/08/21  02:57:20
85191         Log: Draft 0.
85192      Branch: perl
85193            ! pod/perldelta.pod
85194 ____________________________________________________________________________
85195 [  6734] By: jhi                                   on 2000/08/21  02:57:03
85196         Log: Add Storable 0.7.2 from Raphael Manfredi,
85197              plus the patch from
85198              
85199              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
85200              From: Radu Greab <radu@netsoft.ro>
85201              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
85202              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
85203              
85204              plus changes to get Storable to compile with
85205              picky ANSI compilers.
85206      Branch: perl
85207            + ext/Storable/ChangeLog ext/Storable/MANIFEST
85208            + ext/Storable/Makefile.PL ext/Storable/README
85209            + ext/Storable/Storable.pm ext/Storable/Storable.xs
85210            + ext/Storable/patchlevel.h t/lib/st-06compat.t
85211            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
85212            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
85213            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85214            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85215            + t/lib/st-tieditems.t
85216            ! MANIFEST
85217 ____________________________________________________________________________
85218 [  6733] By: jhi                                   on 2000/08/21  02:29:09
85219         Log: The correct cleaning order is an art.
85220      Branch: perl
85221            ! Makefile.SH
85222 ____________________________________________________________________________
85223 [  6732] By: jhi                                   on 2000/08/21  01:23:39
85224         Log: The #6724 is here.
85225      Branch: perl
85226            ! t/lib/ftmp-security.t
85227 ____________________________________________________________________________
85228 [  6731] By: jhi                                   on 2000/08/20  23:17:03
85229         Log: s/this one/the 5.6.0 release/
85230      Branch: perl
85231            ! pod/perl56delta.pod
85232 ____________________________________________________________________________
85233 [  6730] By: jhi                                   on 2000/08/20  23:07:34
85234         Log: Mention perlebcdic and perlposix-bc.
85235      Branch: perl
85236            ! pod/perlport.pod
85237 ____________________________________________________________________________
85238 [  6729] By: jhi                                   on 2000/08/20  21:32:59
85239         Log: Document the number of exponent digits.
85240      Branch: perl
85241            ! pod/perlfunc.pod
85242 ____________________________________________________________________________
85243 [  6728] By: jhi                                   on 2000/08/20  21:16:47
85244         Log: Use File::Spec->tmpdir().
85245              
85246              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
85247              From: Tim Jenness <timj@jach.hawaii.edu>
85248              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
85249              MIME-Version: 1.0
85250              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
85251      Branch: perl
85252            ! utils/perlbug.PL
85253 ____________________________________________________________________________
85254 [  6727] By: jhi                                   on 2000/08/20  20:43:32
85255         Log: Update Changes.
85256      Branch: perl
85257            ! Changes patchlevel.h
85258 ____________________________________________________________________________
85259 [  6726] By: jhi                                   on 2000/08/20  20:41:44
85260         Log: The veryclean target needs to clobber.
85261      Branch: perl
85262            ! Makefile.SH
85263 ____________________________________________________________________________
85264 [  6725] By: jhi                                   on 2000/08/20  20:37:38
85265         Log: Document odd vs even subreleases and -Dusedevel.
85266      Branch: perl
85267            ! INSTALL
85268 ____________________________________________________________________________
85269 [  6724] By: jhi                                   on 2000/08/20  19:58:05
85270         Log: Use temporary directory instead of current directory.
85271              
85272              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
85273              From: Tim Jenness <timj@jach.hawaii.edu>
85274              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
85275              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
85276      Branch: perl
85277            ! t/lib/ftmp-security.t
85278 ____________________________________________________________________________
85279 [  6723] By: jhi                                   on 2000/08/20  19:55:55
85280         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
85281              From: andreas.koenig@anima.de (Andreas J. Koenig)
85282              Date: 20 Aug 2000 15:52:03 +0200
85283              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
85284      Branch: perl
85285            ! lib/ExtUtils/MM_Unix.pm
85286 ____________________________________________________________________________
85287 [  6722] By: jhi                                   on 2000/08/20  19:46:01
85288         Log: Update to CGI 2.72, from Lincoln Stein.
85289      Branch: perl
85290            ! lib/CGI.pm
85291 ____________________________________________________________________________
85292 [  6721] By: jhi                                   on 2000/08/20  19:43:54
85293         Log: (Replaced by #8364.)
85294              
85295              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
85296              From: Radu Greab <radu@netsoft.ro>
85297              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
85298              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
85299      Branch: perl
85300            ! ext/GDBM_File/GDBM_File.xs
85301 ____________________________________________________________________________
85302 [  6720] By: jhi                                   on 2000/08/20  19:42:01
85303         Log: pp_open() could pass an uninitialized filename down to do_open9().
85304      Branch: perl
85305            ! pp_sys.c
85306 ____________________________________________________________________________
85307 [  6719] By: jhi                                   on 2000/08/20  14:06:41
85308         Log: UTF8 concat fixes.
85309              
85310              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
85311              From: Hugo <hv@crypt.compulink.co.uk>
85312              Date: Sun, 20 Aug 2000 07:30:46 +0100
85313              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
85314      Branch: perl
85315            ! pp_hot.c t/op/append.t
85316 ____________________________________________________________________________
85317 [  6718] By: jhi                                   on 2000/08/20  02:09:37
85318         Log: Let's try #6717 again.
85319      Branch: perl
85320            ! lib/File/Temp.pm
85321 ____________________________________________________________________________
85322 [  6717] By: jhi                                   on 2000/08/20  01:56:55
85323         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
85324              From: "Craig A. Berry" <craig.berry@metamorgs.com>
85325              Date: Sat, 19 Aug 2000 18:15:39 -0500
85326              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
85327      Branch: perl
85328            ! lib/File/Temp.pm
85329 ____________________________________________________________________________
85330 [  6716] By: jhi                                   on 2000/08/19  15:50:11
85331         Log: Update Changes.
85332      Branch: perl
85333            ! Changes patchlevel.h
85334 ____________________________________________________________________________
85335 [  6715] By: jhi                                   on 2000/08/19  15:39:09
85336         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
85337              From: Jonathan D Johnston <jdjohnston2@juno.com>
85338              Date: Thu, 17 Aug 2000 23:13:01 -0400       
85339              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
85340      Branch: perl
85341            ! pod/perlfunc.pod
85342 ____________________________________________________________________________
85343 [  6714] By: jhi                                   on 2000/08/19  15:34:04
85344         Log: Introduce a 'veryclean' target that is like 'distclean'
85345              but also removes *~ and *.orig.
85346      Branch: perl
85347            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
85348            ! utils/Makefile x2p/Makefile.SH
85349 ____________________________________________________________________________
85350 [  6713] By: jhi                                   on 2000/08/19  14:15:45
85351         Log: Put back the long double avoidance code to POSIX.xs
85352              because VMS seems to need it still.
85353      Branch: perl
85354            ! ext/POSIX/POSIX.xs
85355 ____________________________________________________________________________
85356 [  6712] By: jhi                                   on 2000/08/19  14:10:41
85357         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
85358              From: Peter Prymmer <pvhp@forte.com>
85359              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
85360              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
85361      Branch: perl
85362            ! lib/Pod/Find.pm t/pod/find.t
85363 ____________________________________________________________________________
85364 [  6711] By: jhi                                   on 2000/08/19  14:09:19
85365         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
85366              From: Peter Prymmer <pvhp@forte.com>
85367              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
85368              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
85369              cc: vmsperl@perl.org
85370      Branch: perl
85371            ! t/lib/peek.t
85372 ____________________________________________________________________________
85373 [  6710] By: jhi                                   on 2000/08/19  14:08:01
85374         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
85375              From: Jan Dubois <jand@ActiveState.com>
85376              Date: Fri, 18 Aug 2000 16:31:48 -0700
85377              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
85378      Branch: perl
85379            ! win32/win32.c
85380 ____________________________________________________________________________
85381 [  6709] By: jhi                                   on 2000/08/19  14:06:57
85382         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
85383              
85384              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
85385              From: Spider.Boardman@Orb.Nashua.NH.US
85386              Date: Fri, 18 Aug 2000 18:41:14 -0400
85387              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
85388      Branch: perl
85389            ! regcomp.c
85390 ____________________________________________________________________________
85391 [  6708] By: jhi                                   on 2000/08/18  22:04:49
85392         Log: Update Changes.
85393      Branch: perl
85394            ! Changes patchlevel.h
85395 ____________________________________________________________________________
85396 [  6707] By: jhi                                   on 2000/08/18  21:55:14
85397         Log: Add warnif(), check warnings further up the stack,
85398              all the warnings functions now can take an optional object reference.
85399              
85400              Subject: [PATCH bleedperl@6691] warnings pragma update
85401              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
85402              Date: Fri, 18 Aug 2000 22:42:06 +0100
85403              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
85404      Branch: perl
85405            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
85406            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
85407            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
85408 ____________________________________________________________________________
85409 [  6706] By: jhi                                   on 2000/08/18  21:41:45
85410         Log: Typo in pp_complement().
85411              
85412              Subject: [PATCH perl-current] Deparse
85413              From: Peter Scott <Peter@PSDT.com>
85414              Date: Fri, 18 Aug 2000 12:44:37 -0700
85415              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
85416      Branch: perl
85417            ! ext/B/B/Deparse.pm
85418 ____________________________________________________________________________
85419 [  6705] By: jhi                                   on 2000/08/18  21:25:59
85420         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
85421              From: Jan Dubois <jand@ActiveState.com>
85422              Date: Fri, 18 Aug 2000 14:22:51 -0700
85423              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
85424      Branch: perl
85425            ! lib/Win32.pod win32/win32.c
85426 ____________________________________________________________________________
85427 [  6704] By: jhi                                   on 2000/08/18  21:16:14
85428         Log: Don't eat leading os from index entries.
85429              
85430              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
85431              From: Russ Allbery <rra@stanford.edu>
85432              Date: 10 Aug 2000 20:49:25 -0700
85433              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
85434      Branch: perl
85435            ! lib/Pod/Man.pm
85436 ____________________________________________________________________________
85437 [  6703] By: jhi                                   on 2000/08/18  21:07:06
85438         Log: Add [[:blank:]] as suggested in
85439              
85440              Subject: [ID 20000716.024] [=cc=] / [:blank:]
85441              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
85442              Date: Sun, 16 Jul 2000 17:55:29 -0700
85443              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
85444              
85445              (the [=cc=] has already been taken care of by #6439
85446              so the whole bug report can be closed)
85447              
85448              and make [[:space:]] to be equivalent to isspace(3)
85449              (as opposed to \s, which is isSPACE()).  The difference
85450              is that now [[:space:]] matches the mythical vertical tab,
85451              while \s doesn't.
85452      Branch: perl
85453            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
85454            ! regexec.c t/op/pat.t
85455 ____________________________________________________________________________
85456 [  6702] By: jhi                                   on 2000/08/18  18:47:47
85457         Log: The new tests were missing from #6415.
85458      Branch: perl
85459            ! t/op/bop.t
85460 ____________________________________________________________________________
85461 [  6701] By: jhi                                   on 2000/08/18  18:20:40
85462         Log: Document the NDBM_File and ODBM_File as SDBM_File
85463              was documented in #6417.
85464      Branch: perl
85465            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
85466            ! ext/SDBM_File/SDBM_File.pm
85467 ____________________________________________________________________________
85468 [  6700] By: jhi                                   on 2000/08/18  18:10:39
85469         Log: Subject: [PATCH perl@6698] cygwin port
85470              From: "Fifer, Eric" <EFifer@sanwaint.com>
85471              Date: Fri, 18 Aug 2000 17:30:05 +0100
85472              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
85473      Branch: perl
85474            ! lib/File/Temp.pm
85475 ____________________________________________________________________________
85476 [  6699] By: jhi                                   on 2000/08/18  16:21:49
85477         Log: Document code point which makes if (defined %stash::) to work
85478              (noted by Spider Boardman).
85479      Branch: perl
85480            ! op.c
85481 ____________________________________________________________________________
85482 [  6698] By: jhi                                   on 2000/08/18  13:43:27
85483         Log: Update Changes.
85484      Branch: perl
85485            ! Changes patchlevel.h
85486 ____________________________________________________________________________
85487 [  6697] By: jhi                                   on 2000/08/18  13:35:57
85488         Log: Tiny Getopt::Long patch from Johan Vromans.
85489      Branch: perl
85490            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
85491 ____________________________________________________________________________
85492 [  6696] By: jhi                                   on 2000/08/18  13:26:14
85493         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
85494              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
85495              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
85496              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
85497      Branch: perl
85498            ! pod/perldiag.pod pod/perlsyn.pod
85499 ____________________________________________________________________________
85500 [  6695] By: jhi                                   on 2000/08/18  13:13:26
85501         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
85502              From: Daniel Chetlin <daniel@chetlin.com>
85503              Date: Fri, 18 Aug 2000 03:13:36 -0700
85504              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
85505      Branch: perl
85506            ! pod/perlfunc.pod
85507 ____________________________________________________________________________
85508 [  6694] By: jhi                                   on 2000/08/18  13:08:05
85509         Log: Subject: [PATCH] perltrap.pod spring cleaning
85510              From: Daniel Chetlin <daniel@chetlin.com>
85511              Date: Fri, 18 Aug 2000 03:06:54 -0700
85512              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
85513              
85514              plus Mike Guy's nitfix.
85515      Branch: perl
85516            ! pod/perltrap.pod
85517 ____________________________________________________________________________
85518 [  6693] By: jhi                                   on 2000/08/18  13:00:26
85519         Log: Unbuffer the output.
85520              
85521              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
85522              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85523              Date: Thu, 17 Aug 2000 18:39:29 -0700
85524              Message-ID: <RPJn5gzkgydf092yn@efn.org>
85525      Branch: perl
85526            ! t/op/fork.t
85527 ____________________________________________________________________________
85528 [  6692] By: jhi                                   on 2000/08/18  05:19:17
85529         Log: Delete the image, too, not just its MANIFEStation.
85530      Branch: perl
85531            - lib/CGI/eg/wilogo.gif
85532 ____________________________________________________________________________
85533 [  6691] By: jhi                                   on 2000/08/18  05:10:26
85534         Log: Propagate new Configure vars.
85535      Branch: perl
85536            ! configure.com epoc/config.sh uconfig.h uconfig.sh
85537            ! vos/config.def vos/config.h vos/config_h.SH_orig
85538            ! win32/config.bc win32/config.gc win32/config.vc
85539            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
85540 ____________________________________________________________________________
85541 [  6690] By: jhi                                   on 2000/08/18  04:30:56
85542         Log: Update Changes.
85543      Branch: perl
85544            ! Changes patchlevel.h
85545 ____________________________________________________________________________
85546 [  6689] By: jhi                                   on 2000/08/18  04:12:30
85547         Log: Fix the lib/complex failure of
85548              
85549              From: abigail@foad.org
85550              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
85551              Date: 15 Aug 2000 04:06:38 -0000
85552              Message-Id: <20000815040638.8524.qmail@foad.org> 
85553              
85554              Linux long double accuracy issue: something that
85555              when printed with %g looks like "2" but int() of it is 1.
85556      Branch: perl
85557            ! lib/Math/Complex.pm
85558 ____________________________________________________________________________
85559 [  6688] By: jhi                                   on 2000/08/18  03:15:35
85560         Log: The byteorder code in #6671 was wrong.
85561      Branch: perl
85562            ! configpm
85563 ____________________________________________________________________________
85564 [  6687] By: jhi                                   on 2000/08/18  02:08:42
85565         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
85566              From: Jan Dubois <jand@ActiveState.com>
85567              Date: Thu, 17 Aug 2000 18:31:55 -0700
85568              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
85569      Branch: perl
85570            ! sv.c
85571 ____________________________________________________________________________
85572 [  6686] By: jhi                                   on 2000/08/18  02:04:15
85573         Log: Use NVs in POSIX math, not doubles.
85574              
85575              From: abigail@foad.org
85576              Subject: [ID 20000817.014] POSIX & modfl
85577              Date: 17 Aug 2000 20:49:18 -0000
85578              Message-Id: <20000817204918.23123.qmail@foad.org>
85579      Branch: perl
85580            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
85581 ____________________________________________________________________________
85582 [  6685] By: jhi                                   on 2000/08/18  02:02:12
85583         Log: Introduce NVef, NVff, and NVgf, use the middle one.
85584              (helps for lib/peek + Linux + long doubles)  Reported in
85585              
85586              From: abigail@foad.org
85587              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
85588              Date: 15 Aug 2000 04:06:38 -0000
85589              Message-Id: <20000815040638.8524.qmail@foad.org> 
85590              
85591              (note: the lib/complex failure has not yet been addressed)
85592      Branch: metaconfig/U/perl
85593            ! perlxvf.U
85594      Branch: perl
85595            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85596            ! config_h.SH dump.c perl.h pod/perlguts.pod
85597 ____________________________________________________________________________
85598 [  6684] By: jhi                                   on 2000/08/17  23:22:19
85599         Log: Add byteorder to the myconfig output.
85600      Branch: perl
85601            ! myconfig.SH
85602 ____________________________________________________________________________
85603 [  6683] By: jhi                                   on 2000/08/17  23:20:19
85604         Log: The image doth not exist, spotted by Johan Vromans.
85605      Branch: perl
85606            ! MANIFEST
85607 ____________________________________________________________________________
85608 [  6682] By: jhi                                   on 2000/08/17  22:38:16
85609         Log: Document what the backtick returns if the command fails.
85610      Branch: perl
85611            ! pod/perlop.pod
85612 ____________________________________________________________________________
85613 [  6681] By: jhi                                   on 2000/08/17  22:33:12
85614         Log: Do not use prototyping here.
85615              
85616              Subject: [ID 20000817.016] [PATCH] Peek.xs
85617              From: abigail@foad.org
85618              Date: 17 Aug 2000 20:55:56 -0000
85619              Message-Id: <20000817205556.24270.qmail@foad.org>
85620      Branch: perl
85621            ! ext/Devel/Peek/Makefile.PL
85622 ____________________________________________________________________________
85623 [  6680] By: jhi                                   on 2000/08/17  19:46:43
85624         Log: Don't propose using modules built for 5.005 if no binary
85625              compatibility with 5.005 is attempted.
85626              
85627              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
85628              Subject: Minor nit with 5.7.0 (6655)
85629              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
85630              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
85631      Branch: metaconfig
85632            ! U/installdirs/inc_version_list.U
85633      Branch: perl
85634            ! Configure config_h.SH
85635 ____________________________________________________________________________
85636 [  6679] By: jhi                                   on 2000/08/17  19:16:39
85637         Log: Microperl config update.
85638      Branch: perl
85639            ! uconfig.h uconfig.sh
85640 ____________________________________________________________________________
85641 [  6678] By: jhi                                   on 2000/08/17  19:16:13
85642         Log: The #6648 wasn't protective enough for limited platforms
85643              (like microperl).
85644      Branch: perl
85645            ! dump.c sv.c
85646 ____________________________________________________________________________
85647 [  6677] By: jhi                                   on 2000/08/17  14:46:35
85648         Log: Update Changes.
85649      Branch: perl
85650            ! Changes patchlevel.h
85651 ____________________________________________________________________________
85652 [  6676] By: jhi                                   on 2000/08/17  14:44:02
85653         Log: Add perlebcdic from Peter Prymmer, regen toc.
85654      Branch: perl
85655            + pod/perlebcdic.pod
85656            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
85657 ____________________________________________________________________________
85658 [  6675] By: jhi                                   on 2000/08/17  14:41:52
85659         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
85660      Branch: perl
85661            ! pod/perldebtut.pod
85662 ____________________________________________________________________________
85663 [  6674] By: jhi                                   on 2000/08/17  14:29:43
85664         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
85665              
85666              Subject: [ID 20000724.006] -DLEAKTEST problem
85667              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
85668              Date: Tue, 25 Jul 2000 00:36:32 -0500
85669              Message-Id: <20000725003632.A26186@www.llamacom.com>
85670              
85671              Reminder sent
85672              
85673              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
85674              From: Hugo <hv@crypt.compulink.co.uk>
85675              Date: Thu, 17 Aug 2000 15:23:42 +0100
85676              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
85677      Branch: perl
85678            ! util.c
85679 ____________________________________________________________________________
85680 [  6673] By: jhi                                   on 2000/08/17  04:07:10
85681         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
85682              From: John Peacock <JPeacock@UnivPress.com>
85683              Date: Tue, 01 Aug 2000 09:38:12 -0400
85684              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
85685      Branch: perl
85686            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
85687 ____________________________________________________________________________
85688 [  6672] By: jhi                                   on 2000/08/17  03:04:35
85689         Log: Subject: [PATCH] Cwd.pm now uses strict
85690              From: Tim Jenness <timj@jach.hawaii.edu>
85691              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
85692              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
85693      Branch: perl
85694            ! lib/Cwd.pm
85695 ____________________________________________________________________________
85696 [  6671] By: jhi                                   on 2000/08/17  02:16:35
85697         Log: Make $Config{byteorder} more magical so that it is
85698              dynamically computed: nice for 'fat binaries'.
85699              
85700              Subject: [PATCH]: default byteorder
85701              From: Wilfredo Sánchez <wsanchez@apple.com>
85702              Date: Mon, 31 Jul 2000 19:45:31 -0700
85703              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
85704      Branch: perl
85705            ! configpm
85706 ____________________________________________________________________________
85707 [  6670] By: gsar                                  on 2000/08/17  01:22:21
85708         Log: move WNOHANG definition to where other such things are
85709      Branch: perl
85710            ! win32/win32.h
85711 ____________________________________________________________________________
85712 [  6669] By: jhi                                   on 2000/08/17  01:19:17
85713         Log: Update Changes.
85714      Branch: perl
85715            ! Changes patchlevel.h
85716 ____________________________________________________________________________
85717 [  6668] By: jhi                                   on 2000/08/17  01:16:29
85718         Log: Doc nits spotted by Richard Soderberg.
85719      Branch: perl
85720            ! README.posix-bc README.vmesa
85721 ____________________________________________________________________________
85722 [  6667] By: jhi                                   on 2000/08/17  01:12:11
85723         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
85724              From: "Casey R. Tweten" <crt@kiski.net>
85725              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
85726              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
85727      Branch: perl
85728            ! pod/perldebtut.pod
85729 ____________________________________________________________________________
85730 [  6666] By: jhi                                   on 2000/08/17  01:09:31
85731         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
85732              From: "Casey R. Tweten" <crt@kiski.net>
85733              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
85734              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
85735      Branch: perl
85736            ! lib/Shell.pm
85737 ____________________________________________________________________________
85738 [  6665] By: gsar                                  on 2000/08/17  01:03:52
85739         Log: add "ok" targets from change#6632 in makefile.mk
85740      Branch: perl
85741            ! pod/perlport.pod win32/Makefile win32/makefile.mk
85742 ____________________________________________________________________________
85743 [  6664] By: gsar                                  on 2000/08/17  00:56:11
85744         Log: avoid warnings from dense compiler
85745      Branch: perl
85746            ! win32/win32.c
85747 ____________________________________________________________________________
85748 [  6663] By: jhi                                   on 2000/08/17  00:51:49
85749         Log: Tweak the regex compilation errors once more.
85750      Branch: perl
85751            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
85752            ! t/op/regmesg.t t/pragma/warn/regcomp
85753 ____________________________________________________________________________
85754 [  6662] By: gsar                                  on 2000/08/17  00:28:19
85755         Log: trailing new %ENV entries weren't being pushed into the real
85756              environment of subprocesses on Windows
85757      Branch: perl
85758            ! t/op/magic.t win32/perlhost.h
85759 ____________________________________________________________________________
85760 [  6661] By: gsar                                  on 2000/08/17  00:19:20
85761         Log: waitpid() now handles externally spawned pids correctly;
85762              fixes for backtick/wait/waitpid failures on Windows 9x
85763              
85764              these changes make the pid returned by process functions on
85765              Windows 9x always positive by clearing the high bit (which
85766              is always set on Win9x); pseudo-process PIDs are likewise
85767              always negative now on Win9x (just as on NT/2000)
85768      Branch: perl
85769            ! pp_sys.c win32/perlhost.h win32/win32.c
85770 ____________________________________________________________________________
85771 [  6660] By: jhi                                   on 2000/08/17  00:04:32
85772         Log: Retract #6645.
85773      Branch: perl
85774            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85775            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
85776            ! t/op/sprintf.t
85777 ____________________________________________________________________________
85778 [  6659] By: gsar                                  on 2000/08/16  23:59:28
85779         Log: on windows, the return values from wait() and waitpid() don't
85780              match those of pseudo-pids
85781      Branch: perl
85782            ! pp_sys.c t/op/fork.t util.c win32/win32.c
85783 ____________________________________________________________________________
85784 [  6658] By: gsar                                  on 2000/08/16  23:56:14
85785         Log: pod nit seen in passing
85786      Branch: perl
85787            ! pod/perlfunc.pod
85788 ____________________________________________________________________________
85789 [  6657] By: gsar                                  on 2000/08/16  23:53:42
85790         Log: change#6328 could make close(SOCKET) return false on windows
85791              when it shouldn't
85792      Branch: perl
85793            ! win32/win32sck.c
85794 ____________________________________________________________________________
85795 [  6656] By: gsar                                  on 2000/08/16  23:46:57
85796         Log: check that the number pseudo children doesn't exceed
85797              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
85798              the WaitForMultipleObjects() limit that would cause wait()
85799              to crash)
85800              
85801              wait() and waitpid() could potentially be rewritten to use
85802              more than one thread to do the waiting to eliminate this
85803              limitation
85804      Branch: perl
85805            ! win32/perlhost.h
85806 ____________________________________________________________________________
85807 [  6655] By: jhi                                   on 2000/08/16  14:11:05
85808         Log: Update Changes.
85809      Branch: perl
85810            ! Changes patchlevel.h
85811 ____________________________________________________________________________
85812 [  6654] By: jhi                                   on 2000/08/16  14:10:12
85813         Log: Update to perldebtut 1.9, from Richard Foley.
85814      Branch: perl
85815            ! pod/perldebtut.pod
85816 ____________________________________________________________________________
85817 [  6653] By: jhi                                   on 2000/08/16  14:08:17
85818         Log: Change the regx compilation error markers to use = instead of <
85819              since pod makes using the latter quite messy.  Reported in
85820              ID 20000814.006 by Abigail and in
85821              Subject: Unknown escape E<> ?
85822              From: Lupe Christoph <lupe@lupe-christoph.de>
85823              Date: Fri, 11 Aug 2000 00:30:27 +0200
85824              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
85825      Branch: perl
85826            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
85827            ! t/op/regmesg.t t/pragma/warn/regcomp
85828 ____________________________________________________________________________
85829 [  6652] By: jhi                                   on 2000/08/16  13:25:31
85830         Log: Change the perlbug address to perl.org since it's more forgiving.
85831              
85832              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
85833              From: abigail@foad.org
85834              Date: 15 Aug 2000 04:15:40 -0000
85835              Message-Id: <20000815041540.8633.qmail@foad.org>
85836      Branch: perl
85837            ! utils/perlbug.PL
85838 ____________________________________________________________________________
85839 [  6651] By: jhi                                   on 2000/08/16  13:22:35
85840         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
85841              From: Tim Jenness <timj@jach.hawaii.edu>
85842              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
85843              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
85844      Branch: perl
85845            ! lib/Cwd.pm
85846 ____________________________________________________________________________
85847 [  6650] By: jhi                                   on 2000/08/16  13:18:13
85848         Log: Update to CPAN 1.57.
85849              
85850              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
85851              From: andreas.koenig@anima.de (Andreas J. Koenig)
85852              Date: 16 Aug 2000 15:09:46 +0200
85853              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
85854      Branch: perl
85855            ! lib/CPAN.pm
85856 ____________________________________________________________________________
85857 [  6649] By: jhi                                   on 2000/08/16  13:12:31
85858         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
85859              From: "Larry W. Virden" <lvirden@cas.org>
85860              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
85861              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
85862      Branch: perl
85863            ! README.hpux
85864 ____________________________________________________________________________
85865 [  6648] By: jhi                                   on 2000/08/16  13:03:53
85866         Log: The numeric locale was reset to "C" by s?printf and never restored.
85867              
85868              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
85869              From: Christian Kirsch <ck@held.mind.de>
85870              Date: Wed, 9 Aug 2000 17:05:17 +0200
85871              Message-Id: <20000809170517.A25389@held>
85872              
85873              No test since adding the failing example to locale.t
85874              does not fail -- probably because the locale settings are so
85875              thoroughly tweaked by that time.  Running the example standalone
85876              does fail, though.  UPDATE: test case added at change #7540.
85877      Branch: perl
85878            ! dump.c perl.h pp.c pp_ctl.c sv.c
85879 ____________________________________________________________________________
85880 [  6647] By: jhi                                   on 2000/08/16  00:07:54
85881         Log: Update Changes and test semi-automatic patchlevel updating.
85882      Branch: perl
85883            ! Changes patchlevel.h
85884 ____________________________________________________________________________
85885 [  6646] By: jhi                                   on 2000/08/15  23:35:07
85886         Log: Fix a dependency problem.
85887              
85888              Subject: [PATCH: 6640] VMS Makefile.SH update
85889              From: Peter Prymmer <pvhp@forte.com>
85890              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
85891              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
85892      Branch: perl
85893            ! vms/descrip_mms.template
85894 ____________________________________________________________________________
85895 [  6645] By: jhi                                   on 2000/08/15  23:33:23
85896         Log: (Retracted by #6660)
85897              
85898              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
85899              From: Dominic Dunlop <domo@computer.org>
85900              Date: Tue, 15 Aug 2000 22:20:52 +0200
85901              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
85902      Branch: metaconfig/U/perl
85903            + d_printfed.U
85904      Branch: perl
85905            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85906            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
85907            ! t/op/sprintf.t
85908 ____________________________________________________________________________
85909 [  6644] By: jhi                                   on 2000/08/15  21:17:20
85910         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
85911              From: abigail@foad.org
85912              Date: 15 Aug 2000 20:12:41 -0000
85913              Message-Id: <20000815201241.25556.qmail@foad.org>
85914      Branch: perl
85915            ! INSTALL
85916 ____________________________________________________________________________
85917 [  6643] By: jhi                                   on 2000/08/15  21:15:28
85918         Log: (an already applied patch)
85919      Branch: perl
85920            ! lib/CGI.pm
85921 ____________________________________________________________________________
85922 [  6642] By: gsar                                  on 2000/08/15  19:54:05
85923         Log: magic callbacks all need to have same type signature
85924      Branch: perl
85925            ! embed.pl mg.c proto.h
85926 ____________________________________________________________________________
85927 [  6641] By: jhi                                   on 2000/08/15  17:56:27
85928         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)
85929              From: Mike Guy <mjtg@cam.ac.uk>
85930              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
85931              Date: Tue, 15 Aug 2000 18:26:45 +0100
85932              
85933              Only the peek.t part applied, not the hash quality part.
85934      Branch: perl
85935            ! t/lib/peek.t
85936 ____________________________________________________________________________
85937 [  6640] By: jhi                                   on 2000/08/15  16:37:37
85938         Log: Update Changes.
85939      Branch: perl
85940            ! Changes
85941 ____________________________________________________________________________
85942 [  6639] By: jhi                                   on 2000/08/15  16:34:55
85943         Log: Missed a file from #6638.
85944      Branch: perl
85945            ! lib/File/Temp.pm
85946 ____________________________________________________________________________
85947 [  6638] By: jhi                                   on 2000/08/15  16:33:19
85948         Log: Subject: [PATCH perl@6620] cygwin port
85949              From: "Fifer, Eric" <EFifer@sanwaint.com>
85950              Date: Tue, 15 Aug 2000 17:00:49 +0100
85951              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
85952      Branch: perl
85953            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
85954 ____________________________________________________________________________
85955 [  6637] By: jhi                                   on 2000/08/15  16:29:22
85956         Log: Subject: [PATCH] debugger exit code should reflect user exit code
85957              From: Mike Guy <mjtg@cam.ac.uk>
85958              Date: Tue, 15 Aug 2000 16:55:59 +0100
85959              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
85960      Branch: perl
85961            ! lib/perl5db.pl
85962 ____________________________________________________________________________
85963 [  6636] By: jhi                                   on 2000/08/15  15:30:58
85964         Log: Update Changes.
85965      Branch: perl
85966            ! Changes
85967 ____________________________________________________________________________
85968 [  6635] By: jhi                                   on 2000/08/15  15:27:21
85969         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
85970      Branch: metaconfig
85971            ! U/mkglossary U/mksample
85972      Branch: metaconfig/U/perl
85973            ! Devel.U
85974      Branch: perl
85975            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85976 ____________________________________________________________________________
85977 [  6634] By: jhi                                   on 2000/08/15  14:11:55
85978         Log: Don't blow limited stacks, a lower number is enough to
85979              tickle the lookbehind limit.
85980              
85981              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
85982              From: Dominic Dunlop <domo@computer.org>
85983              Date: Tue, 15 Aug 2000 13:51:24 +0200
85984              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
85985      Branch: perl
85986            ! t/op/regmesg.t
85987 ____________________________________________________________________________
85988 [  6633] By: jhi                                   on 2000/08/15  14:01:46
85989         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
85990              From: Mike Guy <mjtg@cam.ac.uk>
85991              Date: Tue, 15 Aug 2000 12:10:50 +0100
85992              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
85993      Branch: perl
85994            ! utils/perldoc.PL
85995 ____________________________________________________________________________
85996 [  6632] By: jhi                                   on 2000/08/15  13:58:48
85997         Log: make ok etc also for win32.
85998              
85999              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
86000              From: Prymmer/Kahn <pvhp@best.com>
86001              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
86002              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
86003      Branch: perl
86004            ! win32/Makefile
86005 ____________________________________________________________________________
86006 [  6631] By: jhi                                   on 2000/08/15  13:45:03
86007         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
86008      Branch: perl
86009            ! lib/Test.pm
86010 ____________________________________________________________________________
86011 [  6630] By: jhi                                   on 2000/08/15  03:25:09
86012         Log: Update Changes.
86013      Branch: perl
86014            ! Changes
86015 ____________________________________________________________________________
86016 [  6629] By: jhi                                   on 2000/08/15  03:23:53
86017         Log: magic_regdatum_set() is void, not int.
86018      Branch: perl
86019            ! embed.pl mg.c proto.h
86020 ____________________________________________________________________________
86021 [  6628] By: jhi                                   on 2000/08/15  03:08:02
86022         Log: Make the user to give up his firstborn, err, to knowingly
86023              verify installing an unstable developer release.  Also bump
86024              the release to 5.7.0, but leave a patch tag in the local
86025              patches saying that this is not yet the real thing.
86026      Branch: metaconfig
86027            ! U/modified/Instruct.U
86028      Branch: metaconfig/U/perl
86029            + Devel.U
86030      Branch: perl
86031            ! Configure patchlevel.h
86032 ____________________________________________________________________________
86033 [  6627] By: jhi                                   on 2000/08/14  22:32:52
86034         Log: README.os2 update.
86035              
86036              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
86037              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86038              Date: Wed, 02 Aug 2000 21:55:09 -0700
86039              Message-ID: <tsPi5gzkgegX092yn@efn.org>
86040      Branch: perl
86041            ! README.os2
86042 ____________________________________________________________________________
86043 [  6626] By: jhi                                   on 2000/08/14  21:00:02
86044         Log: Subject: Re: File::Temp problems on VMS in bleedperl
86045              From: Tim Jenness <timj@jach.hawaii.edu>
86046              cc: vmsperl@perl.org
86047              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
86048              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
86049      Branch: perl
86050            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
86051 ____________________________________________________________________________
86052 [  6625] By: jhi                                   on 2000/08/14  20:52:16
86053         Log: Add SUIDMAIL as was done for the CERT alert.
86054      Branch: perl
86055            ! patchlevel.h
86056 ____________________________________________________________________________
86057 [  6624] By: jhi                                   on 2000/08/14  20:48:50
86058         Log: Subject: sfio2000
86059              From: Daniel Muino <dmuino@afip.gov.ar>
86060              Date: Mon, 14 Aug 2000 16:58:11 -0300
86061              Message-ID: <20000814165811.B16368@con2-dgi>
86062      Branch: perl
86063            ! perlsdio.h perlsfio.h
86064 ____________________________________________________________________________
86065 [  6623] By: jhi                                   on 2000/08/14  20:47:36
86066         Log: Subject: warning: storage class after type is obsolescent
86067              From: Daniel Muino <dmuino@afip.gov.ar>
86068              Date: Mon, 14 Aug 2000 16:42:47 -0300
86069              Message-ID: <20000814164247.A16368@con2-dgi>
86070      Branch: perl
86071            ! regcomp.pl regnodes.h
86072 ____________________________________________________________________________
86073 [  6622] By: jhi                                   on 2000/08/14  20:43:05
86074         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
86075              From: abigail@foad.org
86076              Date: 14 Aug 2000 20:00:10 -0000
86077              Message-Id: <20000814200010.27271.qmail@foad.org>
86078      Branch: perl
86079            ! Changes
86080 ____________________________________________________________________________
86081 [  6621] By: jhi                                   on 2000/08/14  15:23:05
86082         Log: Update Changes.
86083      Branch: perl
86084            ! Changes
86085 ____________________________________________________________________________
86086 [  6620] By: jhi                                   on 2000/08/14  15:22:14
86087         Log: Subject: Re: [PATCH] @+, @- readonly
86088              From: Mike Guy <mjtg@cam.ac.uk>
86089              Date: Mon, 14 Aug 2000 15:26:55 +0100
86090              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
86091      Branch: perl
86092            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
86093            ! sv.c t/op/pat.t
86094 ____________________________________________________________________________
86095 [  6619] By: jhi                                   on 2000/08/14  14:12:08
86096         Log: Update Changes.
86097      Branch: perl
86098            ! Changes
86099 ____________________________________________________________________________
86100 [  6618] By: jhi                                   on 2000/08/14  14:09:34
86101         Log: For now remove the mail code.
86102      Branch: perl
86103            ! perl.c
86104 ____________________________________________________________________________
86105 [  6617] By: jhi                                   on 2000/08/14  14:08:28
86106         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
86107      Branch: perl
86108            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
86109            ! pod/perlfaq8.pod pod/perlsec.pod
86110 ____________________________________________________________________________
86111 [  6616] By: jhi                                   on 2000/08/14  14:00:11
86112         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
86113              From: Mike Guy <mjtg@cam.ac.uk>
86114              Date: Mon, 14 Aug 2000 08:26:02 +0100
86115              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
86116      Branch: perl
86117            ! lib/perl5db.pl
86118 ____________________________________________________________________________
86119 [  6615] By: jhi                                   on 2000/08/14  13:58:45
86120         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
86121              From: Mike Guy <mjtg@cam.ac.uk>
86122              Date: Mon, 14 Aug 2000 08:04:22 +0100
86123              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
86124      Branch: perl
86125            ! gv.c mg.c t/op/pat.t
86126 ____________________________________________________________________________
86127 [  6614] By: jhi                                   on 2000/08/14  13:56:45
86128         Log: Subject: Test fails / warnings with perl-current #6612
86129              From: Mike Guy <mjtg@cam.ac.uk>
86130              Date: Mon, 14 Aug 2000 07:57:23 +0100
86131              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
86132      Branch: perl
86133            ! t/lib/b.t t/lib/peek.t
86134 ____________________________________________________________________________
86135 [  6613] By: jhi                                   on 2000/08/14  13:45:33
86136         Log: VMS configure.com update continues.
86137      Branch: perl
86138            - vms/configure.com
86139            ! MANIFEST configure.com
86140 ____________________________________________________________________________
86141 [  6612] By: jhi                                   on 2000/08/13  22:13:35
86142         Log: Update Changes.
86143      Branch: perl
86144            ! Changes
86145 ____________________________________________________________________________
86146 [  6611] By: jhi                                   on 2000/08/13  16:21:45
86147         Log: Upgrade to CGI 2.71, from Lincoln Stein.
86148      Branch: perl
86149            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
86150 ____________________________________________________________________________
86151 [  6610] By: jhi                                   on 2000/08/13  15:09:16
86152         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
86153              From: Mike Guy <mjtg@cam.ac.uk>
86154              Date: Sun, 13 Aug 2000 13:45:51 +0100
86155              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
86156      Branch: perl
86157            ! t/op/regmesg.t
86158 ____________________________________________________________________________
86159 [  6609] By: jhi                                   on 2000/08/13  14:31:26
86160         Log: Andreas says that 1.56 is fine, so reverting back to it.
86161      Branch: perl
86162            ! lib/CPAN.pm
86163 ____________________________________________________________________________
86164 [  6608] By: jhi                                   on 2000/08/13  05:34:20
86165         Log: Update Changes.
86166      Branch: perl
86167            ! Changes
86168 ____________________________________________________________________________
86169 [  6607] By: jhi                                   on 2000/08/13  05:32:01
86170         Log: Put back the \z changes of #5406 to CPAN.pm.
86171      Branch: perl
86172            ! lib/CPAN.pm
86173 ____________________________________________________________________________
86174 [  6606] By: jhi                                   on 2000/08/13  05:20:16
86175         Log: Fix-n-skip the tests under 5005threads.
86176      Branch: perl
86177            ! t/lib/b.t
86178 ____________________________________________________________________________
86179 [  6605] By: jhi                                   on 2000/08/13  05:07:48
86180         Log: Fix the test for 5005threads.
86181      Branch: perl
86182            ! t/lib/peek.t
86183 ____________________________________________________________________________
86184 [  6604] By: jhi                                   on 2000/08/13  03:35:37
86185         Log: Should have deleted this in #6603.
86186      Branch: perl
86187            - vms/subconfigure.com
86188 ____________________________________________________________________________
86189 [  6603] By: jhi                                   on 2000/08/12  18:29:32
86190         Log: Rewrite of vms/subconfigure.com as configure.com,
86191              from Peter Prymmer and the vmsperl crew.
86192      Branch: perl
86193            + vms/configure.com
86194            ! MANIFEST
86195 ____________________________________________________________________________
86196 [  6602] By: jhi                                   on 2000/08/11  13:00:01
86197         Log: PlainText.pm is dead.
86198      Branch: perl
86199            - lib/Pod/PlainText.pm
86200            ! MANIFEST
86201 ____________________________________________________________________________
86202 [  6601] By: jhi                                   on 2000/08/11  04:06:45
86203         Log: Update Changes.
86204      Branch: perl
86205            ! Changes
86206 ____________________________________________________________________________
86207 [  6600] By: jhi                                   on 2000/08/11  04:06:10
86208         Log: Add a few missing files, update MANIFEST.
86209      Branch: perl
86210            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
86211            + lib/Pod/PlainText.pm t/pod/find.t
86212            ! MANIFEST t/op/regmesg.t
86213 ____________________________________________________________________________
86214 [  6599] By: jhi                                   on 2000/08/11  03:31:10
86215         Log: Add Perl debugging tutorial, regen toc. 
86216              
86217              Subject: perldebtut.pod
86218              From: Richard Foley <Richard.Foley@m.dasa.de>
86219              Date: Wed, 09 Aug 2000 10:17:15 +0200
86220              Message-id: <3991138B.262247B8@m.dasa.de>
86221      Branch: perl
86222            + pod/perldebtut.pod
86223            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
86224 ____________________________________________________________________________
86225 [  6598] By: jhi                                   on 2000/08/11  02:48:56
86226         Log: tiny Changes edit
86227      Branch: perl
86228            ! Changes
86229 ____________________________________________________________________________
86230 [  6597] By: jhi                                   on 2000/08/11  02:39:04
86231         Log: Tests for #6589.
86232              
86233              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
86234              From: simon@brecon.co.uk (Simon Cozens)
86235              Date: 11 Aug 2000 02:24:52 GMT
86236              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
86237      Branch: perl
86238            ! t/lib/b.t
86239 ____________________________________________________________________________
86240 [  6596] By: jhi                                   on 2000/08/11  01:50:07
86241         Log: Update Changes.
86242      Branch: perl
86243            ! Changes
86244 ____________________________________________________________________________
86245 [  6595] By: jhi                                   on 2000/08/11  01:47:16
86246         Log: nitfix
86247      Branch: perl
86248            ! Changes
86249 ____________________________________________________________________________
86250 [  6594] By: jhi                                   on 2000/08/11  01:36:16
86251         Log: Subject: Getting perlio and threads to compile
86252              From: Lupe Christoph <lupe@lupe-christoph.de>
86253              Date: Wed, 9 Aug 2000 11:35:54 +0200
86254              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
86255              
86256              (the Solaris version changes in Configure skipped)
86257      Branch: perl
86258            ! hints/solaris_2.sh thread.h
86259 ____________________________________________________________________________
86260 [  6593] By: jhi                                   on 2000/08/11  01:30:16
86261         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
86262              From: simon@brecon.co.uk (Simon Cozens)
86263              Date: 1 Aug 2000 06:55:19 GMT
86264              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
86265      Branch: perl
86266            ! lib/utf8.pm
86267 ____________________________________________________________________________
86268 [  6592] By: jhi                                   on 2000/08/11  01:26:39
86269         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
86270              From: Peter Scott <Peter@PeterScott.com>
86271              Date: Thu, 10 Aug 2000 08:23:27 -0700
86272              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
86273      Branch: perl
86274            ! lib/perl5db.pl
86275 ____________________________________________________________________________
86276 [  6591] By: jhi                                   on 2000/08/11  01:22:02
86277         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
86278              From: Hugo <hv@crypt.compulink.co.uk>
86279              Date: Thu, 10 Aug 2000 19:23:04 +0100
86280              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
86281      Branch: perl
86282            ! regexec.c t/op/pat.t
86283 ____________________________________________________________________________
86284 [  6590] By: jhi                                   on 2000/08/11  01:19:19
86285         Log: Preprocessing and postprocessing for File::Find.
86286              
86287              Subject: Patch to Find::File.pm to allow alphabetical results
86288              From: Joe Smith <jsmith@inwap.com>
86289              Date: Wed, 9 Aug 2000 02:44:54 -0700
86290              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
86291      Branch: perl
86292            ! lib/File/Find.pm
86293 ____________________________________________________________________________
86294 [  6589] By: jhi                                   on 2000/08/11  01:12:39
86295         Log: B::Deparse didn't do sub attributes.
86296              
86297              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
86298              From: simon@brecon.co.uk (Simon Cozens)
86299              Date: 9 Aug 2000 04:49:20 GMT
86300              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
86301      Branch: perl
86302            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
86303 ____________________________________________________________________________
86304 [  6588] By: jhi                                   on 2000/08/11  01:06:40
86305         Log: Subject: debugger "d" command doesnt check line number
86306              From: Mike Guy <mjtg@cam.ac.uk>
86307              Date: Tue, 08 Aug 2000 21:54:29 +0100
86308              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
86309      Branch: perl
86310            ! lib/perl5db.pl mg.c pod/perldiag.pod
86311 ____________________________________________________________________________
86312 [  6587] By: jhi                                   on 2000/08/11  00:45:03
86313         Log: sleep(1) does not necessarily return 1.
86314              
86315              Subject: [PATCH bleadperl] op/lex_assign.t  
86316              From: Hugo <hv@crypt.compulink.co.uk>
86317              Date: Thu, 03 Aug 2000 14:34:22 +0100        
86318              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
86319      Branch: perl
86320            ! t/op/lex_assign.t
86321 ____________________________________________________________________________
86322 [  6586] By: jhi                                   on 2000/08/11  00:31:50
86323         Log: Document the IO::Select timeout.
86324      Branch: perl
86325            ! ext/IO/lib/IO/Select.pm
86326 ____________________________________________________________________________
86327 [  6585] By: jhi                                   on 2000/08/11  00:13:54
86328         Log: Forgot contributor.
86329      Branch: perl
86330            ! Changes
86331 ____________________________________________________________________________
86332 [  6584] By: jhi                                   on 2000/08/11  00:09:19
86333         Log: detypo
86334      Branch: perl
86335            ! Changes
86336 ____________________________________________________________________________
86337 [  6583] By: jhi                                   on 2000/08/11  00:07:53
86338         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
86339              
86340              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
86341              From: Mike Guy <mjtg@cam.ac.uk> 
86342              Date: Thu, 10 Aug 2000 15:50:54 +0100
86343              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
86344      Branch: perl
86345            ! sv.c t/op/int.t
86346 ____________________________________________________________________________
86347 [  6582] By: jhi                                   on 2000/08/10  23:29:32
86348         Log: Update Changes.
86349      Branch: perl
86350            ! Changes
86351 ____________________________________________________________________________
86352 [  6581] By: jhi                                   on 2000/08/10  23:26:16
86353         Log: Put back the std @INC thing.
86354      Branch: perl
86355            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
86356            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
86357            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
86358            ! t/lib/gol-oo.t
86359 ____________________________________________________________________________
86360 [  6580] By: jhi                                   on 2000/08/10  23:03:34
86361         Log: Update to CGI 2.70, from Lincoln Stein.
86362      Branch: perl
86363            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
86364            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
86365            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
86366            ! t/lib/cgi-request.t
86367 ____________________________________________________________________________
86368 [  6579] By: jhi                                   on 2000/08/10  22:41:50
86369         Log: Update to CPAN 1.56, from Andreas König.
86370      Branch: perl
86371            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
86372 ____________________________________________________________________________
86373 [  6578] By: jhi                                   on 2000/08/10  22:38:13
86374         Log: Update to Pod::Parser 1.17, from Brad Appleton.
86375      Branch: perl
86376            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
86377            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
86378            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
86379            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
86380            ! t/pod/include.t t/pod/included.t t/pod/lref.t
86381            ! t/pod/multiline_items.t t/pod/nested_items.t
86382            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
86383            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
86384            ! t/pod/special_seqs.t
86385 ____________________________________________________________________________
86386 [  6577] By: jhi                                   on 2000/08/10  22:35:41
86387         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
86388      Branch: perl
86389            ! AUTHORS MAINTAIN
86390 ____________________________________________________________________________
86391 [  6576] By: jhi                                   on 2000/08/10  22:24:54
86392         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
86393      Branch: perl
86394            + t/lib/gol-oo.t
86395            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
86396            ! t/lib/gol-compat.t t/lib/gol-linkage.t
86397 ____________________________________________________________________________
86398 [  6575] By: jhi                                   on 2000/08/10  22:02:07
86399         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
86400      Branch: perl
86401            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
86402 ____________________________________________________________________________
86403 [  6574] By: jhi                                   on 2000/08/10  21:55:03
86404         Log: Iterating perl6 description.
86405      Branch: perl
86406            ! pod/perlfaq1.pod
86407 ____________________________________________________________________________
86408 [  6573] By: jhi                                   on 2000/08/10  21:48:26
86409         Log: Revert the sv.c part of #6559, a better fix is needed.
86410      Branch: perl
86411            ! sv.c
86412 ____________________________________________________________________________
86413 [  6572] By: jhi                                   on 2000/08/10  20:33:43
86414         Log: It's the 2ndO'ROSSC.
86415      Branch: perl
86416            ! pod/perlfaq1.pod
86417 ____________________________________________________________________________
86418 [  6571] By: jhi                                   on 2000/08/10  15:55:48
86419         Log: detypo
86420      Branch: perl
86421            ! pod/perlfaq1.pod
86422 ____________________________________________________________________________
86423 [  6570] By: jhi                                   on 2000/08/10  14:11:17
86424         Log: An exceptionally sticky typo.
86425      Branch: perl
86426            ! Changes
86427 ____________________________________________________________________________
86428 [  6569] By: jhi                                   on 2000/08/10  14:09:33
86429         Log: detypo (and test Changes updating script)
86430      Branch: perl
86431            ! Changes
86432 ____________________________________________________________________________
86433 [  6568] By: jhi                                   on 2000/08/10  14:07:07
86434         Log: Update Changes.
86435      Branch: perl
86436            ! Changes
86437 ____________________________________________________________________________
86438 [  6567] By: jhi                                   on 2000/08/10  14:06:19
86439         Log: Amend the description of Perl6.
86440              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
86441              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
86442              Date: Wed, 9 Aug 2000 22:11:06 -0500
86443              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
86444      Branch: perl
86445            ! pod/perlfaq1.pod
86446 ____________________________________________________________________________
86447 [  6566] By: jhi                                   on 2000/08/10  13:58:57
86448         Log: Subject: Remove dead entry in perldiag
86449              From: Mike Guy <mjtg@cam.ac.uk>
86450              Date: Thu, 10 Aug 2000 14:19:19 +0100
86451              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
86452      Branch: perl
86453            ! pod/perldiag.pod
86454 ____________________________________________________________________________
86455 [  6565] By: jhi                                   on 2000/08/10  13:51:48
86456         Log: Zero entries were skipped, fix from Adrian Goalby
86457              <argoalby@yahoo.co.uk>
86458      Branch: perl
86459            ! lib/unicode/Number.pl lib/unicode/mktables.PL
86460 ____________________________________________________________________________
86461 [  6564] By: jhi                                   on 2000/08/10  13:00:12
86462         Log: Subject: [PATCH 5.6.0] cygwin port
86463              From: "Fifer, Eric" <EFifer@sanwaint.com>
86464              Date: Thu, 10 Aug 2000 13:15:36 +0100
86465              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
86466      Branch: perl
86467            ! README.cygwin hints/cygwin.sh
86468 ____________________________________________________________________________
86469 [  6563] By: jhi                                   on 2000/08/10  12:55:16
86470         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
86471      Branch: perl
86472            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
86473 ____________________________________________________________________________
86474 [  6562] By: gsar                                  on 2000/08/10  08:38:39
86475         Log: warn is a macro, avoid using at a variable to avoid warnings
86476              in some configurations; readdir.t is too conservative in
86477              estimating number of *.t's
86478      Branch: perl
86479            ! t/op/readdir.t util.c
86480 ____________________________________________________________________________
86481 [  6561] By: jhi                                   on 2000/08/09  23:35:42
86482         Log: Update Changes.
86483      Branch: perl
86484            ! Changes
86485 ____________________________________________________________________________
86486 [  6560] By: jhi                                   on 2000/08/09  23:05:47
86487         Log: Subject: Re: enhanced(?) regex error messages
86488              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
86489              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
86490              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
86491              
86492              (plus two small patches sent privately)
86493              (this still seems to leave few test failures)
86494      Branch: perl
86495            + t/op/regmesg.t
86496            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
86497            ! t/pragma/warn/regcomp
86498 ____________________________________________________________________________
86499 [  6559] By: jhi                                   on 2000/08/09  20:41:18
86500         Log: (The fix did work but was not right, retracted in #6573)
86501              
86502              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
86503              From: Christian Kirsch <ck@held.mind.de>
86504              Date: Wed, 9 Aug 2000 17:05:17 +0200
86505              Message-Id: <20000809170517.A25389@held>
86506      Branch: perl
86507            ! sv.c t/pragma/locale.t
86508 ____________________________________________________________________________
86509 [  6558] By: jhi                                   on 2000/08/08  22:34:08
86510         Log: Tiny updates on the contributors list.
86511      Branch: perl
86512            ! Changes
86513 ____________________________________________________________________________
86514 [  6557] By: jhi                                   on 2000/08/08  19:34:28
86515         Log: Double check that we have a dirhandle.
86516      Branch: perl
86517            ! util.c
86518 ____________________________________________________________________________
86519 [  6556] By: jhi                                   on 2000/08/08  19:01:51
86520         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
86521              May be repopulated with fresh maintained examples.
86522      Branch: perl
86523            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
86524            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
86525            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
86526            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
86527            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
86528            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
86529            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
86530            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
86531            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
86532            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
86533            + lib/CGI/eg/wilogo_gif.uu
86534            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
86535            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
86536            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
86537            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
86538            - eg/cgi/frameset.cgi eg/cgi/index.html
86539            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
86540            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
86541            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
86542            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
86543            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
86544            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
86545            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
86546            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
86547            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
86548            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
86549            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
86550            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
86551            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
86552            - eg/van/vanish eg/who eg/wrapsuid
86553            ! MANIFEST
86554 ____________________________________________________________________________
86555 [  6555] By: jhi                                   on 2000/08/08  18:51:08
86556         Log: Delete chat2 as requested by Randal.
86557              
86558              Subject: Re: perlfaq8 coyness
86559              From: merlyn@stonehenge.com (Randal L. Schwartz) 
86560              Date: 15 May 2000 18:52:42 -0700 
86561              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
86562      Branch: perl
86563            - lib/chat2.pl
86564            ! MANIFEST
86565 ____________________________________________________________________________
86566 [  6554] By: jhi                                   on 2000/08/08  18:31:35
86567         Log: Regen global.sym.
86568      Branch: perl
86569            ! global.sym
86570 ____________________________________________________________________________
86571 [  6553] By: jhi                                   on 2000/08/08  18:28:13
86572         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
86573              (either perlbug or p5p ate the original), plus regen
86574              perlapi and perltoc. 
86575      Branch: perl
86576            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
86577            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
86578            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
86579            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
86580            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
86581            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
86582            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
86583            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
86584            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
86585            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
86586 ____________________________________________________________________________
86587 [  6552] By: jhi                                   on 2000/08/08  18:06:29
86588         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
86589              From: Mike Guy <mjtg@cam.ac.uk>
86590              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
86591              Date: Tue, 08 Aug 2000 15:51:27 +0100
86592      Branch: perl
86593            ! doop.c sv.h t/op/join.t t/pragma/overload.t
86594 ____________________________________________________________________________
86595 [  6551] By: jhi                                   on 2000/08/08  18:01:11
86596         Log: Re-apply #6549.
86597      Branch: perl
86598            ! lib/perl5db.pl
86599 ____________________________________________________________________________
86600 [  6550] By: jhi                                   on 2000/08/08  17:43:08
86601         Log: Accidental retraction of #6549.
86602      Branch: perl
86603            ! lib/perl5db.pl
86604 ____________________________________________________________________________
86605 [  6549] By: jhi                                   on 2000/08/08  17:40:04
86606         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
86607              From: Mike Guy <mjtg@cam.ac.uk>
86608              Date: Mon, 07 Aug 2000 21:49:58 +0100
86609              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
86610      Branch: perl
86611            ! lib/perl5db.pl
86612 ____________________________________________________________________________
86613 [  6548] By: jhi                                   on 2000/08/08  17:37:57
86614         Log: Document here-doc better.
86615              
86616              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
86617              From: Mike Guy <mjtg@cam.ac.uk>
86618              Date: Mon, 07 Aug 2000 14:02:09 +0100
86619              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
86620      Branch: perl
86621            ! pod/perldata.pod
86622 ____________________________________________________________________________
86623 [  6547] By: jhi                                   on 2000/08/08  17:33:34
86624         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
86625              From: "Randy J. Ray" <rjray@redhat.com>
86626              Date: Mon, 07 Aug 2000 19:12:25 -0700
86627              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
86628      Branch: perl
86629            ! perl.c pod/perlrun.pod
86630 ____________________________________________________________________________
86631 [  6546] By: jhi                                   on 2000/08/08  17:29:26
86632         Log: Subject: Re: enhanced(?) regex error messages 
86633              From: Hugo <hv@crypt.compulink.co.uk>
86634              Date: Tue, 08 Aug 2000 03:25:51 +0100
86635              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
86636              
86637              plus Capitalize the error messages, plus perldiag them.
86638      Branch: perl
86639            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
86640 ____________________________________________________________________________
86641 [  6545] By: jhi                                   on 2000/08/08  13:59:28
86642         Log: Augment #6539 a bit: don't croak if there's magic in the air.
86643              
86644              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
86645              From: Hugo <hv@crypt.compulink.co.uk>
86646              Date: Tue, 08 Aug 2000 03:02:03 +0100
86647              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
86648      Branch: perl
86649            ! pp.c t/op/bless.t
86650 ____________________________________________________________________________
86651 [  6544] By: jhi                                   on 2000/08/07  21:11:52
86652         Log: Make the test -w clean.
86653      Branch: perl
86654            ! t/op/bless.t
86655 ____________________________________________________________________________
86656 [  6543] By: jhi                                   on 2000/08/07  19:49:53
86657         Log: use warnings instead of $^W.
86658      Branch: perl
86659            ! t/op/bless.t
86660 ____________________________________________________________________________
86661 [  6542] By: jhi                                   on 2000/08/07  17:41:41
86662         Log: Disable a portability warning Because We Know What We Are Doing.
86663      Branch: perl
86664            ! t/op/bless.t
86665 ____________________________________________________________________________
86666 [  6541] By: jhi                                   on 2000/08/07  17:29:51
86667         Log: Tiny tidying on report_evil_fh().
86668      Branch: perl
86669            ! util.c
86670 ____________________________________________________________________________
86671 [  6540] By: jhi                                   on 2000/08/07  16:37:38
86672         Log: Make regular expression parse error messages easier to understand.
86673              
86674              Subject: Re: enhanced(?) regex error messages
86675              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
86676              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
86677              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
86678      Branch: perl
86679            ! regcomp.c
86680 ____________________________________________________________________________
86681 [  6539] By: jhi                                   on 2000/08/07  16:12:27
86682         Log: Make bless(REF, REF) a fatal error, add bless tests.
86683              
86684              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
86685              From: Hugo <hv@crypt.compulink.co.uk>
86686              Date: Mon, 07 Aug 2000 16:59:38 +0100
86687              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
86688      Branch: perl
86689            + t/op/bless.t
86690            ! MANIFEST pod/perldiag.pod pp.c sv.c
86691 ____________________________________________________________________________
86692 [  6538] By: jhi                                   on 2000/08/07  15:59:43
86693         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
86694              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
86695              Date: Thu, 3 Aug 2000 14:29:21 -0700
86696              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
86697      Branch: perl
86698            ! lib/lib_pm.PL
86699 ____________________________________________________________________________
86700 [  6537] By: jhi                                   on 2000/08/07  15:47:18
86701         Log: Retract #6419 for now since it breaks in AFS and MachTen.
86702      Branch: perl
86703            ! lib/Cwd.pm
86704 ____________________________________________________________________________
86705 [  6536] By: jhi                                   on 2000/08/07  15:05:29
86706         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
86707              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
86708              The security hole exists only in suidperls, which isn't
86709              installed or even built by default.
86710      Branch: perl
86711            ! perl.c
86712 ____________________________________________________________________________
86713 [  6535] By: jhi                                   on 2000/08/07  14:45:14
86714         Log: tr memory corruption fix from Simon Cozens.
86715      Branch: perl
86716            ! doop.c
86717 ____________________________________________________________________________
86718 [  6534] By: jhi                                   on 2000/08/06  11:38:16
86719         Log: Document a bit that UDP is not what you might think.
86720              
86721              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
86722              From: Lupe Christoph <lupe@lupe-christoph.de>
86723              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
86724              Date: Mon, 24 Jul 2000 08:59:15 +0200
86725      Branch: perl
86726            ! pod/perlipc.pod
86727 ____________________________________________________________________________
86728 [  6533] By: jhi                                   on 2000/08/06  11:35:01
86729         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
86730              From: Jeff Pinyan <jeffp@hut.crusoe.net>
86731              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
86732              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
86733      Branch: perl
86734            ! pod/perlfunc.pod
86735 ____________________________________________________________________________
86736 [  6532] By: jhi                                   on 2000/08/06  03:45:41
86737         Log: Have symbols for the IoTYPEs.
86738      Branch: perl
86739            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
86740 ____________________________________________________________________________
86741 [  6531] By: jhi                                   on 2000/08/06  01:33:55
86742         Log: Continue fixing the io warnings.  This also
86743              sort of fixes bug ID 20000802.003: the core dump
86744              is no more.  Whether the current behaviour is correct
86745              (giving a warning: "Not a format reference"), is another matter.
86746      Branch: perl
86747            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
86748            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
86749 ____________________________________________________________________________
86750 [  6530] By: jhi                                   on 2000/08/05  21:33:12
86751         Log: Change the Policy policy: now -Dprefix= with an existing
86752              Policy.sh and prefix == siteprefix == vendorprefix, then all
86753              of them follow along the new prefix.
86754              
86755              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
86756              From: Andy Dougherty <doughera@lafayette.edu>
86757              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
86758              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
86759      Branch: perl
86760            ! Policy_sh.SH
86761 ____________________________________________________________________________
86762 [  6529] By: jhi                                   on 2000/08/05  18:57:28
86763         Log: Zap lib/Sys directory when cleaning up.
86764      Branch: perl
86765            ! Makefile.SH
86766 ____________________________________________________________________________
86767 [  6528] By: jhi                                   on 2000/08/05  18:40:44
86768         Log: Essential prototype changes were missing from #6527.
86769              Also make report_evil_fh() more bomb-proof.
86770      Branch: perl
86771            ! embed.h util.c
86772 ____________________________________________________________________________
86773 [  6527] By: jhi                                   on 2000/08/05  03:22:05
86774         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
86775              From: "Ronald F. Guilmette" <rfg@monkeys.com>
86776              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
86777              Message-Id: <200007242247.PAA52177@monkeys.com>
86778      Branch: perl
86779            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
86780 ____________________________________________________________________________
86781 [  6526] By: jhi                                   on 2000/08/04  21:23:27
86782         Log: gcc versions might have (parentheses) in them.
86783      Branch: metaconfig/U/perl
86784            ! gccvers.U
86785      Branch: perl
86786            ! Configure config_h.SH
86787 ____________________________________________________________________________
86788 [  6525] By: jhi                                   on 2000/08/04  20:23:12
86789         Log: Weed buglets pointed out by
86790              
86791              From: Lupe Christoph <lupe@lupe-christoph.de>
86792              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
86793              Date: Fri, 4 Aug 2000 17:34:39 +0200
86794              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
86795      Branch: metaconfig/U/perl
86796            ! gccvers.U uselfs.U
86797      Branch: perl
86798            ! Configure config_h.SH
86799 ____________________________________________________________________________
86800 [  6524] By: jhi                                   on 2000/08/04  19:02:08
86801         Log: Warn under -w if lstat(FH) is attempted.
86802              
86803              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
86804              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
86805              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
86806              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
86807      Branch: perl
86808            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
86809            ! t/pragma/warn/pp_sys
86810 ____________________________________________________________________________
86811 [  6523] By: jhi                                   on 2000/08/04  12:31:11
86812         Log: Subject: New perlcc, take 2
86813              From: simon@brecon.co.uk (Simon Cozens)
86814              Date: 4 Aug 2000 06:21:04 GMT
86815              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
86816      Branch: perl
86817            ! utils/perlcc.PL
86818 ____________________________________________________________________________
86819 [  6522] By: jhi                                   on 2000/08/04  12:26:33
86820         Log: Subject: Re: Array vs. List context
86821              From: Daniel Chetlin <daniel@chetlin.com>
86822              Date: Fri, 4 Aug 2000 00:22:44 -0700
86823              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
86824      Branch: perl
86825            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
86826            ! pod/perlfaq4.pod
86827 ____________________________________________________________________________
86828 [  6521] By: jhi                                   on 2000/08/04  12:22:38
86829         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
86830              From: Raymund Will <ray@caldera.de>
86831              Date: Fri, 4 Aug 2000 12:07:09 +0200
86832              Message-Id: <20000804120709.A14982@caldera.de>
86833      Branch: perl
86834            ! configure.gnu
86835 ____________________________________________________________________________
86836 [  6520] By: jhi                                   on 2000/08/04  04:09:06
86837         Log: After the #6519 a warning about stat() is just that,
86838              not about a filetest, which now have their own warning.
86839      Branch: perl
86840            ! pod/perldiag.pod
86841 ____________________________________________________________________________
86842 [  6519] By: jhi                                   on 2000/08/04  04:06:30
86843         Log: In the warnings call filehandles consistently so;
86844              add "unopened" warning for stat().
86845      Branch: perl
86846            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
86847            ! t/pragma/warn/pp_sys
86848 ____________________________________________________________________________
86849 [  6518] By: jhi                                   on 2000/08/04  02:55:35
86850         Log: Subject: Minor tweak to perlvar.pod
86851              From: "Stephen P. Potter" <spp@ds.net>
86852              Date: Tue, 18 Apr 2000 09:26:03 -0400
86853              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
86854      Branch: perl
86855            ! pod/perlvar.pod
86856 ____________________________________________________________________________
86857 [  6517] By: jhi                                   on 2000/08/04  02:50:08
86858         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
86859              From: "Clinton Pierce" <cpierce1@ford.com>
86860              Date: Wed, 21 Jul 1999 16:45:31 -0400
86861              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
86862              
86863              Fix by Stephen Potter (visible in the bug db but not in p5p?)
86864      Branch: perl
86865            ! pod/perlfunc.pod pod/perlop.pod
86866 ____________________________________________________________________________
86867 [  6516] By: jhi                                   on 2000/08/04  02:09:25
86868         Log: This is 6512.  Really.
86869      Branch: perl
86870            ! dump.c
86871 ____________________________________________________________________________
86872 [  6515] By: jhi                                   on 2000/08/04  01:25:50
86873         Log: mention the idea of @( and @)
86874      Branch: perl
86875            ! Todo-5.6
86876 ____________________________________________________________________________
86877 [  6514] By: bailey                                on 2000/08/04  01:18:46
86878         Log: YA resync with mainstem, including VMS patches from others
86879      Branch: vmsperl
86880           +> (branch 48 files)
86881            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
86882           !> (integrate 354 files)
86883 ____________________________________________________________________________
86884 [  6513] By: jhi                                   on 2000/08/04  01:18:18
86885         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
86886              From: Mark Dickinson <dickins3@fas.harvard.edu>
86887              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
86888              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
86889      Branch: perl
86890            ! t/op/grent.t t/op/pwent.t
86891 ____________________________________________________________________________
86892 [  6512] By: jhi                                   on 2000/08/04  01:14:06
86893         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
86894              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86895              Date: Wed, 02 Aug 2000 10:51:01 +0100
86896              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
86897      Branch: perl
86898            ! sv.c
86899 ____________________________________________________________________________
86900 [  6511] By: jhi                                   on 2000/08/04  00:57:00
86901         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
86902              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86903              Date: Thu, 03 Aug 2000 17:20:04 -0700
86904              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
86905      Branch: metaconfig
86906            ! U/modified/Cppsym.U
86907      Branch: perl
86908            ! Configure config_h.SH
86909 ____________________________________________________________________________
86910 [  6510] By: jhi                                   on 2000/08/04  00:25:28
86911         Log: detypo
86912      Branch: perl
86913            ! Makefile.SH
86914 ____________________________________________________________________________
86915 [  6509] By: jhi                                   on 2000/08/03  23:43:18
86916         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
86917              From: Dominic Dunlop <domo@computer.org>
86918              Date: Thu, 3 Aug 2000 22:16:46 +0200
86919              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
86920      Branch: perl
86921            ! t/op/sprintf.t
86922 ____________________________________________________________________________
86923 [  6508] By: jhi                                   on 2000/08/03  23:40:37
86924         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
86925              From: Hugo <hv@crypt.compulink.co.uk>
86926              Date: Thu, 03 Aug 2000 18:25:30 +0100
86927              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
86928      Branch: perl
86929            ! regcomp.c t/op/re_tests
86930 ____________________________________________________________________________
86931 [  6507] By: jhi                                   on 2000/08/03  23:38:28
86932         Log: Subject: [PATCH] sv.h documentation - SvLEN
86933              From: Mike Guy <mjtg@cam.ac.uk>
86934              Date: Thu, 03 Aug 2000 14:43:09 +0100
86935              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
86936      Branch: perl
86937            ! sv.h
86938 ____________________________________________________________________________
86939 [  6506] By: jhi                                   on 2000/08/03  15:49:14
86940         Log: Disable the fix_pl hack for now.
86941      Branch: perl
86942            ! Makefile.SH
86943 ____________________________________________________________________________
86944 [  6505] By: jhi                                   on 2000/08/03  13:49:04
86945         Log: Add a URL for FSF.
86946              
86947              Subject: Patch for README
86948              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
86949              Date: Wed, 2 Aug 2000 13:25:09 -0500
86950              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
86951      Branch: perl
86952            ! README
86953 ____________________________________________________________________________
86954 [  6504] By: jhi                                   on 2000/08/03  13:29:19
86955         Log: Be more informative on what is skipped and why,
86956              also repeat the list at the end.
86957      Branch: perl
86958            ! Porting/p4desc
86959 ____________________________________________________________________________
86960 [  6503] By: jhi                                   on 2000/08/03  13:07:05
86961         Log: Circumvent the removal of .patch by fix_pl.
86962              
86963              Subject: Re: [ID 20000802.011] unable to 'make test'          
86964              From: simon@brecon.co.uk (Simon Cozens) 
86965              Date: 3 Aug 2000 04:17:00 GMT
86966              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
86967      Branch: perl
86968            ! Makefile.SH
86969 ____________________________________________________________________________
86970 [  6502] By: jhi                                   on 2000/08/03  00:14:34
86971         Log: Add the missing setproctitle unit.
86972      Branch: metaconfig/U/perl
86973            + d_setproctitle.U
86974 ____________________________________________________________________________
86975 [  6501] By: jhi                                   on 2000/08/03  00:00:26
86976         Log: The subtest 4 may fail also on VOBS, as pointed out
86977              by Nick Ing-Simmons in November 1999, bug id 19991124.003
86978              (but the failure in that bug report isn't the subtest 4).
86979      Branch: perl
86980            ! t/op/stat.t
86981 ____________________________________________________________________________
86982 [  6500] By: jhi                                   on 2000/08/02  23:49:30
86983         Log: Better skip message for the test; one of the two problems in
86984              
86985              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
86986              From: Lupe Christoph <lupe@lupe-christoph.de>
86987              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
86988              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
86989      Branch: perl
86990            ! t/op/numconvert.t
86991 ____________________________________________________________________________
86992 [  6499] By: jhi                                   on 2000/08/02  22:49:16
86993         Log: Allow "no Module;" even if there is no 'unimport'.
86994              
86995              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
86996              From: mjd@plover.com
86997              Date: 24 Mar 2000 15:24:34 -0000
86998              Message-Id: <20000324152434.15160.qmail@plover.com>
86999      Branch: perl
87000            ! gv.c
87001 ____________________________________________________________________________
87002 [  6498] By: jhi                                   on 2000/08/02  22:42:58
87003         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
87004              that are hopefully soon put into use.
87005      Branch: perl
87006            ! opcode.h opcode.pl opnames.h
87007 ____________________________________________________________________________
87008 [  6497] By: gsar                                  on 2000/08/02  22:28:59
87009         Log: require.t needs binmode() to work on windows
87010      Branch: perl
87011            ! t/comp/require.t
87012 ____________________________________________________________________________
87013 [  6496] By: jhi                                   on 2000/08/02  22:08:51
87014         Log: Document the IVdf UVuf UVof UVxf.
87015      Branch: perl
87016            ! pod/perlguts.pod
87017 ____________________________________________________________________________
87018 [  6495] By: jhi                                   on 2000/08/02  21:54:26
87019         Log: detypo #6494
87020      Branch: perl
87021            ! ext/Data/Dumper/Dumper.xs
87022 ____________________________________________________________________________
87023 [  6494] By: jhi                                   on 2000/08/02  21:49:17
87024         Log: Dump UVs as UVs in Data::Dumper.
87025              
87026              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
87027              From: Gurusamy Sarathy <gsar@ActiveState.com>
87028              Date: Thu, 27 Apr 2000 12:26:25 -0700
87029              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
87030      Branch: perl
87031            ! ext/Data/Dumper/Dumper.xs
87032 ____________________________________________________________________________
87033 [  6493] By: jhi                                   on 2000/08/02  17:01:58
87034         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
87035              From: Hugo <hv@crypt.compulink.co.uk>
87036              Date: Wed, 02 Aug 2000 14:53:56 +0100
87037              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
87038      Branch: perl
87039            ! regexec.c t/op/re_tests
87040 ____________________________________________________________________________
87041 [  6492] By: jhi                                   on 2000/08/02  15:02:46
87042         Log: The new setproctitle() feature is available only in 
87043              bleeding edge FreeBSD.  From Paul Saab.
87044      Branch: perl
87045            ! mg.c
87046 ____________________________________________________________________________
87047 [  6491] By: jhi                                   on 2000/08/02  13:34:36
87048         Log: The tr utf8 patching continues.
87049              
87050              Subject: Re: #6469, too many tests claimed in require.t
87051              From: simon@brecon.co.uk (Simon Cozens)
87052              Date: 2 Aug 2000 02:37:17 GMT
87053              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
87054              
87055              (the logic of the test was the wrong way round in the patch)
87056      Branch: perl
87057            ! doop.c
87058 ____________________________________________________________________________
87059 [  6490] By: jhi                                   on 2000/08/02  13:27:38
87060         Log: The name of a filehandle does not have <these>.
87061      Branch: perl
87062            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
87063            ! t/pragma/warn/pp_sys util.c
87064 ____________________________________________________________________________
87065 [  6489] By: jhi                                   on 2000/08/02  04:26:46
87066         Log: Remove the extraneous "main::" prefix from all the
87067              "opened only for", "on closed", and "never opened" warnings.
87068              
87069              Subject: Re: inappropriate warning
87070              From: Gurusamy Sarathy <gsar@ActiveState.com>
87071              Date: Mon, 20 Mar 2000 11:28:02 -0800
87072              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
87073      Branch: perl
87074            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
87075            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
87076            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
87077 ____________________________________________________________________________
87078 [  6488] By: jhi                                   on 2000/08/02  03:02:57
87079         Log: memcpy has n o in it, as pinted ut by Sarathy.
87080      Branch: perl
87081            ! pod/perlguts.pod
87082 ____________________________________________________________________________
87083 [  6487] By: jhi                                   on 2000/08/02  02:44:51
87084         Log: Document in one place the memory abstractions used in Perl core.
87085              
87086              Subject: Re: Memory abstraction
87087              From: simon@brecon.co.uk (Simon Cozens)
87088              Date: 2 Aug 2000 02:20:23 GMT
87089              Organization: Earth.li Origins
87090      Branch: perl
87091            ! pod/perlguts.pod
87092 ____________________________________________________________________________
87093 [  6486] By: jhi                                   on 2000/08/02  02:41:57
87094         Log: regen_headers, regen perltoc.
87095      Branch: perl
87096            ! perlapi.c pod/perltoc.pod
87097 ____________________________________________________________________________
87098 [  6485] By: jhi                                   on 2000/08/02  01:43:33
87099         Log: "This little thing tests for a file .patch, and if it contains
87100              a number, pops into patchlevel.h" (making it easier to track
87101              which development version people are reporting bugs against)
87102              
87103              Subject: Patchlevel autogeneration for repository perls
87104              From: simon@brecon.co.uk (Simon Cozens)
87105              Date: 14 Jul 2000 07:12:15 GMT
87106              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
87107      Branch: perl
87108            + fix_pl
87109            ! MANIFEST Makefile.SH
87110 ____________________________________________________________________________
87111 [  6484] By: jhi                                   on 2000/08/02  01:32:54
87112         Log: FreeBSD 3.* updates from
87113              
87114              From: Paul Saab <ps@yahoo-inc.com>
87115              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
87116              Date: Tue, 1 Aug 2000 15:41:39 -0700
87117              Message-Id: <20000801154139.A53740@yahoo-inc.com>
87118      Branch: perl
87119            ! hints/freebsd.sh
87120 ____________________________________________________________________________
87121 [  6483] By: jhi                                   on 2000/08/02  01:27:44
87122         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
87123              instead one must use setproctitle().  This was already addressed
87124              by change #6457, but the below has a new variant for FreeBSD 4.0
87125              or later, and the matter is also documented more.
87126              
87127              From: Paul Saab <ps@yahoo-inc.com>
87128              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
87129              Date: Tue, 1 Aug 2000 15:41:39 -0700
87130              Message-Id: <20000801154139.A53740@yahoo-inc.com>
87131      Branch: metaconfig/U/perl
87132            + i_libutil.U
87133      Branch: perl
87134            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
87135 ____________________________________________________________________________
87136 [  6482] By: jhi                                   on 2000/08/01  22:17:32
87137         Log: The test from this
87138              
87139              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
87140              Date: Sat, 15 Apr 2000 17:03:44 +0100
87141              From: Tom Hughes <tom@compton.nu>
87142              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
87143              
87144              was missing, the code change went in as #5989
87145              (which had a different test?)
87146      Branch: perl
87147            ! t/op/misc.t
87148 ____________________________________________________________________________
87149 [  6481] By: jhi                                   on 2000/08/01  21:48:38
87150         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
87151              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
87152              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
87153              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
87154      Branch: perl
87155            ! perl.h
87156 ____________________________________________________________________________
87157 [  6480] By: jhi                                   on 2000/08/01  18:05:28
87158         Log: Make p4desc to skip non-mainperl branches by default.
87159      Branch: perl
87160            ! Porting/p4desc
87161 ____________________________________________________________________________
87162 [  6479] By: jhi                                   on 2000/08/01  17:29:19
87163         Log: If gccosandvers is equal to osname, clear gccosandvers.
87164      Branch: metaconfig/U/perl
87165            ! gccvers.U
87166      Branch: perl
87167            ! Configure config_h.SH
87168 ____________________________________________________________________________
87169 [  6478] By: jhi                                   on 2000/08/01  15:54:08
87170         Log: BOM patching from Simon Cozens.
87171      Branch: perl
87172            ! toke.c
87173 ____________________________________________________________________________
87174 [  6477] By: jhi                                   on 2000/08/01  04:50:33
87175         Log: Stash away the largefiles flags and libswanted.
87176      Branch: perl
87177            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
87178 ____________________________________________________________________________
87179 [  6476] By: gsar                                  on 2000/08/01  04:24:24
87180         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
87181              on Windows)
87182      Branch: perl
87183            ! t/pragma/utf8.t utf8.c win32/win32.c
87184 ____________________________________________________________________________
87185 [  6475] By: jhi                                   on 2000/08/01  03:35:24
87186         Log: Make chr() for values >127 to create utf8 when under utf8.
87187              
87188              Subject: Re: uft8/chr()
87189              From: simon@brecon.co.uk (Simon Cozens)
87190              Date: 1 Aug 2000 02:37:02 GMT
87191              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
87192      Branch: perl
87193            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
87194 ____________________________________________________________________________
87195 [  6474] By: jhi                                   on 2000/08/01  02:36:18
87196         Log: In Digital UNIX warn if gcc explicitly chosen because even
87197              2.95.2 is known to cause problems.
87198      Branch: perl
87199            ! hints/dec_osf.sh
87200 ____________________________________________________________________________
87201 [  6473] By: jhi                                   on 2000/08/01  02:00:56
87202         Log: Make the safety catch for buggy gccs work with triple version
87203              numbers like 2.95.2.  Reported in
87204              
87205              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
87206              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
87207              Date: Mon, 31 Jul 2000 14:55:06 +0200
87208              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
87209      Branch: perl
87210            ! hints/dec_osf.sh
87211 ____________________________________________________________________________
87212 [  6472] By: jhi                                   on 2000/08/01  01:13:33
87213         Log: Subject: fix and question re: waitpid() under win32
87214              From: Brian Clarke <clarke@appliedmeta.com>
87215              Date: Fri, 28 Jul 2000 15:18:29 -0400
87216              Message-ID: <3981DC85.290314EB@appliedmeta.com>
87217              
87218              Slightly reformatted and WNOHANG # define moved to win32.h
87219              so that also POSIX.xs sees it, as suggsted by Sarathy.
87220      Branch: perl
87221            ! win32/win32.c win32/win32.h
87222 ____________________________________________________________________________
87223 [  6471] By: jhi                                   on 2000/08/01  00:55:05
87224         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
87225              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87226              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
87227              Date: Mon, 31 Jul 2000 13:28:51 +0100
87228              
87229              (aka ID 20000730.002)
87230      Branch: perl
87231            ! op.c t/op/tr.t
87232 ____________________________________________________________________________
87233 [  6470] By: jhi                                   on 2000/07/31  23:34:42
87234         Log: Document the problem with -P in HP-UX and its workaround.
87235              
87236              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
87237              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
87238              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
87239              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
87240      Branch: perl
87241            ! README.hpux
87242 ____________________________________________________________________________
87243 [  6469] By: jhi                                   on 2000/07/31  04:15:02
87244         Log: The swallow_bom() saga continues.  The #23 of require.t
87245              (UTF16-LE) still fails (silently, no output) but the #22
87246              (UTF16-BE) seems to be working now.  The root of the
87247              failure may be in sv_gets(): is it UTF-16LE-aware,
87248              especially when it comes to line endings? 
87249      Branch: perl
87250            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
87251            ! t/comp/require.t toke.c utf8.c
87252 ____________________________________________________________________________
87253 [  6468] By: jhi                                   on 2000/07/30  19:05:48
87254         Log: Find green threads before native threads.
87255              
87256              Subject: Re: Patch to jpl/JNI/Makefile.PL
87257              From: Jens Thomsen <jens@fiend.cis.com>
87258              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
87259              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
87260      Branch: perl
87261            ! jpl/JNI/Makefile.PL
87262 ____________________________________________________________________________
87263 [  6467] By: jhi                                   on 2000/07/30  18:36:22
87264         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
87265      Branch: perl
87266            ! doop.c
87267 ____________________________________________________________________________
87268 [  6466] By: jhi                                   on 2000/07/30  04:37:29
87269         Log: A new version of the "remove UPPERACSE string comparison"
87270              operators.  The problem with the previous one (change #6454)
87271              was that it was for Perl 5.6.0.  From Paul Marquess.
87272      Branch: perl
87273            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
87274            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
87275            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87276 ____________________________________________________________________________
87277 [  6465] By: jhi                                   on 2000/07/29  22:39:56
87278         Log: Do not upgrade SVs into utf8 just because they participate
87279              in eq or cmp.  Reported and fix suggested in
87280              
87281              Subject: [ID 20000720.009] sv_eq UTF8 bug
87282              From: "Simon Cozens" <simon@othersideofthe.earth.li>
87283              Date: 21 Jul 2000 04:37:29 -0000
87284              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
87285              
87286              Exercise for the kind reader: should we or should we not
87287              cache the utf8 conversion alongside the SV? (as magic,
87288              as the strxfrm()ed version is cached under use locale)
87289              Argue both for and against.
87290      Branch: perl
87291            ! sv.c
87292 ____________________________________________________________________________
87293 [  6464] By: jhi                                   on 2000/07/29  22:36:22
87294         Log: Subject: UTF8 concat
87295              From: simon@brecon.co.uk (Simon Cozens) 
87296              Date: 30 Jun 2000 06:13:25 GMT
87297              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
87298              
87299              (with a memory leak fixed, plus a few casts added)
87300              
87301              This also seems to help for
87302              
87303              Subject: [ID 20000716.015] join UTF8 weirdness
87304              From: root <root@ak-71.mind.de> 
87305              Date: Sat, 15 Jul 2000 15:29:54 +0200
87306              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
87307              
87308              (from Andreas König)
87309      Branch: perl
87310            ! pp_hot.c
87311 ____________________________________________________________________________
87312 [  6463] By: jhi                                   on 2000/07/29  00:55:39
87313         Log: Tune the comments and hopefully stop a memory leak.
87314      Branch: perl
87315            ! toke.c utf8.c
87316 ____________________________________________________________________________
87317 [  6462] By: jhi                                   on 2000/07/29  00:16:53
87318         Log: The problem described in this
87319              
87320              Subject: [ID 20000322.018] named chars aren't magical enough
87321              From: root <root@dixie.cscaper.com>     
87322              Date: Wed, 22 Mar 2000 18:37:42 -0700
87323              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
87324              
87325              has been fixed in perl 5.6.0 but just in case added a test
87326              to keep it away.  (The report from Joseph Hall.)
87327      Branch: perl
87328            ! t/lib/charnames.t
87329 ____________________________________________________________________________
87330 [  6461] By: jhi                                   on 2000/07/28  23:56:36
87331         Log: Tiny fixes for #6460.
87332      Branch: metaconfig/U/perl
87333            ! gccvers.U
87334      Branch: perl
87335            ! Configure config_h.SH
87336 ____________________________________________________________________________
87337 [  6460] By: jhi                                   on 2000/07/28  23:24:41
87338         Log: Warn if the version of the operating system used to compile gcc
87339              differs from the current version of the operating system.
87340              Also display the gcc compilation os and version in myconfig.
87341              Inspiration from
87342              
87343              Subject: Re: [ID 20000710.003] ERRORS!!         
87344              From: "Kurt D. Starsinic" <kstar@chapin.edu>
87345              Date: Mon, 10 Jul 2000 15:54:16 -0400
87346              Message-ID: <20000710155416.A1384@O2.chapin.edu>
87347      Branch: metaconfig/U/perl
87348            ! gccvers.U
87349      Branch: perl
87350            ! Configure config_h.SH myconfig.SH
87351 ____________________________________________________________________________
87352 [  6459] By: jhi                                   on 2000/07/28  22:00:32
87353         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
87354              letter to $Config{osvers}.
87355      Branch: metaconfig
87356            ! U/modified/Oldconfig.U
87357      Branch: perl
87358            ! Configure config_h.SH
87359 ____________________________________________________________________________
87360 [  6458] By: jhi                                   on 2000/07/28  04:15:39
87361         Log: Back out #6454, doesn't seem to work.
87362              (Reason: that patch was for perl 5.6.0, not perl-current)
87363              (A version of the patch for perl-current came in later as #6466)
87364      Branch: perl
87365            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
87366            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
87367            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87368 ____________________________________________________________________________
87369 [  6457] By: jhi                                   on 2000/07/27  23:31:49
87370         Log: Use setproctitle() if available to modify $0.
87371              
87372              Subject: setting $* on BSD4 broken
87373              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
87374              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
87375              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
87376      Branch: metaconfig
87377            ! U/modified/Myinit.U
87378      Branch: perl
87379            ! Configure config_h.SH mg.c
87380 ____________________________________________________________________________
87381 [  6456] By: jhi                                   on 2000/07/27  14:50:47
87382         Log: Allow "no AutoLoader;", based on change #6444,
87383              suggested by Graham Barr.
87384      Branch: perl
87385            ! lib/AutoLoader.pm
87386 ____________________________________________________________________________
87387 [  6455] By: jhi                                   on 2000/07/27  14:19:10
87388         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
87389              From: rspier@pobox.com (Robert Spier)
87390              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
87391              Message-ID: <14720.15855.787664.424783@rls.cx>
87392      Branch: perl
87393            ! pod/perldiag.pod
87394 ____________________________________________________________________________
87395 [  6454] By: jhi                                   on 2000/07/27  14:03:02
87396         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
87397              for a long time).
87398              
87399              Reported in
87400              
87401              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
87402              From: Ryan Herbert <rherbert@sycamorehq.com>
87403              Date: Mon, 17 Jul 2000 11:40:42 -0400
87404              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
87405              
87406              Patched in
87407              
87408              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
87409              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
87410              Date: Wed, 26 Jul 2000 23:40:18 +0100
87411              Message-ID: <000001bff752$79511880$0a17073e@tiny>
87412              
87413              based on an earlier patch from Stephen P. Potter.
87414              
87415              (Removed later by change #6458 because this patch was for
87416              perl 5.6.0, not perl-current)
87417      Branch: perl
87418            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
87419            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
87420            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87421 ____________________________________________________________________________
87422 [  6453] By: jhi                                   on 2000/07/27  13:48:02
87423         Log: Subject: [PATCH] fixes bug 20000508.004
87424              From: Michael Stevens <mstevens@globnix.org>
87425              Date: Thu, 27 Jul 2000 13:49:04 +0100
87426              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
87427      Branch: perl
87428            ! pod/perldata.pod
87429 ____________________________________________________________________________
87430 [  6452] By: jhi                                   on 2000/07/26  23:51:26
87431         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
87432              and Craig A. Berry.
87433      Branch: perl
87434            ! lib/File/Temp.pm pod/perlport.pod
87435 ____________________________________________________________________________
87436 [  6451] By: jhi                                   on 2000/07/26  19:43:30
87437         Log: Be wary of close()s, too.
87438              
87439              Subject: Re: [PATCH] perlbug cleanup
87440              From: Tim Jenness <t.jenness@jach.hawaii.edu>
87441              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
87442              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
87443      Branch: perl
87444            ! utils/perlbug.PL
87445 ____________________________________________________________________________
87446 [  6450] By: jhi                                   on 2000/07/26  18:41:40
87447         Log: Subject: Minor doc patch: handy.h
87448              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
87449              Date: Wed, 26 Jul 2000 15:34:25 -0300
87450              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
87451      Branch: perl
87452            ! handy.h pod/perlapi.pod
87453 ____________________________________________________________________________
87454 [  6449] By: jhi                                   on 2000/07/26  18:23:55
87455         Log: Subject: [PATCH] minor doc change - perlguts
87456              From: Michael Stevens <mstevens@globnix.org>
87457              Date: Thu, 13 Jul 2000 12:39:18 +0100
87458              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
87459      Branch: perl
87460            ! pod/perlguts.pod
87461 ____________________________________________________________________________
87462 [  6448] By: jhi                                   on 2000/07/26  18:20:30
87463         Log: open() wariness in perlbug.
87464              
87465              Subject: [PATCH] perlbug cleanup
87466              From: Michael Stevens <mstevens@globnix.org>
87467              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
87468              Date: Thu, 13 Jul 2000 15:52:23 +0100
87469      Branch: perl
87470            ! utils/perlbug.PL
87471 ____________________________________________________________________________
87472 [  6447] By: jhi                                   on 2000/07/26  18:13:04
87473         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
87474      Branch: perl
87475            ! lib/File/Temp.pm t/lib/ftmp-security.t
87476 ____________________________________________________________________________
87477 [  6446] By: jhi                                   on 2000/07/26  18:06:32
87478         Log: docfix from Peter Scott <Peter@PSDT.com>.
87479      Branch: perl
87480            ! pod/perlfunc.pod
87481 ____________________________________________________________________________
87482 [  6445] By: jhi                                   on 2000/07/26  17:53:31
87483         Log: Fix *foo{FORMAT}.
87484              
87485              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
87486              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
87487              Date: Wed, 26 Jul 2000 19:51:02 +0200
87488              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
87489              
87490              From: Graham Barr <gbarr@pobox.com>
87491              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
87492              Date: Wed, 26 Jul 2000 17:38:36 +0100
87493              Message-ID: <20000726173836.L472@pobox.com>
87494      Branch: perl
87495            ! pp.c sv.c t/op/gv.t
87496 ____________________________________________________________________________
87497 [  6444] By: jhi                                   on 2000/07/26  17:49:14
87498         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
87499              from Graham Barr in the module list.
87500      Branch: perl
87501            ! gv.c pod/perlobj.pod
87502 ____________________________________________________________________________
87503 [  6443] By: jhi                                   on 2000/07/26  16:06:56
87504         Log: More split() doc and test patches from Mike Guy.
87505      Branch: perl
87506            ! pod/perlfunc.pod t/op/split.t
87507 ____________________________________________________________________________
87508 [  6442] By: jhi                                   on 2000/07/26  16:05:30
87509         Log: MacOS nits from Matthias Neeracher.
87510      Branch: perl
87511            ! perl.c pp_ctl.c
87512 ____________________________________________________________________________
87513 [  6441] By: jhi                                   on 2000/07/26  04:39:57
87514         Log: Subject: [PATCH] split /^/
87515              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87516              Date: Tue, 25 Jul 2000 14:18:57 +0100
87517              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
87518              
87519              (with notes from tchrist and gbarr)
87520      Branch: perl
87521            ! pod/perlfunc.pod t/op/split.t
87522 ____________________________________________________________________________
87523 [  6440] By: jhi                                   on 2000/07/26  04:32:32
87524         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
87525              From: Peter Prymmer <pvhp@forte.com>
87526              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
87527              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
87528      Branch: perl
87529            ! vms/munchconfig.c
87530 ____________________________________________________________________________
87531 [  6439] By: jhi                                   on 2000/07/26  04:31:01
87532         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
87533              to be fatal errors (instead of by default ignoring them, and
87534              ignoring with a bug: even though -w gave an error, the opening [
87535              was left in)  Reported in:
87536              
87537              Subject: [ID 20000716.024] [=cc=] / [:blank:]
87538              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
87539              Date: Sun, 16 Jul 2000 17:55:29 -0700
87540              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
87541      Branch: perl
87542            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
87543 ____________________________________________________________________________
87544 [  6438] By: jhi                                   on 2000/07/25  15:41:15
87545         Log: Subject: [PATCH] av.c apidoc
87546              From: simon@brecon.co.uk (Simon Cozens)
87547              Date: 24 Jul 2000 06:40:52 GMT
87548              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
87549      Branch: perl
87550            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
87551            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
87552 ____________________________________________________________________________
87553 [  6437] By: jhi                                   on 2000/07/25  14:05:36
87554         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
87555              From: "Stephen P. Potter" <spp@ds.net>
87556              Date: Mon, 24 Jul 2000 14:22:23 -0400
87557              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
87558      Branch: perl
87559            ! pod/perllocale.pod
87560 ____________________________________________________________________________
87561 [  6436] By: jhi                                   on 2000/07/25  14:02:03
87562         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
87563              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87564              Date: Mon, 24 Jul 2000 18:04:28 +0100
87565              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
87566      Branch: perl
87567            ! t/lib/syslfs.t t/op/lfs.t
87568 ____________________________________________________________________________
87569 [  6435] By: jhi                                   on 2000/07/25  13:59:28
87570         Log: Get UTF16 BOMs working.  Patch from
87571              
87572              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
87573              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87574              Date: Tue, 25 Jul 2000 12:52:45 +0100
87575              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
87576              
87577              and notes from
87578              
87579              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
87580              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87581              Date: Tue, 25 Jul 2000 11:43:25 +0100
87582              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
87583      Branch: perl
87584            ! t/comp/require.t toke.c utf8.c
87585 ____________________________________________________________________________
87586 [  6434] By: jhi                                   on 2000/07/25  02:39:54
87587         Log: Make the "uninit variable" warning to say "concat or string"
87588              or "join or string" when in concat or join .
87589              
87590              Subject: Re: [ID 20000403.009] uninitialised concatenation???
87591              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87592              Date: Tue, 04 Apr 2000 18:22:58 +0100
87593              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
87594              
87595              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
87596              From: William R Ward <hermit@BayView.COM>
87597              Date: Thu, 30 Mar 2000 19:50:03 -0800
87598              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
87599      Branch: perl
87600            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
87601            ! t/pragma/warn/op t/pragma/warn/sv
87602 ____________________________________________________________________________
87603 [  6433] By: jhi                                   on 2000/07/24  17:52:56
87604         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
87605      Branch: perl
87606            ! lib/File/Spec/VMS.pm
87607 ____________________________________________________________________________
87608 [  6432] By: jhi                                   on 2000/07/24  17:44:44
87609         Log: Test cases for #6431.
87610              
87611              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
87612              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87613              Date: Mon, 24 Jul 2000 15:32:29 +0100
87614              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
87615      Branch: perl
87616            ! t/op/pat.t t/op/split.t
87617 ____________________________________________________________________________
87618 [  6431] By: jhi                                   on 2000/07/24  17:43:17
87619         Log: Bind op fix.
87620              
87621              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
87622              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87623              Date: Mon, 17 Jul 2000 20:04:56 +0100
87624              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
87625      Branch: perl
87626            ! op.c
87627 ____________________________________________________________________________
87628 [  6430] By: jhi                                   on 2000/07/24  03:42:42
87629         Log: Subject: [ID 20000716.023] syslog test fails without sockets
87630              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
87631              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
87632              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
87633      Branch: metaconfig/U/perl
87634            ! Extensions.U
87635      Branch: perl
87636            ! Configure config_h.SH
87637 ____________________________________________________________________________
87638 [  6429] By: jhi                                   on 2000/07/24  03:11:52
87639         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
87640              case, but add also notes explaining the relationship of this
87641              patch and the earlier notes by Sarathy.
87642              
87643              Subject: Map is still slow
87644              From: "Ben Tilly" <ben_tilly@hotmail.com>
87645              Date: Sat, 15 Jul 2000 17:23:27 EDT
87646              Message-ID: <20000715212327.21656.qmail@hotmail.com>
87647      Branch: perl
87648            ! pp_ctl.c
87649 ____________________________________________________________________________
87650 [  6428] By: jhi                                   on 2000/07/24  02:58:52
87651         Log: Documentation to explain the behaviour of map().
87652              
87653              Subject: Re: Map is still slow 
87654              From: Gurusamy Sarathy <gsar@ActiveState.com>
87655              Date: Sat, 15 Jul 2000 16:05:09 -0700
87656              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
87657      Branch: perl
87658            ! pp_ctl.c
87659 ____________________________________________________________________________
87660 [  6427] By: jhi                                   on 2000/07/24  02:50:03
87661         Log: Add tests for
87662              [ID 19991110.003] another matching finding by pcre author
87663              which has already been fixed by some patch, as verified in
87664              
87665              Subject: Re: two regex bugs from the mists of time (well, last November)
87666              From: Hugo <hv@crypt.compulink.co.uk>
87667              Date: Sat, 22 Jul 2000 18:12:58 +0100
87668              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
87669      Branch: perl
87670            ! t/op/re_tests
87671 ____________________________________________________________________________
87672 [  6426] By: jhi                                   on 2000/07/24  02:11:20
87673         Log: A missing 'break' after the [[:space:]] switch case.
87674              
87675              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
87676              From: "Stephen P. Potter" <spp@ds.net>
87677              Date: Tue, 18 Jul 2000 16:25:17 -0400
87678              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
87679      Branch: perl
87680            ! regcomp.c
87681 ____________________________________________________________________________
87682 [  6425] By: jhi                                   on 2000/07/24  02:06:12
87683         Log: The output might have been produced in the wrong order.
87684              
87685              Subject: [ID 20000720.003] [PATCH] t/op/write.t
87686              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87687              Date: Thu, 20 Jul 2000 18:49:18 +0100
87688              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
87689      Branch: perl
87690            ! t/op/write.t
87691 ____________________________________________________________________________
87692 [  6424] By: jhi                                   on 2000/07/24  02:00:07
87693         Log: Use STDOUT consistently.
87694              
87695              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
87696              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87697              Date: Thu, 20 Jul 2000 18:04:01 +0100
87698              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
87699      Branch: perl
87700            ! lib/Test/Harness.pm
87701 ____________________________________________________________________________
87702 [  6423] By: jhi                                   on 2000/07/24  01:54:54
87703         Log: Protect against "wild next"s, that is, callbacks doing "next"
87704              instead of "return".
87705              
87706              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
87707              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87708              Date: Tue, 18 Jul 2000 11:30:16 +0100
87709              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
87710      Branch: perl
87711            ! lib/File/Find.pm
87712 ____________________________________________________________________________
87713 [  6422] By: jhi                                   on 2000/07/24  01:35:47
87714         Log: Out-of-date note removed.
87715              
87716              Subject: [PATCH] documentation perlipc
87717              From: rspier@pobox.com (Robert Spier)
87718              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
87719              Message-ID: <14711.35178.572612.502654@rls.cx>
87720      Branch: perl
87721            ! pod/perlipc.pod
87722 ____________________________________________________________________________
87723 [  6421] By: jhi                                   on 2000/07/24  00:09:18
87724         Log: Send all installperl messages to STDERR and be -w clean.
87725              
87726              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
87727              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87728              Date: Sat, 22 Jul 2000 14:02:11 +0100
87729              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
87730      Branch: perl
87731            ! installperl
87732 ____________________________________________________________________________
87733 [  6420] By: jhi                                   on 2000/07/24  00:04:19
87734         Log: Decutandpasto.
87735              
87736              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
87737              From: "Richard Soderberg" <rs@crystalflame.net>
87738              Date: Sun, 23 Jul 2000 01:37:23 -0700
87739              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
87740      Branch: perl
87741            ! pod/perlipc.pod
87742 ____________________________________________________________________________
87743 [  6419] By: jhi                                   on 2000/07/24  00:01:12
87744         Log: A cleaner abs_path().
87745              Subject: Re: unix alternative to Cwd.pm
87746              From: Jeff Pinyan <jeffp@crusoe.net>
87747              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
87748              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
87749      Branch: perl
87750            ! lib/Cwd.pm
87751 ____________________________________________________________________________
87752 [  6418] By: jhi                                   on 2000/07/23  23:48:56
87753         Log: Detypo.
87754              
87755              Subject: [PATCH perl-current] Typo in hints/powerux.sh
87756              From: "Richard Soderberg" <rs@crystalflame.net>
87757              Date: Sun, 23 Jul 2000 01:27:33 -0700
87758              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
87759      Branch: perl
87760            ! hints/powerux.sh
87761 ____________________________________________________________________________
87762 [  6417] By: jhi                                   on 2000/07/17  22:13:31
87763         Log: Subject: SDBM_File documentation
87764              From: mjd@plover.com
87765              Date: 16 Jul 2000 17:41:17 -0000
87766              Message-ID: <20000716174117.18515.qmail@plover.com>
87767      Branch: perl
87768            ! ext/SDBM_File/SDBM_File.pm
87769 ____________________________________________________________________________
87770 [  6416] By: jhi                                   on 2000/07/17  19:13:26
87771         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
87772      Branch: perl
87773            ! hints/mpeix.sh mpeix/relink
87774 ____________________________________________________________________________
87775 [  6415] By: jhi                                   on 2000/07/15  14:11:02
87776         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
87777              the utf8 'characters' can be more than one octet).
87778              
87779              Date: Sat, 15 Jul 2000 00:21:56 +0100
87780              From: Tom Hughes <tom@compton.nu>
87781              Subject: Re: [ID 20000714.002]
87782              Message-ID: <db2334de49.tom@compton.compton.nu>
87783              
87784              Reported in
87785              
87786              Subject: [ID 20000714.002]
87787              From: "Simon Cozens" <simon@othersideofthe.earth.li>
87788              Date: 14 Jul 2000 15:13:09 -0000
87789              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
87790      Branch: perl
87791            ! doop.c
87792 ____________________________________________________________________________
87793 [  6414] By: jhi                                   on 2000/07/15  03:13:41
87794         Log: another VMS build tweak from Peter Prymmer
87795      Branch: perl
87796            ! vms/descrip_mms.template
87797 ____________________________________________________________________________
87798 [  6413] By: jhi                                   on 2000/07/15  03:10:40
87799         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
87800      Branch: perl
87801            ! vms/perlvms.pod
87802 ____________________________________________________________________________
87803 [  6412] By: jhi                                   on 2000/07/15  00:31:05
87804         Log: More docs for sv functions.
87805              
87806              Subject: [PATCH cfgperl] sv.c apidoc
87807              From: simon@brecon.co.uk (Simon Cozens)
87808              Date: 13 Jul 2000 09:00:20 GMT
87809              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
87810              
87811              Subject: Re: [PATCH cfgperl] sv.c apidoc
87812              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87813              Date: Thu, 13 Jul 2000 12:27:41 +0100
87814              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
87815              
87816              Subject: Re: [PATCH cfgperl] sv.c apidoc
87817              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87818              Date: Thu, 13 Jul 2000 13:23:09 +0100
87819              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
87820              
87821              Subject: Re: [PATCH cfgperl] sv.c apidoc
87822              From: simon@brecon.co.uk (Simon Cozens)
87823              Date: 14 Jul 2000 06:51:02 GMT
87824              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
87825      Branch: perl
87826            ! embed.pl pod/perlapi.pod sv.c
87827 ____________________________________________________________________________
87828 [  6411] By: jhi                                   on 2000/07/15  00:10:41
87829         Log: lib/b test fixes from Peter Prymmer.
87830      Branch: perl
87831            ! t/lib/b.t
87832 ____________________________________________________________________________
87833 [  6410] By: jhi                                   on 2000/07/15  00:02:09
87834         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
87835              From: Hugo <hv@crypt.compulink.co.uk>
87836              Date: Fri, 14 Jul 2000 23:05:20 +0100
87837              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
87838              
87839              Didn't anymore apply, but that point still could use another fix.
87840      Branch: perl
87841            ! pod/perlfunc.pod
87842 ____________________________________________________________________________
87843 [  6409] By: jhi                                   on 2000/07/14  23:15:15
87844         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
87845              not in pod, from Peter Prymmer
87846      Branch: perl
87847            ! vms/descrip_mms.template
87848 ____________________________________________________________________________
87849 [  6408] By: jhi                                   on 2000/07/14  20:35:05
87850         Log: The bug report
87851              [ID 19991110.002] minimal matching discrepancy found by pcre author
87852              seems to have been fixed (though differently from what was suggested
87853              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
87854      Branch: perl
87855            ! t/op/re_tests
87856 ____________________________________________________________________________
87857 [  6407] By: jhi                                   on 2000/07/14  17:38:08
87858         Log: Fix AutoSplit to use File::Spec the right way in VMS,
87859              from Peter Prymmer.
87860      Branch: perl
87861            ! lib/AutoSplit.pm
87862 ____________________________________________________________________________
87863 [  6406] By: jhi                                   on 2000/07/14  14:13:22
87864         Log: Merge perlhacktut into perlhack, update perlguts.
87865              
87866              Subject: Re: Perlhacktut
87867              From: simon@brecon.co.uk (Simon Cozens)
87868              Date: 14 Jul 2000 06:49:21 GMT
87869              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
87870              
87871              Subject: Re: Perlhacktut
87872              From: simon@brecon.co.uk (Simon Cozens)
87873              Date: 14 Jul 2000 07:09:45 GMT
87874              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
87875      Branch: perl
87876            ! pod/perlguts.pod pod/perlhack.pod
87877 ____________________________________________________________________________
87878 [  6405] By: jhi                                   on 2000/07/14  14:02:31
87879         Log: Integrate with Sarathy.
87880      Branch: cfgperl
87881           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
87882           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
87883           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
87884 ____________________________________________________________________________
87885 [  6404] By: gsar                                  on 2000/07/14  12:15:02
87886         Log: PERL_OBJECT build tweaks
87887      Branch: perl
87888            ! toke.c
87889 ____________________________________________________________________________
87890 [  6403] By: gsar                                  on 2000/07/14  11:23:41
87891         Log: inconsistent types needs casts
87892      Branch: perl
87893            ! toke.c
87894 ____________________________________________________________________________
87895 [  6402] By: gsar                                  on 2000/07/14  11:12:04
87896         Log: typos in change#6399, regen headers
87897      Branch: perl
87898            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
87899 ____________________________________________________________________________
87900 [  6401] By: gsar                                  on 2000/07/14  10:59:12
87901         Log: typecasts needed for change#6394
87902      Branch: perl
87903            ! toke.c
87904 ____________________________________________________________________________
87905 [  6400] By: gsar                                  on 2000/07/14  10:49:37
87906         Log: integrate cfgperl contents into mainline
87907      Branch: perl
87908           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
87909           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
87910 ____________________________________________________________________________
87911 [  6399] By: gsar                                  on 2000/07/14  10:38:35
87912         Log: enable UTF-16 filter by default if relevant BOM is seen; various
87913              cleanups (typos, misformatted code, and small bugs)
87914      Branch: perl
87915            ! doop.c embed.pl mg.c op.c pp.c toke.c
87916 ____________________________________________________________________________
87917 [  6398] By: gsar                                  on 2000/07/14  08:55:38
87918         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
87919              name suggests anyway)
87920      Branch: perl
87921            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
87922 ____________________________________________________________________________
87923 [  6397] By: gsar                                  on 2000/07/14  08:44:33
87924         Log: move new variables to the end of the interpreter structure (for
87925              bincompat in code that doesn't #include XSUB.h)
87926      Branch: perl
87927            ! intrpvar.h
87928 ____________________________________________________________________________
87929 [  6396] By: gsar                                  on 2000/07/14  08:13:58
87930         Log: MakeMaker should not remove editor backups (*~) on `make clean`
87931              by default (completes change#6383)
87932      Branch: perl
87933            ! lib/ExtUtils/MM_Unix.pm
87934 ____________________________________________________________________________
87935 [  6395] By: jhi                                   on 2000/07/14  05:20:33
87936         Log: Replace change #6337 with a better one.
87937              
87938              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
87939              From: Hugo <hv@crypt.compulink.co.uk>
87940              Date: Fri, 14 Jul 2000 04:16:20 +0100
87941              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
87942      Branch: cfgperl
87943            ! regexec.c t/op/re_tests
87944 ____________________________________________________________________________
87945 [  6394] By: jhi                                   on 2000/07/14  01:33:59
87946         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
87947      Branch: cfgperl
87948            ! embed.pl global.sym proto.h toke.c
87949 ____________________________________________________________________________
87950 [  6393] By: jhi                                   on 2000/07/13  23:41:23
87951         Log: remove discarded test
87952      Branch: cfgperl
87953            ! MANIFEST
87954 ____________________________________________________________________________
87955 [  6392] By: jhi                                   on 2000/07/13  23:32:25
87956         Log: The {multiplier} of a fixed substring was overlooked which
87957              caused a wrong initial search offset for that substring.
87958              
87959              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
87960              From: Hugo <hv@crypt.compulink.co.uk>
87961              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
87962              Date: Thu, 13 Jul 2000 19:27:13 +0100
87963      Branch: cfgperl
87964            ! regcomp.c t/op/re_tests
87965 ____________________________________________________________________________
87966 [  6391] By: jhi                                   on 2000/07/13  16:37:42
87967         Log: typo fix from Craig Berry
87968      Branch: cfgperl
87969            ! vms/subconfigure.com
87970 ____________________________________________________________________________
87971 [  6390] By: jhi                                   on 2000/07/13  13:20:12
87972         Log: Integrate with Sarathy.
87973      Branch: cfgperl
87974            - t/op/method2entersub.t
87975           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
87976           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
87977           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
87978           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
87979 ____________________________________________________________________________
87980 [  6389] By: jhi                                   on 2000/07/13  13:18:48
87981         Log: Detypo from Peter Prymmer, part of #6388.
87982      Branch: cfgperl
87983            ! Configure config_h.SH
87984      Branch: metaconfig
87985            ! U/modified/d_longlong.U
87986 ____________________________________________________________________________
87987 [  6388] By: gsar                                  on 2000/07/13  06:33:40
87988         Log: typos (spotted by Peter Prymmer)
87989      Branch: perl
87990            ! Configure t/lib/english.t
87991 ____________________________________________________________________________
87992 [  6387] By: gsar                                  on 2000/07/13  05:35:28
87993         Log: new selfloader.t in change#6183 doesn't close DATA handles,
87994              and thus fails to clean up tmp files on dosish platforms
87995      Branch: perl
87996            ! t/lib/selfloader.t
87997 ____________________________________________________________________________
87998 [  6386] By: gsar                                  on 2000/07/12  21:42:39
87999         Log: sprintf test tweaks (from Dominic Dunlop)
88000      Branch: perl
88001            ! t/op/sprintf.t
88002 ____________________________________________________________________________
88003 [  6385] By: gsar                                  on 2000/07/12  21:33:46
88004         Log: fix bugs in processing %v-*d and similar format specs (from
88005              Avi Finkel <avi@finkel.org>)
88006      Branch: perl
88007            ! sv.c t/op/sprintf.t
88008 ____________________________________________________________________________
88009 [  6384] By: gsar                                  on 2000/07/12  16:04:19
88010         Log: readd missing perldelta.pod changes from changes#6339,6376
88011      Branch: perl
88012            ! pod/perldelta.pod
88013 ____________________________________________________________________________
88014 [  6383] By: gsar                                  on 2000/07/12  16:00:51
88015         Log: don't clobber *.orig files on *clean targets
88016      Branch: perl
88017            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
88018 ____________________________________________________________________________
88019 [  6382] By: gsar                                  on 2000/07/12  07:59:12
88020         Log: fix broken integrations in cfgperl
88021      Branch: cfgperl
88022           !> Changes pod/perldelta.pod
88023 ____________________________________________________________________________
88024 [  6381] By: gsar                                  on 2000/07/12  07:42:17
88025         Log: integrate cfgperl changes into mainline
88026      Branch: perl
88027            ! Changes
88028           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
88029           !> pod/perlre.pod
88030 ____________________________________________________________________________
88031 [  6380] By: gsar                                  on 2000/07/12  07:31:00
88032         Log: get sprintf.t to adjust properly for 3-digit exponents
88033      Branch: perl
88034            ! t/op/sprintf.t
88035 ____________________________________________________________________________
88036 [  6379] By: gsar                                  on 2000/07/12  06:40:04
88037         Log: change#6174 needs corresponding change in win32/config_h.PL,
88038              which grovels through config_h.SH to find the config.h name
88039      Branch: perl
88040            ! win32/config_h.PL
88041 ____________________________________________________________________________
88042 [  6378] By: jhi                                   on 2000/07/12  05:03:59
88043         Log: Do the cc sanity check both before the hints and
88044              after the cc selction.
88045      Branch: cfgperl
88046            ! Configure config_h.SH
88047      Branch: metaconfig
88048            ! U/modified/Oldconfig.U U/modified/cc.U
88049      Branch: metaconfig/U/perl
88050            + Checkcc.U
88051 ____________________________________________________________________________
88052 [  6377] By: jhi                                   on 2000/07/12  02:49:22
88053         Log: Fix nits noticed by Boston.pm.
88054      Branch: cfgperl
88055            ! pod/perlre.pod
88056 ____________________________________________________________________________
88057 [  6376] By: jhi                                   on 2000/07/11  21:22:13
88058         Log: Configure cosmetics and perldelta.
88059      Branch: cfgperl
88060            ! Configure config_h.SH pod/perldelta.pod
88061      Branch: metaconfig
88062            ! U/modified/cc.U
88063 ____________________________________________________________________________
88064 [  6375] By: gsar                                  on 2000/07/11  21:17:35
88065         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
88066      Branch: perl
88067            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
88068            ! win32/win32sck.c
88069 ____________________________________________________________________________
88070 [  6374] By: gsar                                  on 2000/07/11  20:48:50
88071         Log: tweak for build failure under multiplicity
88072      Branch: perl
88073            ! toke.c
88074 ____________________________________________________________________________
88075 [  6373] By: gsar                                  on 2000/07/11  20:37:23
88076         Log: integrate cfgperl changes#6325..6373 into mainline
88077              (NOTE: today's batch of integrations still untested)
88078      Branch: perl
88079           +> ext/DynaLoader/hints/netbsd.pl
88080            ! Changes
88081           !> (integrate 26 files)
88082 ____________________________________________________________________________
88083 [  6372] By: jhi                                   on 2000/07/11  20:30:36
88084         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
88085              regen perltoc.
88086      Branch: cfgperl
88087            + pod/perlbook.pod
88088            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
88089            ! pod/perltoc.pod
88090 ____________________________________________________________________________
88091 [  6371] By: jhi                                   on 2000/07/11  20:08:56
88092         Log: Minor cleanups on the booklist.
88093      Branch: cfgperl
88094            ! pod/perlfaq2.pod
88095 ____________________________________________________________________________
88096 [  6370] By: jhi                                   on 2000/07/11  19:31:13
88097         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
88098      Branch: cfgperl
88099            ! t/pragma/overload.t
88100 ____________________________________________________________________________
88101 [  6369] By: gsar                                  on 2000/07/11  19:27:48
88102         Log: integrate cfgperl changes#6293..6324 into mainline
88103      Branch: perl
88104           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
88105            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
88106           !> (integrate 30 files)
88107 ____________________________________________________________________________
88108 [  6368] By: gsar                                  on 2000/07/11  19:18:57
88109         Log: skip integrate of problematic change#6292 from cfgperl into mainline
88110      Branch: perl
88111           !> pp_hot.c
88112 ____________________________________________________________________________
88113 [  6367] By: gsar                                  on 2000/07/11  19:17:21
88114         Log: integrate cfgperl changes#6288..6290 into mainline
88115      Branch: perl
88116           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
88117 ____________________________________________________________________________
88118 [  6366] By: gsar                                  on 2000/07/11  19:11:18
88119         Log: integrate cfgperl changes#6268..6282 into mainline
88120      Branch: perl
88121           !> (integrate 30 files)
88122 ____________________________________________________________________________
88123 [  6365] By: gsar                                  on 2000/07/11  18:57:00
88124         Log: delete new accidentally branched file
88125      Branch: perl
88126            - t/op/method2entersub.t
88127 ____________________________________________________________________________
88128 [  6364] By: gsar                                  on 2000/07/11  18:55:13
88129         Log: skip integrate of change#6267 from cfgperl into mainline (the
88130              method call optimization is flawed without additional hints
88131              from user about immutableness of @ISA and no runtime method
88132              definitions)
88133      Branch: perl
88134           +> t/op/method2entersub.t
88135           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
88136           !> perl.h t/op/sprintf.t xsutils.c
88137 ____________________________________________________________________________
88138 [  6363] By: gsar                                  on 2000/07/11  18:49:43
88139         Log: integrate cfgperl changes#6261..6266 into mainline
88140      Branch: perl
88141           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
88142           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
88143           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
88144           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
88145 ____________________________________________________________________________
88146 [  6362] By: gsar                                  on 2000/07/11  18:43:26
88147         Log: integrate cfgperl changes#6252..6260 into mainline
88148      Branch: perl
88149           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
88150           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
88151           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
88152           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
88153 ____________________________________________________________________________
88154 [  6361] By: gsar                                  on 2000/07/11  18:37:12
88155         Log: skip integrate of problematic change#6251 from cfgperl into mainline
88156      Branch: perl
88157           !> lib/Exporter.pm
88158 ____________________________________________________________________________
88159 [  6360] By: gsar                                  on 2000/07/11  18:34:56
88160         Log: integrate cfgperl change#6250 into mainline
88161      Branch: perl
88162           +> t/op/my_stash.t
88163           !> MANIFEST embed.pl proto.h toke.c
88164 ____________________________________________________________________________
88165 [  6359] By: gsar                                  on 2000/07/11  18:21:19
88166         Log: integrate cfgperl changes#6242..6249 into mainline
88167      Branch: perl
88168           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
88169           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
88170           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
88171           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
88172           !> t/lib/peek.t utf8.c
88173 ____________________________________________________________________________
88174 [  6358] By: gsar                                  on 2000/07/11  18:15:45
88175         Log: skip integrate of problematic change#6241 from cfgperl into mainline
88176      Branch: perl
88177           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
88178 ____________________________________________________________________________
88179 [  6357] By: jhi                                   on 2000/07/11  18:15:16
88180         Log: Fix for
88181              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
88182              From: Roderick Schertler <roderick@argon.org> 
88183              Date: Tue, 11 Jul 2000 13:55:05 -0400 
88184              Message-Id: <200007111755.NAA05077@jones.argon.org> 
88185      Branch: cfgperl
88186            ! doio.c
88187 ____________________________________________________________________________
88188 [  6356] By: jhi                                   on 2000/07/11  18:12:51
88189         Log: Typo in #6341.
88190      Branch: cfgperl
88191            ! pp_hot.c
88192 ____________________________________________________________________________
88193 [  6355] By: gsar                                  on 2000/07/11  18:12:10
88194         Log: integrate cfgperl changes#6231..6240 into mainline
88195      Branch: perl
88196           +> pod/perlutil.pod
88197           !> (integrate 35 files)
88198 ____________________________________________________________________________
88199 [  6354] By: jhi                                   on 2000/07/11  18:04:34
88200         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
88201              From: Dominic Dunlop <domo@computer.org> 
88202              Date: Tue, 11 Jul 2000 12:27:33 +0200 
88203              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
88204              
88205              Replaces change #6268.
88206      Branch: cfgperl
88207            ! t/op/sprintf.t
88208 ____________________________________________________________________________
88209 [  6353] By: gsar                                  on 2000/07/11  17:59:51
88210         Log: skip integrate of problematic change#6230 from cfgperl into mainline
88211              (a later version of File::Spec is already in mainline)
88212      Branch: perl
88213           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
88214           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
88215 ____________________________________________________________________________
88216 [  6352] By: gsar                                  on 2000/07/11  17:57:48
88217         Log: integrate cfgperl changes#6224..6229 into mainline
88218      Branch: perl
88219           +> lib/lib.pm.PL
88220            - lib/lib.pm
88221           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
88222           !> lib/English.pm op.c t/lib/english.t
88223 ____________________________________________________________________________
88224 [  6351] By: gsar                                  on 2000/07/11  17:50:10
88225         Log: skip integrate of problematic change#6223 from cfgperl into mainline
88226      Branch: perl
88227           !> doio.c
88228 ____________________________________________________________________________
88229 [  6350] By: gsar                                  on 2000/07/11  17:48:28
88230         Log: integrate cfgperl changes#6220..6222 into mainline
88231      Branch: perl
88232           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
88233           !> toke.c utf8.c win32/win32.h
88234 ____________________________________________________________________________
88235 [  6349] By: gsar                                  on 2000/07/11  17:46:13
88236         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
88237              mainline
88238      Branch: perl
88239           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
88240           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
88241           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88242 ____________________________________________________________________________
88243 [  6348] By: jhi                                   on 2000/07/11  17:45:49
88244         Log: README.posix-bc podified from Thomas Dorner.
88245      Branch: cfgperl
88246            ! README.posix-bc
88247 ____________________________________________________________________________
88248 [  6347] By: gsar                                  on 2000/07/11  17:42:04
88249         Log: integrate cfgperl change#6217 into mainline
88250      Branch: perl
88251           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
88252           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
88253           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
88254 ____________________________________________________________________________
88255 [  6346] By: gsar                                  on 2000/07/11  17:39:37
88256         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
88257              mainline
88258      Branch: perl
88259           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
88260           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88261           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
88262           !> perlapi.h pod/perlapi.pod
88263 ____________________________________________________________________________
88264 [  6345] By: gsar                                  on 2000/07/11  17:36:42
88265         Log: integrate cfgperl changes#6207..6210 into mainline
88266      Branch: perl
88267           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
88268           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
88269 ____________________________________________________________________________
88270 [  6344] By: gsar                                  on 2000/07/11  17:31:20
88271         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
88272              mainline
88273      Branch: perl
88274           !> (integrate 40 files)
88275 ____________________________________________________________________________
88276 [  6343] By: gsar                                  on 2000/07/11  17:19:08
88277         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
88278      Branch: perl
88279           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
88280            ! Changes
88281           !> (integrate 34 files)
88282 ____________________________________________________________________________
88283 [  6342] By: jhi                                   on 2000/07/11  16:05:48
88284         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
88285              To: perl5-porters@perl.org
88286              From: Karsten Sperling <spiff@phreax.net>
88287              Date: Mon, 10 Jul 2000 15:12:52 +0200
88288              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
88289      Branch: cfgperl
88290            ! lib/Symbol.pm
88291 ____________________________________________________________________________
88292 [  6341] By: jhi                                   on 2000/07/11  15:59:23
88293         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
88294              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88295              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
88296              Date: Fri, 07 Jul 2000 17:57:16 +0100
88297      Branch: cfgperl
88298            ! pp_hot.c
88299 ____________________________________________________________________________
88300 [  6340] By: jhi                                   on 2000/07/11  15:55:47
88301         Log: Subject: Re: format bug report  [Patch]
88302              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88303              Date: Wed, 05 Jul 2000 13:12:52 +0200
88304              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
88305              
88306              Subject: Re: format bug report  [Patch]
88307              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88308              Date: Wed, 05 Jul 2000 14:10:01 +0200
88309              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
88310      Branch: cfgperl
88311            ! t/op/write.t toke.c
88312 ____________________________________________________________________________
88313 [  6339] By: jhi                                   on 2000/07/11  13:54:09
88314         Log: Be less forgiving about ambiguous and illegal tr ranges.
88315              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
88316              From: Mark-Jason Dominus <mjd@plover.com>
88317              Date: Tue, 04 Jul 2000 10:00:12 -0400
88318              Message-ID: <20000704140012.17772.qmail@plover.com>
88319              
88320              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
88321              From: Mark-Jason Dominus <mjd@plover.com>
88322              Date: Wed, 05 Jul 2000 09:37:36 -0400
88323              Message-ID: <20000705133736.27293.qmail@plover.com>
88324      Branch: cfgperl
88325            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
88326 ____________________________________________________________________________
88327 [  6338] By: jhi                                   on 2000/07/11  13:31:24
88328         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
88329              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88330              Date: Tue, 11 Jul 2000 13:50:51 +0100
88331              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
88332      Branch: cfgperl
88333            ! sv.c
88334 ____________________________________________________________________________
88335 [  6337] By: jhi                                   on 2000/07/11  13:29:14
88336         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
88337              From: Hugo <hv@crypt.compulink.co.uk>
88338              Date: Tue, 11 Jul 2000 12:44:50 +0100
88339              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
88340      Branch: cfgperl
88341            ! regexec.c t/op/re_tests
88342 ____________________________________________________________________________
88343 [  6336] By: jhi                                   on 2000/07/11  13:26:47
88344         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
88345              From: simon@brecon.co.uk (Simon Cozens)
88346              Date: 7 Jul 2000 11:26:09 GMT
88347              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
88348      Branch: cfgperl
88349            ! mg.c
88350 ____________________________________________________________________________
88351 [  6335] By: jhi                                   on 2000/07/11  13:23:37
88352         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
88353              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
88354              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
88355              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
88356      Branch: cfgperl
88357            + ext/DynaLoader/hints/netbsd.pl
88358            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
88359 ____________________________________________________________________________
88360 [  6334] By: jhi                                   on 2000/07/11  13:20:38
88361         Log: Subject: PATCH perlguts.pod: Document D and d magic types
88362              From: mjd@plover.com
88363              Date: 5 Jul 2000 18:01:51 -0000
88364              Message-ID: <20000705180151.29413.qmail@plover.com>
88365      Branch: cfgperl
88366            ! pod/perlguts.pod
88367 ____________________________________________________________________________
88368 [  6333] By: jhi                                   on 2000/07/11  13:15:51
88369         Log: Precedence goof, fix based on
88370              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
88371              From: Hugo <hv@crypt.compulink.co.uk>
88372              Date: Tue, 11 Jul 2000 12:52:38 +0100
88373              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
88374      Branch: cfgperl
88375            ! t/op/taint.t
88376 ____________________________________________________________________________
88377 [  6332] By: jhi                                   on 2000/07/11  12:40:17
88378         Log: Integrate with Sarathy.
88379      Branch: cfgperl
88380           !> win32/win32sck.c
88381 ____________________________________________________________________________
88382 [  6331] By: jhi                                   on 2000/07/10  20:14:16
88383         Log: Sprinkle ldlibpath.
88384      Branch: cfgperl
88385            ! pod/Makefile.SH
88386 ____________________________________________________________________________
88387 [  6330] By: jhi                                   on 2000/07/10  17:54:49
88388         Log: More POSIX.pod tweaks.
88389      Branch: cfgperl
88390            ! ext/POSIX/POSIX.pod
88391 ____________________________________________________________________________
88392 [  6329] By: jhi                                   on 2000/07/10  14:02:12
88393         Log: Reorder perl.pod once more.
88394      Branch: cfgperl
88395            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
88396 ____________________________________________________________________________
88397 [  6328] By: gsar                                  on 2000/07/10  07:06:00
88398         Log: accept() leaks memory on windows due to incorrect ordering of
88399              closesocket() and fclose() calls
88400      Branch: perl
88401            ! win32/win32sck.c
88402 ____________________________________________________________________________
88403 [  6327] By: gsar                                  on 2000/07/10  06:49:17
88404         Log: winsock options weren't being set in all threads under ithreads
88405              (caused send()s from second and subsequent threads to fail)
88406      Branch: perl
88407            ! win32/win32sck.c
88408 ____________________________________________________________________________
88409 [  6326] By: jhi                                   on 2000/07/08  02:45:40
88410         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
88411              was cast to an unsigned (32-bit) integer with wild abandon.
88412      Branch: cfgperl
88413            ! ext/Devel/DProf/DProf.xs
88414 ____________________________________________________________________________
88415 [  6325] By: jhi                                   on 2000/07/07  18:50:33
88416         Log: Remove perlbook, update perlfaq book listing,
88417              rearrange perl.pod, regenerate perltoc.
88418      Branch: cfgperl
88419            - pod/perlbook.pod
88420            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
88421            ! pod/perlfaq2.pod pod/perltoc.pod
88422 ____________________________________________________________________________
88423 [  6324] By: jhi                                   on 2000/07/07  14:03:40
88424         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
88425      Branch: cfgperl
88426            ! sv.h toke.c
88427 ____________________________________________________________________________
88428 [  6323] By: jhi                                   on 2000/07/06  16:03:55
88429         Log: Fix complaints of buildtoc.
88430      Branch: cfgperl
88431            + lib/Win32.pod
88432            - pod/Win32.pod
88433            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
88434 ____________________________________________________________________________
88435 [  6322] By: jhi                                   on 2000/07/06  15:15:52
88436         Log: Add =head1 NAMEs so that buildtoc is happy.
88437              (The CGI::Util nit reported to Lincoln.)
88438      Branch: cfgperl
88439            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
88440            ! pod/perltoc.pod
88441 ____________________________________________________________________________
88442 [  6321] By: jhi                                   on 2000/07/06  03:16:04
88443         Log: Config is being used.
88444      Branch: cfgperl
88445            ! t/op/method.t
88446 ____________________________________________________________________________
88447 [  6320] By: jhi                                   on 2000/07/06  03:13:13
88448         Log: Integrate with Sarathy.
88449      Branch: cfgperl
88450           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
88451 ____________________________________________________________________________
88452 [  6319] By: jhi                                   on 2000/07/06  03:11:46
88453         Log: Autogenerate pod/Makefile and pod/buildtoc.
88454              buildtoc also checks whether the existing pods are
88455              mentioned in MANIFEST and perl.pod, and vice versa.
88456              (None of the thusly found discrepancies fixed yet.)
88457              roffitall also needs to be autogenerated similarly but it
88458              seems so badly out of date that I didn't touch it yet.
88459      Branch: cfgperl
88460            + pod/Makefile.SH pod/buildtoc.PL
88461            - pod/Makefile pod/buildtoc
88462            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
88463 ____________________________________________________________________________
88464 [  6318] By: gsar                                  on 2000/07/05  22:10:54
88465         Log: fix UNC path handling on Windows under ithreads, and chdir()
88466              return value when given a non-existent directory
88467      Branch: perl
88468            ! win32/vdir.h
88469 ____________________________________________________________________________
88470 [  6317] By: gsar                                  on 2000/07/05  22:08:19
88471         Log: winsock cleanup never done on Windows (leads to handle leaks)
88472      Branch: perl
88473            ! win32/perllib.c win32/win32sck.c
88474 ____________________________________________________________________________
88475 [  6316] By: gsar                                  on 2000/07/05  22:06:19
88476         Log: some debugger output does not go to the socket when RemotePort is set
88477      Branch: perl
88478            ! lib/perl5db.pl
88479 ____________________________________________________________________________
88480 [  6315] By: jhi                                   on 2000/07/05  00:25:21
88481         Log: Integrate with Sarathy, preliminary fix for unicos
88482              alignment problems in [ID 20000612.002] Perl problem on Cray system.
88483      Branch: cfgperl
88484            ! sv.h
88485           !> pp_hot.c
88486 ____________________________________________________________________________
88487 [  6314] By: gsar                                  on 2000/07/04  23:34:02
88488         Log: tyop in change#6306
88489      Branch: perl
88490            ! pp_hot.c
88491 ____________________________________________________________________________
88492 [  6313] By: jhi                                   on 2000/07/04  22:14:38
88493         Log: Multiline string literals ENONPORTABLE.
88494      Branch: cfgperl
88495            ! pp_hot.c
88496 ____________________________________________________________________________
88497 [  6312] By: jhi                                   on 2000/07/04  20:34:44
88498         Log: Integrate with Sarathy.
88499      Branch: cfgperl
88500           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
88501           !> t/op/method.t
88502 ____________________________________________________________________________
88503 [  6311] By: jhi                                   on 2000/07/04  20:30:56
88504         Log: More POSIX.pod embellishment.
88505      Branch: cfgperl
88506            ! ext/POSIX/POSIX.pod
88507 ____________________________________________________________________________
88508 [  6310] By: gsar                                  on 2000/07/04  17:28:48
88509         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
88510      Branch: perl
88511            ! t/lib/b.t
88512 ____________________________________________________________________________
88513 [  6309] By: jhi                                   on 2000/07/04  17:22:18
88514         Log: The #6308 required a little bit more.
88515      Branch: cfgperl
88516            ! Makefile.SH win32/Makefile
88517 ____________________________________________________________________________
88518 [  6308] By: jhi                                   on 2000/07/04  16:35:24
88519         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
88520      Branch: cfgperl
88521            + lib/lib_pm.PL
88522            - lib/lib.pm.PL
88523            ! MANIFEST Makefile.SH
88524 ____________________________________________________________________________
88525 [  6307] By: jhi                                   on 2000/07/04  16:28:58
88526         Log: Win32 patches for cfgperl from Sarathy.
88527      Branch: cfgperl
88528            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
88529            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
88530            ! thread.h toke.c util.c win32/Makefile win32/win32.c
88531 ____________________________________________________________________________
88532 [  6306] By: gsar                                  on 2000/07/04  16:28:40
88533         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
88534              (from Richard Soderberg <rs@oregonnet.com>)
88535      Branch: perl
88536            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
88537 ____________________________________________________________________________
88538 [  6305] By: jhi                                   on 2000/07/04  16:24:24
88539         Log: Integrate with Sarathy.
88540      Branch: cfgperl
88541           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
88542           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88543           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
88544           !> proto.h win32/win32.c
88545 ____________________________________________________________________________
88546 [  6304] By: gsar                                  on 2000/07/04  16:17:24
88547         Log: missing perldiag entry for unpack("w",...) diagnostic (from
88548              Andreas Koenig)
88549      Branch: perl
88550            ! pod/perldiag.pod
88551 ____________________________________________________________________________
88552 [  6303] By: gsar                                  on 2000/07/04  16:14:44
88553         Log: remove rel2abs prototypes (from Barrie Slaymaker)
88554      Branch: perl
88555            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
88556            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
88557 ____________________________________________________________________________
88558 [  6302] By: gsar                                  on 2000/07/04  04:59:35
88559         Log: adjust change#6299
88560      Branch: perl
88561            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
88562            ! win32/win32.c
88563 ____________________________________________________________________________
88564 [  6301] By: jhi                                   on 2000/07/04  04:50:07
88565         Log: Integrate with Sarathy.
88566      Branch: cfgperl
88567           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
88568           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
88569           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
88570 ____________________________________________________________________________
88571 [  6300] By: gsar                                  on 2000/07/04  04:42:09
88572         Log: PERL_OBJECT build tweak
88573      Branch: perl
88574            ! perl.h
88575 ____________________________________________________________________________
88576 [  6299] By: gsar                                  on 2000/07/04  04:37:00
88577         Log: fix memory leak on Windows (PL_sys_intern contents were never
88578              freed)
88579      Branch: perl
88580            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
88581            ! perlapi.c proto.h win32/win32.c
88582 ____________________________________________________________________________
88583 [  6298] By: gsar                                  on 2000/07/04  04:15:59
88584         Log: fix large memory leak that has been around for ever, masked by
88585              -DPURIFY (most of the arenas were never freed!)
88586      Branch: perl
88587            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
88588 ____________________________________________________________________________
88589 [  6297] By: gsar                                  on 2000/07/04  04:07:46
88590         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
88591      Branch: perl
88592            ! perl.c
88593 ____________________________________________________________________________
88594 [  6296] By: jhi                                   on 2000/06/30  18:28:37
88595         Log: Elaborate POSIX.pod.  Still needs work.
88596      Branch: cfgperl
88597            ! ext/POSIX/POSIX.pod
88598 ____________________________________________________________________________
88599 [  6295] By: jhi                                   on 2000/06/30  14:58:18
88600         Log: Point to perlipc for more SysV IPC examples.
88601      Branch: cfgperl
88602            ! pod/perlfunc.pod
88603 ____________________________________________________________________________
88604 [  6294] By: gsar                                  on 2000/06/30  14:47:45
88605         Log: slurp mode fix in change#4736 still not quite right
88606      Branch: perl
88607            ! pp_hot.c t/io/argv.t
88608 ____________________________________________________________________________
88609 [  6293] By: jhi                                   on 2000/06/30  12:02:55
88610         Log: Integrate with Sarathy.
88611      Branch: cfgperl
88612           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
88613 ____________________________________________________________________________
88614 [  6292] By: jhi                                   on 2000/06/30  12:01:11
88615         Log: From: simon@brecon.co.uk (Simon Cozens)
88616              Subject: UTF8 concat
88617              Date: 30 Jun 2000 06:13:25 GMT
88618              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
88619      Branch: cfgperl
88620            ! pp_hot.c
88621 ____________________________________________________________________________
88622 [  6291] By: gsar                                  on 2000/06/30  04:37:33
88623         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
88624              when @_ is modified, causing coredumps
88625      Branch: perl
88626            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
88627 ____________________________________________________________________________
88628 [  6290] By: jhi                                   on 2000/06/30  02:21:44
88629         Log: Integrate with Sarathy.
88630      Branch: cfgperl
88631           !> vms/vms.c vms/vmsish.h
88632 ____________________________________________________________________________
88633 [  6289] By: jhi                                   on 2000/06/30  02:21:02
88634         Log: Check VERSIONs.
88635      Branch: cfgperl
88636            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
88637            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
88638            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
88639 ____________________________________________________________________________
88640 [  6288] By: jhi                                   on 2000/06/30  02:18:52
88641         Log: Integrate with Sarathy.
88642      Branch: cfgperl
88643           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
88644           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
88645           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
88646           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
88647 ____________________________________________________________________________
88648 [  6287] By: gsar                                  on 2000/06/30  02:17:08
88649         Log: integrate vmsperl changes into mainline
88650      Branch: perl
88651           !> vms/vms.c vms/vmsish.h
88652 ____________________________________________________________________________
88653 [  6285] By: gsar                                  on 2000/06/30  02:05:28
88654         Log: localize %INC in a Safe compartment so that use/require work
88655              (many other magic globals probably need similar treatment)
88656      Branch: perl
88657            ! ext/Opcode/Opcode.xs
88658 ____________________________________________________________________________
88659 [  6284] By: gsar                                  on 2000/06/30  01:54:54
88660         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
88661              about Windows
88662      Branch: perl
88663            ! pod/perlembed.pod
88664 ____________________________________________________________________________
88665 [  6283] By: jhi                                   on 2000/06/30  01:50:10
88666         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
88667              From: Barrie Slaymaker <barries@jester.slaysys.com>
88668              Date: Wed, 28 Jun 2000 11:35:29 -0400
88669              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
88670      Branch: perl
88671            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
88672            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
88673            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88674            ! lib/File/Spec/Win32.pm
88675 ____________________________________________________________________________
88676 [  6282] By: jhi                                   on 2000/06/29  22:57:22
88677         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
88678              From: Dan Sugalski <dan@sidhe.org>
88679              Date: Tue, 06 Jun 2000 11:59:50 -0400
88680              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
88681      Branch: cfgperl
88682            ! vms/vms.c
88683 ____________________________________________________________________________
88684 [  6281] By: jhi                                   on 2000/06/29  22:52:50
88685         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
88686              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
88687              Date: Wed, 7 Jun 2000 04:02:04 -0500
88688              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
88689      Branch: cfgperl
88690            ! utils/h2xs.PL
88691 ____________________________________________________________________________
88692 [  6280] By: jhi                                   on 2000/06/29  22:45:47
88693         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
88694              From: rspier@pobox.com (Robert Spier)
88695              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
88696              Message-ID: <14654.31913.845602.610277@rls.cx>
88697      Branch: cfgperl
88698            ! utils/h2xs.PL
88699 ____________________________________________________________________________
88700 [  6279] By: jhi                                   on 2000/06/29  22:38:16
88701         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
88702              From: Tim Ayers <tayers@bridge.com>
88703              Date: Thu, 08 Jun 2000 08:11:06 +0200
88704              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
88705              [resent by Richard Foley, Message-Id probably wrong]
88706      Branch: cfgperl
88707            ! pod/perlsub.pod
88708 ____________________________________________________________________________
88709 [  6278] By: jhi                                   on 2000/06/29  22:21:45
88710         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
88711              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
88712              Date: Fri, 09 Jun 2000 12:39:27 -0400
88713              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
88714              (plus update the version "number" of Text::Wrap)
88715      Branch: cfgperl
88716            ! lib/Text/Wrap.pm
88717 ____________________________________________________________________________
88718 [  6277] By: jhi                                   on 2000/06/29  22:13:10
88719         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
88720              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88721              Date: Mon, 12 Jun 2000 14:55:59 +0100
88722              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
88723      Branch: cfgperl
88724            ! pod/perlfunc.pod
88725 ____________________________________________________________________________
88726 [  6276] By: jhi                                   on 2000/06/29  22:11:06
88727         Log: Subject: [PATCH] Re: eval documentation: context
88728              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88729              Date: Mon, 12 Jun 2000 15:07:29 +0100
88730              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
88731      Branch: cfgperl
88732            ! pod/perlfunc.pod
88733 ____________________________________________________________________________
88734 [  6275] By: jhi                                   on 2000/06/29  21:59:46
88735         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
88736              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
88737              Date: Tue, 13 Jun 2000 02:43:48 -0500
88738              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
88739      Branch: cfgperl
88740            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
88741 ____________________________________________________________________________
88742 [  6274] By: jhi                                   on 2000/06/29  21:56:14
88743         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
88744              From: Andy Dougherty <doughera@lafayette.edu>
88745              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
88746              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
88747      Branch: cfgperl
88748            ! ext/File/Glob/Glob.pm
88749 ____________________________________________________________________________
88750 [  6273] By: jhi                                   on 2000/06/29  21:49:09
88751         Log: Subject: [PATCH] xsub attributes
88752              From: Doug MacEachern <dougm@covalent.net>
88753              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
88754              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
88755      Branch: cfgperl
88756            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
88757            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
88758 ____________________________________________________________________________
88759 [  6272] By: jhi                                   on 2000/06/29  21:41:28
88760         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
88761              From: Tom Phoenix <rootbeer@redcat.com>
88762              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
88763              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
88764      Branch: cfgperl
88765            ! lib/Net/Ping.pm
88766 ____________________________________________________________________________
88767 [  6271] By: jhi                                   on 2000/06/29  21:36:55
88768         Log: Subject: PATCH pod/perltie.pod
88769              From: Ian Phillipps <Ian.Phillipps@iname.com>
88770              Date: Fri, 16 Jun 2000 00:17:19 +0100
88771              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
88772              (only the first hunk, the second hunk had already been done
88773              by some other patch)
88774      Branch: cfgperl
88775            ! pod/perltie.pod
88776 ____________________________________________________________________________
88777 [  6270] By: jhi                                   on 2000/06/29  21:24:51
88778         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
88779              From: Nicholas Clark <nick@talking.bollo.cx>
88780              Date: Fri, 23 Jun 2000 16:21:15 +0100
88781              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
88782      Branch: cfgperl
88783            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
88784            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
88785 ____________________________________________________________________________
88786 [  6269] By: jhi                                   on 2000/06/29  19:38:15
88787         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
88788              silence few compiler warnings.
88789      Branch: cfgperl
88790            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
88791 ____________________________________________________________________________
88792 [  6268] By: jhi                                   on 2000/06/29  18:21:50
88793         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
88794              From: Dominic Dunlop <domo@computer.org> 
88795              Date: Thu, 29 Jun 2000 12:32:39 +0200 
88796              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
88797      Branch: cfgperl
88798            ! t/op/sprintf.t
88799 ____________________________________________________________________________
88800 [  6267] By: jhi                                   on 2000/06/29  18:16:07
88801         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
88802              From: Doug MacEachern <dougm@covalent.net>
88803              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
88804              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
88805      Branch: cfgperl
88806            + t/op/method2entersub.t
88807            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
88808            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88809            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
88810            ! xsutils.c
88811 ____________________________________________________________________________
88812 [  6266] By: jhi                                   on 2000/06/29  15:11:15
88813         Log: Subject: [PATCH 5.6.0] cygwin port
88814              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
88815              From: "Fifer, Eric" <EFifer@sanwaint.com>
88816              Date: Thu, 29 Jun 2000 12:58:29 +0100
88817      Branch: cfgperl
88818            ! cygwin/Makefile.SHs
88819 ____________________________________________________________________________
88820 [  6265] By: jhi                                   on 2000/06/29  15:04:05
88821         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
88822              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
88823              Date: Wed, 28 Jun 2000 17:50:12 -0700
88824              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
88825      Branch: cfgperl
88826            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
88827 ____________________________________________________________________________
88828 [  6264] By: jhi                                   on 2000/06/29  15:00:57
88829         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
88830              From: Marty Lucich <marty@netcom.com>
88831              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
88832              Message-Id: <200006282116.OAA11148@netcom.com>
88833              ccdlflags update (the BSD/OS 4.1 part had already been taken
88834              care of by #6141).
88835      Branch: cfgperl
88836            ! hints/bsdos.sh
88837 ____________________________________________________________________________
88838 [  6263] By: jhi                                   on 2000/06/29  13:47:44
88839         Log: tr fixes from Simon Cozens
88840      Branch: cfgperl
88841            ! doop.c
88842 ____________________________________________________________________________
88843 [  6262] By: jhi                                   on 2000/06/28  18:46:01
88844         Log: Subject: 5.6.0 Patch for EPOC
88845              From: Olaf Flebbe <o.flebbe@gmx.de>
88846              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
88847              Message-ID: <23449.960929969@www11.gmx.net>
88848      Branch: cfgperl
88849            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
88850            ! epoc/epocish.h
88851 ____________________________________________________________________________
88852 [  6261] By: jhi                                   on 2000/06/28  18:29:07
88853         Log: Subject: Re: [PATCH cfgperl] BOMs away!
88854              From: simon@brecon.co.uk (Simon Cozens)
88855              Date: 17 Jun 2000 11:49:57 GMT
88856              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
88857      Branch: cfgperl
88858            ! pod/perldiag.pod t/comp/require.t toke.c
88859 ____________________________________________________________________________
88860 [  6260] By: jhi                                   on 2000/06/28  17:47:16
88861         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
88862              From: simon@brecon.co.uk (Simon Cozens) 
88863              Date: 17 Jun 2000 11:56:44 GMT 
88864              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
88865              pack U0, pack C0
88866      Branch: cfgperl
88867            ! pod/perlfunc.pod pp.c t/op/pack.t
88868 ____________________________________________________________________________
88869 [  6259] By: jhi                                   on 2000/06/28  16:43:17
88870         Log: perlnewmod was missing from MANIFEST.
88871      Branch: cfgperl
88872            ! MANIFEST
88873 ____________________________________________________________________________
88874 [  6258] By: jhi                                   on 2000/06/28  15:54:30
88875         Log: linenumber tweak
88876      Branch: cfgperl
88877            ! t/pragma/warn/regcomp
88878 ____________________________________________________________________________
88879 [  6257] By: jhi                                   on 2000/06/28  15:50:44
88880         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
88881              From: Doug MacEachern <dougm@covalent.net>
88882              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
88883              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
88884              (one part of the patch had been applied earlier)
88885      Branch: cfgperl
88886            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
88887 ____________________________________________________________________________
88888 [  6256] By: jhi                                   on 2000/06/28  15:40:22
88889         Log: tweaks from Simon Cozens to further fix tr/// under utf8
88890      Branch: cfgperl
88891            ! doop.c
88892 ____________________________________________________________________________
88893 [  6255] By: jhi                                   on 2000/06/28  15:33:45
88894         Log: small thinko tweaks
88895      Branch: cfgperl
88896            ! lib/IPC/Open3.pm t/op/my_stash.t
88897 ____________________________________________________________________________
88898 [  6254] By: jhi                                   on 2000/06/28  15:33:25
88899         Log: Subject: tr///, help wanted.
88900              From: simon@brecon.co.uk (Simon Cozens)
88901              Date: 28 Jun 2000 11:29:04 GMT
88902              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
88903      Branch: cfgperl
88904            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
88905            ! pp_proto.h proto.h t/op/tr.t
88906 ____________________________________________________________________________
88907 [  6253] By: jhi                                   on 2000/06/28  15:09:17
88908         Log: Paranoia tweak on #6249.
88909              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
88910              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
88911              Date: Sun, 25 Jun 2000 23:43:12 -0400
88912              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
88913      Branch: cfgperl
88914            ! lib/IPC/Open3.pm
88915 ____________________________________________________________________________
88916 [  6252] By: jhi                                   on 2000/06/28  15:01:38
88917         Log: Document #6249 and #6251.
88918      Branch: cfgperl
88919            ! lib/Exporter.pm lib/IPC/Open3.pm
88920 ____________________________________________________________________________
88921 [  6251] By: jhi                                   on 2000/06/28  14:50:43
88922         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
88923              From: Doug MacEachern <dougm@covalent.net>
88924              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
88925              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
88926      Branch: cfgperl
88927            ! lib/Exporter.pm
88928 ____________________________________________________________________________
88929 [  6250] By: jhi                                   on 2000/06/28  14:45:23
88930         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
88931              From: Doug MacEachern <dougm@covalent.net>
88932              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
88933              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
88934      Branch: cfgperl
88935            + t/op/my_stash.t
88936            ! MANIFEST embed.pl global.sym proto.h toke.c
88937 ____________________________________________________________________________
88938 [  6249] By: jhi                                   on 2000/06/28  14:36:34
88939         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
88940              From: Frank Tobin <ftobin@uiuc.edu>
88941              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
88942              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
88943      Branch: cfgperl
88944            ! lib/IPC/Open3.pm
88945 ____________________________________________________________________________
88946 [  6248] By: jhi                                   on 2000/06/28  14:11:25
88947         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
88948              From: Mark-Jason Dominus <mjd@plover.com>
88949              Date: Tue, 27 Jun 2000 22:36:42 -0400
88950              Message-ID: <20000628023642.12166.qmail@plover.com>
88951      Branch: cfgperl
88952            ! pod/perlfunc.pod
88953 ____________________________________________________________________________
88954 [  6247] By: jhi                                   on 2000/06/27  12:46:37
88955         Log: Tweak $VERSION, patch from Doug MacEachern.
88956      Branch: cfgperl
88957            ! lib/File/Spec.pm
88958 ____________________________________________________________________________
88959 [  6246] By: jhi                                   on 2000/06/27  03:34:46
88960         Log: Allow for standalone testing.
88961      Branch: cfgperl
88962            ! t/lib/filefunc.t t/lib/filespec.t
88963 ____________________________________________________________________________
88964 [  6245] By: jhi                                   on 2000/06/27  02:50:02
88965         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
88966              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
88967              Date: Sat, 24 Jun 2000 13:06:20 +0100
88968              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
88969      Branch: cfgperl
88970            ! ext/DynaLoader/DynaLoader_pm.PL
88971 ____________________________________________________________________________
88972 [  6244] By: jhi                                   on 2000/06/27  02:46:10
88973         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
88974              From: Doug MacEachern <dougm@covalent.net>
88975              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
88976              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
88977      Branch: cfgperl
88978            ! gv.c sv.c t/lib/peek.t
88979 ____________________________________________________________________________
88980 [  6243] By: jhi                                   on 2000/06/27  02:38:07
88981         Log: Subject: [PATCH] is_utf8_string
88982              From: simon@brecon.co.uk (Simon Cozens)
88983              Date: 26 Jun 2000 02:25:59 GMT
88984              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
88985      Branch: cfgperl
88986            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
88987            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
88988            ! proto.h utf8.c
88989 ____________________________________________________________________________
88990 [  6242] By: jhi                                   on 2000/06/27  02:24:00
88991         Log: Subject: [PATCH] bytes<->utf8 fixes
88992              From: simon@brecon.co.uk (Simon Cozens)
88993              Date: 26 Jun 2000 04:55:45 GMT
88994              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
88995      Branch: cfgperl
88996            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
88997 ____________________________________________________________________________
88998 [  6241] By: jhi                                   on 2000/06/27  02:12:42
88999         Log: Do no -warn on \_, only on \alpha.
89000              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
89001              From: David Dyck <dcd@tc.fluke.com>
89002              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
89003              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
89004      Branch: cfgperl
89005            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
89006 ____________________________________________________________________________
89007 [  6240] By: jhi                                   on 2000/06/27  02:00:01
89008         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
89009              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
89010              Date: Mon, 26 Jun 2000 18:40:14 +0100
89011              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
89012      Branch: cfgperl
89013            ! utils/h2xs.PL
89014 ____________________________________________________________________________
89015 [  6239] By: jhi                                   on 2000/06/27  01:53:40
89016         Log: Configure maintenance.  Sever some dependency cycles,
89017              separate gccversion from the cc unit,
89018              address [ID 20000623.006] Configure script patch for using gcc on AIX
89019              (but solve it a little bit differently),
89020              unduplex some accidentally duplicated units,
89021              suggest using gcc if no cc available
89022              (p5p thread: "Solaris configure: counterproposal", 1999-09)
89023      Branch: cfgperl
89024            ! Configure Todo-5.6 config_h.SH
89025      Branch: metaconfig
89026            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
89027            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
89028      Branch: metaconfig/U/perl
89029            + gccvers.U
89030            ! d_getespwnam.U d_getprpwnam.U i_prot.U
89031 ____________________________________________________________________________
89032 [  6238] By: jhi                                   on 2000/06/25  18:04:56
89033         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
89034              From: Dan Sugalski <dan@sidhe.org>
89035              Date: Fri, 23 Jun 2000 17:00:00 -0400
89036              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
89037      Branch: cfgperl
89038            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
89039 ____________________________________________________________________________
89040 [  6237] By: jhi                                   on 2000/06/25  16:36:45
89041         Log: Tweak embed.pl, regen headers.
89042      Branch: cfgperl
89043            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
89044            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
89045            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
89046            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
89047            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
89048 ____________________________________________________________________________
89049 [  6236] By: jhi                                   on 2000/06/25  15:26:42
89050         Log: Regen headers.
89051      Branch: cfgperl
89052            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
89053            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
89054            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
89055            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
89056            ! regnodes.h warnings.h
89057 ____________________________________________________________________________
89058 [  6235] By: jhi                                   on 2000/06/23  19:39:35
89059         Log: The thread begun by
89060              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
89061              From: Kevin.Ruscoe@ubsw.com
89062              Date: Fri, 16 Jun 2000 16:38:51 +0100
89063              Message-Id: <H000019b03c300d6@MHS>
89064      Branch: cfgperl
89065            ! hints/solaris_2.sh
89066 ____________________________________________________________________________
89067 [  6234] By: jhi                                   on 2000/06/23  19:23:36
89068         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
89069              because when run as services (Win32ese for daemons)
89070              no environment variables are set and tmpdir ends up as /tmp,
89071              which is ambiguous.
89072              
89073              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
89074              From: matt@sergeant.org
89075              Date: 16 Jun 2000 16:30:43 -0000
89076              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
89077      Branch: cfgperl
89078            ! lib/File/Spec/Win32.pm
89079 ____________________________________________________________________________
89080 [  6233] By: jhi                                   on 2000/06/23  19:18:58
89081         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
89082              From: Mark-Jason Dominus <mjd@plover.com>
89083              Date: Fri, 16 Jun 2000 20:53:04 -0400
89084              Message-ID: <20000617005304.8008.qmail@plover.com>
89085      Branch: cfgperl
89086            ! op.h
89087 ____________________________________________________________________________
89088 [  6232] By: jhi                                   on 2000/06/23  16:10:02
89089         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
89090              From: simon@brecon.co.uk (Simon Cozens)
89091              Date: 19 Jun 2000 15:18:27 GMT
89092              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
89093              
89094              plus update pod/Makefile and regenerate perltoc
89095      Branch: cfgperl
89096            + pod/perlutil.pod
89097            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
89098 ____________________________________________________________________________
89099 [  6231] By: jhi                                   on 2000/06/23  15:19:18
89100         Log: Subject: [PATCH 5.6.0] cygwin port
89101              From: "Fifer, Eric" <EFifer@sanwaint.com>
89102              Date: Tue, 20 Jun 2000 14:30:58 +0100
89103              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
89104      Branch: cfgperl
89105            ! README.cygwin lib/File/Find.pm
89106 ____________________________________________________________________________
89107 [  6230] By: jhi                                   on 2000/06/23  14:25:21
89108         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
89109      Branch: cfgperl
89110            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
89111            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
89112            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89113            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
89114 ____________________________________________________________________________
89115 [  6229] By: jhi                                   on 2000/06/23  14:13:34
89116         Log: Subject: README.hpux version 0.6.1
89117              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
89118              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
89119              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
89120      Branch: cfgperl
89121            ! README.hpux
89122 ____________________________________________________________________________
89123 [  6228] By: jhi                                   on 2000/06/23  14:07:20
89124         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
89125              From: Doug MacEachern <dougm@covalent.net>
89126              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
89127              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
89128      Branch: cfgperl
89129            ! op.c
89130 ____________________________________________________________________________
89131 [  6227] By: jhi                                   on 2000/06/23  14:01:06
89132         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
89133              From: Doug MacEachern <dougm@covalent.net>
89134              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
89135              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
89136      Branch: cfgperl
89137            + lib/lib.pm.PL
89138            - lib/lib.pm
89139            ! MANIFEST Makefile.SH
89140 ____________________________________________________________________________
89141 [  6226] By: jhi                                   on 2000/06/23  13:53:07
89142         Log: Subject: [PATCH] remove forward declarations in Socket.pm
89143              From: Doug MacEachern <dougm@covalent.net>
89144              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
89145              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
89146              
89147              From: Doug MacEachern <dougm@covalent.net>
89148              Subject: Re: [PATCH] remove forward declarations in Socket.pm
89149              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
89150              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
89151      Branch: cfgperl
89152            ! ext/Socket/Socket.pm op.c
89153 ____________________________________________________________________________
89154 [  6225] By: jhi                                   on 2000/06/23  13:41:52
89155         Log: Add source code filenames to apidoc.
89156              From: simon@brecon.co.uk (Simon Cozens)
89157              Subject: [PATCH embed.pl] Source X-ref
89158              Date: 22 Jun 2000 02:18:49 GMT
89159              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
89160      Branch: cfgperl
89161            ! embed.pl
89162 ____________________________________________________________________________
89163 [  6224] By: jhi                                   on 2000/06/23  13:32:33
89164         Log: A way to avoid English.pm performance hit.
89165              From: root <root@jester.slaysys.com>
89166              Subject: [YAPATCH English.pm] My turn to putt again
89167              Date: Thu, 22 Jun 2000 20:33:58 -0400
89168              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
89169      Branch: cfgperl
89170            ! lib/English.pm t/lib/english.t
89171 ____________________________________________________________________________
89172 [  6223] By: jhi                                   on 2000/06/23  13:27:06
89173         Log: Avoid double close().
89174              Subject: [PATCH] avoid double close()
89175              From: Doug MacEachern <dougm@covalent.net>
89176              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
89177              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
89178      Branch: cfgperl
89179            ! doio.c
89180 ____________________________________________________________________________
89181 [  6222] By: jhi                                   on 2000/06/23  13:25:54
89182         Log: doc typo fix
89183              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
89184              From: Ian Phillipps <Ian.Phillipps@iname.com>
89185              Date: Fri, 23 Jun 2000 10:40:58 +0100
89186              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
89187      Branch: cfgperl
89188            ! lib/Pod/Usage.pm
89189 ____________________________________________________________________________
89190 [  6221] By: jhi                                   on 2000/06/23  13:24:15
89191         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
89192              From: simon@brecon.co.uk (Simon Cozens)
89193              Subject: [PATCH] Eliminate tr///[CU][CU]
89194              Date: 23 Jun 2000 11:05:40 GMT
89195              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
89196      Branch: cfgperl
89197            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
89198 ____________________________________________________________________________
89199 [  6220] By: jhi                                   on 2000/06/22  16:07:51
89200         Log: Win32 patches from Benjamin Stuhl.
89201      Branch: cfgperl
89202            ! makedef.pl win32/win32.h
89203 ____________________________________________________________________________
89204 [  6219] By: jhi                                   on 2000/06/22  16:06:34
89205         Log: Bytecode patches from Benjamin Stuhl.
89206      Branch: cfgperl
89207            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
89208            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
89209            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89210 ____________________________________________________________________________
89211 [  6218] By: jhi                                   on 2000/06/15  23:54:16
89212         Log: Bytecode patches from Benjamin Stuhl.
89213      Branch: cfgperl
89214            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
89215 ____________________________________________________________________________
89216 [  6217] By: jhi                                   on 2000/06/09  13:38:29
89217         Log: Rename the fdpid locking and integrate with Sarathy.
89218      Branch: cfgperl
89219            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
89220            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
89221            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
89222            ! win32/win32.c
89223           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
89224 ____________________________________________________________________________
89225 [  6216] By: gsar                                  on 2000/06/08  14:54:21
89226         Log: be more optimal about clearing @_
89227      Branch: perl
89228            ! cop.h
89229 ____________________________________________________________________________
89230 [  6215] By: gsar                                  on 2000/06/08  14:33:04
89231         Log: tweak comment about @DB::args
89232      Branch: perl
89233            ! av.h pp_ctl.c
89234 ____________________________________________________________________________
89235 [  6214] By: gsar                                  on 2000/06/08  13:57:54
89236         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
89237              caller() wants to populate @DB::args with it (causes a coredump
89238              in Carp::confess())
89239      Branch: perl
89240            ! cop.h t/op/runlevel.t
89241 ____________________________________________________________________________
89242 [  6213] By: gsar                                  on 2000/06/08  07:06:35
89243         Log: back out change#6106 (seems problematic)
89244      Branch: perl
89245            ! hints/solaris_2.sh
89246 ____________________________________________________________________________
89247 [  6212] By: jhi                                   on 2000/06/07  03:10:36
89248         Log: Continuing mopup for #6204.
89249      Branch: cfgperl
89250            ! ext/B/defsubs_h.PL
89251 ____________________________________________________________________________
89252 [  6211] By: jhi                                   on 2000/06/07  02:41:50
89253         Log: Mopup for #6204.
89254              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
89255              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
89256              This is comes from const() where POK isn't on when expected.
89257      Branch: cfgperl
89258            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
89259            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89260            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
89261            ! perlapi.h pod/perlapi.pod
89262 ____________________________________________________________________________
89263 [  6210] By: jhi                                   on 2000/06/07  01:56:29
89264         Log: Mopup for #6207 and #6209.
89265      Branch: cfgperl
89266            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
89267 ____________________________________________________________________________
89268 [  6209] By: jhi                                   on 2000/06/07  01:33:12
89269         Log: Lock PL_fdpid against race conditions, based on:
89270              Subject: [PATCH 5.6.0]subprocess fixup for threads
89271              From: Dan Sugalski <dan@sidhe.org>
89272              To: perl5-porters@perl.org
89273              Date: Tue, 11 Apr 2000 17:02:32 -0400
89274              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
89275      Branch: cfgperl
89276            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
89277            ! win32/win32.c
89278 ____________________________________________________________________________
89279 [  6208] By: jhi                                   on 2000/06/07  01:05:23
89280         Log: Regen headers for #6207.
89281      Branch: cfgperl
89282            ! embed.h global.sym objXSUB.h proto.h
89283 ____________________________________________________________________________
89284 [  6207] By: jhi                                   on 2000/06/06  23:43:13
89285         Log: Subject: [PATCH 5.6.0] Threadsafe patches
89286              From: Dan Sugalski <dan@sidhe.org>
89287              To: perl5-porters@perl.org
89288              Date: Mon, 08 May 2000 18:08:13 -0400
89289              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
89290      Branch: cfgperl
89291            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
89292            ! proto.h sv.h util.c
89293 ____________________________________________________________________________
89294 [  6206] By: jhi                                   on 2000/06/06  23:21:23
89295         Log: Subject: [PATCH] Eliminate $a/$b in pod
89296              From: David Glasser <me@davidglasser.net>
89297              To: perl5-porters@perl.org
89298              Date: Mon, 29 May 2000 21:15:59 -0400
89299              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
89300      Branch: cfgperl
89301            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
89302            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
89303            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
89304            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
89305            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
89306            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
89307            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
89308            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
89309            ! pod/perlvar.pod pod/perlxs.pod
89310 ____________________________________________________________________________
89311 [  6205] By: jhi                                   on 2000/06/06  23:12:14
89312         Log: Subject: [PATCH] Win32 improvements
89313              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
89314              To: gsar@activestate.com, perl5-porters@perl.org
89315              Date: Mon, 29 May 2000 17:22:24 PDT
89316              Message-ID: <20000530002224.91142.qmail@hotmail.com>
89317              (MUA had mangled many lines by wordwrapping)
89318      Branch: cfgperl
89319            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
89320 ____________________________________________________________________________
89321 [  6204] By: jhi                                   on 2000/06/06  23:01:50
89322         Log: Subject: [PATCH] B::Bytecode patches
89323              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
89324              To: gsar@activestate.com, jhi@iki.fi
89325              Cc: perl5-porters@perl.org
89326              Message-ID: <20000602202526.48694.qmail@hotmail.com>
89327              (MUA had mangled many lines by wordwrapping)
89328      Branch: cfgperl
89329            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
89330            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
89331            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89332            ! intrpvar.h perl.c
89333 ____________________________________________________________________________
89334 [  6203] By: jhi                                   on 2000/06/06  22:32:43
89335         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
89336              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
89337              Date: Tue, 06 Jun 2000 13:07:45 -0700
89338              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
89339      Branch: cfgperl
89340            ! pod/perldiag.pod
89341 ____________________________________________________________________________
89342 [  6202] By: jhi                                   on 2000/06/06  19:38:35
89343         Log: Integrate with Sarathy.
89344      Branch: cfgperl
89345           !> perl.c
89346 ____________________________________________________________________________
89347 [  6201] By: gsar                                  on 2000/06/06  00:42:59
89348         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
89349              does a PUSHMARK that's never ever POPMARKed; in general, only
89350              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
89351              Perl_eval_[sp]v() don't because they don't take any incoming
89352              arguments (this leak has been around since the original version
89353              of perl_eval_pv() in 5.003_97e)
89354      Branch: perl
89355            ! perl.c
89356 ____________________________________________________________________________
89357 [  6200] By: jhi                                   on 2000/06/04  03:44:52
89358         Log: Update to cperl-mode.el 4.31 from
89359              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
89360              Subject: A couple of notes
89361              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
89362              To: Mailing list Perl5 <perl5-porters@perl.org>
89363              Date: Sat, 3 Jun 2000 23:33:32 -0400
89364              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
89365      Branch: cfgperl
89366            ! emacs/cperl-mode.el
89367 ____________________________________________________________________________
89368 [  6199] By: jhi                                   on 2000/06/03  15:11:05
89369         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
89370              From: Dan Sugalski <dan@sidhe.org>
89371              To: perl5-porters@perl.org, vmsperl@perl.org
89372              Date: Fri, 02 Jun 2000 17:30:51 -0400
89373              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
89374      Branch: cfgperl
89375            ! vms/descrip_mms.template vms/gen_shrfls.pl
89376 ____________________________________________________________________________
89377 [  6198] By: jhi                                   on 2000/06/03  14:59:15
89378         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
89379              From: Dan Sugalski <dan@sidhe.org>
89380              To: vmsperl@perl.org, perl5-porters@perl.org
89381              Date: Fri, 02 Jun 2000 16:00:41 -0400
89382              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
89383              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
89384      Branch: cfgperl
89385            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
89386            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
89387            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
89388 ____________________________________________________________________________
89389 [  6197] By: jhi                                   on 2000/06/03  14:41:30
89390         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
89391              From: John Borwick <jhborwic@unity.ncsu.edu>
89392              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
89393              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
89394      Branch: cfgperl
89395            ! pod/perlsyn.pod
89396 ____________________________________________________________________________
89397 [  6196] By: jhi                                   on 2000/06/03  14:38:09
89398         Log: Integrate with Sarathy.
89399      Branch: cfgperl
89400           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
89401           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
89402           !> vms/perly_c.vms
89403 ____________________________________________________________________________
89404 [  6195] By: gsar                                  on 2000/06/02  22:43:13
89405         Log: fix yet another eval"" leak under USE_ITHREADS
89406      Branch: perl
89407            ! op.c
89408 ____________________________________________________________________________
89409 [  6194] By: gsar                                  on 2000/06/02  18:22:06
89410         Log: fix small eval"" memory leaks under USE_ITHREADS
89411      Branch: perl
89412            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
89413            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
89414            ! vms/perly_c.vms
89415 ____________________________________________________________________________
89416 [  6193] By: jhi                                   on 2000/06/01  13:03:56
89417         Log: Signals-be-gone for microperl.
89418      Branch: cfgperl
89419            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
89420 ____________________________________________________________________________
89421 [  6192] By: jhi                                   on 2000/06/01  12:52:02
89422         Log: Integrate with Sarathy.
89423      Branch: cfgperl
89424           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
89425           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
89426           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
89427           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
89428           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
89429           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
89430           !> t/op/vec.t utils/h2xs.PL
89431 ____________________________________________________________________________
89432 [  6191] By: gsar                                  on 2000/06/01  09:38:21
89433         Log: vec() loses numericalness (modified version of patch suggested
89434              by Robin Barker)
89435      Branch: perl
89436            ! doop.c t/op/vec.t
89437 ____________________________________________________________________________
89438 [  6190] By: gsar                                  on 2000/06/01  09:26:15
89439         Log: submit missing embed.pl change
89440      Branch: perl
89441            ! embed.pl
89442 ____________________________________________________________________________
89443 [  6189] By: gsar                                  on 2000/06/01  09:05:34
89444         Log: counting tr/// corrupts later operation (from M.J.T Guy)
89445      Branch: perl
89446            ! doop.c t/op/tr.t
89447 ____________________________________________________________________________
89448 [  6188] By: gsar                                  on 2000/06/01  08:58:39
89449         Log: h2xs tweaks
89450      Branch: perl
89451            ! utils/h2xs.PL
89452 ____________________________________________________________________________
89453 [  6187] By: gsar                                  on 2000/06/01  08:50:07
89454         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
89455              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
89456      Branch: perl
89457            + lib/Pod/LaTeX.pm
89458            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
89459            ! pod/pod2latex.PL
89460 ____________________________________________________________________________
89461 [  6186] By: gsar                                  on 2000/06/01  08:24:40
89462         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
89463              <wolfgang.laun@alcatel.at>)
89464      Branch: perl
89465            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
89466            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
89467 ____________________________________________________________________________
89468 [  6185] By: gsar                                  on 2000/06/01  08:12:00
89469         Log: remove incorrect documentation about implicit split to @_ in
89470              list context, which never really worked in perl 5 (from
89471              M.J.T. Guy)
89472      Branch: perl
89473            ! pod/perlfunc.pod pod/perltrap.pod
89474 ____________________________________________________________________________
89475 [  6184] By: gsar                                  on 2000/06/01  07:52:27
89476         Log: tweak for change#6127
89477      Branch: perl
89478            ! perl.c
89479 ____________________________________________________________________________
89480 [  6183] By: gsar                                  on 2000/06/01  07:41:02
89481         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
89482              <nick@ccl4.org>)
89483      Branch: perl
89484            + t/lib/selfloader.t
89485            ! MANIFEST lib/SelfLoader.pm
89486 ____________________________________________________________________________
89487 [  6182] By: jhi                                   on 2000/06/01  00:34:42
89488         Log: Be Cleaner Part Deux.
89489      Branch: cfgperl
89490            ! Makefile.SH
89491 ____________________________________________________________________________
89492 [  6181] By: jhi                                   on 2000/06/01  00:32:09
89493         Log: Integrate with Sarathy.
89494      Branch: cfgperl
89495           !> pp.c t/op/arith.t
89496 ____________________________________________________________________________
89497 [  6180] By: jhi                                   on 2000/06/01  00:31:13
89498         Log: microperl nits from Simon Cozens.
89499      Branch: cfgperl
89500            + uconfig.h
89501            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
89502            ! unixish.h
89503 ____________________________________________________________________________
89504 [  6179] By: gsar                                  on 2000/05/31  22:37:51
89505         Log: buggy modulus on UVs introduced by change#3378 (resulted in
89506              4063328477 % 65535 amounting to 27406, instead of 27407)
89507      Branch: perl
89508            ! pp.c t/op/arith.t
89509 ____________________________________________________________________________
89510 [  6178] By: jhi                                   on 2000/05/31  21:52:41
89511         Log: Be cleaner.
89512      Branch: cfgperl
89513            ! Makefile.SH
89514 ____________________________________________________________________________
89515 [  6177] By: jhi                                   on 2000/05/31  21:47:33
89516         Log: Substitution utf8 patch from Simon Cozens.
89517      Branch: cfgperl
89518            ! pp_hot.c
89519 ____________________________________________________________________________
89520 [  6176] By: jhi                                   on 2000/05/31  21:45:34
89521         Log: Single-quoted utf8 patch from Simon Cozens.
89522      Branch: cfgperl
89523            ! toke.c
89524 ____________________________________________________________________________
89525 [  6175] By: jhi                                   on 2000/05/31  21:40:18
89526         Log: Integrate with Sarathy.
89527      Branch: cfgperl
89528           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
89529 ____________________________________________________________________________
89530 [  6174] By: jhi                                   on 2000/05/31  21:37:31
89531         Log: microperl changes from Simon Cozens; Makefile for microperl
89532              written from scratch; few casts added as microperl compilation
89533              doesn't have all prototypes available.
89534      Branch: cfgperl
89535            + Makefile.micro README.micro Todo.micro uconfig.sh
89536            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
89537            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
89538      Branch: metaconfig
89539            + U/modified/Config_h.U
89540 ____________________________________________________________________________
89541 [  6173] By: jhi                                   on 2000/05/31  20:00:24
89542         Log: metaconfig maintenance.
89543      Branch: metaconfig
89544            + U/modified/Inhdr.U U/typedefs/inotype.U
89545      Branch: metaconfig/U/perl
89546            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
89547            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
89548 ____________________________________________________________________________
89549 [  6172] By: gsar                                  on 2000/05/31  05:05:42
89550         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
89551              (from Ilya Zakharevich)
89552      Branch: perl
89553            ! regexec.c t/op/re_tests
89554 ____________________________________________________________________________
89555 [  6171] By: gsar                                  on 2000/05/31  05:01:47
89556         Log: scalar() doesn't force scalar context when used in void context
89557              (from Simon Cozens)
89558      Branch: perl
89559            ! op.c t/op/wantarray.t
89560 ____________________________________________________________________________
89561 [  6170] By: gsar                                  on 2000/05/31  04:41:33
89562         Log: change#6142 needs tweaks to tests to work where there's no symlink()
89563              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
89564      Branch: perl
89565            ! t/lib/filefind.t
89566 ____________________________________________________________________________
89567 [  6169] By: gsar                                  on 2000/05/31  04:29:49
89568         Log: integrate cfgperl contents into mainline
89569      Branch: perl
89570           +> pod/perlmodlib.PL pod/perlnewmod.pod
89571           !> (integrate 42 files)
89572 ____________________________________________________________________________
89573 [  6168] By: jhi                                   on 2000/05/30  22:53:37
89574         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
89575      Branch: cfgperl
89576            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89577            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
89578            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
89579            ! win32/config.bc win32/config.gc win32/config.vc
89580            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
89581            ! win32/config_h.PL win32/config_sh.PL
89582      Branch: metaconfig/U/perl
89583            ! perlxv.U
89584 ____________________________________________________________________________
89585 [  6167] By: jhi                                   on 2000/05/30  22:20:21
89586         Log: tweak todo 
89587      Branch: cfgperl
89588            ! Todo-5.6
89589 ____________________________________________________________________________
89590 [  6166] By: jhi                                   on 2000/05/30  22:11:51
89591         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
89592              in case somebody wants to write an extension for more
89593              shadow database interfaces.
89594      Branch: cfgperl
89595            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89596            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
89597            ! vos/config.def vos/config.h vos/config_h.SH_orig
89598            ! win32/config.bc win32/config.gc win32/config.vc
89599            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
89600      Branch: metaconfig
89601            ! U/modified/Myinit.U
89602      Branch: metaconfig/U/perl
89603            + d_getespwnam.U d_getprpwnam.U i_prot.U
89604 ____________________________________________________________________________
89605 [  6165] By: jhi                                   on 2000/05/30  18:35:34
89606         Log: Integrate with Sarathy.
89607      Branch: cfgperl
89608           !> op.c
89609 ____________________________________________________________________________
89610 [  6164] By: jhi                                   on 2000/05/30  18:30:16
89611         Log: detypo
89612      Branch: cfgperl
89613            ! Configure config_h.SH
89614      Branch: metaconfig/U/perl
89615            ! perlxv.U
89616 ____________________________________________________________________________
89617 [  6163] By: gsar                                  on 2000/05/30  03:24:03
89618         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
89619      Branch: perl
89620            ! op.c
89621 ____________________________________________________________________________
89622 [  6162] By: gsar                                  on 2000/05/30  03:09:38
89623         Log: fix memory leak in method call optimization (change#3768);
89624              made C<eval "$x->foo()"> leak
89625      Branch: perl
89626            ! op.c
89627 ____________________________________________________________________________
89628 [  6161] By: jhi                                   on 2000/05/29  17:56:26
89629         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
89630              both from Simon Cozens.
89631      Branch: cfgperl
89632            + pod/perlmodlib.PL pod/perlnewmod.pod
89633            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
89634            ! pod/perlmodlib.pod pod/perltoc.pod
89635 ____________________________________________________________________________
89636 [  6160] By: jhi                                   on 2000/05/29  17:23:55
89637         Log: Changes for the File::Temp 0.08 (change #6159) test suite
89638              to fit better into the Perl distribution test framework.
89639      Branch: cfgperl
89640            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
89641            ! t/lib/ftmp-tempfile.t
89642 ____________________________________________________________________________
89643 [  6159] By: jhi                                   on 2000/05/29  16:55:36
89644         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
89645      Branch: cfgperl
89646            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
89647            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
89648 ____________________________________________________________________________
89649 [  6158] By: bailey                                on 2000/05/29  16:22:08
89650         Log: Add fallback to tmpfile for use in cases where user's relying on
89651              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
89652              Lane's patch)
89653      Branch: vmsperl
89654            ! vms/vms.c vms/vmsish.h
89655 ____________________________________________________________________________
89656 [  6157] By: jhi                                   on 2000/05/29  03:10:36
89657         Log: Regen Configure to jive with #6149.
89658      Branch: cfgperl
89659            ! Configure
89660      Branch: metaconfig
89661            ! U/modified/Getfile.U
89662 ____________________________________________________________________________
89663 [  6156] By: jhi                                   on 2000/05/29  03:01:38
89664         Log: Integrate with Sarathy.
89665      Branch: cfgperl
89666           +> ext/DynaLoader/dl_mac.xs
89667           !> (integrate 38 files)
89668 ____________________________________________________________________________
89669 [  6155] By: gsar                                  on 2000/05/28  21:15:58
89670         Log: small bug in change#6144; remove random \xA0 character that snuck
89671              in via change#6145
89672      Branch: perl
89673            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
89674 ____________________________________________________________________________
89675 [  6154] By: gsar                                  on 2000/05/28  21:04:19
89676         Log: avoid type mismatch warning
89677      Branch: perl
89678            ! perl.c
89679 ____________________________________________________________________________
89680 [  6153] By: gsar                                  on 2000/05/28  20:58:31
89681         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
89682              <nick@Bagpuss.uk.boo.com>)
89683      Branch: perl
89684            ! lib/Test/Harness.pm
89685 ____________________________________________________________________________
89686 [  6152] By: gsar                                  on 2000/05/28  20:53:42
89687         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
89688      Branch: perl
89689            ! regexec.c
89690 ____________________________________________________________________________
89691 [  6151] By: gsar                                  on 2000/05/28  20:50:28
89692         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
89693      Branch: perl
89694            ! regexec.c
89695 ____________________________________________________________________________
89696 [  6150] By: gsar                                  on 2000/05/28  20:39:58
89697         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
89698      Branch: perl
89699            ! pod/perlrequick.pod
89700 ____________________________________________________________________________
89701 [  6149] By: gsar                                  on 2000/05/28  20:35:16
89702         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
89703              <troc@netrus.net>)
89704      Branch: perl
89705            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
89706            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
89707            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
89708            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
89709 ____________________________________________________________________________
89710 [  6148] By: gsar                                  on 2000/05/28  20:21:07
89711         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
89712      Branch: perl
89713            ! lib/ExtUtils/MM_Unix.pm
89714 ____________________________________________________________________________
89715 [  6147] By: gsar                                  on 2000/05/28  20:12:41
89716         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
89717              (from Peter Prymmer)
89718      Branch: perl
89719            ! vms/subconfigure.com
89720 ____________________________________________________________________________
89721 [  6146] By: gsar                                  on 2000/05/28  20:06:15
89722         Log: doc typo
89723      Branch: perl
89724            ! lib/warnings.pm warnings.h warnings.pl
89725 ____________________________________________________________________________
89726 [  6145] By: gsar                                  on 2000/05/28  18:44:33
89727         Log: make xsubpp skip embedded pod (from Matthias Neeracher
89728              <neeri@iis.ee.ethz.ch>)
89729      Branch: perl
89730            ! lib/ExtUtils/xsubpp
89731 ____________________________________________________________________________
89732 [  6144] By: gsar                                  on 2000/05/28  18:42:49
89733         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
89734              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
89735              <neeri@iis.ee.ethz.ch>)
89736      Branch: perl
89737            ! lib/AutoSplit.pm
89738 ____________________________________________________________________________
89739 [  6143] By: gsar                                  on 2000/05/28  18:41:12
89740         Log: MacOS support, part 1 (from Matthias Neeracher
89741              <neeri@iis.ee.ethz.ch>)
89742      Branch: perl
89743            + ext/DynaLoader/dl_mac.xs
89744            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
89745            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
89746            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
89747            ! util.h
89748 ____________________________________________________________________________
89749 [  6142] By: gsar                                  on 2000/05/28  18:21:51
89750         Log: File::Find fails to chdir when chasing symlinks (from
89751              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
89752      Branch: perl
89753            ! lib/File/Find.pm t/lib/filefind.t
89754 ____________________________________________________________________________
89755 [  6141] By: jhi                                   on 2000/05/28  14:25:15
89756         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
89757              forwarded by Peter Seebach from the bsdi-users mailing list.
89758              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
89759      Branch: perl
89760            ! hints/bsdos.sh
89761 ____________________________________________________________________________
89762 [  6140] By: jhi                                   on 2000/05/28  14:11:57
89763         Log: Integrate with Sarathy.
89764      Branch: cfgperl
89765           +> (branch 30 files)
89766           !> (integrate 93 files)
89767 ____________________________________________________________________________
89768 [  6139] By: gsar                                  on 2000/05/28  10:01:48
89769         Log: revise mktables.PL for bugs and newness in Unicode 3.0
89770              (from James Bence <jbence@amgen.com>)
89771      Branch: perl
89772            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
89773            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
89774            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
89775            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
89776            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
89777            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
89778            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
89779            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
89780            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
89781            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
89782            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
89783            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
89784            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
89785            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
89786            + lib/unicode/Is/SylWU.pl
89787            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
89788            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
89789            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
89790            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
89791            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
89792            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
89793            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
89794            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
89795            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
89796            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
89797            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
89798            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
89799            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
89800            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
89801            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
89802            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
89803            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
89804            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
89805            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
89806            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
89807            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
89808            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
89809            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
89810            ! lib/unicode/Makefile lib/unicode/mktables.PL
89811 ____________________________________________________________________________
89812 [  6138] By: gsar                                  on 2000/05/28  08:50:32
89813         Log: add note about the handling of negative indices to tied arrays
89814              (from Michael G Schwern <schwern@pobox.com>)
89815      Branch: perl
89816            ! pod/perltie.pod
89817 ____________________________________________________________________________
89818 [  6137] By: gsar                                  on 2000/05/28  08:46:10
89819         Log: fix bogus redeclaration warning for "our" variables in different
89820              scopes
89821      Branch: perl
89822            ! op.c t/pragma/strict-vars
89823 ____________________________________________________________________________
89824 [  6136] By: gsar                                  on 2000/05/28  08:31:20
89825         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
89826      Branch: perl
89827            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
89828 ____________________________________________________________________________
89829 [  6135] By: gsar                                  on 2000/05/28  08:17:50
89830         Log: enable Test::Harness to dynamically determine column width etc.
89831              (from Rob Napier <rnapier@employees.org>)
89832      Branch: perl
89833            ! lib/Test/Harness.pm
89834 ____________________________________________________________________________
89835 [  6134] By: gsar                                  on 2000/05/28  08:13:39
89836         Log: make Test::Harness use wait.h/WCOREDUMP if available
89837              (from Ben Tilly <ben_tilly@hotmail.com>)
89838      Branch: perl
89839            ! lib/Test/Harness.pm
89840 ____________________________________________________________________________
89841 [  6133] By: gsar                                  on 2000/05/28  08:08:05
89842         Log: elide bogus test in change#6132
89843      Branch: perl
89844            ! t/pragma/warn/9enabled
89845 ____________________________________________________________________________
89846 [  6132] By: gsar                                  on 2000/05/28  08:03:14
89847         Log: warnings::enabled() doesn't fall back to looking at $^W if
89848              caller isn't using lexical warnings (from Paul Marquess)
89849      Branch: perl
89850            ! pp_ctl.c t/pragma/warn/9enabled
89851 ____________________________________________________________________________
89852 [  6131] By: gsar                                  on 2000/05/28  07:57:47
89853         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
89854      Branch: perl
89855            ! ext/POSIX/POSIX.pm
89856 ____________________________________________________________________________
89857 [  6130] By: gsar                                  on 2000/05/28  07:29:12
89858         Log: fix places that mean C<"word" character> but say C<alphanumeric
89859              character>
89860      Branch: perl
89861            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
89862 ____________________________________________________________________________
89863 [  6129] By: gsar                                  on 2000/05/28  07:18:41
89864         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
89865      Branch: perl
89866            ! vms/test.com
89867 ____________________________________________________________________________
89868 [  6128] By: gsar                                  on 2000/05/28  07:12:55
89869         Log: new perlxstut example for passing/returning refs to arrays
89870              (from David Lowe <dlowe@pootpoot.com>)
89871      Branch: perl
89872            ! pod/perlxstut.pod
89873 ____________________________________________________________________________
89874 [  6127] By: gsar                                  on 2000/05/28  07:02:50
89875         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
89876              failed (from Gisle Aas)
89877      Branch: perl
89878            ! cop.h perl.c
89879 ____________________________________________________________________________
89880 [  6126] By: gsar                                  on 2000/05/28  06:39:53
89881         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
89882              (reworked variant of patch suggested by Simon Cozens)
89883      Branch: perl
89884            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
89885            ! pp_hot.c proto.h t/op/gv.t
89886 ____________________________________________________________________________
89887 [  6125] By: gsar                                  on 2000/05/28  05:14:55
89888         Log: enable propagating exception objects via Perl_croak() in XS code
89889              (from Gisle Aas)
89890      Branch: perl
89891            ! util.c
89892 ____________________________________________________________________________
89893 [  6124] By: gsar                                  on 2000/05/28  05:07:28
89894         Log: integrate vmsperl contents into mainline
89895      Branch: perl
89896           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
89897           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
89898           !> vms/vmsish.h
89899 ____________________________________________________________________________
89900 [  6123] By: gsar                                  on 2000/05/28  05:03:53
89901         Log: clarify gotcha with #line directives (from Rocco Caputo
89902              <troc@netrus.net>)
89903      Branch: perl
89904            ! pod/perldebug.pod pod/perlsyn.pod
89905 ____________________________________________________________________________
89906 [  6122] By: gsar                                  on 2000/05/28  04:58:29
89907         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
89908              (from Mark-Jason Dominus)
89909      Branch: perl
89910            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
89911            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
89912            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
89913            ! toke.c
89914 ____________________________________________________________________________
89915 [  6121] By: bailey                                on 2000/05/25  04:46:54
89916         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
89917              lists (based on fixes by Craig Berry)
89918      Branch: vmsperl
89919            ! lib/File/Spec/VMS.pm
89920 ____________________________________________________________________________
89921 [  6120] By: bailey                                on 2000/05/25  04:25:38
89922         Log: Add missing escape (Charles Lane)
89923      Branch: vmsperl
89924            ! t/op/lex_assign.t
89925 ____________________________________________________________________________
89926 [  6119] By: bailey                                on 2000/05/25  04:21:25
89927         Log: Quiet error messages in vmsish.t (Charles Lane)
89928      Branch: vmsperl
89929            ! vms/ext/vmsish.t
89930 ____________________________________________________________________________
89931 [  6118] By: bailey                                on 2000/05/25  04:17:57
89932         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
89933              Flatten case labels in switch statements uniformly (Charles Bailey)
89934      Branch: vmsperl
89935            ! vms/vms.c
89936 ____________________________________________________________________________
89937 [  6117] By: bailey                                on 2000/05/25  03:58:09
89938         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
89939      Branch: vmsperl
89940            ! vms/vmsish.h
89941 ____________________________________________________________________________
89942 [  6116] By: bailey                                on 2000/05/25  03:11:15
89943         Log: Miscellaneous cosmetic fixes (Charles Lane)
89944      Branch: vmsperl
89945            ! lib/ExtUtils/MM_VMS.pm
89946 ____________________________________________________________________________
89947 [  6115] By: bailey                                on 2000/05/25  03:10:36
89948         Log: Add bounds checking for several strings (Charles Lane)
89949      Branch: vmsperl
89950            ! vms/vms.c
89951 ____________________________________________________________________________
89952 [  6114] By: bailey                                on 2000/05/25  02:25:34
89953         Log: Urk -- undo previous removal of vmsish 'exit' change
89954      Branch: vmsperl
89955            ! vms/ext/vmsish.pm vms/vmsish.h
89956 ____________________________________________________________________________
89957 [  6113] By: bailey                                on 2000/05/24  02:24:40
89958         Log: Ugly workaround for version-specific RTL error
89959      Branch: vmsperl
89960            ! vms/vms.c
89961 ____________________________________________________________________________
89962 [  6112] By: bailey                                on 2000/05/24  02:19:55
89963         Log: Check for existence of file before trying to delete
89964      Branch: vmsperl
89965            ! vms/test.com
89966 ____________________________________________________________________________
89967 [  6111] By: bailey                                on 2000/05/23  23:35:13
89968         Log: Resync with mainline prior to post-5.6.0 updates
89969      Branch: vmsperl
89970           +> (branch 49 files)
89971            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
89972            ! vms/ext/vmsish.pm
89973           !> (integrate 334 files)
89974 ____________________________________________________________________________
89975 [  6110] By: jhi                                   on 2000/05/23  19:28:32
89976         Log: todo tweak
89977      Branch: cfgperl
89978            ! Todo-5.6
89979 ____________________________________________________________________________
89980 [  6109] By: jhi                                   on 2000/05/18  17:38:54
89981         Log: Integrate with Sarathy.
89982      Branch: cfgperl
89983           !> mg.c perl.h win32/perlhost.h
89984 ____________________________________________________________________________
89985 [  6108] By: gsar                                  on 2000/05/17  02:24:56
89986         Log: reenable fake signal handling on Windows, bugs and all
89987      Branch: perl
89988            ! mg.c perl.h win32/perlhost.h
89989 ____________________________________________________________________________
89990 [  6107] By: jhi                                   on 2000/05/15  18:01:41
89991         Log: Tweak the todo list.
89992      Branch: cfgperl
89993            ! Todo-5.6
89994 ____________________________________________________________________________
89995 [  6106] By: jhi                                   on 2000/05/15  13:41:48
89996         Log: The (Configure) script refuses to go on, after asking for
89997              'You may also choose to try maximal 64-bitness....'.
89998              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
89999              -- Patrick Zima
90000              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
90001      Branch: cfgperl
90002            ! hints/solaris_2.sh
90003 ____________________________________________________________________________
90004 [  6105] By: jhi                                   on 2000/05/11  14:37:43
90005         Log: Integrate with Sarathy.
90006      Branch: cfgperl
90007           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
90008           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
90009 ____________________________________________________________________________
90010 [  6104] By: gsar                                  on 2000/05/11  03:39:07
90011         Log: PL_sys_intern was being initialized too late on windows
90012      Branch: perl
90013            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
90014            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
90015 ____________________________________________________________________________
90016 [  6103] By: jhi                                   on 2000/05/09  19:42:20
90017         Log: Test tweaking for Unicos continues.
90018      Branch: cfgperl
90019            ! t/op/64bitint.t
90020 ____________________________________________________________________________
90021 [  6102] By: jhi                                   on 2000/05/09  16:47:27
90022         Log: The test suite tweak in #6101 wasn't quite right.
90023      Branch: cfgperl
90024            ! t/lib/complex.t
90025 ____________________________________________________________________________
90026 [  6101] By: jhi                                   on 2000/05/09  15:35:34
90027         Log: Hints and test tweaks for Unicos.
90028      Branch: cfgperl
90029            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
90030 ____________________________________________________________________________
90031 [  6100] By: jhi                                   on 2000/05/08  21:15:06
90032         Log: More compilation tweakery from Allen Smith.
90033      Branch: cfgperl
90034            ! hints/irix_6.sh
90035 ____________________________________________________________________________
90036 [  6099] By: jhi                                   on 2000/05/08  19:21:18
90037         Log: Tweaks for the cc bugs from Allen Smith.
90038      Branch: cfgperl
90039            ! hints/irix_6.sh
90040 ____________________________________________________________________________
90041 [  6098] By: jhi                                   on 2000/05/08  19:13:37
90042         Log: Add a note about other, yet unsupported, shadow password APIs.
90043      Branch: cfgperl
90044            ! pp_sys.c
90045 ____________________________________________________________________________
90046 [  6097] By: jhi                                   on 2000/05/08  18:46:34
90047         Log: Add a note about possible compilation problems from Allen Smith.
90048      Branch: cfgperl
90049            ! hints/irix_6.sh
90050 ____________________________________________________________________________
90051 [  6096] By: jhi                                   on 2000/05/08  17:33:10
90052         Log: Integrate with Sarathy.
90053      Branch: cfgperl
90054           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
90055           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
90056 ____________________________________________________________________________
90057 [  6095] By: jhi                                   on 2000/05/08  16:21:33
90058         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
90059              might be useful in future.
90060      Branch: cfgperl
90061            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90062            ! config_h.SH
90063      Branch: metaconfig
90064            ! U/installdirs/inc_version_list.U
90065      Branch: metaconfig/U/perl
90066            ! perlxv.U
90067 ____________________________________________________________________________
90068 [  6094] By: gsar                                  on 2000/05/08  14:22:22
90069         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
90070      Branch: perl
90071            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
90072            ! hints/cygwin.sh pp_sys.c
90073 ____________________________________________________________________________
90074 [  6093] By: gsar                                  on 2000/05/08  12:52:28
90075         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
90076              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
90077      Branch: perl
90078            ! pp_sys.c sv.c win32/perlhost.h
90079 ____________________________________________________________________________
90080 [  6092] By: jhi                                   on 2000/05/07  22:40:34
90081         Log: Regen perltoc with the fixed buildtoc.
90082      Branch: cfgperl
90083            ! pod/perltoc.pod
90084 ____________________________________________________________________________
90085 [  6091] By: jhi                                   on 2000/05/07  22:24:16
90086         Log: Integrate with Sarathy.
90087      Branch: cfgperl
90088           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
90089           !> t/op/substr.t toke.c
90090 ____________________________________________________________________________
90091 [  6090] By: gsar                                  on 2000/05/07  19:47:07
90092         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
90093              [NI]OK; added tests for both
90094      Branch: perl
90095            ! perl.c pp_hot.c sv.c t/op/substr.t
90096 ____________________________________________________________________________
90097 [  6089] By: gsar                                  on 2000/05/07  18:18:38
90098         Log: buildtoc tweak to fix newline lossage
90099      Branch: perl
90100            ! pod/buildtoc
90101 ____________________________________________________________________________
90102 [  6088] By: jhi                                   on 2000/05/07  16:35:36
90103         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
90104              because we do not use those.  The HAS_GETSPNAM remains,
90105              though, because we still do use that.
90106      Branch: cfgperl
90107            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90108            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
90109            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
90110            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
90111            ! win32/config.vc win32/config_H.bc win32/config_H.gc
90112            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
90113 ____________________________________________________________________________
90114 [  6087] By: gsar                                  on 2000/05/07  16:05:16
90115         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
90116      Branch: perl
90117            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
90118 ____________________________________________________________________________
90119 [  6086] By: jhi                                   on 2000/05/07  15:27:07
90120         Log: Integrate with Sarathy.
90121      Branch: cfgperl
90122           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
90123           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
90124           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
90125           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
90126           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
90127           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
90128 ____________________________________________________________________________
90129 [  6085] By: gsar                                  on 2000/05/07  05:52:02
90130         Log: repeat operator (x) doesn't preserve utf8-ness
90131      Branch: perl
90132            ! pp.c t/op/substr.t
90133 ____________________________________________________________________________
90134 [  6084] By: gsar                                  on 2000/05/07  05:39:55
90135         Log: substr() does not preserve utf8-ness (from Stefan Eissing
90136              <Eissing@medicaldataservice.de>); added tests
90137      Branch: perl
90138            ! pp.c t/op/substr.t
90139 ____________________________________________________________________________
90140 [  6083] By: gsar                                  on 2000/05/07  05:24:46
90141         Log: note about undocumented caller() return value (from M.J.T. Guy);
90142              yet another peek.t tweak
90143      Branch: perl
90144            ! pod/perlfunc.pod t/lib/peek.t
90145 ____________________________________________________________________________
90146 [  6082] By: gsar                                  on 2000/05/07  05:08:40
90147         Log: peek.t non-portable to ithreads
90148      Branch: perl
90149            ! t/lib/peek.t
90150 ____________________________________________________________________________
90151 [  6081] By: gsar                                  on 2000/05/07  04:17:04
90152         Log: better default perlbug categories for ok reports (from Richard Foley)
90153      Branch: perl
90154            ! utils/perlbug.PL
90155 ____________________________________________________________________________
90156 [  6080] By: gsar                                  on 2000/05/07  04:08:07
90157         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
90158              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
90159      Branch: perl
90160            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
90161            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
90162            ! AUTHORS MAINTAIN MANIFEST
90163 ____________________________________________________________________________
90164 [  6079] By: gsar                                  on 2000/05/07  04:01:38
90165         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
90166      Branch: perl
90167            ! lib/Carp/Heavy.pm
90168 ____________________________________________________________________________
90169 [  6078] By: gsar                                  on 2000/05/07  01:24:19
90170         Log: workaround for CRT bug in chdir() (from Charles Lane, via
90171              Peter Prymmer)
90172      Branch: perl
90173            ! iperlsys.h vms/vms.c vms/vmsish.h
90174 ____________________________________________________________________________
90175 [  6077] By: gsar                                  on 2000/05/07  01:22:23
90176         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
90177              and Tom Phoenix)
90178      Branch: perl
90179            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
90180 ____________________________________________________________________________
90181 [  6076] By: gsar                                  on 2000/05/06  17:36:29
90182         Log: integrate cfgperl contents into mainline
90183      Branch: perl
90184           +> t/lib/peek.t
90185           !> Configure MANIFEST Porting/Glossary Porting/config.sh
90186           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
90187           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
90188           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
90189 ____________________________________________________________________________
90190 [  6075] By: jhi                                   on 2000/05/05  18:56:10
90191         Log: Make the test more portable.
90192      Branch: cfgperl
90193            ! t/lib/peek.t
90194 ____________________________________________________________________________
90195 [  6074] By: jhi                                   on 2000/05/05  18:49:20
90196         Log: Introduce t/lib/peek.t.
90197      Branch: cfgperl
90198            + t/lib/peek.t
90199            ! MANIFEST
90200 ____________________________________________________________________________
90201 [  6073] By: jhi                                   on 2000/05/05  14:30:45
90202         Log: Complex tweaks.
90203      Branch: cfgperl
90204            ! lib/Math/Complex.pm t/lib/complex.t
90205 ____________________________________________________________________________
90206 [  6072] By: jhi                                   on 2000/05/05  12:27:13
90207         Log: Integrate with Sarathy.
90208      Branch: cfgperl
90209           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
90210           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
90211           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
90212           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
90213 ____________________________________________________________________________
90214 [  6071] By: gsar                                  on 2000/05/05  02:24:46
90215         Log: misformatted perllocal.pod (from Tim Jenness
90216              <t.jenness@jach.hawaii.edu>)
90217      Branch: perl
90218            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
90219 ____________________________________________________________________________
90220 [  6070] By: gsar                                  on 2000/05/05  02:16:52
90221         Log: remove misleading comment (from M.J.T. Guy)
90222      Branch: perl
90223            ! t/lib/anydbm.t
90224 ____________________________________________________________________________
90225 [  6069] By: gsar                                  on 2000/05/05  02:15:13
90226         Log: File::Spec compatibility update (from Barrie Slaymaker
90227              <barries@slaysys.com>)
90228      Branch: perl
90229            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
90230            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
90231 ____________________________________________________________________________
90232 [  6068] By: gsar                                  on 2000/05/05  02:01:50
90233         Log: note about values()
90234      Branch: perl
90235            ! pod/perlfunc.pod
90236 ____________________________________________________________________________
90237 [  6067] By: gsar                                  on 2000/05/05  01:33:09
90238         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
90239      Branch: perl
90240            ! win32/win32.c
90241 ____________________________________________________________________________
90242 [  6066] By: gsar                                  on 2000/05/05  01:23:43
90243         Log: s/END/CHECK/
90244      Branch: perl
90245            ! perl.c
90246 ____________________________________________________________________________
90247 [  6065] By: jhi                                   on 2000/05/04  17:30:22
90248         Log: Integrate with Sarathy.
90249      Branch: cfgperl
90250           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
90251 ____________________________________________________________________________
90252 [  6064] By: gsar                                  on 2000/05/04  17:26:14
90253         Log: change#5905 wasn't quite right--it's intent only applies when arguments
90254              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
90255      Branch: perl
90256            ! pp_sys.c sv.c
90257 ____________________________________________________________________________
90258 [  6063] By: gsar                                  on 2000/05/04  16:52:29
90259         Log: tokeq() could read unallocated field in argument
90260      Branch: perl
90261            ! toke.c
90262 ____________________________________________________________________________
90263 [  6062] By: gsar                                  on 2000/05/04  16:34:51
90264         Log: additional tests for utf8.t
90265      Branch: perl
90266            ! t/pragma/utf8.t
90267 ____________________________________________________________________________
90268 [  6061] By: gsar                                  on 2000/05/04  16:09:28
90269         Log: change#5921 neglected to make eq honor "use bytes"
90270      Branch: perl
90271            ! sv.c
90272 ____________________________________________________________________________
90273 [  6060] By: jhi                                   on 2000/05/04  15:30:16
90274         Log: Integrate with Sarathy.
90275      Branch: cfgperl
90276           !> perl.c regcomp.c t/pragma/utf8.t
90277 ____________________________________________________________________________
90278 [  6059] By: jhi                                   on 2000/05/04  15:26:37
90279         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
90280              in natively 64-bit platforms where a long is a quad (no need
90281              for long longs).  Also added bias for IVs.
90282      Branch: cfgperl
90283            ! toke.c
90284 ____________________________________________________________________________
90285 [  6058] By: gsar                                  on 2000/05/04  00:19:14
90286         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
90287              (spotted by Donald Kinzer <dkinzer@premia.com>)
90288      Branch: perl
90289            ! perl.c
90290 ____________________________________________________________________________
90291 [  6057] By: gsar                                  on 2000/05/03  18:34:01
90292         Log: fix broken parsing of /\x{ab}/
90293      Branch: perl
90294            ! regcomp.c t/pragma/utf8.t
90295 ____________________________________________________________________________
90296 [  6056] By: jhi                                   on 2000/05/03  17:57:16
90297         Log: The search of infinity continues, this time simplified.
90298      Branch: cfgperl
90299            ! lib/Math/Complex.pm
90300 ____________________________________________________________________________
90301 [  6055] By: jhi                                   on 2000/05/03  17:45:30
90302         Log: Detypo.
90303      Branch: cfgperl
90304            ! hints/unicos.sh
90305 ____________________________________________________________________________
90306 [  6054] By: jhi                                   on 2000/05/02  22:28:27
90307         Log: Be more forgiving in POSIX about HUGE_VALL.
90308      Branch: cfgperl
90309            ! ext/POSIX/POSIX.xs
90310 ____________________________________________________________________________
90311 [  6053] By: jhi                                   on 2000/05/02  22:25:05
90312         Log: Integrate with Sarathy.
90313      Branch: cfgperl
90314           !> hints/irix_6.sh pod/perlop.pod
90315 ____________________________________________________________________________
90316 [  6052] By: jhi                                   on 2000/05/02  22:24:31
90317         Log: Unicos hint tweak.
90318      Branch: cfgperl
90319            ! hints/unicos.sh
90320 ____________________________________________________________________________
90321 [  6051] By: jhi                                   on 2000/05/02  22:21:26
90322         Log: Complex tweakery.
90323      Branch: cfgperl
90324            ! lib/Math/Complex.pm t/lib/complex.t
90325 ____________________________________________________________________________
90326 [  6050] By: jhi                                   on 2000/05/02  19:26:22
90327         Log: Use setxxent()/endxxent().
90328      Branch: cfgperl
90329            ! t/op/grent.t t/op/pwent.t
90330 ____________________________________________________________________________
90331 [  6049] By: jhi                                   on 2000/05/02  19:06:02
90332         Log: Test both the scalar and list contexts.
90333      Branch: cfgperl
90334            ! t/op/grent.t t/op/pwent.t
90335 ____________________________________________________________________________
90336 [  6048] By: gsar                                  on 2000/05/02  18:29:10
90337         Log: add note about how $( doesn't interpolate in REs (from
90338              Philip Newton <newton@ficus.frogspace.net>)
90339      Branch: perl
90340            ! pod/perlop.pod
90341 ____________________________________________________________________________
90342 [  6047] By: jhi                                   on 2000/05/02  17:41:24
90343         Log: Call getspnam() only iff needed.
90344      Branch: cfgperl
90345            ! pp_sys.c
90346 ____________________________________________________________________________
90347 [  6046] By: gsar                                  on 2000/05/02  17:07:25
90348         Log: libscheck has insufficient checks for n32 libs (from
90349              Albert Chin-A-Young <china@thewrittenword.com>)
90350      Branch: perl
90351            ! hints/irix_6.sh
90352 ____________________________________________________________________________
90353 [  6045] By: jhi                                   on 2000/05/02  13:57:17
90354         Log: Integrate with Sarathy.
90355      Branch: cfgperl
90356           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
90357           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
90358 ____________________________________________________________________________
90359 [  6044] By: gsar                                  on 2000/05/02  06:48:19
90360         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
90361              such that underscores are only ignored in literal numbers,
90362              "\x{...}", and hex/oct argument
90363      Branch: perl
90364            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
90365 ____________________________________________________________________________
90366 [  6043] By: gsar                                  on 2000/05/02  02:22:29
90367         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
90368      Branch: perl
90369            ! pod/perlretut.pod
90370 ____________________________________________________________________________
90371 [  6042] By: gsar                                  on 2000/05/02  02:17:51
90372         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
90373      Branch: perl
90374            ! pod/perltrap.pod
90375 ____________________________________________________________________________
90376 [  6041] By: gsar                                  on 2000/05/02  01:53:51
90377         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
90378              to compensate
90379      Branch: perl
90380            ! Porting/makerel
90381 ____________________________________________________________________________
90382 [  6040] By: gsar                                  on 2000/05/02  01:51:57
90383         Log: missing files in MANIFEST
90384      Branch: perl
90385            ! MANIFEST
90386 ____________________________________________________________________________
90387 [  6039] By: jhi                                   on 2000/05/02  00:36:46
90388         Log: Infinite problems.
90389      Branch: cfgperl
90390            ! lib/Math/Complex.pm
90391 ____________________________________________________________________________
90392 [  6038] By: jhi                                   on 2000/05/02  00:06:38
90393         Log: pwent/spent #ifdef imbalance.
90394      Branch: cfgperl
90395            ! pp_sys.c
90396 ____________________________________________________________________________
90397 [  6037] By: jhi                                   on 2000/05/01  22:50:11
90398         Log: Use HUGE_VALL if applicable.
90399      Branch: cfgperl
90400            ! ext/POSIX/POSIX.xs util.c
90401 ____________________________________________________________________________
90402 [  6036] By: jhi                                   on 2000/05/01  22:20:53
90403         Log: Correct Freudian slip.
90404      Branch: cfgperl
90405            ! pp_sys.c
90406 ____________________________________________________________________________
90407 [  6035] By: jhi                                   on 2000/05/01  21:07:38
90408         Log: Continue on the pwent/spent case.
90409      Branch: cfgperl
90410            ! pp_sys.c
90411 ____________________________________________________________________________
90412 [  6034] By: jhi                                   on 2000/05/01  17:45:14
90413         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
90414              adjustments in 6032 conflicted badly with this, will have
90415              to revisit them later.
90416      Branch: cfgperl
90417           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
90418           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
90419           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
90420           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
90421           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
90422           !> t/lib/cgi-html.t t/lib/cgi-request.t
90423 ____________________________________________________________________________
90424 [  6033] By: jhi                                   on 2000/05/01  17:40:49
90425         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
90426      Branch: cfgperl
90427            ! pp_sys.c
90428 ____________________________________________________________________________
90429 [  6032] By: gsar                                  on 2000/05/01  15:56:32
90430         Log: whitespace adjustments
90431      Branch: perl
90432            ! pp_sys.c
90433 ____________________________________________________________________________
90434 [  6031] By: gsar                                  on 2000/05/01  15:19:41
90435         Log: small nits in diagnostics.pm (from Robin Barker)
90436      Branch: perl
90437            ! lib/diagnostics.pm pod/perldiag.pod
90438 ____________________________________________________________________________
90439 [  6030] By: gsar                                  on 2000/05/01  08:39:18
90440         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
90441              for @- and @+ (from Johan Vromans)
90442      Branch: perl
90443            ! lib/English.pm pod/perlvar.pod
90444 ____________________________________________________________________________
90445 [  6029] By: gsar                                  on 2000/05/01  08:16:10
90446         Log: add CGI.pm v2.66 (from Lincoln Stein)
90447      Branch: perl
90448            + lib/CGI/Util.pm t/lib/cgi-pretty.t
90449            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
90450            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
90451            ! t/lib/cgi-html.t t/lib/cgi-request.t
90452 ____________________________________________________________________________
90453 [  6028] By: gsar                                  on 2000/05/01  06:34:41
90454         Log: Pod::Man generates groff-incompatible macro definition (from
90455              Tom Christiansen)
90456      Branch: perl
90457            ! lib/Pod/Man.pm
90458 ____________________________________________________________________________
90459 [  6027] By: gsar                                  on 2000/05/01  06:31:36
90460         Log: podlators-1.02 update (from Russ Allbery)
90461      Branch: perl
90462            ! lib/Pod/Man.pm lib/Pod/Text.pm
90463 ____________________________________________________________________________
90464 [  6026] By: jhi                                   on 2000/04/30  23:24:23
90465         Log: Integrate with Sarathy.
90466      Branch: cfgperl
90467           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
90468           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
90469           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
90470           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
90471           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
90472           !> t/lib/syslog.t toke.c win32/win32.h
90473 ____________________________________________________________________________
90474 [  6025] By: gsar                                  on 2000/04/30  18:17:47
90475         Log: Is{Alnum,Alpha,Word} don't match titlecase
90476              
90477              TODO: IsSpace is defined recursively!
90478              
90479              (both spotted by Larry)
90480      Branch: perl
90481            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
90482            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
90483 ____________________________________________________________________________
90484 [  6024] By: gsar                                  on 2000/04/30  17:50:19
90485         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
90486              (from Hugo van der Sanden)
90487      Branch: perl
90488            ! toke.c
90489 ____________________________________________________________________________
90490 [  6023] By: gsar                                  on 2000/04/30  17:14:43
90491         Log: debugger stomps on $. (from M.J.T. Guy)
90492      Branch: perl
90493            ! lib/perl5db.pl
90494 ____________________________________________________________________________
90495 [  6022] By: gsar                                  on 2000/04/30  16:59:22
90496         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
90497      Branch: perl
90498            ! sv.c
90499 ____________________________________________________________________________
90500 [  6021] By: gsar                                  on 2000/04/29  21:00:08
90501         Log: remove Win2K issue in pod (fixed by change#6020)
90502      Branch: perl
90503            ! README.win32 pod/perl56delta.pod
90504 ____________________________________________________________________________
90505 [  6020] By: gsar                                  on 2000/04/29  20:51:49
90506         Log: test tweak
90507      Branch: perl
90508            ! t/lib/open3.t
90509 ____________________________________________________________________________
90510 [  6019] By: gsar                                  on 2000/04/29  20:34:27
90511         Log: windows portability tweaks
90512      Branch: perl
90513            ! t/lib/b.t win32/win32.h
90514 ____________________________________________________________________________
90515 [  6018] By: gsar                                  on 2000/04/29  19:55:24
90516         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
90517              make _PATH_LOG() return "" if unavailable
90518      Branch: perl
90519            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
90520            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
90521 ____________________________________________________________________________
90522 [  6017] By: jhi                                   on 2000/04/28  22:49:46
90523         Log: Integrate with Sarathy.
90524      Branch: cfgperl
90525           !> op.c perl.c pod/perldiag.pod t/lib/b.t
90526 ____________________________________________________________________________
90527 [  6016] By: jhi                                   on 2000/04/28  22:46:14
90528         Log: Do not warn that an infinity does not look like a number.
90529      Branch: cfgperl
90530            ! sv.c
90531 ____________________________________________________________________________
90532 [  6015] By: gsar                                  on 2000/04/28  22:35:49
90533         Log: tweak test for portability
90534      Branch: perl
90535            ! t/lib/b.t
90536 ____________________________________________________________________________
90537 [  6014] By: gsar                                  on 2000/04/28  22:05:31
90538         Log: glob() loading File::Glob behind the scenes may cause syntax errors
90539      Branch: perl
90540            ! op.c
90541 ____________________________________________________________________________
90542 [  6013] By: gsar                                  on 2000/04/28  21:25:22
90543         Log: tweak change#5945 to display correct switch name in diagnostic
90544      Branch: perl
90545            ! perl.c pod/perldiag.pod
90546 ____________________________________________________________________________
90547 [  6012] By: jhi                                   on 2000/04/28  21:08:12
90548         Log: Integrate with Sarathy.
90549      Branch: cfgperl
90550           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
90551           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
90552           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
90553 ____________________________________________________________________________
90554 [  6011] By: jhi                                   on 2000/04/28  21:04:46
90555         Log: &HUGE_VAL is not defined, it exists.
90556      Branch: cfgperl
90557            ! lib/Math/Complex.pm
90558 ____________________________________________________________________________
90559 [  6010] By: gsar                                  on 2000/04/28  21:02:58
90560         Log: clarify note about shadow password support (from
90561              gellyfish@gellyfish.com)
90562      Branch: perl
90563            ! pod/perlfunc.pod
90564 ____________________________________________________________________________
90565 [  6009] By: gsar                                  on 2000/04/28  21:00:00
90566         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
90567      Branch: perl
90568            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
90569 ____________________________________________________________________________
90570 [  6008] By: gsar                                  on 2000/04/28  20:56:33
90571         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
90572      Branch: perl
90573            ! installperl vms/subconfigure.com
90574 ____________________________________________________________________________
90575 [  6007] By: gsar                                  on 2000/04/28  20:51:21
90576         Log: note about compile failures and END blocks (from M.J.T. Guy)
90577      Branch: perl
90578            ! pod/perl56delta.pod pod/perlmod.pod
90579 ____________________________________________________________________________
90580 [  6006] By: jhi                                   on 2000/04/28  20:42:14
90581         Log: Regen Configure.
90582      Branch: cfgperl
90583            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90584            ! config_h.SH
90585 ____________________________________________________________________________
90586 [  6005] By: gsar                                  on 2000/04/28  20:41:16
90587         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
90588      Branch: perl
90589            ! utils/perldoc.PL
90590 ____________________________________________________________________________
90591 [  6004] By: jhi                                   on 2000/04/28  20:28:21
90592         Log: Integrate with Sarathy.
90593      Branch: cfgperl
90594           !> Configure INSTALL Porting/Glossary Porting/config.sh
90595           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
90596           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
90597           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
90598           !> win32/config.vc win32/win32.c
90599 ____________________________________________________________________________
90600 [  6003] By: gsar                                  on 2000/04/28  20:11:20
90601         Log: allow REG_EXPAND_SZ keys in Windows registry (from
90602              John Clayton <John.Clayton@barclayscapital.com>)
90603      Branch: perl
90604            ! win32/win32.c
90605 ____________________________________________________________________________
90606 [  6002] By: gsar                                  on 2000/04/28  19:34:16
90607         Log: destructive sv_setsv() can lose UV-ness from source, causing
90608              numeric promotions/comparisons to fail to do the right thing
90609      Branch: perl
90610            ! sv.c
90611 ____________________________________________________________________________
90612 [  6001] By: gsar                                  on 2000/04/28  18:44:15
90613         Log: support additional library locations via $Config{otherlibdirs}
90614              (from Andy Dougherty)
90615      Branch: perl
90616            ! Configure INSTALL Porting/Glossary Porting/config.sh
90617            ! Porting/config_H config_h.SH epoc/config.sh perl.c
90618            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
90619            ! win32/config.bc win32/config.gc win32/config.vc
90620 ____________________________________________________________________________
90621 [  6000] By: gsar                                  on 2000/04/28  18:26:58
90622         Log: reworked otherlibdirs.U (from Andy Dougherty)
90623      Branch: metaconfig
90624            ! U/installdirs/otherlibdirs.U
90625 ____________________________________________________________________________
90626 [  5999] By: gsar                                  on 2000/04/28  18:17:07
90627         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
90628      Branch: perl
90629            ! t/pragma/warn/toke toke.c
90630 ____________________________________________________________________________
90631 [  5998] By: jhi                                   on 2000/04/28  13:32:17
90632         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
90633      Branch: cfgperl
90634            ! lib/Math/Complex.pm
90635 ____________________________________________________________________________
90636 [  5997] By: jhi                                   on 2000/04/28  13:14:04
90637         Log: Preserve $!.
90638      Branch: cfgperl
90639            ! lib/Math/Complex.pm
90640 ____________________________________________________________________________
90641 [  5996] By: jhi                                   on 2000/04/28  12:59:23
90642         Log: Integrate with Sarathy.
90643      Branch: cfgperl
90644           +> pod/perlrequick.pod pod/perlretut.pod
90645           !> (integrate 51 files)
90646 ____________________________________________________________________________
90647 [  5995] By: gsar                                  on 2000/04/28  09:37:36
90648         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
90649      Branch: perl
90650            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
90651 ____________________________________________________________________________
90652 [  5994] By: gsar                                  on 2000/04/28  09:33:26
90653         Log: fix for missed accounting for null byte in pack("Z",...) (from
90654              M.J.T. Guy)
90655      Branch: perl
90656            ! pp.c t/op/pack.t
90657 ____________________________________________________________________________
90658 [  5993] By: gsar                                  on 2000/04/28  09:30:05
90659         Log: various minor tweaks seen on p5p
90660      Branch: perl
90661            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
90662 ____________________________________________________________________________
90663 [  5992] By: gsar                                  on 2000/04/28  09:08:19
90664         Log: pod nit (from Simon Cozens)
90665      Branch: perl
90666            ! pod/perlop.pod
90667 ____________________________________________________________________________
90668 [  5991] By: gsar                                  on 2000/04/28  09:06:36
90669         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
90670      Branch: perl
90671            ! README.posix-bc hints/posix-bc.sh
90672 ____________________________________________________________________________
90673 [  5990] By: gsar                                  on 2000/04/28  08:54:52
90674         Log: use $ENV{LIB} to search for libs under Visual C compiler
90675              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
90676      Branch: perl
90677            ! lib/ExtUtils/Liblist.pm
90678 ____________________________________________________________________________
90679 [  5989] By: gsar                                  on 2000/04/28  08:27:12
90680         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
90681              itself and no other (from Tom Hughes)
90682      Branch: perl
90683            ! t/op/array.t toke.c
90684 ____________________________________________________________________________
90685 [  5988] By: gsar                                  on 2000/04/28  08:01:38
90686         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
90687              <paul@miraclefish.com>)
90688      Branch: perl
90689            ! lib/ExtUtils/MakeMaker.pm
90690 ____________________________________________________________________________
90691 [  5987] By: gsar                                  on 2000/04/28  07:53:09
90692         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
90693      Branch: perl
90694            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
90695 ____________________________________________________________________________
90696 [  5986] By: gsar                                  on 2000/04/28  07:44:17
90697         Log: add regular expressions tutorial and quick-start guide (from
90698              Mark Kvale <kvale@phy.ucsf.edu>)
90699      Branch: perl
90700            + pod/perlrequick.pod pod/perlretut.pod
90701            ! AUTHORS MAINTAIN MANIFEST
90702 ____________________________________________________________________________
90703 [  5985] By: gsar                                  on 2000/04/28  07:30:28
90704         Log: forked child may not exit correctly if it failed to open
90705              /dev/console (from Graham Barr)
90706      Branch: perl
90707            ! ext/Sys/Syslog/Syslog.pm
90708 ____________________________________________________________________________
90709 [  5984] By: gsar                                  on 2000/04/28  07:27:20
90710         Log: attributes::reftype() doesn't work on tied argument
90711      Branch: perl
90712            ! xsutils.c
90713 ____________________________________________________________________________
90714 [  5983] By: gsar                                  on 2000/04/28  07:15:04
90715         Log: numeric conversion of non-number in change#3378 tramples on
90716              OOK offset, causing segfaults
90717      Branch: perl
90718            ! sv.c
90719 ____________________________________________________________________________
90720 [  5982] By: gsar                                  on 2000/04/28  04:48:25
90721         Log: avoid error in IO::Socket::INET when given an unknown service name
90722              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
90723      Branch: perl
90724            ! ext/IO/lib/IO/Socket/INET.pm
90725 ____________________________________________________________________________
90726 [  5981] By: gsar                                  on 2000/04/28  04:31:31
90727         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
90728              prototype mismatch with CORE::glob(); update pod and tests to
90729              suit (File::Glob::glob() is still available for backward
90730              compatibility, but should be considered deprecated)
90731      Branch: perl
90732            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
90733            ! t/lib/glob-taint.t
90734 ____________________________________________________________________________
90735 [  5980] By: gsar                                  on 2000/04/28  03:47:29
90736         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
90737              <ghudson@mit.edu>)
90738      Branch: metaconfig
90739            ! U/modified/Options.U
90740      Branch: perl
90741            ! Configure
90742 ____________________________________________________________________________
90743 [  5979] By: gsar                                  on 2000/04/28  03:07:54
90744         Log: under useithreads, constant pad entries could inadvertently be
90745              shared across threads (from Eric Blood <eblood@xmission.com>);
90746              added Eric's test case to testsuite
90747      Branch: perl
90748            ! op.c t/op/misc.t
90749 ____________________________________________________________________________
90750 [  5978] By: gsar                                  on 2000/04/27  21:13:00
90751         Log: sync version numbers in File::Spec with the ones on CPAN
90752              (from Barrie Slaymaker)
90753      Branch: perl
90754            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
90755            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
90756            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
90757 ____________________________________________________________________________
90758 [  5977] By: gsar                                  on 2000/04/27  21:07:29
90759         Log: autoquote barewords followed by newline and arrow properly
90760              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
90761      Branch: perl
90762            ! t/pragma/warn/toke toke.c
90763 ____________________________________________________________________________
90764 [  5976] By: gsar                                  on 2000/04/27  20:41:20
90765         Log: DB_File v1.73 update (from Paul Marquess)
90766      Branch: perl
90767            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
90768            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
90769 ____________________________________________________________________________
90770 [  5975] By: gsar                                  on 2000/04/27  20:34:24
90771         Log: allow sort() reentrancy (variant of patch suggested by
90772              Hugo van der Sanden)
90773      Branch: perl
90774            ! pp_ctl.c t/op/sort.t
90775 ____________________________________________________________________________
90776 [  5974] By: gsar                                  on 2000/04/27  19:46:57
90777         Log: change#4197 somehow missed initializing PL_errors, meaning
90778              sytax error queueing wasn't working outside eval"" at all;
90779              also fixed eval"" to localize PL_error_count, so that compile-time
90780              eval's don't clobber the error state of the outer context
90781      Branch: perl
90782            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
90783            ! t/pragma/warn/toke
90784 ____________________________________________________________________________
90785 [  5973] By: gsar                                  on 2000/04/27  18:29:05
90786         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
90787      Branch: perl
90788            ! regcomp.c regexec.c t/op/re_tests
90789 ____________________________________________________________________________
90790 [  5972] By: jhi                                   on 2000/04/27  18:22:41
90791         Log: Integrate with Sarathy.
90792      Branch: cfgperl
90793           +> t/lib/b.t t/lib/syslog.t
90794           !> (integrate 31 files)
90795 ____________________________________________________________________________
90796 [  5971] By: jhi                                   on 2000/04/27  18:18:46
90797         Log: Unicos tweaks from Mark P. Lutz.
90798      Branch: cfgperl
90799            ! hints/unicos.sh lib/Math/Complex.pm
90800 ____________________________________________________________________________
90801 [  5970] By: gsar                                  on 2000/04/27  18:05:11
90802         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
90803              IV is >32bits
90804      Branch: perl
90805            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
90806 ____________________________________________________________________________
90807 [  5969] By: gsar                                  on 2000/04/27  17:50:56
90808         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
90809      Branch: perl
90810            + t/lib/syslog.t
90811            ! MANIFEST ext/Sys/Syslog/Syslog.pm
90812 ____________________________________________________________________________
90813 [  5968] By: gsar                                  on 2000/04/27  17:44:49
90814         Log: tolerate spaces in group names in test on solaris (from David Boyce
90815              <dsb@boyski.com>)
90816      Branch: perl
90817            ! t/op/groups.t
90818 ____________________________________________________________________________
90819 [  5967] By: gsar                                  on 2000/04/27  17:41:22
90820         Log: improved docs on the warn_uninit diagnostic (from David Glasser
90821              and Simon Cozens)
90822      Branch: perl
90823            ! pod/perldiag.pod
90824 ____________________________________________________________________________
90825 [  5966] By: gsar                                  on 2000/04/27  16:54:58
90826         Log: add testsuite for B backends, fix bug in B::Deparse (from
90827              Simon Cozens <simon@brecon.co.uk>)
90828      Branch: perl
90829            + t/lib/b.t
90830            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
90831 ____________________________________________________________________________
90832 [  5965] By: gsar                                  on 2000/04/27  16:10:37
90833         Log: avoid "will not stay shared" warnings for our variables (from
90834              Robin Barker)
90835      Branch: perl
90836            ! op.c t/pragma/warn/op
90837 ____________________________________________________________________________
90838 [  5964] By: gsar                                  on 2000/04/27  07:05:05
90839         Log: reformat to 72 columns (again)
90840      Branch: perl
90841            ! pod/perldiag.pod
90842 ____________________________________________________________________________
90843 [  5963] By: gsar                                  on 2000/04/27  06:28:31
90844         Log: patch from Larry to make (\&) prototype work; added tests for
90845              the same
90846      Branch: perl
90847            ! op.c t/comp/proto.t
90848 ____________________________________________________________________________
90849 [  5962] By: gsar                                  on 2000/04/27  06:15:47
90850         Log: updated README.hpux (from Jeff Okamoto)
90851      Branch: perl
90852            ! README.hpux
90853 ____________________________________________________________________________
90854 [  5961] By: gsar                                  on 2000/04/27  05:55:03
90855         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
90856      Branch: perl
90857            ! emacs/cperl-mode.el
90858 ____________________________________________________________________________
90859 [  5960] By: gsar                                  on 2000/04/27  05:49:26
90860         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
90861      Branch: perl
90862            ! INSTALL
90863 ____________________________________________________________________________
90864 [  5959] By: gsar                                  on 2000/04/27  05:33:41
90865         Log: doubled words in pods (from Simon Cozens
90866              <simon.p.cozens@jp.pwcglobal.com>)
90867      Branch: perl
90868            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
90869            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
90870            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
90871            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
90872            ! pod/perltootc.pod
90873 ____________________________________________________________________________
90874 [  5958] By: gsar                                  on 2000/04/27  05:11:39
90875         Log: change#3569 deleted some essential code, revert; avoid use of
90876              atexit() to make DynaLoader work properly on AIX under mod_perl
90877              (from Jens-Uwe Mager <jum@helios.de>)
90878      Branch: perl
90879            ! ext/DynaLoader/dl_aix.xs
90880 ____________________________________________________________________________
90881 [  5957] By: gsar                                  on 2000/04/27  04:54:51
90882         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
90883      Branch: perl
90884            ! pod/perlmod.pod
90885 ____________________________________________________________________________
90886 [  5956] By: gsar                                  on 2000/04/27  04:51:47
90887         Log: better diagnostics on failed tests (from Ilya Zakharevich)
90888      Branch: perl
90889            ! t/op/lex_assign.t
90890 ____________________________________________________________________________
90891 [  5955] By: gsar                                  on 2000/04/27  04:26:44
90892         Log: longstanding bug exposed by change#3307: sort arguments weren't
90893              compiled with the right wantarray context (ensuing runtime lookup
90894              via block_gimme() was getting the incidental context of the
90895              sort() itself)
90896      Branch: perl
90897            ! op.c t/op/sort.t
90898 ____________________________________________________________________________
90899 [  5954] By: gsar                                  on 2000/04/26  23:42:12
90900         Log: integrate cfgperl contents into mainline
90901      Branch: perl
90902           !> (integrate 30 files)
90903 ____________________________________________________________________________
90904 [  5953] By: jhi                                   on 2000/04/26  23:06:42
90905         Log: Integrate with Sarathy.
90906      Branch: cfgperl
90907           !> README.win32 ext/B/B/Deparse.pm
90908           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
90909           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
90910           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
90911           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
90912           !> utils/perldoc.PL vms/perlvms.pod
90913 ____________________________________________________________________________
90914 [  5952] By: jhi                                   on 2000/04/26  23:03:46
90915         Log: Undo "use integer" addition from 64bitint as it seems
90916              to break most of the subtests in Digital UNIX;
90917              Unicos needs to find another way.
90918      Branch: cfgperl
90919            ! t/op/64bitint.t
90920 ____________________________________________________________________________
90921 [  5951] By: jhi                                   on 2000/04/26  22:57:53
90922         Log: Be more robust on "extreme" (large absolute value)
90923              arguments.  Originally reported by Daniel Connelly
90924              as a problem with asinh() on large negative arguments,
90925              asinh() used to bail out because an argument to log()
90926              ended up being zero.  Ilya Zakharevich proposed using
90927              Taylor's series in such cases, which for such large
90928              arguments is a very good approximation.
90929      Branch: cfgperl
90930            ! lib/Math/Complex.pm t/lib/complex.t
90931 ____________________________________________________________________________
90932 [  5950] By: gsar                                  on 2000/04/25  19:13:12
90933         Log: reformat perldiag to avoid long lines
90934      Branch: perl
90935            ! pod/perldiag.pod
90936 ____________________________________________________________________________
90937 [  5949] By: gsar                                  on 2000/04/25  18:41:11
90938         Log: make perldoc use the pod2man from the same version (from
90939              M.J.T. Guy)
90940      Branch: perl
90941            ! utils/perldoc.PL
90942 ____________________________________________________________________________
90943 [  5948] By: gsar                                  on 2000/04/25  18:21:57
90944         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
90945              <kompas@kompas.usr.onet.pl>)
90946      Branch: perl
90947            ! lib/vars.pm
90948 ____________________________________________________________________________
90949 [  5947] By: gsar                                  on 2000/04/25  18:11:53
90950         Log: use &dl_error rather than &dl_load_file as the guard for calling
90951              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
90952              statically built perl)
90953      Branch: perl
90954            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
90955 ____________________________________________________________________________
90956 [  5946] By: jhi                                   on 2000/04/25  17:37:54
90957         Log: Document that tr() is not tr(1).
90958      Branch: cfgperl
90959            ! pod/perlop.pod
90960 ____________________________________________________________________________
90961 [  5945] By: gsar                                  on 2000/04/25  16:34:33
90962         Log: make module name mandatory after -M switch; reorder perldiag
90963              alphabetically (from Mark-Jason Dominus)
90964      Branch: perl
90965            ! perl.c pod/perldiag.pod
90966 ____________________________________________________________________________
90967 [  5944] By: jhi                                   on 2000/04/25  01:15:18
90968         Log: On second thoughts frexp() does have two arguments.
90969      Branch: cfgperl
90970            ! perl.h
90971 ____________________________________________________________________________
90972 [  5943] By: jhi                                   on 2000/04/24  22:56:32
90973         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
90974              Now pp_ncmp() returns undef is either operand is a NaN.
90975      Branch: cfgperl
90976            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90977            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
90978            ! vms/subconfigure.com vos/config.def vos/config.h
90979            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
90980            ! win32/config.vc win32/config_H.bc win32/config_H.gc
90981            ! win32/config_H.vc
90982      Branch: metaconfig/U/perl
90983            + d_modfl.U
90984 ____________________________________________________________________________
90985 [  5942] By: jhi                                   on 2000/04/24  19:45:17
90986         Log: Regen Configure to match #5937.
90987      Branch: cfgperl
90988            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90989            ! config_h.SH
90990      Branch: metaconfig
90991            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
90992 ____________________________________________________________________________
90993 [  5941] By: jhi                                   on 2000/04/24  19:24:11
90994         Log: Further Unicos fixes for Mark Lutz.
90995      Branch: cfgperl
90996            ! hints/unicos.sh pp_ctl.c
90997 ____________________________________________________________________________
90998 [  5940] By: jhi                                   on 2000/04/24  19:09:06
90999         Log: Various Unicos 10.0.0.6 fixes.
91000              
91001              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
91002              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
91003              Reply-To: tecmpl1@triton.ca.boeing.com 
91004              To: perl5-porters@perl.org 
91005              Date: Fri, 14 Apr 2000 20:21:00 GMT 
91006              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
91007      Branch: cfgperl
91008            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
91009 ____________________________________________________________________________
91010 [  5939] By: gsar                                  on 2000/04/24  19:01:24
91011         Log: more pod nits (from Larry Virden)
91012      Branch: perl
91013            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
91014            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
91015            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
91016 ____________________________________________________________________________
91017 [  5938] By: gsar                                  on 2000/04/24  18:54:01
91018         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
91019      Branch: perl
91020            ! ext/B/B/Deparse.pm
91021 ____________________________________________________________________________
91022 [  5937] By: jhi                                   on 2000/04/24  17:39:00
91023         Log: Integrate with Sarathy.
91024      Branch: cfgperl
91025           +> (branch 31 files)
91026           !> (integrate 73 files)
91027 ____________________________________________________________________________
91028 [  5936] By: gsar                                  on 2000/04/24  17:30:06
91029         Log: additional tests for change#5934 (from Paul Marquess, who also
91030              sent in the same fix)
91031      Branch: perl
91032            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
91033            ! t/pragma/warn/5nolint t/pragma/warn/6default
91034 ____________________________________________________________________________
91035 [  5935] By: jhi                                   on 2000/04/24  17:26:05
91036         Log: Do not assume sign propagation.
91037              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
91038              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
91039              To: payner@ncifcrf.gov, perl5-porters@perl.org 
91040              Date: Tue, 18 Apr 2000 18:24:49 +0100 
91041              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
91042      Branch: cfgperl
91043            ! t/op/bop.t t/op/misc.t
91044 ____________________________________________________________________________
91045 [  5934] By: gsar                                  on 2000/04/24  17:16:54
91046         Log: propagate lexical warnings from surrounding scope correctly
91047              within string eval()
91048      Branch: perl
91049            ! pp_ctl.c t/pragma/warn/pp_ctl
91050 ____________________________________________________________________________
91051 [  5933] By: jhi                                   on 2000/04/24  17:01:07
91052         Log: Flatten the cpp jungle doing the nosuid checking.
91053      Branch: cfgperl
91054            ! perl.c
91055 ____________________________________________________________________________
91056 [  5932] By: gsar                                  on 2000/04/24  09:08:14
91057         Log: add rsignal(), whichsig() and do_join() to public API list
91058              (mod_perl uses them to good advantage)
91059      Branch: perl
91060            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
91061 ____________________________________________________________________________
91062 [  5931] By: gsar                                  on 2000/04/24  09:01:40
91063         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
91064      Branch: perl
91065            ! pp_hot.c regexec.c t/op/pat.t
91066 ____________________________________________________________________________
91067 [  5930] By: gsar                                  on 2000/04/24  08:58:33
91068         Log: small os390 tweaks (from Peter Prymmer)
91069      Branch: perl
91070            ! config_h.SH makedepend.SH
91071 ____________________________________________________________________________
91072 [  5929] By: gsar                                  on 2000/04/24  08:55:25
91073         Log: pod nits
91074      Branch: perl
91075            ! pod/perlguts.pod
91076 ____________________________________________________________________________
91077 [  5928] By: gsar                                  on 2000/04/24  08:50:13
91078         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
91079      Branch: perl
91080            ! ext/IO/lib/IO/Poll.pm
91081 ____________________________________________________________________________
91082 [  5927] By: gsar                                  on 2000/04/24  08:43:24
91083         Log: arrange for next() to resume at the unstack op rather than the
91084              loop conditional, so that scope cleanup happens correctly
91085              (from Stephen McCamant)
91086      Branch: perl
91087            ! op.c pp_ctl.c t/op/misc.t
91088 ____________________________________________________________________________
91089 [  5926] By: gsar                                  on 2000/04/24  08:18:40
91090         Log: on windows, reserve 16M of stack rather than 128M (allows more
91091              threads to run concurrently)
91092      Branch: perl
91093            ! win32/Makefile win32/makefile.mk
91094 ____________________________________________________________________________
91095 [  5925] By: gsar                                  on 2000/04/24  08:13:52
91096         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
91097      Branch: perl
91098            ! toke.c
91099 ____________________________________________________________________________
91100 [  5924] By: gsar                                  on 2000/04/24  08:08:59
91101         Log: avoid using uninitialized memory in require version check
91102      Branch: perl
91103            ! pp_ctl.c universal.c
91104 ____________________________________________________________________________
91105 [  5923] By: gsar                                  on 2000/04/24  07:20:14
91106         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
91107      Branch: perl
91108            ! ext/IO/lib/IO/Poll.pm
91109 ____________________________________________________________________________
91110 [  5922] By: gsar                                  on 2000/04/24  07:08:42
91111         Log: commentary about IoTYPE() (from Nathan Torkington)
91112      Branch: perl
91113            ! sv.h
91114 ____________________________________________________________________________
91115 [  5921] By: gsar                                  on 2000/04/24  06:58:26
91116         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
91117              by fix
91118      Branch: perl
91119            ! sv.c t/lib/charnames.t t/pragma/utf8.t
91120 ____________________________________________________________________________
91121 [  5920] By: gsar                                  on 2000/04/24  06:37:59
91122         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
91123      Branch: perl
91124            ! doop.c t/op/ver.t
91125 ____________________________________________________________________________
91126 [  5919] By: gsar                                  on 2000/04/24  06:21:58
91127         Log: Configure might miss old directories when prefix must be
91128              expanded (from Robin Barker)
91129      Branch: metaconfig
91130            ! U/installdirs/inc_version_list.U
91131      Branch: perl
91132            ! Configure
91133 ____________________________________________________________________________
91134 [  5918] By: gsar                                  on 2000/04/24  06:16:11
91135         Log: VMS nits in glob() test (from Charles Lane)
91136      Branch: perl
91137            ! t/lib/glob-basic.t
91138 ____________________________________________________________________________
91139 [  5917] By: gsar                                  on 2000/04/24  06:11:56
91140         Log: various pod nits (from Larry Virden and others)
91141      Branch: perl
91142            ! README.amiga README.hpux README.machten README.os2
91143            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
91144            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
91145            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
91146            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
91147            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
91148            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
91149            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
91150            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
91151 ____________________________________________________________________________
91152 [  5916] By: gsar                                  on 2000/04/24  05:52:43
91153         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
91154              <wjones@tc.fluke.com>)
91155      Branch: perl
91156            ! t/lib/glob-basic.t
91157 ____________________________________________________________________________
91158 [  5915] By: gsar                                  on 2000/04/24  05:07:01
91159         Log: supported platforms mixed up
91160      Branch: perl
91161            ! pod/perl56delta.pod pod/perlport.pod
91162 ____________________________________________________________________________
91163 [  5914] By: gsar                                  on 2000/04/24  04:56:08
91164         Log: caller() wasn't returning the right number of elements for
91165              eval {...}
91166      Branch: perl
91167            ! pp_ctl.c t/pragma/warn/9enabled
91168 ____________________________________________________________________________
91169 [  5913] By: gsar                                  on 2000/04/24  04:35:41
91170         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
91171              Mark-Jason Dominus)
91172      Branch: perl
91173            ! pod/perlfunc.pod
91174 ____________________________________________________________________________
91175 [  5912] By: gsar                                  on 2000/04/24  04:17:15
91176         Log: fix totally broken caching in UNIVERSAL::isa() (from
91177              Nick Ing-Simmons)
91178      Branch: perl
91179            ! t/op/universal.t universal.c
91180 ____________________________________________________________________________
91181 [  5911] By: gsar                                  on 2000/04/24  03:39:47
91182         Log: add linebreak properties from unicode/LineBrk.txt (from
91183              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
91184      Branch: perl
91185            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
91186            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
91187            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
91188            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
91189            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
91190            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
91191            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
91192            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
91193            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
91194            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
91195            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
91196            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
91197            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
91198            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
91199            + lib/unicode/Is/LbrkZW.pl
91200            ! lib/unicode/mktables.PL
91201 ____________________________________________________________________________
91202 [  5910] By: gsar                                  on 2000/04/24  03:23:10
91203         Log: typo in pod
91204      Branch: perl
91205            ! ext/Thread/Thread.pm
91206 ____________________________________________________________________________
91207 [  5909] By: gsar                                  on 2000/04/24  03:22:03
91208         Log: mode argument to do_binmode() should be file mode, not boolean
91209      Branch: perl
91210            ! pp_sys.c
91211 ____________________________________________________________________________
91212 [  5908] By: gsar                                  on 2000/04/16  16:51:08
91213         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
91214              always returns a valid GV even when the symbol is trapped by strictures
91215              (avoids coredumps)
91216              
91217              TODO: the C<package;> hack needs similar treatment
91218      Branch: perl
91219            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
91220            ! t/pragma/strict-vars
91221 ____________________________________________________________________________
91222 [  5907] By: jhi                                   on 2000/03/31  23:42:56
91223         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
91224              an assumption which #5905 demolished.
91225      Branch: cfgperl
91226            ! pp_sys.c
91227 ____________________________________________________________________________
91228 [  5906] By: jhi                                   on 2000/03/31  18:54:37
91229         Log: Typo in #5905.
91230      Branch: cfgperl
91231            ! t/op/64bitint.t
91232 ____________________________________________________________________________
91233 [  5905] By: jhi                                   on 2000/03/31  18:50:54
91234         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
91235              reported by Joseph N. Hall.  The bug was that even with use64bitint
91236              one had to use the prefixes q, L, or ll with printf/sprintf,
91237              contrary to the documentation and common sense.
91238      Branch: cfgperl
91239            ! sv.c t/op/64bitint.t
91240 ____________________________________________________________________________
91241 [  5904] By: gsar                                  on 2000/03/28  02:31:32
91242         Log: add Changes, perldelta.pod
91243      Branch: perl
91244            + Changes pod/perldelta.pod
91245 ____________________________________________________________________________
91246 [  5903] By: gsar                                  on 2000/03/28  02:03:55
91247         Log: rename Changes and perldelta.pod
91248      Branch: perl
91249           +> Changes5.6 pod/perl56delta.pod
91250            - Changes pod/perldelta.pod
91251            ! MANIFEST
91252 ____________________________________________________________________________
91253 [  5902] By: gsar                                  on 2000/03/28  01:59:14
91254         Log: create maint-5.6 branch
91255      Branch: maint-5.6/perl
91256           +> (branch 1611 files)
91257 ____________________________________________________________________________
91258 [  5901] By: jhi                                   on 2000/03/23  05:48:43
91259         Log: Integrate with Sarathy.
91260      Branch: cfgperl
91261           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
91262 ____________________________________________________________________________
91263 [  5900] By: gsar                                  on 2000/03/23  05:42:43
91264         Log: three guesses on what this is :-)
91265      Branch: perl
91266            ! Changes